var/cache/dev/ContainerQrdBQJi/App_KernelDevDebugContainer.php line 759

Open in your IDE?
  1. <?php
  2. namespace ContainerQrdBQJi;
  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.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Controller\\Admin\\CustomPage\\CreatePageController' => 'getCreatePageControllerService',
  47.             'App\\Controller\\Admin\\CustomPage\\DeletePageController' => 'getDeletePageControllerService',
  48.             'App\\Controller\\Admin\\CustomPage\\EditPageController' => 'getEditPageControllerService',
  49.             'App\\Controller\\Admin\\CustomPage\\ListCustomPageController' => 'getListCustomPageControllerService',
  50.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  51.             'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction' => 'getPostPermissionActionService',
  52.             'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression' => 'getGetTrainingUserProgressionService',
  53.             'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction' => 'getCollectionActionService',
  54.             'App\\Controller\\Async\\Account\\Assignable\\CollectionLessonAction' => 'getCollectionLessonActionService',
  55.             'App\\Controller\\Async\\Account\\Assignable\\CollectionUserLinkedAction' => 'getCollectionUserLinkedActionService',
  56.             'App\\Controller\\Async\\Account\\UpdateLastConnected' => 'getUpdateLastConnectedService',
  57.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction' => 'getCollectionUserActionService',
  58.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => 'getAttendancePostActionService',
  59.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => 'getOrderChapterAsyncService',
  60.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => 'getOrderExerciseAsyncService',
  61.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => 'getAttendancePostAction2Service',
  62.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => 'getCollectionAction2Service',
  63.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => 'getExportLessonListActionService',
  64.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => 'getRemoveChapterExercisePracticalCaseAsyncService',
  65.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => 'getCollectionAction3Service',
  66.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => 'getExportModuleActionService',
  67.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => 'getExportModuleListActionService',
  68.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => 'getCollectionAction4Service',
  69.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => 'getExportTrainingActionService',
  70.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => 'getExportTrainingListActionService',
  71.             'App\\Controller\\Async\\Channel\\User\\CollectionAction' => 'getCollectionAction5Service',
  72.             'App\\Controller\\Front\\Account\\Assignable\\CollectionAction' => 'getCollectionAction6Service',
  73.             'App\\Controller\\Front\\Account\\Message\\CollectionAction' => 'getCollectionAction7Service',
  74.             'App\\Controller\\Front\\Account\\Notification\\NotificationController' => 'getNotificationControllerService',
  75.             'App\\Controller\\Front\\Account\\Notification\\NotificationIndexController' => 'getNotificationIndexControllerService',
  76.             'App\\Controller\\Front\\Account\\Notification\\NotificationSeeAllController' => 'getNotificationSeeAllControllerService',
  77.             'App\\Controller\\Front\\Account\\Notification\\NotificationUnreadController' => 'getNotificationUnreadControllerService',
  78.             'App\\Controller\\Front\\Account\\Notification\\RedirectController' => 'getRedirectControllerService',
  79.             'App\\Controller\\Front\\Account\\Scholar\\Training\\CollectionActionCard' => 'getCollectionActionCardService',
  80.             'App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction' => 'getTrainingNameCollectionActionService',
  81.             'App\\Controller\\Front\\Channel\\Image\\DeleteController' => 'getDeleteControllerService',
  82.             'App\\Controller\\Front\\Channel\\Image\\ListController' => 'getListControllerService',
  83.             'App\\Controller\\Front\\Channel\\ShowController' => 'getShowControllerService',
  84.             'App\\Controller\\Front\\Channel\\ShowTrainingListController' => 'getShowTrainingListControllerService',
  85.             'App\\Controller\\Front\\Channel\\SubAjaxListController' => 'getSubAjaxListControllerService',
  86.             'App\\Controller\\Front\\Exercise\\AnswerController' => 'getAnswerControllerService',
  87.             'App\\Controller\\Front\\Exercise\\CancelController' => 'getCancelControllerService',
  88.             'App\\Controller\\Front\\Exercise\\FinishController' => 'getFinishControllerService',
  89.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => 'getRedirectToShowResultsActionService',
  90.             'App\\Controller\\Front\\Exercise\\ShowController' => 'getShowController2Service',
  91.             'App\\Controller\\Front\\Exercise\\SolutionController' => 'getSolutionControllerService',
  92.             'App\\Controller\\Front\\Exercise\\StartController' => 'getStartControllerService',
  93.             'App\\Controller\\Front\\HomeConnectedController' => 'getHomeConnectedControllerService',
  94.             'App\\Controller\\Front\\HomeController' => 'getHomeControllerService',
  95.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => 'getChapterControllerService',
  96.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => 'getDeleteMessageControllerService',
  97.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => 'getRedirectToMessageControllerService',
  98.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => 'getRedirectOnLessonControllerService',
  99.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => 'getShowController3Service',
  100.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => 'getShowLessonReviewControllerService',
  101.             'App\\Controller\\Front\\Scholar\\Module\\ShowController' => 'getShowController4Service',
  102.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => 'getCorrectorShowControllerService',
  103.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => 'getDeletePracticalCaseResponseControllerService',
  104.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController' => 'getDownloadPracticalCaseFilesControllerService',
  105.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => 'getRedirectToShowPracticalCaseActionService',
  106.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => 'getShowController5Service',
  107.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => 'getDeleteAdviceControllerService',
  108.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => 'getGetTrainingControllerService',
  109.             'App\\Controller\\Front\\Scholar\\Training\\AllTrainingController' => 'getAllTrainingControllerService',
  110.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => 'getPaymentFundingContactControllerService',
  111.             'App\\Controller\\Front\\Scholar\\Training\\ShowController' => 'getShowController6Service',
  112.             'App\\Controller\\Front\\SearchController' => 'getSearchControllerService',
  113.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController' => 'getCloseAssignableMessageControllerService',
  114.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => 'getDeleteMessageController2Service',
  115.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => 'getShowController7Service',
  116.             'App\\Controller\\Manager\\Channel\\DashboardAction' => 'getDashboardActionService',
  117.             'App\\Controller\\Manager\\Channel\\DeleteController' => 'getDeleteController2Service',
  118.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController' => 'getDeleteMultipleControllerService',
  119.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => 'getCollectionAction8Service',
  120.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => 'getDeleteController3Service',
  121.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => 'getEditControllerService',
  122.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => 'getExerciseResultShowActionService',
  123.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => 'getNewControllerService',
  124.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => 'getShowController8Service',
  125.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => 'getStartController2Service',
  126.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => 'getCheckSharedLessonActionService',
  127.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => 'getCollectionAction9Service',
  128.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => 'getEditController2Service',
  129.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => 'getNewController2Service',
  130.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => 'getReviewCollectionControllerService',
  131.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => 'getShareControllerService',
  132.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => 'getShowController9Service',
  133.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => 'getToggleActionService',
  134.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => 'getToggleLessonReviewActionService',
  135.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => 'getCollectionAction10Service',
  136.             'App\\Controller\\Manager\\Channel\\Module\\EditController' => 'getEditController3Service',
  137.             'App\\Controller\\Manager\\Channel\\Module\\GetAction' => 'getGetActionService',
  138.             'App\\Controller\\Manager\\Channel\\Module\\NewController' => 'getNewController3Service',
  139.             'App\\Controller\\Manager\\Channel\\Module\\ShareController' => 'getShareController2Service',
  140.             'App\\Controller\\Manager\\Channel\\Module\\ShowController' => 'getShowController10Service',
  141.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => 'getShowWithoutTrainingControllerService',
  142.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => 'getToggleAction2Service',
  143.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => 'getSharedChannelsControllerService',
  144.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController' => 'getSharedLessonsControllerService',
  145.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController' => 'getSharedModulesControllerService',
  146.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController' => 'getSharedTrainingsControllerService',
  147.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController' => 'getToggleShareControllerService',
  148.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController' => 'getToggleShareMultipleControllerService',
  149.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => 'getArchivePracticalCaseService',
  150.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => 'getDownloadPracticalCaseFilesController2Service',
  151.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => 'getEditController4Service',
  152.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => 'getNewController4Service',
  153.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController' => 'getReattributeControllerService',
  154.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => 'getShowController11Service',
  155.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => 'getCollectionAction11Service',
  156.             'App\\Controller\\Manager\\Channel\\Training\\EditController' => 'getEditController5Service',
  157.             'App\\Controller\\Manager\\Channel\\Training\\GetAction' => 'getGetAction2Service',
  158.             'App\\Controller\\Manager\\Channel\\Training\\NewController' => 'getNewController5Service',
  159.             'App\\Controller\\Manager\\Channel\\Training\\ShareController' => 'getShareController3Service',
  160.             'App\\Controller\\Manager\\Channel\\Training\\ShowController' => 'getShowController12Service',
  161.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => 'getToggleAction3Service',
  162.             'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction' => 'getPostPermissionAction2Service',
  163.             'App\\Controller\\TemplateCustomController' => 'getTemplateCustomControllerService',
  164.             'App\\Uploader\\Naming\\UserAvatarNamer' => 'getUserAvatarNamerService',
  165.             'App\\Uploader\\Naming\\UuidNamer' => 'getUuidNamerService',
  166.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  167.             'Faker\\Generator' => 'getGeneratorService',
  168.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  169.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectAction' => 'getConnectActionService',
  170.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction' => 'getConnectCheckActionService',
  171.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction' => 'getLoggedOutActionService',
  172.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction' => 'getLogoutActionService',
  173.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction' => 'getCollectionAction12Service',
  174.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController' => 'getChatNotificationControllerService',
  175.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction' => 'getChannelAdminCollectionActionService',
  176.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction' => 'getChannelLearnerCollectionActionService',
  177.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction' => 'getChannelUserCollectionActionService',
  178.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController' => 'getChannelResourceAccessCacheControllerService',
  179.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction' => 'getDeleteActionService',
  180.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction' => 'getEditActionService',
  181.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction' => 'getIndexActionService',
  182.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction' => 'getNewActionService',
  183.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Controller\\Sync\\CollectionAction' => 'getCollectionAction13Service',
  184.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  185.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  186.             'cache.app' => 'getCache_AppService',
  187.             'cache.app_clearer' => 'getCache_AppClearerService',
  188.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  189.             'cache.system' => 'getCache_SystemService',
  190.             'cache.system_clearer' => 'getCache_SystemClearerService',
  191.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  192.             'cache_warmer' => 'getCacheWarmerService',
  193.             'console.command_loader' => 'getConsole_CommandLoaderService',
  194.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  195.             'data_collector.dump' => 'getDataCollector_DumpService',
  196.             'doctrine' => 'getDoctrineService',
  197.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  198.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  199.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  200.             'error_controller' => 'getErrorControllerService',
  201.             'event_dispatcher' => 'getEventDispatcherService',
  202.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  203.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  204.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  205.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  206.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  207.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  208.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  209.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  210.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  211.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  212.             'http_kernel' => 'getHttpKernelService',
  213.             'jms_serializer' => 'getJmsSerializerService',
  214.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  215.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  216.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  217.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  218.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  219.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  220.             'knp_paginator' => 'getKnpPaginatorService',
  221.             'knpu.oauth2.client.nellapp' => 'getKnpu_Oauth2_Client_NellappService',
  222.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  223.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  224.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  225.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  226.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  227.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  228.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  229.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  230.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  231.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  232.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  233.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  234.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  235.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  236.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  237.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  238.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  239.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  240.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  241.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  242.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  243.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  244.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  245.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  246.             'nelmio_api_doc.generator.core_sync' => 'getNelmioApiDoc_Generator_CoreSyncService',
  247.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  248.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  249.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  250.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  251.             'oneup_uploader.controller.channel_images' => 'getOneupUploader_Controller_ChannelImagesService',
  252.             'oneup_uploader.controller.practical_case_resource_file' => 'getOneupUploader_Controller_PracticalCaseResourceFileService',
  253.             'oneup_uploader.controller.practical_case_response_file' => 'getOneupUploader_Controller_PracticalCaseResponseFileService',
  254.             'oneup_uploader.controller.user_avatar' => 'getOneupUploader_Controller_UserAvatarService',
  255.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  256.             'oneup_uploader.orphanage.practical_case_resource_file' => 'getOneupUploader_Orphanage_PracticalCaseResourceFileService',
  257.             'oneup_uploader.orphanage.practical_case_response_file' => 'getOneupUploader_Orphanage_PracticalCaseResponseFileService',
  258.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  259.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  260.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  261.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  262.             'practicalCaseResponse_filesystem' => 'getPracticalCaseResponseFilesystemService',
  263.             'practicalCase_filesystem' => 'getPracticalCaseFilesystemService',
  264.             'request_stack' => 'getRequestStackService',
  265.             'router' => 'getRouterService',
  266.             'routing.loader' => 'getRouting_LoaderService',
  267.             'services_resetter' => 'getServicesResetterService',
  268.             'spiriit_form_filter.filter_prepare' => 'getSpiriitFormFilter_FilterPrepareService',
  269.             'spiriit_form_filter.query_builder_updater' => 'getSpiriitFormFilter_QueryBuilderUpdaterService',
  270.             'translator' => 'getTranslatorService',
  271.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  272.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  273.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  274.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  275.             'cache_clearer' => 'getCacheClearerService',
  276.             'filesystem' => 'getFilesystemService',
  277.             'serializer' => 'getSerializerService',
  278.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  279.             'form.factory' => 'getForm_FactoryService',
  280.             'form.type.file' => 'getForm_Type_FileService',
  281.             'profiler' => 'getProfilerService',
  282.             'twig' => 'getTwigService',
  283.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  284.             'security.token_storage' => 'getSecurity_TokenStorageService',
  285.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  286.             'session' => 'getSessionService',
  287.             'validator' => 'getValidatorService',
  288.         ];
  289.         $this->aliases = [
  290.             'database_connection' => 'doctrine.dbal.default_connection',
  291.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  292.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  293.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  294.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  295.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  296.             'oauth2.registry' => 'knpu.oauth2.registry',
  297.         ];
  298.         $this->privates['service_container'] = function () {
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  305.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  306.             include_once \dirname(__DIR__4).'/src/Service/Account/UserAvatar.php';
  307.             include_once \dirname(__DIR__4).'/src/Service/Channel/Image/ImageUrlGenerator.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  320.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  347.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  411.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Mapping/Loader/AttributeLoader.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  509.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  510.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  513.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  515.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  516.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  533.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  534.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  536.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  538.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  540.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  541.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  542.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  544.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  545.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  547.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  548.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  549.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  550.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  552.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  557.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  558.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  559.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ActionRequestTrait.php';
  561.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ParamConverter/AutoInstanceDoctrineParamConverter.php';
  562.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  564.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  568.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  569.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  571.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  572.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  573.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  574.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/ControllerEntityResolverSubscriber.php';
  575.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RouteSecuritySubscriber.php';
  576.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/HandleExpireTokenSubscriber.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteNormalizer.php';
  579.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGeneratorInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/AbstractUrlGenerator.php';
  581.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/UrlGenerator.php';
  582.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Routing/RouteClient.php';
  583.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/AbstractForceUserFromSetupSubscriber.php';
  584.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ForceUserFromSetupSubscriber.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  590.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository.php';
  591.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Action/ActionRetriever.php';
  592.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionControllerSubscriber.php';
  593.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/DeserializeActionControllerSubscriber.php';
  594.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/SerializerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/SerializerAdapter.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  612.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  629.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteCollectionNormalizer.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  634.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/EntityNormalizer.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  637.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/PaginationNormalizer.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  675.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  678.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  680.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  682.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  683.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  685.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  686.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  687.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  688.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  709.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/GetAvatarExtension.php';
  710.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/GetCountAnswersExtension.php';
  711.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/NotificationExtension.php';
  712.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Achievement/AchievementTimeLogExtension.php';
  713.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Achievement/ProgressionExtension.php';
  714.             include_once \dirname(__DIR__4).'/src/Twig/Extension/AdviceExtension.php';
  715.             include_once \dirname(__DIR__4).'/src/Twig/Extension/AssignableExtension.php';
  716.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelDescriptionExtension.php';
  717.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelTrainingsExtension.php';
  718.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelUserCheckExtension.php';
  719.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/SharedChannelExtension.php';
  720.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelExtension.php';
  721.             include_once \dirname(__DIR__4).'/src/Twig/Extension/CountryExtension.php';
  722.             include_once \dirname(__DIR__4).'/src/Twig/Extension/DateDiffExtension.php';
  723.             include_once \dirname(__DIR__4).'/src/Twig/Extension/DateDiffShortExtension.php';
  724.             include_once \dirname(__DIR__4).'/src/Twig/Extension/EntityExtension.php';
  725.             include_once \dirname(__DIR__4).'/src/Twig/Extension/EnumKeyTransExtension.php';
  726.             include_once \dirname(__DIR__4).'/src/Twig/Extension/FileExtension.php';
  727.             include_once \dirname(__DIR__4).'/src/Twig/Extension/FooterExtension.php';
  728.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Forum/MessageExtension.php';
  729.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ImageExtension.php';
  730.             include_once \dirname(__DIR__4).'/src/Twig/Extension/LockContentExtension.php';
  731.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Manager/ScholarCounterExtension.php';
  732.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Manager/ScholarLinkExtension.php';
  733.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Manager/ScholarPermissionCounterExtension.php';
  734.             include_once \dirname(__DIR__4).'/src/Twig/Extension/RatingExtension.php';
  735.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarChapterExtension.php';
  736.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarExerciseExtension.php';
  737.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarLessonExtension.php';
  738.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarModuleExtension.php';
  739.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarNavigationExtension.php';
  740.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarPracticalCaseExtension.php';
  741.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarStatusExtension.php';
  742.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarTrainingDescriptionExtension.php';
  743.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarTrainingExtension.php';
  744.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarTrainingTypeExtension.php';
  745.             include_once \dirname(__DIR__4).'/src/Twig/Extension/SearchExtension.php';
  746.             include_once \dirname(__DIR__4).'/src/Twig/Extension/SecondsToFormattedStringExtension.php';
  747.             include_once \dirname(__DIR__4).'/src/Twig/Extension/SnackExtension.php';
  748.             include_once \dirname(__DIR__4).'/src/Twig/Extension/TimerExtension.php';
  749.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  751.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  752.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  753.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  754.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  755.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  758.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  759.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  760.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  761.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  762.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Extension/PermissionExtension.php';
  763.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/UrlGeneratorExtension.php';
  764.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/BooleanExtension.php';
  765.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelExtension.php';
  766.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelGetterExtension.php';
  767.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelUserDataExtension.php';
  768.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChatNotificationExtension.php';
  769.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/CustomizableViewExtension.php';
  770.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnvExtension.php';
  771.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FileExtension.php';
  772.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FormExtension.php';
  773.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/HeaderExtension.php';
  774.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ImageExtension.php';
  775.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFileExtension.php';
  776.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PaginationExtension.php';
  777.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SerializerExtension.php';
  778.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavExtension.php';
  779.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavItemExtension.php';
  780.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/UserExtension.php';
  781.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/VersionExtension.php';
  782.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Extension/UserFromChannelExtension.php';
  783.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Twig/Extension/TimeExtension.php';
  784.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  787.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  789.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  797.             include_once __DIR__.'/proxy-classes.php';
  798.         };
  799.     }
  800.     public function compile(): void
  801.     {
  802.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  803.     }
  804.     public function isCompiled(): bool
  805.     {
  806.         return true;
  807.     }
  808.     public function getRemovedIds(): array
  809.     {
  810.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  811.     }
  812.     protected function createProxy($class\Closure $factory)
  813.     {
  814.         return $factory();
  815.     }
  816.     /**
  817.      * Gets the public '.container.private.cache_clearer' shared service.
  818.      *
  819.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  820.      */
  821.     protected function get_Container_Private_CacheClearerService()
  822.     {
  823.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  825.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  826.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  827.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  828.         }, 2));
  829.     }
  830.     /**
  831.      * Gets the public '.container.private.filesystem' shared service.
  832.      *
  833.      * @return \Symfony\Component\Filesystem\Filesystem
  834.      */
  835.     protected function get_Container_Private_FilesystemService()
  836.     {
  837.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  838.     }
  839.     /**
  840.      * Gets the public '.container.private.form.factory' shared service.
  841.      *
  842.      * @return \Symfony\Component\Form\FormFactory
  843.      */
  844.     protected function get_Container_Private_Form_FactoryService()
  845.     {
  846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  848.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  849.     }
  850.     /**
  851.      * Gets the public '.container.private.form.type.file' shared service.
  852.      *
  853.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  854.      */
  855.     protected function get_Container_Private_Form_Type_FileService()
  856.     {
  857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  860.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  861.     }
  862.     /**
  863.      * Gets the public '.container.private.profiler' shared service.
  864.      *
  865.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  866.      */
  867.     protected function get_Container_Private_ProfilerService()
  868.     {
  869.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  870.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  871.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  872.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  873.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  874.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  875.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  876.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  877.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  878.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  879.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  880.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  881.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  882.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  883.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  884.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  885.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  886.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  887.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  888.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  889.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  890.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  891.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  892.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  893.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  894.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  895.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  896.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  897.         if ($this->has('kernel')) {
  898.             $h->setKernel($b);
  899.         }
  900.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  901.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  902.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  903.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  904.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  905.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  906.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  907.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  908.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  909.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  910.         $instance->add($d);
  911.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  912.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  913.         $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())));
  914.         $instance->add($e);
  915.         $instance->add($f);
  916.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  917.         $instance->add($g);
  918.         $instance->add($h);
  919.         return $instance;
  920.     }
  921.     /**
  922.      * Gets the public '.container.private.security.authorization_checker' shared service.
  923.      *
  924.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  925.      */
  926.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  927.     {
  928.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  929.     }
  930.     /**
  931.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  932.      *
  933.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  934.      */
  935.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  936.     {
  937.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  941.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  942.     }
  943.     /**
  944.      * Gets the public '.container.private.security.password_encoder' shared service.
  945.      *
  946.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  947.      *
  948.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  949.      */
  950.     protected function get_Container_Private_Security_PasswordEncoderService()
  951.     {
  952.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  953.         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()));
  954.     }
  955.     /**
  956.      * Gets the public '.container.private.security.token_storage' shared service.
  957.      *
  958.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  959.      */
  960.     protected function get_Container_Private_Security_TokenStorageService()
  961.     {
  962.         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, [
  963.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  964.         ], [
  965.             'request_stack' => '?',
  966.         ]));
  967.     }
  968.     /**
  969.      * Gets the public '.container.private.serializer' shared service.
  970.      *
  971.      * @return \Symfony\Component\Serializer\Serializer
  972.      */
  973.     protected function get_Container_Private_SerializerService()
  974.     {
  975.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  976.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  977.         $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  978.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  979.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  980.         $f = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer($b$c$a$d$eNULL, []);
  981.         $f->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  982.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteCollectionNormalizer(), => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Normalizer\\RouteNormalizer'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Normalizer\\RouteNormalizer'] = new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer())), => $f=> new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer(new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter()), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 10 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL, [])), 11 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 16 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  983.     }
  984.     /**
  985.      * Gets the public '.container.private.session' shared service.
  986.      *
  987.      * @return \Symfony\Component\HttpFoundation\Session\Session
  988.      */
  989.     protected function get_Container_Private_SessionService()
  990.     {
  991.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  992.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  993.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  994.     }
  995.     /**
  996.      * Gets the public '.container.private.twig' shared service.
  997.      *
  998.      * @return \Twig\Environment
  999.      */
  1000.     protected function get_Container_Private_TwigService()
  1001.     {
  1002.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1003.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1004.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1005.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1006.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1007.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1008.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1009.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1010.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1011.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1012.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1013.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1014.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1015.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1016.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1017.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1018.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1019.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1020.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1021.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1022.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NellappSDKBundle'), 'NellappSDK');
  1023.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), 'NellappSDK');
  1024.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), '!NellappSDK');
  1025.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), 'DrosalysWebForm');
  1026.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), '!DrosalysWebForm');
  1027.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
  1028.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
  1029.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), 'SpiriitFormFilter');
  1030.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), '!SpiriitFormFilter');
  1031.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1032.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1033.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1034.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1035.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1036.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1037.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1038.         $f = ($this->services['router'] ?? $this->getRouterService());
  1039.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1040.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1041.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1042.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1043.         $j = new \Symfony\Bridge\Twig\AppVariable();
  1044.         $j->setEnvironment('dev');
  1045.         $j->setDebug(true);
  1046.         if ($this->has('.container.private.security.token_storage')) {
  1047.             $j->setTokenStorage($h);
  1048.         }
  1049.         if ($this->has('request_stack')) {
  1050.             $j->setRequestStack($g);
  1051.         }
  1052.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1053.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1054.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1055.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1056.         $instance->addExtension($d);
  1057.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1058.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1059.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1060.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1061.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1062.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1063.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1064.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1065.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1066.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1067.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1068.         $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)));
  1069.         $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())));
  1070.         $instance->addExtension(new \App\Twig\Extension\Account\GetAvatarExtension(($this->privates['App\\Service\\Account\\UserAvatar'] ?? $this->getUserAvatarService())));
  1071.         $instance->addExtension(new \App\Twig\Extension\Account\GetCountAnswersExtension());
  1072.         $instance->addExtension(new \App\Twig\Extension\Account\NotificationExtension());
  1073.         $instance->addExtension(new \App\Twig\Extension\Achievement\AchievementTimeLogExtension());
  1074.         $instance->addExtension(new \App\Twig\Extension\Achievement\ProgressionExtension());
  1075.         $instance->addExtension(new \App\Twig\Extension\AdviceExtension());
  1076.         $instance->addExtension(new \App\Twig\Extension\AssignableExtension());
  1077.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelDescriptionExtension());
  1078.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelTrainingsExtension());
  1079.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelUserCheckExtension());
  1080.         $instance->addExtension(new \App\Twig\Extension\Channel\SharedChannelExtension());
  1081.         $instance->addExtension(new \App\Twig\Extension\ChannelExtension());
  1082.         $instance->addExtension(new \App\Twig\Extension\CountryExtension());
  1083.         $instance->addExtension(new \App\Twig\Extension\DateDiffExtension());
  1084.         $instance->addExtension(new \App\Twig\Extension\DateDiffShortExtension());
  1085.         $instance->addExtension(new \App\Twig\Extension\EntityExtension());
  1086.         $instance->addExtension(new \App\Twig\Extension\EnumKeyTransExtension());
  1087.         $instance->addExtension(new \App\Twig\Extension\FileExtension());
  1088.         $instance->addExtension(new \App\Twig\Extension\FooterExtension());
  1089.         $instance->addExtension(new \App\Twig\Extension\Forum\MessageExtension());
  1090.         $instance->addExtension(new \App\Twig\Extension\ImageExtension(($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService())));
  1091.         $instance->addExtension(new \App\Twig\Extension\LockContentExtension());
  1092.         $instance->addExtension(new \App\Twig\Extension\Manager\ScholarCounterExtension());
  1093.         $instance->addExtension(new \App\Twig\Extension\Manager\ScholarLinkExtension());
  1094.         $instance->addExtension(new \App\Twig\Extension\Manager\ScholarPermissionCounterExtension());
  1095.         $instance->addExtension(new \App\Twig\Extension\RatingExtension());
  1096.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarChapterExtension());
  1097.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarExerciseExtension());
  1098.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarLessonExtension());
  1099.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarModuleExtension());
  1100.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarNavigationExtension());
  1101.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarPracticalCaseExtension());
  1102.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarStatusExtension());
  1103.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingDescriptionExtension());
  1104.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingExtension());
  1105.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingTypeExtension());
  1106.         $instance->addExtension(new \App\Twig\Extension\SearchExtension());
  1107.         $instance->addExtension(new \App\Twig\Extension\SecondsToFormattedStringExtension());
  1108.         $instance->addExtension(new \App\Twig\Extension\SnackExtension());
  1109.         $instance->addExtension(new \App\Twig\Extension\TimerExtension());
  1110.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1111.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1112.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(($this->privates['knp_menu.helper'] ?? $this->getKnpMenu_HelperService()), ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), ($this->privates['knp_menu.manipulator'] ?? ($this->privates['knp_menu.manipulator'] = new \Knp\Menu\Util\MenuManipulator()))));
  1113.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1114.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1115.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1116.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1117.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1118.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1119.         ], [
  1120.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1121.             'webpack_encore.tag_renderer' => '?',
  1122.         ])));
  1123.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1124.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1125.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1126.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1127.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension());
  1128.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension());
  1129.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension());
  1130.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension());
  1131.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension());
  1132.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension());
  1133.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension());
  1134.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension());
  1135.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension());
  1136.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension());
  1137.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension());
  1138.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension());
  1139.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension());
  1140.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension());
  1141.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension());
  1142.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension());
  1143.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension());
  1144.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension());
  1145.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension());
  1146.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension());
  1147.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension());
  1148.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  1149.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1150.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'false],
  1151.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'false],
  1152.         ], [
  1153.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  1154.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1155.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  1156.         $instance->addGlobal('app'$j);
  1157.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1158.             'App\\Twig\\Runtime\\Account\\GetAvatarRuntime' => ['privates''App\\Twig\\Runtime\\Account\\GetAvatarRuntime''getGetAvatarRuntimeService'false],
  1159.             'App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime' => ['privates''App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime''getGetCountAnswersRuntimeService'false],
  1160.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => ['privates''App\\Twig\\Runtime\\Account\\NotificationRuntime''getNotificationRuntimeService'false],
  1161.             'App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime' => ['privates''App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime''getAchievementTimeLogRuntimeService'false],
  1162.             'App\\Twig\\Runtime\\Achievement\\ProgressionRuntime' => ['privates''App\\Twig\\Runtime\\Achievement\\ProgressionRuntime''getProgressionRuntimeService'false],
  1163.             'App\\Twig\\Runtime\\AdviceRuntime' => ['privates''App\\Twig\\Runtime\\AdviceRuntime''getAdviceRuntimeService'false],
  1164.             'App\\Twig\\Runtime\\AssignableRuntime' => ['privates''App\\Twig\\Runtime\\AssignableRuntime''getAssignableRuntimeService'false],
  1165.             'App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime''getChannelDescriptionRuntimeService'false],
  1166.             'App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime''getChannelTrainingsRuntimeService'false],
  1167.             'App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime''getChannelUserCheckRuntimeService'false],
  1168.             'App\\Twig\\Runtime\\Channel\\SharedChannelRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\SharedChannelRuntime''getSharedChannelRuntimeService'false],
  1169.             'App\\Twig\\Runtime\\ChannelRuntime' => ['privates''App\\Twig\\Runtime\\ChannelRuntime''getChannelRuntimeService'false],
  1170.             'App\\Twig\\Runtime\\CountryRuntime' => ['privates''App\\Twig\\Runtime\\CountryRuntime''getCountryRuntimeService'false],
  1171.             'App\\Twig\\Runtime\\DateDiffRuntime' => ['privates''App\\Twig\\Runtime\\DateDiffRuntime''getDateDiffRuntimeService'false],
  1172.             'App\\Twig\\Runtime\\DateDiffShortRuntime' => ['privates''App\\Twig\\Runtime\\DateDiffShortRuntime''getDateDiffShortRuntimeService'false],
  1173.             'App\\Twig\\Runtime\\EntityRuntime' => ['privates''App\\Twig\\Runtime\\EntityRuntime''getEntityRuntimeService'false],
  1174.             'App\\Twig\\Runtime\\EnumKeyTransRuntime' => ['privates''App\\Twig\\Runtime\\EnumKeyTransRuntime''getEnumKeyTransRuntimeService'false],
  1175.             'App\\Twig\\Runtime\\FileRuntime' => ['privates''App\\Twig\\Runtime\\FileRuntime''getFileRuntimeService'false],
  1176.             'App\\Twig\\Runtime\\FooterRuntime' => ['privates''App\\Twig\\Runtime\\FooterRuntime''getFooterRuntimeService'false],
  1177.             'App\\Twig\\Runtime\\Forum\\MessageRuntime' => ['privates''App\\Twig\\Runtime\\Forum\\MessageRuntime''getMessageRuntimeService'false],
  1178.             'App\\Twig\\Runtime\\ImageRuntime' => ['privates''App\\Twig\\Runtime\\ImageRuntime''getImageRuntimeService'false],
  1179.             'App\\Twig\\Runtime\\LockContentRuntime' => ['privates''App\\Twig\\Runtime\\LockContentRuntime''getLockContentRuntimeService'false],
  1180.             'App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime' => ['privates''App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime''getScholarCounterRuntimeService'false],
  1181.             'App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime' => ['privates''App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime''getScholarLinkRuntimeService'false],
  1182.             'App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime' => ['privates''App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime''getScholarPermissionCounterRuntimeService'false],
  1183.             'App\\Twig\\Runtime\\RatingRuntime' => ['privates''App\\Twig\\Runtime\\RatingRuntime''getRatingRuntimeService'false],
  1184.             'App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime''getScholarChapterRuntimeService'false],
  1185.             'App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime''getScholarExerciseRuntimeService'false],
  1186.             'App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime''getScholarLessonRuntimeService'false],
  1187.             'App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime''getScholarModuleRuntimeService'false],
  1188.             'App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime''getScholarNavigationRuntimeService'false],
  1189.             'App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime''getScholarPracticalCaseRuntimeService'false],
  1190.             'App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime''getScholarStatusRuntimeService'false],
  1191.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime''getScholarTrainingDescriptionRuntimeService'false],
  1192.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime''getScholarTrainingRuntimeService'false],
  1193.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime''getScholarTrainingTypeRuntimeService'false],
  1194.             'App\\Twig\\Runtime\\SearchRuntime' => ['privates''App\\Twig\\Runtime\\SearchRuntime''getSearchRuntimeService'false],
  1195.             'App\\Twig\\Runtime\\SecondsToFomattedStringRuntime' => ['privates''App\\Twig\\Runtime\\SecondsToFomattedStringRuntime''getSecondsToFomattedStringRuntimeService'false],
  1196.             'App\\Twig\\Runtime\\SnackRuntime' => ['privates''App\\Twig\\Runtime\\SnackRuntime''getSnackRuntimeService'false],
  1197.             'App\\Twig\\Runtime\\TimerRuntime' => ['privates''App\\Twig\\Runtime\\TimerRuntime''getTimerRuntimeService'false],
  1198.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1199.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1200.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1201.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1202.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1203.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime''getChannelUserDataPermissionRuntimeService'false],
  1204.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime''getTranslateRuntimeService'false],
  1205.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime''getUserOwnerRuntimeService'false],
  1206.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime''getUrlGeneratorRuntimeService'false],
  1207.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime''getBooleanRuntimeService'false],
  1208.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime''getChannelGetterRuntimeService'false],
  1209.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime''getChannelRuntime2Service'false],
  1210.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime''getChannelUserDataRuntimeService'false],
  1211.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime''getChatNotificationRuntimeService'false],
  1212.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime''getCustomizableViewRuntimeService'false],
  1213.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime''getEnvRuntimeService'false],
  1214.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime''getFileRuntime2Service'false],
  1215.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime''getFormRuntimeService'false],
  1216.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime''getHeaderRuntimeService'false],
  1217.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime''getImageRunTime2Service'false],
  1218.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime''getNellappFileRuntimeService'false],
  1219.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime''getPaginationRuntimeService'false],
  1220.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime''getSerializerRuntimeService'false],
  1221.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime''getSideNavItemRuntimeService'false],
  1222.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime''getSideNavRuntimeService'false],
  1223.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime''getUserRunTimeService'false],
  1224.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime''getVersionRuntimeService'false],
  1225.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime''getUserFromChannelRuntimeService'false],
  1226.         ], [
  1227.             'App\\Twig\\Runtime\\Account\\GetAvatarRuntime' => '?',
  1228.             'App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime' => '?',
  1229.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => '?',
  1230.             'App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime' => '?',
  1231.             'App\\Twig\\Runtime\\Achievement\\ProgressionRuntime' => '?',
  1232.             'App\\Twig\\Runtime\\AdviceRuntime' => '?',
  1233.             'App\\Twig\\Runtime\\AssignableRuntime' => '?',
  1234.             'App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime' => '?',
  1235.             'App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime' => '?',
  1236.             'App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime' => '?',
  1237.             'App\\Twig\\Runtime\\Channel\\SharedChannelRuntime' => '?',
  1238.             'App\\Twig\\Runtime\\ChannelRuntime' => '?',
  1239.             'App\\Twig\\Runtime\\CountryRuntime' => '?',
  1240.             'App\\Twig\\Runtime\\DateDiffRuntime' => '?',
  1241.             'App\\Twig\\Runtime\\DateDiffShortRuntime' => '?',
  1242.             'App\\Twig\\Runtime\\EntityRuntime' => '?',
  1243.             'App\\Twig\\Runtime\\EnumKeyTransRuntime' => '?',
  1244.             'App\\Twig\\Runtime\\FileRuntime' => '?',
  1245.             'App\\Twig\\Runtime\\FooterRuntime' => '?',
  1246.             'App\\Twig\\Runtime\\Forum\\MessageRuntime' => '?',
  1247.             'App\\Twig\\Runtime\\ImageRuntime' => '?',
  1248.             'App\\Twig\\Runtime\\LockContentRuntime' => '?',
  1249.             'App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime' => '?',
  1250.             'App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime' => '?',
  1251.             'App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime' => '?',
  1252.             'App\\Twig\\Runtime\\RatingRuntime' => '?',
  1253.             'App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime' => '?',
  1254.             'App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime' => '?',
  1255.             'App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime' => '?',
  1256.             'App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime' => '?',
  1257.             'App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime' => '?',
  1258.             'App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime' => '?',
  1259.             'App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime' => '?',
  1260.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime' => '?',
  1261.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime' => '?',
  1262.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime' => '?',
  1263.             'App\\Twig\\Runtime\\SearchRuntime' => '?',
  1264.             'App\\Twig\\Runtime\\SecondsToFomattedStringRuntime' => '?',
  1265.             'App\\Twig\\Runtime\\SnackRuntime' => '?',
  1266.             'App\\Twig\\Runtime\\TimerRuntime' => '?',
  1267.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1268.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1269.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1270.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1271.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1272.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => '?',
  1273.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => '?',
  1274.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => '?',
  1275.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => '?',
  1276.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => '?',
  1277.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => '?',
  1278.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => '?',
  1279.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => '?',
  1280.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => '?',
  1281.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => '?',
  1282.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => '?',
  1283.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => '?',
  1284.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => '?',
  1285.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => '?',
  1286.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => '?',
  1287.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => '?',
  1288.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => '?',
  1289.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => '?',
  1290.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => '?',
  1291.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => '?',
  1292.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => '?',
  1293.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => '?',
  1294.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => '?',
  1295.         ])));
  1296.         $instance->addGlobal('payplug_js_key'$this->getEnv('SK_KEY_PAYPLUG_JS'));
  1297.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  1298.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  1299.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  1300.         (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',')))->configure($instance);
  1301.         return $instance;
  1302.     }
  1303.     /**
  1304.      * Gets the public '.container.private.validator' shared service.
  1305.      *
  1306.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1307.      */
  1308.     protected function get_Container_Private_ValidatorService()
  1309.     {
  1310.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1311.     }
  1312.     /**
  1313.      * Gets the public 'App\Controller\Admin\CustomPage\CreatePageController' shared autowired service.
  1314.      *
  1315.      * @return \App\Controller\Admin\CustomPage\CreatePageController
  1316.      */
  1317.     protected function getCreatePageControllerService()
  1318.     {
  1319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1320.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/CreatePageController.php';
  1321.         $this->services['App\\Controller\\Admin\\CustomPage\\CreatePageController'] = $instance = new \App\Controller\Admin\CustomPage\CreatePageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
  1322.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Admin\\CustomPage\\CreatePageController'$this));
  1323.         return $instance;
  1324.     }
  1325.     /**
  1326.      * Gets the public 'App\Controller\Admin\CustomPage\DeletePageController' shared autowired service.
  1327.      *
  1328.      * @return \App\Controller\Admin\CustomPage\DeletePageController
  1329.      */
  1330.     protected function getDeletePageControllerService()
  1331.     {
  1332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1333.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/DeletePageController.php';
  1334.         $this->services['App\\Controller\\Admin\\CustomPage\\DeletePageController'] = $instance = new \App\Controller\Admin\CustomPage\DeletePageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1335.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Admin\\CustomPage\\DeletePageController'$this));
  1336.         return $instance;
  1337.     }
  1338.     /**
  1339.      * Gets the public 'App\Controller\Admin\CustomPage\EditPageController' shared autowired service.
  1340.      *
  1341.      * @return \App\Controller\Admin\CustomPage\EditPageController
  1342.      */
  1343.     protected function getEditPageControllerService()
  1344.     {
  1345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1346.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/EditPageController.php';
  1347.         $this->services['App\\Controller\\Admin\\CustomPage\\EditPageController'] = $instance = new \App\Controller\Admin\CustomPage\EditPageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1348.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Admin\\CustomPage\\EditPageController'$this));
  1349.         return $instance;
  1350.     }
  1351.     /**
  1352.      * Gets the public 'App\Controller\Admin\CustomPage\ListCustomPageController' shared autowired service.
  1353.      *
  1354.      * @return \App\Controller\Admin\CustomPage\ListCustomPageController
  1355.      */
  1356.     protected function getListCustomPageControllerService()
  1357.     {
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1359.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/ListCustomPageController.php';
  1360.         $this->services['App\\Controller\\Admin\\CustomPage\\ListCustomPageController'] = $instance = new \App\Controller\Admin\CustomPage\ListCustomPageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
  1361.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Admin\\CustomPage\\ListCustomPageController'$this));
  1362.         return $instance;
  1363.     }
  1364.     /**
  1365.      * Gets the public 'App\Controller\Admin\DashboardController' shared autowired service.
  1366.      *
  1367.      * @return \App\Controller\Admin\DashboardController
  1368.      */
  1369.     protected function getDashboardControllerService()
  1370.     {
  1371.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  1372.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DashboardController.php';
  1373.         $this->services['App\\Controller\\Admin\\DashboardController'] = $instance = new \App\Controller\Admin\DashboardController();
  1374.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1375.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  1376.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1377.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  1378.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1379.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1380.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1381.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  1382.         return $instance;
  1383.     }
  1384.     /**
  1385.      * Gets the public 'App\Controller\Api\Channel\Training\PostPermissionAction' shared autowired service.
  1386.      *
  1387.      * @return \App\Controller\Api\Channel\Training\PostPermissionAction
  1388.      */
  1389.     protected function getPostPermissionActionService()
  1390.     {
  1391.         include_once \dirname(__DIR__4).'/src/Controller/Api/Channel/Training/PostPermissionAction.php';
  1392.         return $this->services['App\\Controller\\Api\\Channel\\Training\\PostPermissionAction'] = new \App\Controller\Api\Channel\Training\PostPermissionAction();
  1393.     }
  1394.     /**
  1395.      * Gets the public 'App\Controller\Api\Scholar\GetTrainingUserProgression' shared autowired service.
  1396.      *
  1397.      * @return \App\Controller\Api\Scholar\GetTrainingUserProgression
  1398.      */
  1399.     protected function getGetTrainingUserProgressionService()
  1400.     {
  1401.         include_once \dirname(__DIR__4).'/src/Controller/Api/Scholar/GetTrainingUserProgression.php';
  1402.         include_once \dirname(__DIR__4).'/src/Service/Scholar/UserProgression/UserProgressionService.php';
  1403.         return $this->services['App\\Controller\\Api\\Scholar\\GetTrainingUserProgression'] = new \App\Controller\Api\Scholar\GetTrainingUserProgression(new \App\Service\Scholar\UserProgression\UserProgressionService(($this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] ?? $this->getAchievementTimeLogRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementTimeLogLessonRepository'] ?? $this->getAchievementTimeLogLessonRepositoryService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()), ($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] ?? $this->getLessonReviewRepositoryService()), ($this->services['router'] ?? $this->getRouterService())));
  1404.     }
  1405.     /**
  1406.      * Gets the public 'App\Controller\Api\Scholar\Lesson\CollectionAction' shared autowired service.
  1407.      *
  1408.      * @return \App\Controller\Api\Scholar\Lesson\CollectionAction
  1409.      */
  1410.     protected function getCollectionActionService()
  1411.     {
  1412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1413.         include_once \dirname(__DIR__4).'/src/Controller/Api/Scholar/Lesson/CollectionAction.php';
  1414.         $this->services['App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction'] = $instance = new \App\Controller\Api\Scholar\Lesson\CollectionAction(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  1415.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction'$this));
  1416.         return $instance;
  1417.     }
  1418.     /**
  1419.      * Gets the public 'App\Controller\Async\Account\Assignable\CollectionLessonAction' shared autowired service.
  1420.      *
  1421.      * @return \App\Controller\Async\Account\Assignable\CollectionLessonAction
  1422.      */
  1423.     protected function getCollectionLessonActionService()
  1424.     {
  1425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1426.         include_once \dirname(__DIR__4).'/src/Controller/Async/Account/Assignable/CollectionLessonAction.php';
  1427.         $this->services['App\\Controller\\Async\\Account\\Assignable\\CollectionLessonAction'] = $instance = new \App\Controller\Async\Account\Assignable\CollectionLessonAction(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  1428.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Account\\Assignable\\CollectionLessonAction'$this));
  1429.         return $instance;
  1430.     }
  1431.     /**
  1432.      * Gets the public 'App\Controller\Async\Account\Assignable\CollectionUserLinkedAction' shared autowired service.
  1433.      *
  1434.      * @return \App\Controller\Async\Account\Assignable\CollectionUserLinkedAction
  1435.      */
  1436.     protected function getCollectionUserLinkedActionService()
  1437.     {
  1438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1439.         include_once \dirname(__DIR__4).'/src/Controller/Async/Account/Assignable/CollectionUserLinkedAction.php';
  1440.         $this->services['App\\Controller\\Async\\Account\\Assignable\\CollectionUserLinkedAction'] = $instance = new \App\Controller\Async\Account\Assignable\CollectionUserLinkedAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1441.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Account\\Assignable\\CollectionUserLinkedAction'$this));
  1442.         return $instance;
  1443.     }
  1444.     /**
  1445.      * Gets the public 'App\Controller\Async\Account\UpdateLastConnected' shared autowired service.
  1446.      *
  1447.      * @return \App\Controller\Async\Account\UpdateLastConnected
  1448.      */
  1449.     protected function getUpdateLastConnectedService()
  1450.     {
  1451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1452.         include_once \dirname(__DIR__4).'/src/Controller/Async/Account/UpdateLastConnected.php';
  1453.         $this->services['App\\Controller\\Async\\Account\\UpdateLastConnected'] = $instance = new \App\Controller\Async\Account\UpdateLastConnected(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()));
  1454.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Account\\UpdateLastConnected'$this));
  1455.         return $instance;
  1456.     }
  1457.     /**
  1458.      * Gets the public 'App\Controller\Async\Channel\Assignable\CollectionUserAction' shared autowired service.
  1459.      *
  1460.      * @return \App\Controller\Async\Channel\Assignable\CollectionUserAction
  1461.      */
  1462.     protected function getCollectionUserActionService()
  1463.     {
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1465.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Assignable/CollectionUserAction.php';
  1466.         $this->services['App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction'] = $instance = new \App\Controller\Async\Channel\Assignable\CollectionUserAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1467.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction'$this));
  1468.         return $instance;
  1469.     }
  1470.     /**
  1471.      * Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction' shared autowired service.
  1472.      *
  1473.      * @return \App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction
  1474.      */
  1475.     protected function getAttendancePostActionService()
  1476.     {
  1477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1478.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/AbstractAttendanceController.php';
  1479.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Chapter/AttendancePostAction.php';
  1480.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction(($this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] ?? $this->getAchievementTimeLogRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] ?? $this->getAchievementChapterRepositoryService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1481.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction'$this));
  1482.         return $instance;
  1483.     }
  1484.     /**
  1485.      * Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync' shared autowired service.
  1486.      *
  1487.      * @return \App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync
  1488.      */
  1489.     protected function getOrderChapterAsyncService()
  1490.     {
  1491.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1492.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Chapter/OrderChapterAsync.php';
  1493.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync'] = $instance = new \App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync(($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1494.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync'$this));
  1495.         return $instance;
  1496.     }
  1497.     /**
  1498.      * Gets the public 'App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync' shared autowired service.
  1499.      *
  1500.      * @return \App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync
  1501.      */
  1502.     protected function getOrderExerciseAsyncService()
  1503.     {
  1504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1505.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Exercice/OrderExerciseAsync.php';
  1506.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync'] = $instance = new \App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync(($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1507.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync'$this));
  1508.         return $instance;
  1509.     }
  1510.     /**
  1511.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction' shared autowired service.
  1512.      *
  1513.      * @return \App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction
  1514.      */
  1515.     protected function getAttendancePostAction2Service()
  1516.     {
  1517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1518.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/AbstractAttendanceController.php';
  1519.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/AttendancePostAction.php';
  1520.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction(($this->privates['App\\Repository\\Achievement\\AchievementTimeLogLessonRepository'] ?? $this->getAchievementTimeLogLessonRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] ?? $this->getAchievementLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1521.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction'$this));
  1522.         return $instance;
  1523.     }
  1524.     /**
  1525.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\CollectionAction' shared autowired service.
  1526.      *
  1527.      * @return \App\Controller\Async\Channel\Scholar\Lesson\CollectionAction
  1528.      */
  1529.     protected function getCollectionAction2Service()
  1530.     {
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1532.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/CollectionAction.php';
  1533.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Lesson\CollectionAction(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  1534.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction'$this));
  1535.         return $instance;
  1536.     }
  1537.     /**
  1538.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction' shared autowired service.
  1539.      *
  1540.      * @return \App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction
  1541.      */
  1542.     protected function getExportLessonListActionService()
  1543.     {
  1544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1545.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1546.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1547.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/ExportLessonListAction.php';
  1548.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1549.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
  1550.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/LessonExportScholarList.php';
  1551.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1552.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction(new \App\Service\Export\Scholar\ScholarList\LessonExportScholarList($a, ($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService())), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), $a);
  1553.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction'$this));
  1554.         return $instance;
  1555.     }
  1556.     /**
  1557.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync' shared autowired service.
  1558.      *
  1559.      * @return \App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync
  1560.      */
  1561.     protected function getRemoveChapterExercisePracticalCaseAsyncService()
  1562.     {
  1563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1564.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/RemoveChapterExercisePracticalCaseAsync.php';
  1565.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync'] = $instance = new \App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync(($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository'] ?? $this->getPracticalCaseRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1566.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync'$this));
  1567.         return $instance;
  1568.     }
  1569.     /**
  1570.      * Gets the public 'App\Controller\Async\Channel\Scholar\Module\CollectionAction' shared autowired service.
  1571.      *
  1572.      * @return \App\Controller\Async\Channel\Scholar\Module\CollectionAction
  1573.      */
  1574.     protected function getCollectionAction3Service()
  1575.     {
  1576.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1577.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Module/CollectionAction.php';
  1578.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Module\CollectionAction(($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()));
  1579.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction'$this));
  1580.         return $instance;
  1581.     }
  1582.     /**
  1583.      * Gets the public 'App\Controller\Async\Channel\Scholar\Module\ExportModuleAction' shared autowired service.
  1584.      *
  1585.      * @return \App\Controller\Async\Channel\Scholar\Module\ExportModuleAction
  1586.      */
  1587.     protected function getExportModuleActionService()
  1588.     {
  1589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1590.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1591.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1592.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleAction.php';
  1593.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1594.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/AbstractExportScholarEntity.php';
  1595.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/ModuleExportScholarEntity.php';
  1596.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Module\ExportModuleAction(new \App\Service\Export\Scholar\ScholarEntity\ModuleExportScholarEntity(($this->services['translator'] ?? $this->getTranslatorService())));
  1597.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction'$this));
  1598.         return $instance;
  1599.     }
  1600.     /**
  1601.      * Gets the public 'App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction' shared autowired service.
  1602.      *
  1603.      * @return \App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction
  1604.      */
  1605.     protected function getExportModuleListActionService()
  1606.     {
  1607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1609.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1610.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleListAction.php';
  1611.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1612.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
  1613.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/ModuleExportScholarList.php';
  1614.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1615.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction(new \App\Service\Export\Scholar\ScholarList\ModuleExportScholarList(($this->privates['App\\Repository\\Scholar\\ModulePermissionRepository'] ?? $this->getModulePermissionRepositoryService()), $a), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), $a);
  1616.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction'$this));
  1617.         return $instance;
  1618.     }
  1619.     /**
  1620.      * Gets the public 'App\Controller\Async\Channel\Scholar\Training\CollectionAction' shared autowired service.
  1621.      *
  1622.      * @return \App\Controller\Async\Channel\Scholar\Training\CollectionAction
  1623.      */
  1624.     protected function getCollectionAction4Service()
  1625.     {
  1626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1627.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/CollectionAction.php';
  1628.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Training\CollectionAction(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  1629.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction'$this));
  1630.         return $instance;
  1631.     }
  1632.     /**
  1633.      * Gets the public 'App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction' shared autowired service.
  1634.      *
  1635.      * @return \App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction
  1636.      */
  1637.     protected function getExportTrainingActionService()
  1638.     {
  1639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1640.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1641.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1642.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingAction.php';
  1643.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1644.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/AbstractExportScholarEntity.php';
  1645.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/TrainingExportScholarEntity.php';
  1646.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction(new \App\Service\Export\Scholar\ScholarEntity\TrainingExportScholarEntity(($this->services['translator'] ?? $this->getTranslatorService())));
  1647.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction'$this));
  1648.         return $instance;
  1649.     }
  1650.     /**
  1651.      * Gets the public 'App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction' shared autowired service.
  1652.      *
  1653.      * @return \App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction
  1654.      */
  1655.     protected function getExportTrainingListActionService()
  1656.     {
  1657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1658.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1659.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1660.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingListAction.php';
  1661.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1662.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
  1663.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/TrainingExportScholarList.php';
  1664.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1665.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction(new \App\Service\Export\Scholar\ScholarList\TrainingExportScholarList(($this->privates['App\\Repository\\Scholar\\TrainingPermissionRepository'] ?? $this->getTrainingPermissionRepositoryService()), $a), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), $a);
  1666.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction'$this));
  1667.         return $instance;
  1668.     }
  1669.     /**
  1670.      * Gets the public 'App\Controller\Async\Channel\User\CollectionAction' shared autowired service.
  1671.      *
  1672.      * @return \App\Controller\Async\Channel\User\CollectionAction
  1673.      */
  1674.     protected function getCollectionAction5Service()
  1675.     {
  1676.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/User/CollectionAction.php';
  1677.         return $this->services['App\\Controller\\Async\\Channel\\User\\CollectionAction'] = new \App\Controller\Async\Channel\User\CollectionAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1678.     }
  1679.     /**
  1680.      * Gets the public 'App\Controller\Front\Account\Assignable\CollectionAction' shared autowired service.
  1681.      *
  1682.      * @return \App\Controller\Front\Account\Assignable\CollectionAction
  1683.      */
  1684.     protected function getCollectionAction6Service()
  1685.     {
  1686.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1687.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Assignable/CollectionAction.php';
  1688.         $this->services['App\\Controller\\Front\\Account\\Assignable\\CollectionAction'] = $instance = new \App\Controller\Front\Account\Assignable\CollectionAction(($this->privates['App\\Repository\\Common\\AssignableRepository'] ?? $this->getAssignableRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  1689.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Assignable\\CollectionAction'$this));
  1690.         return $instance;
  1691.     }
  1692.     /**
  1693.      * Gets the public 'App\Controller\Front\Account\Message\CollectionAction' shared autowired service.
  1694.      *
  1695.      * @return \App\Controller\Front\Account\Message\CollectionAction
  1696.      */
  1697.     protected function getCollectionAction7Service()
  1698.     {
  1699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1700.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Message/CollectionAction.php';
  1701.         $this->services['App\\Controller\\Front\\Account\\Message\\CollectionAction'] = $instance = new \App\Controller\Front\Account\Message\CollectionAction(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  1702.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Message\\CollectionAction'$this));
  1703.         return $instance;
  1704.     }
  1705.     /**
  1706.      * Gets the public 'App\Controller\Front\Account\Notification\NotificationController' shared autowired service.
  1707.      *
  1708.      * @return \App\Controller\Front\Account\Notification\NotificationController
  1709.      */
  1710.     protected function getNotificationControllerService()
  1711.     {
  1712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1713.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Notification/NotificationController.php';
  1714.         $this->services['App\\Controller\\Front\\Account\\Notification\\NotificationController'] = $instance = new \App\Controller\Front\Account\Notification\NotificationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()));
  1715.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationController'$this));
  1716.         return $instance;
  1717.     }
  1718.     /**
  1719.      * Gets the public 'App\Controller\Front\Account\Notification\NotificationIndexController' shared autowired service.
  1720.      *
  1721.      * @return \App\Controller\Front\Account\Notification\NotificationIndexController
  1722.      */
  1723.     protected function getNotificationIndexControllerService()
  1724.     {
  1725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1726.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Notification/NotificationIndexController.php';
  1727.         $this->services['App\\Controller\\Front\\Account\\Notification\\NotificationIndexController'] = $instance = new \App\Controller\Front\Account\Notification\NotificationIndexController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()));
  1728.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationIndexController'$this));
  1729.         return $instance;
  1730.     }
  1731.     /**
  1732.      * Gets the public 'App\Controller\Front\Account\Notification\NotificationSeeAllController' shared autowired service.
  1733.      *
  1734.      * @return \App\Controller\Front\Account\Notification\NotificationSeeAllController
  1735.      */
  1736.     protected function getNotificationSeeAllControllerService()
  1737.     {
  1738.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1739.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Notification/NotificationSeeAllController.php';
  1740.         $this->services['App\\Controller\\Front\\Account\\Notification\\NotificationSeeAllController'] = $instance = new \App\Controller\Front\Account\Notification\NotificationSeeAllController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()));
  1741.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationSeeAllController'$this));
  1742.         return $instance;
  1743.     }
  1744.     /**
  1745.      * Gets the public 'App\Controller\Front\Account\Notification\NotificationUnreadController' shared autowired service.
  1746.      *
  1747.      * @return \App\Controller\Front\Account\Notification\NotificationUnreadController
  1748.      */
  1749.     protected function getNotificationUnreadControllerService()
  1750.     {
  1751.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1752.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Notification/NotificationUnreadController.php';
  1753.         $this->services['App\\Controller\\Front\\Account\\Notification\\NotificationUnreadController'] = $instance = new \App\Controller\Front\Account\Notification\NotificationUnreadController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()));
  1754.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationUnreadController'$this));
  1755.         return $instance;
  1756.     }
  1757.     /**
  1758.      * Gets the public 'App\Controller\Front\Account\Notification\RedirectController' shared autowired service.
  1759.      *
  1760.      * @return \App\Controller\Front\Account\Notification\RedirectController
  1761.      */
  1762.     protected function getRedirectControllerService()
  1763.     {
  1764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1765.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Notification/RedirectController.php';
  1766.         $this->services['App\\Controller\\Front\\Account\\Notification\\RedirectController'] = $instance = new \App\Controller\Front\Account\Notification\RedirectController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1767.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Notification\\RedirectController'$this));
  1768.         return $instance;
  1769.     }
  1770.     /**
  1771.      * Gets the public 'App\Controller\Front\Account\Scholar\Training\CollectionActionCard' shared autowired service.
  1772.      *
  1773.      * @return \App\Controller\Front\Account\Scholar\Training\CollectionActionCard
  1774.      */
  1775.     protected function getCollectionActionCardService()
  1776.     {
  1777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1778.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Scholar/Training/CollectionActionCard.php';
  1779.         $this->services['App\\Controller\\Front\\Account\\Scholar\\Training\\CollectionActionCard'] = $instance = new \App\Controller\Front\Account\Scholar\Training\CollectionActionCard(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
  1780.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Account\\Scholar\\Training\\CollectionActionCard'$this));
  1781.         return $instance;
  1782.     }
  1783.     /**
  1784.      * Gets the public 'App\Controller\Front\Async\Scholar\TrainingNameCollectionAction' shared autowired service.
  1785.      *
  1786.      * @return \App\Controller\Front\Async\Scholar\TrainingNameCollectionAction
  1787.      */
  1788.     protected function getTrainingNameCollectionActionService()
  1789.     {
  1790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1791.         include_once \dirname(__DIR__4).'/src/Controller/Front/Async/Scholar/TrainingNameCollectionAction.php';
  1792.         $this->services['App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction'] = $instance = new \App\Controller\Front\Async\Scholar\TrainingNameCollectionAction(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  1793.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction'$this));
  1794.         return $instance;
  1795.     }
  1796.     /**
  1797.      * Gets the public 'App\Controller\Front\Channel\Image\DeleteController' shared autowired service.
  1798.      *
  1799.      * @return \App\Controller\Front\Channel\Image\DeleteController
  1800.      */
  1801.     protected function getDeleteControllerService()
  1802.     {
  1803.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  1804.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/Image/DeleteController.php';
  1805.         $this->services['App\\Controller\\Front\\Channel\\Image\\DeleteController'] = $instance = new \App\Controller\Front\Channel\Image\DeleteController();
  1806.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1807.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  1808.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1809.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  1810.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1811.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1812.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1813.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  1814.         return $instance;
  1815.     }
  1816.     /**
  1817.      * Gets the public 'App\Controller\Front\Channel\Image\ListController' shared autowired service.
  1818.      *
  1819.      * @return \App\Controller\Front\Channel\Image\ListController
  1820.      */
  1821.     protected function getListControllerService()
  1822.     {
  1823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1824.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/Image/ListController.php';
  1825.         $this->services['App\\Controller\\Front\\Channel\\Image\\ListController'] = $instance = new \App\Controller\Front\Channel\Image\ListController(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1826.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Channel\\Image\\ListController'$this));
  1827.         return $instance;
  1828.     }
  1829.     /**
  1830.      * Gets the public 'App\Controller\Front\Channel\ShowController' shared autowired service.
  1831.      *
  1832.      * @return \App\Controller\Front\Channel\ShowController
  1833.      */
  1834.     protected function getShowControllerService()
  1835.     {
  1836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1837.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/ShowController.php';
  1838.         $this->services['App\\Controller\\Front\\Channel\\ShowController'] = $instance = new \App\Controller\Front\Channel\ShowController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Service\\Advice\\AdviceManager'] ?? $this->getAdviceManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
  1839.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Channel\\ShowController'$this));
  1840.         return $instance;
  1841.     }
  1842.     /**
  1843.      * Gets the public 'App\Controller\Front\Channel\ShowTrainingListController' shared autowired service.
  1844.      *
  1845.      * @return \App\Controller\Front\Channel\ShowTrainingListController
  1846.      */
  1847.     protected function getShowTrainingListControllerService()
  1848.     {
  1849.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1850.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/ShowTrainingListController.php';
  1851.         $this->services['App\\Controller\\Front\\Channel\\ShowTrainingListController'] = $instance = new \App\Controller\Front\Channel\ShowTrainingListController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  1852.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Channel\\ShowTrainingListController'$this));
  1853.         return $instance;
  1854.     }
  1855.     /**
  1856.      * Gets the public 'App\Controller\Front\Channel\SubAjaxListController' shared autowired service.
  1857.      *
  1858.      * @return \App\Controller\Front\Channel\SubAjaxListController
  1859.      */
  1860.     protected function getSubAjaxListControllerService()
  1861.     {
  1862.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  1863.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/SubAjaxListController.php';
  1864.         $this->services['App\\Controller\\Front\\Channel\\SubAjaxListController'] = $instance = new \App\Controller\Front\Channel\SubAjaxListController();
  1865.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1866.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  1867.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1868.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  1869.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1870.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1871.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1872.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  1873.         return $instance;
  1874.     }
  1875.     /**
  1876.      * Gets the public 'App\Controller\Front\Exercise\AnswerController' shared autowired service.
  1877.      *
  1878.      * @return \App\Controller\Front\Exercise\AnswerController
  1879.      */
  1880.     protected function getAnswerControllerService()
  1881.     {
  1882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1883.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/AnswerController.php';
  1884.         $this->services['App\\Controller\\Front\\Exercise\\AnswerController'] = $instance = new \App\Controller\Front\Exercise\AnswerController(($this->privates['App\\Service\\Exercise\\UserExerciseResultManipulator'] ?? $this->getUserExerciseResultManipulatorService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1885.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\AnswerController'$this));
  1886.         return $instance;
  1887.     }
  1888.     /**
  1889.      * Gets the public 'App\Controller\Front\Exercise\CancelController' shared autowired service.
  1890.      *
  1891.      * @return \App\Controller\Front\Exercise\CancelController
  1892.      */
  1893.     protected function getCancelControllerService()
  1894.     {
  1895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1896.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/CancelController.php';
  1897.         $this->services['App\\Controller\\Front\\Exercise\\CancelController'] = $instance = new \App\Controller\Front\Exercise\CancelController(($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1898.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\CancelController'$this));
  1899.         return $instance;
  1900.     }
  1901.     /**
  1902.      * Gets the public 'App\Controller\Front\Exercise\FinishController' shared autowired service.
  1903.      *
  1904.      * @return \App\Controller\Front\Exercise\FinishController
  1905.      */
  1906.     protected function getFinishControllerService()
  1907.     {
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1909.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/FinishController.php';
  1910.         $this->services['App\\Controller\\Front\\Exercise\\FinishController'] = $instance = new \App\Controller\Front\Exercise\FinishController(($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
  1911.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\FinishController'$this));
  1912.         return $instance;
  1913.     }
  1914.     /**
  1915.      * Gets the public 'App\Controller\Front\Exercise\RedirectToShowResultsAction' shared autowired service.
  1916.      *
  1917.      * @return \App\Controller\Front\Exercise\RedirectToShowResultsAction
  1918.      */
  1919.     protected function getRedirectToShowResultsActionService()
  1920.     {
  1921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1922.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/RedirectToShowResultsAction.php';
  1923.         $this->services['App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction'] = $instance = new \App\Controller\Front\Exercise\RedirectToShowResultsAction();
  1924.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction'$this));
  1925.         return $instance;
  1926.     }
  1927.     /**
  1928.      * Gets the public 'App\Controller\Front\Exercise\ShowController' shared autowired service.
  1929.      *
  1930.      * @return \App\Controller\Front\Exercise\ShowController
  1931.      */
  1932.     protected function getShowController2Service()
  1933.     {
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1935.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/ShowController.php';
  1936.         $this->services['App\\Controller\\Front\\Exercise\\ShowController'] = $instance = new \App\Controller\Front\Exercise\ShowController(($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
  1937.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\ShowController'$this));
  1938.         return $instance;
  1939.     }
  1940.     /**
  1941.      * Gets the public 'App\Controller\Front\Exercise\SolutionController' shared autowired service.
  1942.      *
  1943.      * @return \App\Controller\Front\Exercise\SolutionController
  1944.      */
  1945.     protected function getSolutionControllerService()
  1946.     {
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1948.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/SolutionController.php';
  1949.         $this->services['App\\Controller\\Front\\Exercise\\SolutionController'] = $instance = new \App\Controller\Front\Exercise\SolutionController(($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
  1950.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\SolutionController'$this));
  1951.         return $instance;
  1952.     }
  1953.     /**
  1954.      * Gets the public 'App\Controller\Front\Exercise\StartController' shared autowired service.
  1955.      *
  1956.      * @return \App\Controller\Front\Exercise\StartController
  1957.      */
  1958.     protected function getStartControllerService()
  1959.     {
  1960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1961.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/StartController.php';
  1962.         $this->services['App\\Controller\\Front\\Exercise\\StartController'] = $instance = new \App\Controller\Front\Exercise\StartController(($this->privates['App\\Service\\Exercise\\UserExerciseResultManipulator'] ?? $this->getUserExerciseResultManipulatorService()), ($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1963.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Exercise\\StartController'$this));
  1964.         return $instance;
  1965.     }
  1966.     /**
  1967.      * Gets the public 'App\Controller\Front\HomeConnectedController' shared autowired service.
  1968.      *
  1969.      * @return \App\Controller\Front\HomeConnectedController
  1970.      */
  1971.     protected function getHomeConnectedControllerService()
  1972.     {
  1973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1974.         include_once \dirname(__DIR__4).'/src/Controller/Front/HomeConnectedController.php';
  1975.         $this->services['App\\Controller\\Front\\HomeConnectedController'] = $instance = new \App\Controller\Front\HomeConnectedController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  1976.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\HomeConnectedController'$this));
  1977.         return $instance;
  1978.     }
  1979.     /**
  1980.      * Gets the public 'App\Controller\Front\HomeController' shared autowired service.
  1981.      *
  1982.      * @return \App\Controller\Front\HomeController
  1983.      */
  1984.     protected function getHomeControllerService()
  1985.     {
  1986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1987.         include_once \dirname(__DIR__4).'/src/Controller/Front/HomeController.php';
  1988.         include_once \dirname(__DIR__4).'/src/Service/NellappGlobalStatsService.php';
  1989.         $a = ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService());
  1990.         $this->services['App\\Controller\\Front\\HomeController'] = $instance = new \App\Controller\Front\HomeController($a, new \App\Service\NellappGlobalStatsService(($this->services['cache.app'] ?? $this->getCache_AppService()), $a, ($this->privates['App\\Repository\\Scholar\\OriginLessonRepository'] ?? $this->getOriginLessonRepositoryService()), ($this->privates['App\\Repository\\ChannelUserData\\ChannelUserDataRepository'] ?? $this->getChannelUserDataRepositoryService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService())));
  1991.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\HomeController'$this));
  1992.         return $instance;
  1993.     }
  1994.     /**
  1995.      * Gets the public 'App\Controller\Front\Scholar\Chapter\ChapterController' shared autowired service.
  1996.      *
  1997.      * @return \App\Controller\Front\Scholar\Chapter\ChapterController
  1998.      */
  1999.     protected function getChapterControllerService()
  2000.     {
  2001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2002.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/ChapterController.php';
  2003.         $this->services['App\\Controller\\Front\\Scholar\\Chapter\\ChapterController'] = $instance = new \App\Controller\Front\Scholar\Chapter\ChapterController(($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()), ($this->privates['App\\Service\\Achievement\\AchievementManager'] ?? $this->getAchievementManagerService()));
  2004.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\ChapterController'$this));
  2005.         return $instance;
  2006.     }
  2007.     /**
  2008.      * Gets the public 'App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController' shared autowired service.
  2009.      *
  2010.      * @return \App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController
  2011.      */
  2012.     protected function getDeleteMessageControllerService()
  2013.     {
  2014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2015.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/DeleteMessageController.php';
  2016.         $this->services['App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController'] = $instance = new \App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2017.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController'$this));
  2018.         return $instance;
  2019.     }
  2020.     /**
  2021.      * Gets the public 'App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController' shared autowired service.
  2022.      *
  2023.      * @return \App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController
  2024.      */
  2025.     protected function getRedirectToMessageControllerService()
  2026.     {
  2027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2028.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/RedirectToMessageController.php';
  2029.         $this->services['App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController'] = $instance = new \App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
  2030.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController'$this));
  2031.         return $instance;
  2032.     }
  2033.     /**
  2034.      * Gets the public 'App\Controller\Front\Scholar\Lesson\RedirectOnLessonController' shared autowired service.
  2035.      *
  2036.      * @return \App\Controller\Front\Scholar\Lesson\RedirectOnLessonController
  2037.      */
  2038.     protected function getRedirectOnLessonControllerService()
  2039.     {
  2040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2041.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Lesson/RedirectOnLessonController.php';
  2042.         $this->services['App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController'] = $instance = new \App\Controller\Front\Scholar\Lesson\RedirectOnLessonController(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
  2043.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController'$this));
  2044.         return $instance;
  2045.     }
  2046.     /**
  2047.      * Gets the public 'App\Controller\Front\Scholar\Lesson\ShowController' shared autowired service.
  2048.      *
  2049.      * @return \App\Controller\Front\Scholar\Lesson\ShowController
  2050.      */
  2051.     protected function getShowController3Service()
  2052.     {
  2053.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2054.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Lesson/ShowController.php';
  2055.         $this->services['App\\Controller\\Front\\Scholar\\Lesson\\ShowController'] = $instance = new \App\Controller\Front\Scholar\Lesson\ShowController(($this->privates['App\\Service\\Achievement\\AchievementManager'] ?? $this->getAchievementManagerService()));
  2056.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\ShowController'$this));
  2057.         return $instance;
  2058.     }
  2059.     /**
  2060.      * Gets the public 'App\Controller\Front\Scholar\Lesson\ShowLessonReviewController' shared autowired service.
  2061.      *
  2062.      * @return \App\Controller\Front\Scholar\Lesson\ShowLessonReviewController
  2063.      */
  2064.     protected function getShowLessonReviewControllerService()
  2065.     {
  2066.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2067.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Lesson/ShowLessonReviewController.php';
  2068.         $this->services['App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController'] = $instance = new \App\Controller\Front\Scholar\Lesson\ShowLessonReviewController(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Scholar\\ScholarNavigationService'] ?? $this->getScholarNavigationServiceService()));
  2069.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController'$this));
  2070.         return $instance;
  2071.     }
  2072.     /**
  2073.      * Gets the public 'App\Controller\Front\Scholar\Module\ShowController' shared autowired service.
  2074.      *
  2075.      * @return \App\Controller\Front\Scholar\Module\ShowController
  2076.      */
  2077.     protected function getShowController4Service()
  2078.     {
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2080.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Module/ShowController.php';
  2081.         $this->services['App\\Controller\\Front\\Scholar\\Module\\ShowController'] = $instance = new \App\Controller\Front\Scholar\Module\ShowController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->privates['App\\Service\\Achievement\\AchievementManager'] ?? $this->getAchievementManagerService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()));
  2082.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Module\\ShowController'$this));
  2083.         return $instance;
  2084.     }
  2085.     /**
  2086.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\CorrectorShowController' shared autowired service.
  2087.      *
  2088.      * @return \App\Controller\Front\Scholar\PracticalCase\CorrectorShowController
  2089.      */
  2090.     protected function getCorrectorShowControllerService()
  2091.     {
  2092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2093.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/CorrectorShowController.php';
  2094.         $this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\CorrectorShowController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2095.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController'$this));
  2096.         return $instance;
  2097.     }
  2098.     /**
  2099.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController' shared autowired service.
  2100.      *
  2101.      * @return \App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController
  2102.      */
  2103.     protected function getDeletePracticalCaseResponseControllerService()
  2104.     {
  2105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2106.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/DeletePracticalCaseResponseController.php';
  2107.         $this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2108.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController'$this));
  2109.         return $instance;
  2110.     }
  2111.     /**
  2112.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController' shared autowired service.
  2113.      *
  2114.      * @return \App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController
  2115.      */
  2116.     protected function getDownloadPracticalCaseFilesControllerService()
  2117.     {
  2118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2119.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/DownloadPracticalCaseFilesController.php';
  2120.         $this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController(($this->privates['App\\Service\\Common\\FileService'] ?? $this->getFileServiceService()));
  2121.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController'$this));
  2122.         return $instance;
  2123.     }
  2124.     /**
  2125.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction' shared autowired service.
  2126.      *
  2127.      * @return \App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction
  2128.      */
  2129.     protected function getRedirectToShowPracticalCaseActionService()
  2130.     {
  2131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2132.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/RedirectToShowPracticalCaseAction.php';
  2133.         $this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()));
  2134.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction'$this));
  2135.         return $instance;
  2136.     }
  2137.     /**
  2138.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\ShowController' shared autowired service.
  2139.      *
  2140.      * @return \App\Controller\Front\Scholar\PracticalCase\ShowController
  2141.      */
  2142.     protected function getShowController5Service()
  2143.     {
  2144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2145.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/ShowController.php';
  2146.         $this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\ShowController(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Scholar\\PracticalCaseService'] ?? $this->getPracticalCaseServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  2147.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController'$this));
  2148.         return $instance;
  2149.     }
  2150.     /**
  2151.      * Gets the public 'App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController' shared autowired service.
  2152.      *
  2153.      * @return \App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController
  2154.      */
  2155.     protected function getDeleteAdviceControllerService()
  2156.     {
  2157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2158.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/Advice/DeleteAdviceController.php';
  2159.         $this->services['App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController'] = $instance = new \App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2160.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController'$this));
  2161.         return $instance;
  2162.     }
  2163.     /**
  2164.      * Gets the public 'App\Controller\Front\Scholar\Training\Ajax\GetTrainingController' shared autowired service.
  2165.      *
  2166.      * @return \App\Controller\Front\Scholar\Training\Ajax\GetTrainingController
  2167.      */
  2168.     protected function getGetTrainingControllerService()
  2169.     {
  2170.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2171.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/Ajax/GetTrainingController.php';
  2172.         $this->services['App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController'] = $instance = new \App\Controller\Front\Scholar\Training\Ajax\GetTrainingController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  2173.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2174.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2175.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2176.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2177.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2178.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2179.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2180.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2181.         return $instance;
  2182.     }
  2183.     /**
  2184.      * Gets the public 'App\Controller\Front\Scholar\Training\AllTrainingController' shared autowired service.
  2185.      *
  2186.      * @return \App\Controller\Front\Scholar\Training\AllTrainingController
  2187.      */
  2188.     protected function getAllTrainingControllerService()
  2189.     {
  2190.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2191.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/AllTrainingController.php';
  2192.         $this->services['App\\Controller\\Front\\Scholar\\Training\\AllTrainingController'] = $instance = new \App\Controller\Front\Scholar\Training\AllTrainingController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  2193.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2194.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2195.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2196.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2197.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2198.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2199.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2200.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2201.         return $instance;
  2202.     }
  2203.     /**
  2204.      * Gets the public 'App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController' shared autowired service.
  2205.      *
  2206.      * @return \App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController
  2207.      */
  2208.     protected function getPaymentFundingContactControllerService()
  2209.     {
  2210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2211.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/Payment/PaymentFundingContactController.php';
  2212.         $this->services['App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController'] = $instance = new \App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController(($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()));
  2213.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController'$this));
  2214.         return $instance;
  2215.     }
  2216.     /**
  2217.      * Gets the public 'App\Controller\Front\Scholar\Training\ShowController' shared autowired service.
  2218.      *
  2219.      * @return \App\Controller\Front\Scholar\Training\ShowController
  2220.      */
  2221.     protected function getShowController6Service()
  2222.     {
  2223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2224.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/ShowController.php';
  2225.         $this->services['App\\Controller\\Front\\Scholar\\Training\\ShowController'] = $instance = new \App\Controller\Front\Scholar\Training\ShowController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\AdviceRepository'] ?? $this->getAdviceRepositoryService()), ($this->privates['App\\Service\\Advice\\AdviceManager'] ?? $this->getAdviceManagerService()), ($this->privates['App\\Service\\Scholar\\StatusService'] ?? $this->getStatusServiceService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
  2226.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\Scholar\\Training\\ShowController'$this));
  2227.         return $instance;
  2228.     }
  2229.     /**
  2230.      * Gets the public 'App\Controller\Front\SearchController' shared autowired service.
  2231.      *
  2232.      * @return \App\Controller\Front\SearchController
  2233.      */
  2234.     protected function getSearchControllerService()
  2235.     {
  2236.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2237.         include_once \dirname(__DIR__4).'/src/Controller/Front/SearchController.php';
  2238.         $this->services['App\\Controller\\Front\\SearchController'] = $instance = new \App\Controller\Front\SearchController(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2239.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Front\\SearchController'$this));
  2240.         return $instance;
  2241.     }
  2242.     /**
  2243.      * Gets the public 'App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController' shared autowired service.
  2244.      *
  2245.      * @return \App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController
  2246.      */
  2247.     protected function getCloseAssignableMessageControllerService()
  2248.     {
  2249.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2250.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Chapter/Message/CloseAssignableMessageController.php';
  2251.         $this->services['App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController'] = $instance = new \App\Controller\Manager\Channel\Chapter\Message\CloseAssignableMessageController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Common\\AssignableRepository'] ?? $this->getAssignableRepositoryService()));
  2252.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController'$this));
  2253.         return $instance;
  2254.     }
  2255.     /**
  2256.      * Gets the public 'App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController' shared autowired service.
  2257.      *
  2258.      * @return \App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController
  2259.      */
  2260.     protected function getDeleteMessageController2Service()
  2261.     {
  2262.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2263.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Chapter/Message/DeleteMessageController.php';
  2264.         $this->services['App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController'] = $instance = new \App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2265.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController'$this));
  2266.         return $instance;
  2267.     }
  2268.     /**
  2269.      * Gets the public 'App\Controller\Manager\Channel\Chapter\ShowController' shared autowired service.
  2270.      *
  2271.      * @return \App\Controller\Manager\Channel\Chapter\ShowController
  2272.      */
  2273.     protected function getShowController7Service()
  2274.     {
  2275.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2276.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Chapter/ShowController.php';
  2277.         $this->services['App\\Controller\\Manager\\Channel\\Chapter\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Chapter\ShowController(($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()), ($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
  2278.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Chapter\\ShowController'$this));
  2279.         return $instance;
  2280.     }
  2281.     /**
  2282.      * Gets the public 'App\Controller\Manager\Channel\DashboardAction' shared autowired service.
  2283.      *
  2284.      * @return \App\Controller\Manager\Channel\DashboardAction
  2285.      */
  2286.     protected function getDashboardActionService()
  2287.     {
  2288.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2289.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/DashboardAction.php';
  2290.         $this->services['App\\Controller\\Manager\\Channel\\DashboardAction'] = $instance = new \App\Controller\Manager\Channel\DashboardAction(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->privates['App\\Repository\\Common\\AssignableRepository'] ?? $this->getAssignableRepositoryService()));
  2291.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\DashboardAction'$this));
  2292.         return $instance;
  2293.     }
  2294.     /**
  2295.      * Gets the public 'App\Controller\Manager\Channel\DeleteController' shared autowired service.
  2296.      *
  2297.      * @return \App\Controller\Manager\Channel\DeleteController
  2298.      */
  2299.     protected function getDeleteController2Service()
  2300.     {
  2301.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2302.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/DeleteController.php';
  2303.         $this->services['App\\Controller\\Manager\\Channel\\DeleteController'] = $instance = new \App\Controller\Manager\Channel\DeleteController(($this->services['translator'] ?? $this->getTranslatorService()));
  2304.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2305.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2306.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2307.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2308.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2309.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2310.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2311.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2312.         return $instance;
  2313.     }
  2314.     /**
  2315.      * Gets the public 'App\Controller\Manager\Channel\DeleteMultipleController' shared autowired service.
  2316.      *
  2317.      * @return \App\Controller\Manager\Channel\DeleteMultipleController
  2318.      */
  2319.     protected function getDeleteMultipleControllerService()
  2320.     {
  2321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2322.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/DeleteMultipleController.php';
  2323.         $this->services['App\\Controller\\Manager\\Channel\\DeleteMultipleController'] = $instance = new \App\Controller\Manager\Channel\DeleteMultipleController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2324.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\DeleteMultipleController'$this));
  2325.         return $instance;
  2326.     }
  2327.     /**
  2328.      * Gets the public 'App\Controller\Manager\Channel\Exercise\CollectionAction' shared autowired service.
  2329.      *
  2330.      * @return \App\Controller\Manager\Channel\Exercise\CollectionAction
  2331.      */
  2332.     protected function getCollectionAction8Service()
  2333.     {
  2334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2335.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/CollectionAction.php';
  2336.         $this->services['App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction'] = $instance = new \App\Controller\Manager\Channel\Exercise\CollectionAction(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()));
  2337.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction'$this));
  2338.         return $instance;
  2339.     }
  2340.     /**
  2341.      * Gets the public 'App\Controller\Manager\Channel\Exercise\DeleteController' shared autowired service.
  2342.      *
  2343.      * @return \App\Controller\Manager\Channel\Exercise\DeleteController
  2344.      */
  2345.     protected function getDeleteController3Service()
  2346.     {
  2347.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2348.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/DeleteController.php';
  2349.         $this->services['App\\Controller\\Manager\\Channel\\Exercise\\DeleteController'] = $instance = new \App\Controller\Manager\Channel\Exercise\DeleteController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2350.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\DeleteController'$this));
  2351.         return $instance;
  2352.     }
  2353.     /**
  2354.      * Gets the public 'App\Controller\Manager\Channel\Exercise\EditController' shared autowired service.
  2355.      *
  2356.      * @return \App\Controller\Manager\Channel\Exercise\EditController
  2357.      */
  2358.     protected function getEditControllerService()
  2359.     {
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2361.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/EditController.php';
  2362.         $this->services['App\\Controller\\Manager\\Channel\\Exercise\\EditController'] = $instance = new \App\Controller\Manager\Channel\Exercise\EditController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2363.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\EditController'$this));
  2364.         return $instance;
  2365.     }
  2366.     /**
  2367.      * Gets the public 'App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction' shared autowired service.
  2368.      *
  2369.      * @return \App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction
  2370.      */
  2371.     protected function getExerciseResultShowActionService()
  2372.     {
  2373.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2374.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/ExerciseResultShowAction.php';
  2375.         $this->services['App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction'] = $instance = new \App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction(($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
  2376.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction'$this));
  2377.         return $instance;
  2378.     }
  2379.     /**
  2380.      * Gets the public 'App\Controller\Manager\Channel\Exercise\NewController' shared autowired service.
  2381.      *
  2382.      * @return \App\Controller\Manager\Channel\Exercise\NewController
  2383.      */
  2384.     protected function getNewControllerService()
  2385.     {
  2386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2387.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/NewController.php';
  2388.         $this->services['App\\Controller\\Manager\\Channel\\Exercise\\NewController'] = $instance = new \App\Controller\Manager\Channel\Exercise\NewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2389.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\NewController'$this));
  2390.         return $instance;
  2391.     }
  2392.     /**
  2393.      * Gets the public 'App\Controller\Manager\Channel\Exercise\ShowController' shared autowired service.
  2394.      *
  2395.      * @return \App\Controller\Manager\Channel\Exercise\ShowController
  2396.      */
  2397.     protected function getShowController8Service()
  2398.     {
  2399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2400.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/ShowController.php';
  2401.         $this->services['App\\Controller\\Manager\\Channel\\Exercise\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Exercise\ShowController();
  2402.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\ShowController'$this));
  2403.         return $instance;
  2404.     }
  2405.     /**
  2406.      * Gets the public 'App\Controller\Manager\Channel\Exercise\StartController' shared autowired service.
  2407.      *
  2408.      * @return \App\Controller\Manager\Channel\Exercise\StartController
  2409.      */
  2410.     protected function getStartController2Service()
  2411.     {
  2412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2413.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/StartController.php';
  2414.         $this->services['App\\Controller\\Manager\\Channel\\Exercise\\StartController'] = $instance = new \App\Controller\Manager\Channel\Exercise\StartController(($this->privates['App\\Service\\Exercise\\UserExerciseResultManipulator'] ?? $this->getUserExerciseResultManipulatorService()), ($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
  2415.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\StartController'$this));
  2416.         return $instance;
  2417.     }
  2418.     /**
  2419.      * Gets the public 'App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction' shared autowired service.
  2420.      *
  2421.      * @return \App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction
  2422.      */
  2423.     protected function getCheckSharedLessonActionService()
  2424.     {
  2425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2426.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/CheckSharedLessonAction.php';
  2427.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
  2428.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction'$this));
  2429.         return $instance;
  2430.     }
  2431.     /**
  2432.      * Gets the public 'App\Controller\Manager\Channel\Lesson\CollectionAction' shared autowired service.
  2433.      *
  2434.      * @return \App\Controller\Manager\Channel\Lesson\CollectionAction
  2435.      */
  2436.     protected function getCollectionAction9Service()
  2437.     {
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
  2440.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/CollectionAction.php';
  2441.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\CollectionAction(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2442.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction'$this));
  2443.         return $instance;
  2444.     }
  2445.     /**
  2446.      * Gets the public 'App\Controller\Manager\Channel\Lesson\EditController' shared autowired service.
  2447.      *
  2448.      * @return \App\Controller\Manager\Channel\Lesson\EditController
  2449.      */
  2450.     protected function getEditController2Service()
  2451.     {
  2452.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2453.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/EditController.php';
  2454.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\EditController'] = $instance = new \App\Controller\Manager\Channel\Lesson\EditController();
  2455.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2456.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2457.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2458.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2459.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2460.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2461.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2462.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2463.         return $instance;
  2464.     }
  2465.     /**
  2466.      * Gets the public 'App\Controller\Manager\Channel\Lesson\NewController' shared autowired service.
  2467.      *
  2468.      * @return \App\Controller\Manager\Channel\Lesson\NewController
  2469.      */
  2470.     protected function getNewController2Service()
  2471.     {
  2472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2473.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/NewController.php';
  2474.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\NewController'] = $instance = new \App\Controller\Manager\Channel\Lesson\NewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2475.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\NewController'$this));
  2476.         return $instance;
  2477.     }
  2478.     /**
  2479.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ReviewCollectionController' shared autowired service.
  2480.      *
  2481.      * @return \App\Controller\Manager\Channel\Lesson\ReviewCollectionController
  2482.      */
  2483.     protected function getReviewCollectionControllerService()
  2484.     {
  2485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2486.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ReviewCollectionController.php';
  2487.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController'] = $instance = new \App\Controller\Manager\Channel\Lesson\ReviewCollectionController(($this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] ?? $this->getLessonReviewRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2488.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController'$this));
  2489.         return $instance;
  2490.     }
  2491.     /**
  2492.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ShareController' shared autowired service.
  2493.      *
  2494.      * @return \App\Controller\Manager\Channel\Lesson\ShareController
  2495.      */
  2496.     protected function getShareControllerService()
  2497.     {
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2499.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/AbstractShareController.php';
  2500.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ShareController.php';
  2501.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\ShareController'] = $instance = new \App\Controller\Manager\Channel\Lesson\ShareController(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  2502.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ShareController'$this));
  2503.         return $instance;
  2504.     }
  2505.     /**
  2506.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ShowController' shared autowired service.
  2507.      *
  2508.      * @return \App\Controller\Manager\Channel\Lesson\ShowController
  2509.      */
  2510.     protected function getShowController9Service()
  2511.     {
  2512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2513.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ShowController.php';
  2514.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Lesson\ShowController();
  2515.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ShowController'$this));
  2516.         return $instance;
  2517.     }
  2518.     /**
  2519.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ToggleAction' shared autowired service.
  2520.      *
  2521.      * @return \App\Controller\Manager\Channel\Lesson\ToggleAction
  2522.      */
  2523.     protected function getToggleActionService()
  2524.     {
  2525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2526.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ToggleAction.php';
  2527.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\ToggleAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2528.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction'$this));
  2529.         return $instance;
  2530.     }
  2531.     /**
  2532.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction' shared autowired service.
  2533.      *
  2534.      * @return \App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction
  2535.      */
  2536.     protected function getToggleLessonReviewActionService()
  2537.     {
  2538.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2539.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ToggleLessonReviewAction.php';
  2540.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2541.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction'$this));
  2542.         return $instance;
  2543.     }
  2544.     /**
  2545.      * Gets the public 'App\Controller\Manager\Channel\Module\CollectionAction' shared autowired service.
  2546.      *
  2547.      * @return \App\Controller\Manager\Channel\Module\CollectionAction
  2548.      */
  2549.     protected function getCollectionAction10Service()
  2550.     {
  2551.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2552.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
  2553.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/CollectionAction.php';
  2554.         $this->services['App\\Controller\\Manager\\Channel\\Module\\CollectionAction'] = $instance = new \App\Controller\Manager\Channel\Module\CollectionAction(($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2555.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\CollectionAction'$this));
  2556.         return $instance;
  2557.     }
  2558.     /**
  2559.      * Gets the public 'App\Controller\Manager\Channel\Module\EditController' shared autowired service.
  2560.      *
  2561.      * @return \App\Controller\Manager\Channel\Module\EditController
  2562.      */
  2563.     protected function getEditController3Service()
  2564.     {
  2565.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2566.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/EditController.php';
  2567.         $this->services['App\\Controller\\Manager\\Channel\\Module\\EditController'] = $instance = new \App\Controller\Manager\Channel\Module\EditController();
  2568.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2569.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2570.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2571.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2572.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2573.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2574.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2575.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2576.         return $instance;
  2577.     }
  2578.     /**
  2579.      * Gets the public 'App\Controller\Manager\Channel\Module\GetAction' shared autowired service.
  2580.      *
  2581.      * @return \App\Controller\Manager\Channel\Module\GetAction
  2582.      */
  2583.     protected function getGetActionService()
  2584.     {
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2586.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/GetAction.php';
  2587.         $this->services['App\\Controller\\Manager\\Channel\\Module\\GetAction'] = $instance = new \App\Controller\Manager\Channel\Module\GetAction();
  2588.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\GetAction'$this));
  2589.         return $instance;
  2590.     }
  2591.     /**
  2592.      * Gets the public 'App\Controller\Manager\Channel\Module\NewController' shared autowired service.
  2593.      *
  2594.      * @return \App\Controller\Manager\Channel\Module\NewController
  2595.      */
  2596.     protected function getNewController3Service()
  2597.     {
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2599.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/NewController.php';
  2600.         $this->services['App\\Controller\\Manager\\Channel\\Module\\NewController'] = $instance = new \App\Controller\Manager\Channel\Module\NewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2601.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\NewController'$this));
  2602.         return $instance;
  2603.     }
  2604.     /**
  2605.      * Gets the public 'App\Controller\Manager\Channel\Module\ShareController' shared autowired service.
  2606.      *
  2607.      * @return \App\Controller\Manager\Channel\Module\ShareController
  2608.      */
  2609.     protected function getShareController2Service()
  2610.     {
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2612.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/AbstractShareController.php';
  2613.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ShareController.php';
  2614.         $this->services['App\\Controller\\Manager\\Channel\\Module\\ShareController'] = $instance = new \App\Controller\Manager\Channel\Module\ShareController(($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  2615.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShareController'$this));
  2616.         return $instance;
  2617.     }
  2618.     /**
  2619.      * Gets the public 'App\Controller\Manager\Channel\Module\ShowController' shared autowired service.
  2620.      *
  2621.      * @return \App\Controller\Manager\Channel\Module\ShowController
  2622.      */
  2623.     protected function getShowController10Service()
  2624.     {
  2625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2626.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ShowController.php';
  2627.         $this->services['App\\Controller\\Manager\\Channel\\Module\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Module\ShowController(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
  2628.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShowController'$this));
  2629.         return $instance;
  2630.     }
  2631.     /**
  2632.      * Gets the public 'App\Controller\Manager\Channel\Module\ShowWithoutTrainingController' shared autowired service.
  2633.      *
  2634.      * @return \App\Controller\Manager\Channel\Module\ShowWithoutTrainingController
  2635.      */
  2636.     protected function getShowWithoutTrainingControllerService()
  2637.     {
  2638.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2639.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ShowWithoutTrainingController.php';
  2640.         $this->services['App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController'] = $instance = new \App\Controller\Manager\Channel\Module\ShowWithoutTrainingController();
  2641.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController'$this));
  2642.         return $instance;
  2643.     }
  2644.     /**
  2645.      * Gets the public 'App\Controller\Manager\Channel\Module\ToggleAction' shared autowired service.
  2646.      *
  2647.      * @return \App\Controller\Manager\Channel\Module\ToggleAction
  2648.      */
  2649.     protected function getToggleAction2Service()
  2650.     {
  2651.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2652.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ToggleAction.php';
  2653.         $this->services['App\\Controller\\Manager\\Channel\\Module\\ToggleAction'] = $instance = new \App\Controller\Manager\Channel\Module\ToggleAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2654.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Module\\ToggleAction'$this));
  2655.         return $instance;
  2656.     }
  2657.     /**
  2658.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController' shared autowired service.
  2659.      *
  2660.      * @return \App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController
  2661.      */
  2662.     protected function getSharedChannelsControllerService()
  2663.     {
  2664.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2665.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/SharedChannelsController.php';
  2666.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController(($this->privates['App\\Repository\\Channel\\SharedChannelRepository'] ?? $this->getSharedChannelRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2667.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController'$this));
  2668.         return $instance;
  2669.     }
  2670.     /**
  2671.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController' shared autowired service.
  2672.      *
  2673.      * @return \App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController
  2674.      */
  2675.     protected function getSharedLessonsControllerService()
  2676.     {
  2677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2678.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/SharedLessonsController.php';
  2679.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\SharedLessonsController(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2680.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController'$this));
  2681.         return $instance;
  2682.     }
  2683.     /**
  2684.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController' shared autowired service.
  2685.      *
  2686.      * @return \App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController
  2687.      */
  2688.     protected function getSharedModulesControllerService()
  2689.     {
  2690.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2691.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/SharedModulesController.php';
  2692.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\SharedModulesController(($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2693.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController'$this));
  2694.         return $instance;
  2695.     }
  2696.     /**
  2697.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController' shared autowired service.
  2698.      *
  2699.      * @return \App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController
  2700.      */
  2701.     protected function getSharedTrainingsControllerService()
  2702.     {
  2703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2704.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/SharedTrainingsController.php';
  2705.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\SharedTrainingsController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2706.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController'$this));
  2707.         return $instance;
  2708.     }
  2709.     /**
  2710.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController' shared autowired service.
  2711.      *
  2712.      * @return \App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController
  2713.      */
  2714.     protected function getToggleShareControllerService()
  2715.     {
  2716.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2717.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareController.php';
  2718.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\ToggleShareController(($this->privates['App\\Service\\ShareContent\\shareScholarService'] ?? $this->getShareScholarServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2719.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController'$this));
  2720.         return $instance;
  2721.     }
  2722.     /**
  2723.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController' shared autowired service.
  2724.      *
  2725.      * @return \App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController
  2726.      */
  2727.     protected function getToggleShareMultipleControllerService()
  2728.     {
  2729.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2730.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareMultipleController.php';
  2731.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\ToggleShareMultipleController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ShareContent\\shareScholarService'] ?? $this->getShareScholarServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2732.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController'$this));
  2733.         return $instance;
  2734.     }
  2735.     /**
  2736.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase' shared autowired service.
  2737.      *
  2738.      * @return \App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase
  2739.      */
  2740.     protected function getArchivePracticalCaseService()
  2741.     {
  2742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2743.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/ArchivePracticalCase.php';
  2744.         $this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2745.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase'$this));
  2746.         return $instance;
  2747.     }
  2748.     /**
  2749.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController' shared autowired service.
  2750.      *
  2751.      * @return \App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController
  2752.      */
  2753.     protected function getDownloadPracticalCaseFilesController2Service()
  2754.     {
  2755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2756.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/DownloadPracticalCaseFilesController.php';
  2757.         $this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController(($this->privates['App\\Service\\Common\\FileService'] ?? $this->getFileServiceService()));
  2758.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController'$this));
  2759.         return $instance;
  2760.     }
  2761.     /**
  2762.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\EditController' shared autowired service.
  2763.      *
  2764.      * @return \App\Controller\Manager\Channel\PracticalCase\EditController
  2765.      */
  2766.     protected function getEditController4Service()
  2767.     {
  2768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2769.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/EditController.php';
  2770.         $this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\EditController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\EditController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  2771.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\EditController'$this));
  2772.         return $instance;
  2773.     }
  2774.     /**
  2775.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\NewController' shared autowired service.
  2776.      *
  2777.      * @return \App\Controller\Manager\Channel\PracticalCase\NewController
  2778.      */
  2779.     protected function getNewController4Service()
  2780.     {
  2781.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2782.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/NewController.php';
  2783.         $this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\NewController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\NewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  2784.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\NewController'$this));
  2785.         return $instance;
  2786.     }
  2787.     /**
  2788.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\ReattributeController' shared autowired service.
  2789.      *
  2790.      * @return \App\Controller\Manager\Channel\PracticalCase\ReattributeController
  2791.      */
  2792.     protected function getReattributeControllerService()
  2793.     {
  2794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2795.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/ReattributeController.php';
  2796.         $this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\ReattributeController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\Common\\AssignableRepository'] ?? $this->getAssignableRepositoryService()));
  2797.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController'$this));
  2798.         return $instance;
  2799.     }
  2800.     /**
  2801.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\ShowController' shared autowired service.
  2802.      *
  2803.      * @return \App\Controller\Manager\Channel\PracticalCase\ShowController
  2804.      */
  2805.     protected function getShowController11Service()
  2806.     {
  2807.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2808.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/ShowController.php';
  2809.         $this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\ShowController();
  2810.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController'$this));
  2811.         return $instance;
  2812.     }
  2813.     /**
  2814.      * Gets the public 'App\Controller\Manager\Channel\Training\CollectionAction' shared autowired service.
  2815.      *
  2816.      * @return \App\Controller\Manager\Channel\Training\CollectionAction
  2817.      */
  2818.     protected function getCollectionAction11Service()
  2819.     {
  2820.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2821.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
  2822.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/CollectionAction.php';
  2823.         $this->services['App\\Controller\\Manager\\Channel\\Training\\CollectionAction'] = $instance = new \App\Controller\Manager\Channel\Training\CollectionAction(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()));
  2824.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\CollectionAction'$this));
  2825.         return $instance;
  2826.     }
  2827.     /**
  2828.      * Gets the public 'App\Controller\Manager\Channel\Training\EditController' shared autowired service.
  2829.      *
  2830.      * @return \App\Controller\Manager\Channel\Training\EditController
  2831.      */
  2832.     protected function getEditController5Service()
  2833.     {
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2835.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/EditController.php';
  2836.         $this->services['App\\Controller\\Manager\\Channel\\Training\\EditController'] = $instance = new \App\Controller\Manager\Channel\Training\EditController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2837.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\EditController'$this));
  2838.         return $instance;
  2839.     }
  2840.     /**
  2841.      * Gets the public 'App\Controller\Manager\Channel\Training\GetAction' shared autowired service.
  2842.      *
  2843.      * @return \App\Controller\Manager\Channel\Training\GetAction
  2844.      */
  2845.     protected function getGetAction2Service()
  2846.     {
  2847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2848.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/GetAction.php';
  2849.         $this->services['App\\Controller\\Manager\\Channel\\Training\\GetAction'] = $instance = new \App\Controller\Manager\Channel\Training\GetAction();
  2850.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\GetAction'$this));
  2851.         return $instance;
  2852.     }
  2853.     /**
  2854.      * Gets the public 'App\Controller\Manager\Channel\Training\NewController' shared autowired service.
  2855.      *
  2856.      * @return \App\Controller\Manager\Channel\Training\NewController
  2857.      */
  2858.     protected function getNewController5Service()
  2859.     {
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2861.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/NewController.php';
  2862.         $this->services['App\\Controller\\Manager\\Channel\\Training\\NewController'] = $instance = new \App\Controller\Manager\Channel\Training\NewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2863.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\NewController'$this));
  2864.         return $instance;
  2865.     }
  2866.     /**
  2867.      * Gets the public 'App\Controller\Manager\Channel\Training\ShareController' shared autowired service.
  2868.      *
  2869.      * @return \App\Controller\Manager\Channel\Training\ShareController
  2870.      */
  2871.     protected function getShareController3Service()
  2872.     {
  2873.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2874.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/AbstractShareController.php';
  2875.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/ShareController.php';
  2876.         $this->services['App\\Controller\\Manager\\Channel\\Training\\ShareController'] = $instance = new \App\Controller\Manager\Channel\Training\ShareController(($this->privates['App\\Service\\ShareContent\\ShareTrainingService'] ?? $this->getShareTrainingServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  2877.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\ShareController'$this));
  2878.         return $instance;
  2879.     }
  2880.     /**
  2881.      * Gets the public 'App\Controller\Manager\Channel\Training\ShowController' shared autowired service.
  2882.      *
  2883.      * @return \App\Controller\Manager\Channel\Training\ShowController
  2884.      */
  2885.     protected function getShowController12Service()
  2886.     {
  2887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2888.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/ShowController.php';
  2889.         $this->services['App\\Controller\\Manager\\Channel\\Training\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Training\ShowController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
  2890.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\ShowController'$this));
  2891.         return $instance;
  2892.     }
  2893.     /**
  2894.      * Gets the public 'App\Controller\Manager\Channel\Training\ToggleAction' shared autowired service.
  2895.      *
  2896.      * @return \App\Controller\Manager\Channel\Training\ToggleAction
  2897.      */
  2898.     protected function getToggleAction3Service()
  2899.     {
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2901.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/ToggleAction.php';
  2902.         $this->services['App\\Controller\\Manager\\Channel\\Training\\ToggleAction'] = $instance = new \App\Controller\Manager\Channel\Training\ToggleAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2903.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\Manager\\Channel\\Training\\ToggleAction'$this));
  2904.         return $instance;
  2905.     }
  2906.     /**
  2907.      * Gets the public 'App\Controller\Reverse_Sync\Training\PostPermissionAction' shared autowired service.
  2908.      *
  2909.      * @return \App\Controller\Reverse_Sync\Training\PostPermissionAction
  2910.      */
  2911.     protected function getPostPermissionAction2Service()
  2912.     {
  2913.         include_once \dirname(__DIR__4).'/src/Controller/Reverse_Sync/Training/PostPermissionAction.php';
  2914.         return $this->services['App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction'] = new \App\Controller\Reverse_Sync\Training\PostPermissionAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2915.     }
  2916.     /**
  2917.      * Gets the public 'App\Controller\TemplateCustomController' shared autowired service.
  2918.      *
  2919.      * @return \App\Controller\TemplateCustomController
  2920.      */
  2921.     protected function getTemplateCustomControllerService()
  2922.     {
  2923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2924.         include_once \dirname(__DIR__4).'/src/Controller/TemplateCustomController.php';
  2925.         $this->services['App\\Controller\\TemplateCustomController'] = $instance = new \App\Controller\TemplateCustomController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
  2926.         $instance->setContainer(($this->privates['.service_locator.hiR71q0'] ?? $this->get_ServiceLocator_HiR71q0Service())->withContext('App\\Controller\\TemplateCustomController'$this));
  2927.         return $instance;
  2928.     }
  2929.     /**
  2930.      * Gets the public 'App\Uploader\Naming\UserAvatarNamer' shared autowired service.
  2931.      *
  2932.      * @return \App\Uploader\Naming\UserAvatarNamer
  2933.      */
  2934.     protected function getUserAvatarNamerService()
  2935.     {
  2936.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  2937.         include_once \dirname(__DIR__4).'/src/Uploader/Naming/UserAvatarNamer.php';
  2938.         return $this->services['App\\Uploader\\Naming\\UserAvatarNamer'] = new \App\Uploader\Naming\UserAvatarNamer(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2939.     }
  2940.     /**
  2941.      * Gets the public 'App\Uploader\Naming\UuidNamer' shared autowired service.
  2942.      *
  2943.      * @return \App\Uploader\Naming\UuidNamer
  2944.      */
  2945.     protected function getUuidNamerService()
  2946.     {
  2947.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  2948.         include_once \dirname(__DIR__4).'/src/Uploader/Naming/UuidNamer.php';
  2949.         return $this->services['App\\Uploader\\Naming\\UuidNamer'] = new \App\Uploader\Naming\UuidNamer();
  2950.     }
  2951.     /**
  2952.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  2953.      *
  2954.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  2955.      */
  2956.     protected function getProfilerControllerService()
  2957.     {
  2958.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  2959.         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()));
  2960.     }
  2961.     /**
  2962.      * Gets the public 'Faker\Generator' shared service.
  2963.      *
  2964.      * @return \Faker\Generator
  2965.      */
  2966.     protected function getGeneratorService()
  2967.     {
  2968.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  2969.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  2970.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  2971.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Base.php';
  2972.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/HtmlLorem.php';
  2973.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Image.php';
  2974.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/Image.php';
  2975.         $this->services['Faker\\Generator'] = $instance \Faker\Factory::create('fr_FR');
  2976.         $instance->seed(1);
  2977.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  2978.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem($instance));
  2979.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\Image($instance));
  2980.         return $instance;
  2981.     }
  2982.     /**
  2983.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  2984.      *
  2985.      * @return \Liip\ImagineBundle\Controller\ImagineController
  2986.      */
  2987.     protected function getImagineControllerService()
  2988.     {
  2989.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  2990.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  2991.         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));
  2992.     }
  2993.     /**
  2994.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction' shared autowired service.
  2995.      *
  2996.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction
  2997.      */
  2998.     protected function getConnectActionService()
  2999.     {
  3000.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectAction.php';
  3001.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  3002.         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']))));
  3003.     }
  3004.     /**
  3005.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction' shared autowired service.
  3006.      *
  3007.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction
  3008.      */
  3009.     protected function getConnectCheckActionService()
  3010.     {
  3011.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectCheckAction.php';
  3012.         return $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction'] = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction();
  3013.     }
  3014.     /**
  3015.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction' shared autowired service.
  3016.      *
  3017.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction
  3018.      */
  3019.     protected function getLoggedOutActionService()
  3020.     {
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LoggedOutAction.php';
  3023.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction();
  3024.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'$this));
  3025.         return $instance;
  3026.     }
  3027.     /**
  3028.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction' shared autowired service.
  3029.      *
  3030.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction
  3031.      */
  3032.     protected function getLogoutActionService()
  3033.     {
  3034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3035.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LogoutAction.php';
  3036.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction();
  3037.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'$this));
  3038.         return $instance;
  3039.     }
  3040.     /**
  3041.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction' shared autowired service.
  3042.      *
  3043.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction
  3044.      */
  3045.     protected function getCollectionAction12Service()
  3046.     {
  3047.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3048.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  3049.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChannelUserRole/CollectionAction.php';
  3050.         $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()));
  3051.         $instance->setContainer(($this->privates['.service_locator.ndVqCXg'] ?? $this->get_ServiceLocator_NdVqCXgService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction'$this));
  3052.         return $instance;
  3053.     }
  3054.     /**
  3055.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController' shared autowired service.
  3056.      *
  3057.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController
  3058.      */
  3059.     protected function getChatNotificationControllerService()
  3060.     {
  3061.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3062.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChatNotification/ChatNotificationController.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/ProxyClientInterface.php';
  3064.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/AbstractProxyClient.php';
  3065.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Proxy/ProxyClient.php';
  3066.         $this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController(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')), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
  3067.         $instance->setContainer(($this->privates['.service_locator.ndVqCXg'] ?? $this->get_ServiceLocator_NdVqCXgService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController'$this));
  3068.         return $instance;
  3069.     }
  3070.     /**
  3071.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction' shared autowired service.
  3072.      *
  3073.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction
  3074.      */
  3075.     protected function getChannelAdminCollectionActionService()
  3076.     {
  3077.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3078.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelAdminCollectionAction.php';
  3080.         $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()));
  3081.         $instance->setContainer(($this->privates['.service_locator.ndVqCXg'] ?? $this->get_ServiceLocator_NdVqCXgService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction'$this));
  3082.         return $instance;
  3083.     }
  3084.     /**
  3085.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction' shared autowired service.
  3086.      *
  3087.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction
  3088.      */
  3089.     protected function getChannelLearnerCollectionActionService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  3093.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelLearnerCollectionAction.php';
  3094.         $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()));
  3095.         $instance->setContainer(($this->privates['.service_locator.ndVqCXg'] ?? $this->get_ServiceLocator_NdVqCXgService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction'$this));
  3096.         return $instance;
  3097.     }
  3098.     /**
  3099.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction' shared autowired service.
  3100.      *
  3101.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction
  3102.      */
  3103.     protected function getChannelUserCollectionActionService()
  3104.     {
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3106.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelUserCollectionAction.php';
  3108.         $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()));
  3109.         $instance->setContainer(($this->privates['.service_locator.ndVqCXg'] ?? $this->get_ServiceLocator_NdVqCXgService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction'$this));
  3110.         return $instance;
  3111.     }
  3112.     /**
  3113.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController' shared autowired service.
  3114.      *
  3115.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController
  3116.      */
  3117.     protected function getChannelResourceAccessCacheControllerService()
  3118.     {
  3119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3120.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Async/ChannelResourceAccessCacheController.php';
  3121.         $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()));
  3122.         $instance->setContainer(($this->privates['.service_locator.ImqoXUA'] ?? $this->get_ServiceLocator_ImqoXUAService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController'$this));
  3123.         return $instance;
  3124.     }
  3125.     /**
  3126.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction' shared autowired service.
  3127.      *
  3128.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction
  3129.      */
  3130.     protected function getDeleteActionService()
  3131.     {
  3132.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3133.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/DeleteAction.php';
  3135.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3136.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  3137.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction'] = $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  3138.         $instance->setContainer(($this->privates['.service_locator.ImqoXUA'] ?? $this->get_ServiceLocator_ImqoXUAService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction'$this));
  3139.         return $instance;
  3140.     }
  3141.     /**
  3142.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction' shared autowired service.
  3143.      *
  3144.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction
  3145.      */
  3146.     protected function getEditActionService()
  3147.     {
  3148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3149.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  3150.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/EditAction.php';
  3151.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3152.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  3153.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction'] = $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  3154.         $instance->setContainer(($this->privates['.service_locator.ImqoXUA'] ?? $this->get_ServiceLocator_ImqoXUAService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction'$this));
  3155.         return $instance;
  3156.     }
  3157.     /**
  3158.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction' shared autowired service.
  3159.      *
  3160.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction
  3161.      */
  3162.     protected function getIndexActionService()
  3163.     {
  3164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/IndexAction.php';
  3167.         $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()));
  3168.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  3169.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction'] = $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  3170.         $instance->setContainer(($this->privates['.service_locator.ImqoXUA'] ?? $this->get_ServiceLocator_ImqoXUAService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction'$this));
  3171.         return $instance;
  3172.     }
  3173.     /**
  3174.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction' shared autowired service.
  3175.      *
  3176.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction
  3177.      */
  3178.     protected function getNewActionService()
  3179.     {
  3180.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3181.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  3182.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/NewAction.php';
  3183.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3184.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  3185.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction'] = $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  3186.         $instance->setContainer(($this->privates['.service_locator.ImqoXUA'] ?? $this->get_ServiceLocator_ImqoXUAService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction'$this));
  3187.         return $instance;
  3188.     }
  3189.     /**
  3190.      * Gets the public 'Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction' shared autowired service.
  3191.      *
  3192.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction
  3193.      */
  3194.     protected function getCollectionAction13Service()
  3195.     {
  3196.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Controller/Sync/CollectionAction.php';
  3197.         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()));
  3198.     }
  3199.     /**
  3200.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  3201.      *
  3202.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  3203.      */
  3204.     protected function getRedirectController2Service()
  3205.     {
  3206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  3207.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3208.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  3209.     }
  3210.     /**
  3211.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  3212.      *
  3213.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  3214.      */
  3215.     protected function getTemplateControllerService()
  3216.     {
  3217.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  3218.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3219.     }
  3220.     /**
  3221.      * Gets the public 'cache.app' shared service.
  3222.      *
  3223.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3224.      */
  3225.     protected function getCache_AppService()
  3226.     {
  3227.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fsd14TkpOR'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3228.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3229.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3230.     }
  3231.     /**
  3232.      * Gets the public 'cache.app_clearer' shared service.
  3233.      *
  3234.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  3235.      */
  3236.     protected function getCache_AppClearerService()
  3237.     {
  3238.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3239.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  3240.         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'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  3241.     }
  3242.     /**
  3243.      * Gets the public 'cache.global_clearer' shared service.
  3244.      *
  3245.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  3246.      */
  3247.     protected function getCache_GlobalClearerService()
  3248.     {
  3249.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3250.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  3251.         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'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  3252.     }
  3253.     /**
  3254.      * Gets the public 'cache.system' shared service.
  3255.      *
  3256.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3257.      */
  3258.     protected function getCache_SystemService()
  3259.     {
  3260.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MVLR1Xrcgj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3261.     }
  3262.     /**
  3263.      * Gets the public 'cache.system_clearer' shared service.
  3264.      *
  3265.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  3266.      */
  3267.     protected function getCache_SystemClearerService()
  3268.     {
  3269.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  3270.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  3271.         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'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService())]);
  3272.     }
  3273.     /**
  3274.      * Gets the public 'cache.validator_expression_language' shared service.
  3275.      *
  3276.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3277.      */
  3278.     protected function getCache_ValidatorExpressionLanguageService()
  3279.     {
  3280.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jb6xImE2mu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  3281.     }
  3282.     /**
  3283.      * Gets the public 'cache_warmer' shared service.
  3284.      *
  3285.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  3286.      */
  3287.     protected function getCacheWarmerService()
  3288.     {
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  3291.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  3292.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  3293.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  3294.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  3295.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  3296.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  3297.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  3298.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  3299.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  3300.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  3301.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
  3302.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  3303.     }
  3304.     /**
  3305.      * Gets the public 'console.command_loader' shared service.
  3306.      *
  3307.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  3308.      */
  3309.     protected function getConsole_CommandLoaderService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  3313.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3314.             'App\\Command\\CalculateMcqCommand' => ['privates''App\\Command\\CalculateMcqCommand''getCalculateMcqCommandService'false],
  3315.             'App\\Command\\CheckSharedEntityCommand' => ['privates''.App\\Command\\CheckSharedEntityCommand.lazy''getCheckSharedEntityCommand_LazyService'false],
  3316.             'App\\Command\\FixImageChapterCommand' => ['privates''App\\Command\\FixImageChapterCommand''getFixImageChapterCommandService'false],
  3317.             'App\\Command\\UpdateMimeTypeForNellappFileCommand' => ['privates''.App\\Command\\UpdateMimeTypeForNellappFileCommand.lazy''getUpdateMimeTypeForNellappFileCommand_LazyService'false],
  3318.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  3319.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  3320.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  3321.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  3322.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  3323.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  3324.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  3325.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  3326.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  3327.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  3328.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  3329.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  3330.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  3331.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  3332.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  3333.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  3334.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  3335.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  3336.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  3337.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  3338.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  3339.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  3340.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  3341.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  3342.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  3343.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  3344.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  3345.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  3346.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  3347.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  3348.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  3349.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  3350.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  3351.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  3352.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  3353.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  3354.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  3355.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  3356.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  3357.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  3358.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  3359.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  3360.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  3361.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  3362.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  3363.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  3364.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  3365.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  3366.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  3367.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  3368.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  3369.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  3370.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  3371.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  3372.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  3373.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  3374.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  3375.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  3376.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  3377.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  3378.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  3379.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  3380.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  3381.             '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],
  3382.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  3383.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  3384.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  3385.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  3386.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  3387.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  3388.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  3389.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  3390.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  3391.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  3392.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  3393.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  3394.             'oneup_uploader.command.clear_chunks' => ['privates''oneup_uploader.command.clear_chunks''getOneupUploader_Command_ClearChunksService'false],
  3395.             'oneup_uploader.command.clear_orphans' => ['privates''oneup_uploader.command.clear_orphans''getOneupUploader_Command_ClearOrphansService'false],
  3396.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  3397.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  3398.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  3399.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand.lazy''getCheckChannelMenuDisplayedCommand_LazyService'false],
  3400.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => ['privates''Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand''getFailedMessageCommandService'false],
  3401.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand.lazy''getFullRefreshClassCommand_LazyService'false],
  3402.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand.lazy''getRefreshClassCommand_LazyService'false],
  3403.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand.lazy''getRefreshOneCommand_LazyService'false],
  3404.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand.lazy''getUserFromChannelCommand_LazyService'false],
  3405.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand.lazy''getSyncOneCommand_LazyService'false],
  3406.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  3407.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  3408.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  3409.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  3410.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  3411.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  3412.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  3413.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  3414.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  3415.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  3416.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  3417.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  3418.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  3419.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  3420.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  3421.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  3422.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  3423.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  3424.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  3425.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  3426.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  3427.         ], [
  3428.             'App\\Command\\CalculateMcqCommand' => 'App\\Command\\CalculateMcqCommand',
  3429.             'App\\Command\\CheckSharedEntityCommand' => '?',
  3430.             'App\\Command\\FixImageChapterCommand' => 'App\\Command\\FixImageChapterCommand',
  3431.             'App\\Command\\UpdateMimeTypeForNellappFileCommand' => '?',
  3432.             'console.command.about' => '?',
  3433.             'console.command.assets_install' => '?',
  3434.             'console.command.cache_clear' => '?',
  3435.             'console.command.cache_pool_clear' => '?',
  3436.             'console.command.cache_pool_prune' => '?',
  3437.             'console.command.cache_pool_delete' => '?',
  3438.             'console.command.cache_pool_list' => '?',
  3439.             'console.command.cache_warmup' => '?',
  3440.             'console.command.config_debug' => '?',
  3441.             'console.command.config_dump_reference' => '?',
  3442.             'console.command.container_debug' => '?',
  3443.             'console.command.container_lint' => '?',
  3444.             'console.command.debug_autowiring' => '?',
  3445.             'console.command.dotenv_debug' => '?',
  3446.             'console.command.event_dispatcher_debug' => '?',
  3447.             'console.command.messenger_consume_messages' => '?',
  3448.             'console.command.messenger_setup_transports' => '?',
  3449.             'console.command.messenger_debug' => '?',
  3450.             'console.command.messenger_stop_workers' => '?',
  3451.             'console.command.messenger_failed_messages_retry' => '?',
  3452.             'console.command.messenger_failed_messages_show' => '?',
  3453.             'console.command.messenger_failed_messages_remove' => '?',
  3454.             'console.command.router_debug' => '?',
  3455.             'console.command.router_match' => '?',
  3456.             'console.command.translation_debug' => '?',
  3457.             'console.command.translation_extract' => '?',
  3458.             'console.command.validator_debug' => '?',
  3459.             'console.command.translation_pull' => '?',
  3460.             'console.command.translation_push' => '?',
  3461.             'console.command.xliff_lint' => '?',
  3462.             'console.command.yaml_lint' => '?',
  3463.             'console.command.form_debug' => '?',
  3464.             'console.command.secrets_set' => '?',
  3465.             'console.command.secrets_remove' => '?',
  3466.             'console.command.secrets_generate_key' => '?',
  3467.             'console.command.secrets_list' => '?',
  3468.             'console.command.secrets_decrypt_to_local' => '?',
  3469.             'console.command.secrets_encrypt_from_local' => '?',
  3470.             'twig.command.debug' => '?',
  3471.             'twig.command.lint' => '?',
  3472.             'security.command.debug_firewall' => '?',
  3473.             'security.command.user_password_encoder' => '?',
  3474.             'security.command.user_password_hash' => '?',
  3475.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  3476.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  3477.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  3478.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  3479.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  3480.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  3481.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  3482.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  3483.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  3484.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  3485.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  3486.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  3487.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  3488.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  3489.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  3490.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  3491.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  3492.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  3493.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  3494.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  3495.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  3496.             'var_dumper.command.server_dump' => '?',
  3497.             'monolog.command.server_log' => '?',
  3498.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  3499.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  3500.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  3501.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  3502.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  3503.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  3504.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  3505.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  3506.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  3507.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  3508.             'oneup_uploader.command.clear_chunks' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  3509.             'oneup_uploader.command.clear_orphans' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  3510.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  3511.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  3512.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  3513.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => '?',
  3514.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand',
  3515.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => '?',
  3516.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => '?',
  3517.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => '?',
  3518.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => '?',
  3519.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => '?',
  3520.             'maker.auto_command.make_auth' => '?',
  3521.             'maker.auto_command.make_command' => '?',
  3522.             'maker.auto_command.make_controller' => '?',
  3523.             'maker.auto_command.make_crud' => '?',
  3524.             'maker.auto_command.make_docker_database' => '?',
  3525.             'maker.auto_command.make_entity' => '?',
  3526.             'maker.auto_command.make_fixtures' => '?',
  3527.             'maker.auto_command.make_form' => '?',
  3528.             'maker.auto_command.make_message' => '?',
  3529.             'maker.auto_command.make_messenger_middleware' => '?',
  3530.             'maker.auto_command.make_registration_form' => '?',
  3531.             'maker.auto_command.make_reset_password' => '?',
  3532.             'maker.auto_command.make_serializer_encoder' => '?',
  3533.             'maker.auto_command.make_serializer_normalizer' => '?',
  3534.             'maker.auto_command.make_subscriber' => '?',
  3535.             'maker.auto_command.make_twig_extension' => '?',
  3536.             'maker.auto_command.make_test' => '?',
  3537.             'maker.auto_command.make_validator' => '?',
  3538.             'maker.auto_command.make_voter' => '?',
  3539.             'maker.auto_command.make_user' => '?',
  3540.             'maker.auto_command.make_migration' => '?',
  3541.         ]), ['app:calculate-mcq' => 'App\\Command\\CalculateMcqCommand''app:check-shared-entity' => 'App\\Command\\CheckSharedEntityCommand''app:fix-image-chapter' => 'App\\Command\\FixImageChapterCommand''app:update-nellapp-file' => 'App\\Command\\UpdateMimeTypeForNellappFileCommand''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''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''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:database:import' => 'doctrine.database_import_command''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''hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''doctrine:migrations:diff' => 'doctrine_migrations.diff_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''oneup:uploader:clear-chunks' => 'oneup_uploader.command.clear_chunks''oneup:uploader:clear-orphans' => 'oneup_uploader.command.clear_orphans''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump''nellapp:check:menu-displayed' => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand''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''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']);
  3542.     }
  3543.     /**
  3544.      * Gets the public 'container.env_var_processors_locator' shared service.
  3545.      *
  3546.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  3547.      */
  3548.     protected function getContainer_EnvVarProcessorsLocatorService()
  3549.     {
  3550.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3551.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3552.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3553.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3554.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3555.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3556.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3557.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3558.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3559.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3560.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3561.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3562.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3563.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3564.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3565.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3566.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3567.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  3568.         ], [
  3569.             'base64' => '?',
  3570.             'bool' => '?',
  3571.             'const' => '?',
  3572.             'csv' => '?',
  3573.             'default' => '?',
  3574.             'file' => '?',
  3575.             'float' => '?',
  3576.             'int' => '?',
  3577.             'json' => '?',
  3578.             'key' => '?',
  3579.             'not' => '?',
  3580.             'query_string' => '?',
  3581.             'require' => '?',
  3582.             'resolve' => '?',
  3583.             'string' => '?',
  3584.             'trim' => '?',
  3585.             'url' => '?',
  3586.         ]);
  3587.     }
  3588.     /**
  3589.      * Gets the public 'data_collector.dump' shared service.
  3590.      *
  3591.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  3592.      */
  3593.     protected function getDataCollector_DumpService()
  3594.     {
  3595.         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()));
  3596.     }
  3597.     /**
  3598.      * Gets the public 'doctrine' shared service.
  3599.      *
  3600.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  3601.      */
  3602.     protected function getDoctrineService()
  3603.     {
  3604.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  3605.     }
  3606.     /**
  3607.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  3608.      *
  3609.      * @return \Doctrine\DBAL\Connection
  3610.      */
  3611.     protected function getDoctrine_Dbal_DefaultConnectionService()
  3612.     {
  3613.         $a = new \Doctrine\DBAL\Configuration();
  3614.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  3615.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3616.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3617.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  3618.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  3619.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => 'mariadb-10.5.0''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3620.             'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber''getImageSubscriberService'false],
  3621.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber''getCountSharedContentSubscriberService'false],
  3622.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber''getLessonSubscriberService'false],
  3623.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\ModuleLessonSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\ModuleLessonSubscriber''getModuleLessonSubscriberService'false],
  3624.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber''getOriginChapterSubscriberService'false],
  3625.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber''getOriginExerciseSubscriberService'false],
  3626.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber''getOriginPracticalCaseSubscriberService'false],
  3627.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingModuleSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingModuleSubscriber''getTrainingModuleSubscriberService'false],
  3628.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingSubscriber''getTrainingSubscriberService'false],
  3629.             'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber''getProductUpdateSubscriberService'false],
  3630.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber''getBlameSubscriberService'false],
  3631.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber''getHierarchySlugSubscriberService'false],
  3632.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber''getHierarchySubscriberService'false],
  3633.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber''getSlugSubscriberService'false],
  3634.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber''getTimestampSubscriberService'false],
  3635.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber''getTranslationSubscriberService'false],
  3636.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber''getSlugSubscriber2Service'false],
  3637.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber''getTimestampSubscriber2Service'false],
  3638.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber''getValidGlobalChannelAndUserSubscriberService'false],
  3639.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber''getChannelMenuDisplayedSubscriber2Service'false],
  3640.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber''getPermissionConstraintSubscriberService'false],
  3641.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber''getNellappFileSubscriberService'false],
  3642.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  3643.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  3644.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  3645.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  3646.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  3647.             'nellapp_sdk.auth.user_resolve_target_entity' => ['privates''nellapp_sdk.auth.user_resolve_target_entity''getNellappSdk_Auth_UserResolveTargetEntityService'false],
  3648.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => ['privates''nellapp_sdk.channel.abstract_cursus_resolve_target_entity''getNellappSdk_Channel_AbstractCursusResolveTargetEntityService'false],
  3649.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_channel_resolve_target_entity''getNellappSdk_Channel_ChannelChannelResolveTargetEntityService'false],
  3650.             'nellapp_sdk.channel.channel_group_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_group_resolve_target_entity''getNellappSdk_Channel_ChannelGroupResolveTargetEntityService'false],
  3651.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_training_resolve_target_entity''getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService'false],
  3652.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_data_resolve_target_entity''getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService'false],
  3653.             '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],
  3654.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_role_resolve_target_entity''getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService'false],
  3655.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService'false],
  3656.             '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],
  3657.             '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],
  3658.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService'false],
  3659.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'false],
  3660.         ], [
  3661.             'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber' => '?',
  3662.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber' => '?',
  3663.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber' => '?',
  3664.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\ModuleLessonSubscriber' => '?',
  3665.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber' => '?',
  3666.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber' => '?',
  3667.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber' => '?',
  3668.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingModuleSubscriber' => '?',
  3669.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingSubscriber' => '?',
  3670.             'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber' => '?',
  3671.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => '?',
  3672.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber' => '?',
  3673.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => '?',
  3674.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber' => '?',
  3675.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => '?',
  3676.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => '?',
  3677.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber' => '?',
  3678.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => '?',
  3679.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => '?',
  3680.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => '?',
  3681.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => '?',
  3682.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => '?',
  3683.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3684.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3685.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3686.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3687.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3688.             'nellapp_sdk.auth.user_resolve_target_entity' => '?',
  3689.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => '?',
  3690.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => '?',
  3691.             'nellapp_sdk.channel.channel_group_resolve_target_entity' => '?',
  3692.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => '?',
  3693.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => '?',
  3694.             'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' => '?',
  3695.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => '?',
  3696.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => '?',
  3697.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => '?',
  3698.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => '?',
  3699.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => '?',
  3700.             'stof_doctrine_extensions.listener.sluggable' => '?',
  3701.         ]), [=> 'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\ModuleLessonSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingModuleSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber'10 => 'doctrine.orm.messenger.doctrine_schema_subscriber'11 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'12 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'13 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'14 => 'stof_doctrine_extensions.listener.sluggable'15 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber'16 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber'17 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber'18 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber'19 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber'20 => 'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber'21 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber'22 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'23 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber'24 => 'nellapp_sdk.global_getter.channel_class_resolve_target_entity'25 => 'nellapp_sdk.global_getter.user_class_resolve_target_entity'26 => 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'27 => 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'28 => 'nellapp_sdk.auth.user_resolve_target_entity'29 => 'nellapp_sdk.channel.channel_channel_resolve_target_entity'30 => 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'31 => 'nellapp_sdk.channel.channel_group_resolve_target_entity'32 => 'nellapp_sdk.channel.channel_user_role_resolve_target_entity'33 => 'nellapp_sdk.channel.channel_user_data_resolve_target_entity'34 => 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity'35 => 'nellapp_sdk.channel.channel_training_resolve_target_entity'36 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 37 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 38 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 39 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'], 40 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'], 41 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber']]), []);
  3702.     }
  3703.     /**
  3704.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  3705.      *
  3706.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  3707.      */
  3708.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  3709.     {
  3710.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3711.             'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''getUserSubscriberService'false],
  3712.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''getChannelUserDataSubscriberService'false],
  3713.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber''getChannelSubscriberService'false],
  3714.             'App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber''getAssignableSubscriberService'false],
  3715.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''getFileSubscriberService'false],
  3716.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''getLessonReviewSubscriberService'false],
  3717.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''getModuleStatusSubscriberService'false],
  3718.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber''getOriginLessonSubscriberService'false],
  3719.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''getPracticalCaseResponseSubscriberService'false],
  3720.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''getPracticalCaseSubscriberService'false],
  3721.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''getShareLessonSubscriberService'false],
  3722.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''getSharedModuleSubscriberService'false],
  3723.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber''getSharedTrainingSubscriberService'false],
  3724.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber''getTrainingStatusSubscriberService'false],
  3725.         ], [
  3726.             'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber' => '?',
  3727.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => '?',
  3728.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber' => '?',
  3729.             'App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber' => '?',
  3730.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => '?',
  3731.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber' => '?',
  3732.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber' => '?',
  3733.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber' => '?',
  3734.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber' => '?',
  3735.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber' => '?',
  3736.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber' => '?',
  3737.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber' => '?',
  3738.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber' => '?',
  3739.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber' => '?',
  3740.         ]));
  3741.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber');
  3742.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber');
  3743.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber');
  3744.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber');
  3745.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber');
  3746.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber''App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber');
  3747.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber');
  3748.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber');
  3749.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber');
  3750.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber');
  3751.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
  3752.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
  3753.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
  3754.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber');
  3755.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
  3756.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
  3757.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
  3758.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber');
  3759.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber');
  3760.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber');
  3761.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber');
  3762.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber');
  3763.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber');
  3764.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber');
  3765.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber');
  3766.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber');
  3767.         return $instance;
  3768.     }
  3769.     /**
  3770.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  3771.      *
  3772.      * @return \Doctrine\ORM\EntityManager
  3773.      */
  3774.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  3775.     {
  3776.         if ($lazyLoad) {
  3777.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  3778.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  3779.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  3780.                     $proxy->setProxyInitializer(null);
  3781.                     return true;
  3782.                 });
  3783.             });
  3784.         }
  3785.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  3786.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  3787.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  3788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  3789.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  3790.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  3791.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  3792.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  3793.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  3798.         $a = new \Doctrine\ORM\Configuration();
  3799.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  3800.         $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')])));
  3801.         $b->addDriver($c'App\\Entity');
  3802.         $b->addDriver($c'Nellapp\\Bundle\\SDKBundle\\Entity');
  3803.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Entity');
  3804.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity');
  3805.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Permission\\Entity');
  3806.         $a->setEntityNamespaces(['App' => 'App\\Entity''NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\Entity']);
  3807.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3808.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  3809.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  3810.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3811.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  3812.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  3813.         ], [
  3814.             'doctrine.ulid_generator' => '?',
  3815.             'doctrine.uuid_generator' => '?',
  3816.         ])));
  3817.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  3818.         $a->setProxyNamespace('Proxies');
  3819.         $a->setAutoGenerateProxyClasses(true);
  3820.         $a->setSchemaIgnoreClasses([]);
  3821.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  3822.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  3823.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  3824.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  3825.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  3826.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3827.             'App\\Repository\\Account\\AdviceRepository' => ['privates''App\\Repository\\Account\\AdviceRepository''getAdviceRepositoryService'false],
  3828.             'App\\Repository\\Account\\LogUserDataRepository' => ['privates''App\\Repository\\Account\\LogUserDataRepository''getLogUserDataRepositoryService'false],
  3829.             'App\\Repository\\Account\\NotificationRepository' => ['privates''App\\Repository\\Account\\NotificationRepository''getNotificationRepositoryService'false],
  3830.             'App\\Repository\\Account\\UserRepository' => ['privates''App\\Repository\\Account\\UserRepository''getUserRepositoryService'false],
  3831.             'App\\Repository\\Achievement\\AchievementChapterRepository' => ['privates''App\\Repository\\Achievement\\AchievementChapterRepository''getAchievementChapterRepositoryService'false],
  3832.             'App\\Repository\\Achievement\\AchievementContentRepository' => ['privates''App\\Repository\\Achievement\\AchievementContentRepository''getAchievementContentRepositoryService'false],
  3833.             'App\\Repository\\Achievement\\AchievementLessonRepository' => ['privates''App\\Repository\\Achievement\\AchievementLessonRepository''getAchievementLessonRepositoryService'false],
  3834.             'App\\Repository\\Achievement\\AchievementModuleRepository' => ['privates''App\\Repository\\Achievement\\AchievementModuleRepository''getAchievementModuleRepositoryService'false],
  3835.             'App\\Repository\\Achievement\\AchievementTimeLogLessonRepository' => ['privates''App\\Repository\\Achievement\\AchievementTimeLogLessonRepository''getAchievementTimeLogLessonRepositoryService'false],
  3836.             'App\\Repository\\Achievement\\AchievementTimeLogRepository' => ['privates''App\\Repository\\Achievement\\AchievementTimeLogRepository''getAchievementTimeLogRepositoryService'false],
  3837.             'App\\Repository\\Achievement\\AchievementTrainingRepository' => ['privates''App\\Repository\\Achievement\\AchievementTrainingRepository''getAchievementTrainingRepositoryService'false],
  3838.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\AbstractCursusRepository''getAbstractCursusRepositoryService'false],
  3839.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\ChannelUserDataRepository''getChannelUserDataRepositoryService'false],
  3840.             'App\\Repository\\Channel\\ChannelDescriptionRepository' => ['privates''App\\Repository\\Channel\\ChannelDescriptionRepository''getChannelDescriptionRepositoryService'false],
  3841.             'App\\Repository\\Channel\\ChannelGalleryRepository' => ['privates''App\\Repository\\Channel\\ChannelGalleryRepository''getChannelGalleryRepositoryService'false],
  3842.             'App\\Repository\\Channel\\ChannelRepository' => ['privates''App\\Repository\\Channel\\ChannelRepository''getChannelRepositoryService'false],
  3843.             'App\\Repository\\Channel\\GroupRepository' => ['privates''App\\Repository\\Channel\\GroupRepository''getGroupRepositoryService'false],
  3844.             'App\\Repository\\Channel\\ImageRepository' => ['privates''App\\Repository\\Channel\\ImageRepository''getImageRepositoryService'false],
  3845.             'App\\Repository\\Channel\\InstitutionRepository' => ['privates''App\\Repository\\Channel\\InstitutionRepository''getInstitutionRepositoryService'false],
  3846.             'App\\Repository\\Channel\\Partner\\PartnerRepository' => ['privates''App\\Repository\\Channel\\Partner\\PartnerRepository''getPartnerRepositoryService'false],
  3847.             'App\\Repository\\Channel\\SharedChannelRepository' => ['privates''App\\Repository\\Channel\\SharedChannelRepository''getSharedChannelRepositoryService'false],
  3848.             'App\\Repository\\Common\\AssignableRepository' => ['privates''App\\Repository\\Common\\AssignableRepository''getAssignableRepositoryService'false],
  3849.             'App\\Repository\\Common\\FileRepository' => ['privates''App\\Repository\\Common\\FileRepository''getFileRepositoryService'false],
  3850.             'App\\Repository\\Exercise\\ExerciseRepository' => ['privates''App\\Repository\\Exercise\\ExerciseRepository''getExerciseRepositoryService'false],
  3851.             'App\\Repository\\Exercise\\User\\ExerciseResultRepository' => ['privates''App\\Repository\\Exercise\\User\\ExerciseResultRepository''getExerciseResultRepositoryService'false],
  3852.             'App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository' => ['privates''App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository''getMultipleChoiceQuestionResultRepositoryService'false],
  3853.             'App\\Repository\\Forum\\MessageRepository' => ['privates''App\\Repository\\Forum\\MessageRepository''getMessageRepositoryService'false],
  3854.             'App\\Repository\\Payment\\LessonProductRepository' => ['privates''App\\Repository\\Payment\\LessonProductRepository''getLessonProductRepositoryService'false],
  3855.             'App\\Repository\\Payment\\ModuleProductRepository' => ['privates''App\\Repository\\Payment\\ModuleProductRepository''getModuleProductRepositoryService'false],
  3856.             'App\\Repository\\Payment\\OrderAttemptRepository' => ['privates''App\\Repository\\Payment\\OrderAttemptRepository''getOrderAttemptRepositoryService'false],
  3857.             'App\\Repository\\Payment\\TrainingProductRepository' => ['privates''App\\Repository\\Payment\\TrainingProductRepository''getTrainingProductRepositoryService'false],
  3858.             'App\\Repository\\Scholar\\ChapterRepository' => ['privates''App\\Repository\\Scholar\\ChapterRepository''getChapterRepositoryService'false],
  3859.             'App\\Repository\\Scholar\\LessonPrerequisiteRepository' => ['privates''App\\Repository\\Scholar\\LessonPrerequisiteRepository''getLessonPrerequisiteRepositoryService'false],
  3860.             'App\\Repository\\Scholar\\LessonRepository' => ['privates''App\\Repository\\Scholar\\LessonRepository''getLessonRepositoryService'false],
  3861.             'App\\Repository\\Scholar\\LessonReviewRepository' => ['privates''App\\Repository\\Scholar\\LessonReviewRepository''getLessonReviewRepositoryService'false],
  3862.             'App\\Repository\\Scholar\\LessonStatsRepository' => ['privates''App\\Repository\\Scholar\\LessonStatsRepository''getLessonStatsRepositoryService'false],
  3863.             'App\\Repository\\Scholar\\ModulePermissionRepository' => ['privates''App\\Repository\\Scholar\\ModulePermissionRepository''getModulePermissionRepositoryService'false],
  3864.             'App\\Repository\\Scholar\\ModuleRepository' => ['privates''App\\Repository\\Scholar\\ModuleRepository''getModuleRepositoryService'false],
  3865.             'App\\Repository\\Scholar\\OriginLessonRepository' => ['privates''App\\Repository\\Scholar\\OriginLessonRepository''getOriginLessonRepositoryService'false],
  3866.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository''getFilePracticalCaseRepositoryService'false],
  3867.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository''getFilePracticalCaseResponseRepositoryService'false],
  3868.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository''getPracticalCaseRepositoryService'false],
  3869.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository''getPracticalCaseResourceRepositoryService'false],
  3870.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository''getPracticalCaseResponseRepositoryService'false],
  3871.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository''getPracticalCaseUserRepositoryService'false],
  3872.             'App\\Repository\\Scholar\\SharedChapterRepository' => ['privates''App\\Repository\\Scholar\\SharedChapterRepository''getSharedChapterRepositoryService'false],
  3873.             'App\\Repository\\Scholar\\SharedExerciseRepository' => ['privates''App\\Repository\\Scholar\\SharedExerciseRepository''getSharedExerciseRepositoryService'false],
  3874.             'App\\Repository\\Scholar\\SharedLessonRepository' => ['privates''App\\Repository\\Scholar\\SharedLessonRepository''getSharedLessonRepositoryService'false],
  3875.             'App\\Repository\\Scholar\\SharedModuleRepository' => ['privates''App\\Repository\\Scholar\\SharedModuleRepository''getSharedModuleRepositoryService'false],
  3876.             'App\\Repository\\Scholar\\SharedPracticalCaseRepository' => ['privates''App\\Repository\\Scholar\\SharedPracticalCaseRepository''getSharedPracticalCaseRepositoryService'false],
  3877.             'App\\Repository\\Scholar\\SharedTrainingRepository' => ['privates''App\\Repository\\Scholar\\SharedTrainingRepository''getSharedTrainingRepositoryService'false],
  3878.             'App\\Repository\\Scholar\\TrainingDescriptionRepository' => ['privates''App\\Repository\\Scholar\\TrainingDescriptionRepository''getTrainingDescriptionRepositoryService'false],
  3879.             'App\\Repository\\Scholar\\TrainingPermissionRepository' => ['privates''App\\Repository\\Scholar\\TrainingPermissionRepository''getTrainingPermissionRepositoryService'false],
  3880.             'App\\Repository\\Scholar\\TrainingRepository' => ['privates''App\\Repository\\Scholar\\TrainingRepository''getTrainingRepositoryService'false],
  3881.             'App\\Repository\\Template\\TemplatePageRepository' => ['privates''App\\Repository\\Template\\TemplatePageRepository''getTemplatePageRepositoryService'false],
  3882.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository''getChannelUserRoleRepositoryService'false],
  3883.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository''getUserFromChannelRepositoryService'false],
  3884.         ], [
  3885.             'App\\Repository\\Account\\AdviceRepository' => '?',
  3886.             'App\\Repository\\Account\\LogUserDataRepository' => '?',
  3887.             'App\\Repository\\Account\\NotificationRepository' => '?',
  3888.             'App\\Repository\\Account\\UserRepository' => '?',
  3889.             'App\\Repository\\Achievement\\AchievementChapterRepository' => '?',
  3890.             'App\\Repository\\Achievement\\AchievementContentRepository' => '?',
  3891.             'App\\Repository\\Achievement\\AchievementLessonRepository' => '?',
  3892.             'App\\Repository\\Achievement\\AchievementModuleRepository' => '?',
  3893.             'App\\Repository\\Achievement\\AchievementTimeLogLessonRepository' => '?',
  3894.             'App\\Repository\\Achievement\\AchievementTimeLogRepository' => '?',
  3895.             'App\\Repository\\Achievement\\AchievementTrainingRepository' => '?',
  3896.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => '?',
  3897.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => '?',
  3898.             'App\\Repository\\Channel\\ChannelDescriptionRepository' => '?',
  3899.             'App\\Repository\\Channel\\ChannelGalleryRepository' => '?',
  3900.             'App\\Repository\\Channel\\ChannelRepository' => '?',
  3901.             'App\\Repository\\Channel\\GroupRepository' => '?',
  3902.             'App\\Repository\\Channel\\ImageRepository' => '?',
  3903.             'App\\Repository\\Channel\\InstitutionRepository' => '?',
  3904.             'App\\Repository\\Channel\\Partner\\PartnerRepository' => '?',
  3905.             'App\\Repository\\Channel\\SharedChannelRepository' => '?',
  3906.             'App\\Repository\\Common\\AssignableRepository' => '?',
  3907.             'App\\Repository\\Common\\FileRepository' => '?',
  3908.             'App\\Repository\\Exercise\\ExerciseRepository' => '?',
  3909.             'App\\Repository\\Exercise\\User\\ExerciseResultRepository' => '?',
  3910.             'App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository' => '?',
  3911.             'App\\Repository\\Forum\\MessageRepository' => '?',
  3912.             'App\\Repository\\Payment\\LessonProductRepository' => '?',
  3913.             'App\\Repository\\Payment\\ModuleProductRepository' => '?',
  3914.             'App\\Repository\\Payment\\OrderAttemptRepository' => '?',
  3915.             'App\\Repository\\Payment\\TrainingProductRepository' => '?',
  3916.             'App\\Repository\\Scholar\\ChapterRepository' => '?',
  3917.             'App\\Repository\\Scholar\\LessonPrerequisiteRepository' => '?',
  3918.             'App\\Repository\\Scholar\\LessonRepository' => '?',
  3919.             'App\\Repository\\Scholar\\LessonReviewRepository' => '?',
  3920.             'App\\Repository\\Scholar\\LessonStatsRepository' => '?',
  3921.             'App\\Repository\\Scholar\\ModulePermissionRepository' => '?',
  3922.             'App\\Repository\\Scholar\\ModuleRepository' => '?',
  3923.             'App\\Repository\\Scholar\\OriginLessonRepository' => '?',
  3924.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository' => '?',
  3925.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository' => '?',
  3926.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository' => '?',
  3927.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository' => '?',
  3928.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository' => '?',
  3929.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository' => '?',
  3930.             'App\\Repository\\Scholar\\SharedChapterRepository' => '?',
  3931.             'App\\Repository\\Scholar\\SharedExerciseRepository' => '?',
  3932.             'App\\Repository\\Scholar\\SharedLessonRepository' => '?',
  3933.             'App\\Repository\\Scholar\\SharedModuleRepository' => '?',
  3934.             'App\\Repository\\Scholar\\SharedPracticalCaseRepository' => '?',
  3935.             'App\\Repository\\Scholar\\SharedTrainingRepository' => '?',
  3936.             'App\\Repository\\Scholar\\TrainingDescriptionRepository' => '?',
  3937.             'App\\Repository\\Scholar\\TrainingPermissionRepository' => '?',
  3938.             'App\\Repository\\Scholar\\TrainingRepository' => '?',
  3939.             'App\\Repository\\Template\\TemplatePageRepository' => '?',
  3940.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => '?',
  3941.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => '?',
  3942.         ])));
  3943.         $a->addCustomStringFunction('MATCH_AGAINST''App\\Doctrine\\MatchAgainstFunction');
  3944.         $a->addCustomStringFunction('TYPE''App\\Doctrine\\TypeFunction');
  3945.         $a->addCustomStringFunction('FIND_IN_SET''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  3946.         $a->addCustomNumericFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  3947.         $a->addCustomDatetimeFunction('TIMEDIFF''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  3948.         $a->addCustomDatetimeFunction('TIME_TO_SEC''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  3949.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  3950.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  3951.         return $instance;
  3952.     }
  3953.     /**
  3954.      * Gets the public 'error_controller' shared service.
  3955.      *
  3956.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  3957.      */
  3958.     protected function getErrorControllerService()
  3959.     {
  3960.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  3961.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  3965.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3966.         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)));
  3967.     }
  3968.     /**
  3969.      * Gets the public 'event_dispatcher' shared service.
  3970.      *
  3971.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  3972.      */
  3973.     protected function getEventDispatcherService()
  3974.     {
  3975.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  3976.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3977.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  3978.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3979.         $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())));
  3980.         $instance->addListener('oneup_uploader.post_upload', [=> function () {
  3981.             return ($this->privates['app.file_upload_listener'] ?? ($this->privates['app.file_upload_listener'] = new \App\Uploader\Event\PostUploadListener()));
  3982.         }, => 'postUpload'], 0);
  3983.         $instance->addListener('kernel.controller', [=> function () {
  3984.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  3985.         }, => 'onKernelController'], 0);
  3986.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3987.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  3988.         }, => 'checkPassport'], 1024);
  3989.         $instance->addListener('kernel.response', [=> function () {
  3990.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  3991.         }, => 'onKernelResponse'], 0);
  3992.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3993.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  3994.         }, => 'onValidate'], 0);
  3995.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3996.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  3997.         }, => 'onValidate'], 0);
  3998.         $instance->addListener('oneup_uploader.validation', [=> function () {
  3999.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  4000.         }, => 'onValidate'], 0);
  4001.         $instance->addListener('kernel.request', [=> function () {
  4002.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  4003.         }, => 'onKernelRequest'], 0);
  4004.         $instance->addListener('kernel.exception', [=> function () {
  4005.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  4006.         }, => 'onKernelException'], 0);
  4007.         $instance->addListener('spiriit_filter.prepare', [=> function () {
  4008.             return ($this->services['spiriit_form_filter.filter_prepare'] ?? ($this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  4009.         }, => 'onFilterBuilderPrepare'], 0);
  4010.         $instance->addListener('spiriit_filter.apply_filters.orm', [=> function () {
  4011.             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')));
  4012.         }, => 'onApplyFilterCondition'], 0);
  4013.         $instance->addListener('oneup_uploader.pre_upload.user_avatar', [=> function () {
  4014.             return ($this->privates['App\\EventSubscriber\\Account\\AvatarSubscriber'] ?? $this->getAvatarSubscriberService());
  4015.         }, => 'onPreUpload'], 0);
  4016.         $instance->addListener('oneup_uploader.post_persist.user_avatar', [=> function () {
  4017.             return ($this->privates['App\\EventSubscriber\\Account\\AvatarSubscriber'] ?? $this->getAvatarSubscriberService());
  4018.         }, => 'onFinishedUpload'], 0);
  4019.         $instance->addListener('oneup_uploader.pre_upload.channel_images', [=> function () {
  4020.             return ($this->privates['App\\EventSubscriber\\Channel\\ImageUploaderSubscriber'] ?? $this->getImageUploaderSubscriberService());
  4021.         }, => 'onPreUpload'], 0);
  4022.         $instance->addListener('oneup_uploader.post_persist.channel_images', [=> function () {
  4023.             return ($this->privates['App\\EventSubscriber\\Channel\\ImageUploaderSubscriber'] ?? $this->getImageUploaderSubscriberService());
  4024.         }, => 'onFinishedUpload'], 0);
  4025.         $instance->addListener('security.interactive_login', [=> function () {
  4026.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  4027.         }, => 'checkPendingExercise'], 0);
  4028.         $instance->addListener('kernel.response', [=> function () {
  4029.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  4030.         }, => 'onKernelResponse'], 0);
  4031.         $instance->addListener('kernel.response', [=> function () {
  4032.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  4033.         }, => 'onKernelResponse'], -1024);
  4034.         $instance->addListener('kernel.request', [=> function () {
  4035.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4036.         }, => 'setDefaultLocale'], 100);
  4037.         $instance->addListener('kernel.request', [=> function () {
  4038.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4039.         }, => 'onKernelRequest'], 16);
  4040.         $instance->addListener('kernel.finish_request', [=> function () {
  4041.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4042.         }, => 'onKernelFinishRequest'], 0);
  4043.         $instance->addListener('kernel.request', [=> function () {
  4044.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  4045.         }, => 'onKernelRequest'], 256);
  4046.         $instance->addListener('kernel.response', [=> function () {
  4047.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  4048.         }, => 'onResponse'], -255);
  4049.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4050.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  4051.         }, => 'onControllerArguments'], 0);
  4052.         $instance->addListener('kernel.exception', [=> function () {
  4053.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  4054.         }, => 'logKernelException'], 0);
  4055.         $instance->addListener('kernel.exception', [=> function () {
  4056.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  4057.         }, => 'onKernelException'], -128);
  4058.         $instance->addListener('kernel.response', [=> function () {
  4059.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  4060.         }, => 'removeCspHeader'], -128);
  4061.         $instance->addListener('kernel.request', [=> function () {
  4062.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4063.         }, => 'onKernelRequest'], 15);
  4064.         $instance->addListener('kernel.finish_request', [=> function () {
  4065.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4066.         }, => 'onKernelFinishRequest'], -15);
  4067.         $instance->addListener('console.error', [=> function () {
  4068.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  4069.         }, => 'onConsoleError'], -128);
  4070.         $instance->addListener('console.terminate', [=> function () {
  4071.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  4072.         }, => 'onConsoleTerminate'], -128);
  4073.         $instance->addListener('console.error', [=> function () {
  4074.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  4075.         }, => 'onConsoleError'], 0);
  4076.         $instance->addListener('kernel.request', [=> function () {
  4077.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4078.         }, => 'configure'], 2048);
  4079.         $instance->addListener('console.command', [=> function () {
  4080.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4081.         }, => 'configure'], 2048);
  4082.         $instance->addListener('kernel.request', [=> function () {
  4083.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4084.         }, => 'onKernelRequest'], 32);
  4085.         $instance->addListener('kernel.finish_request', [=> function () {
  4086.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4087.         }, => 'onKernelFinishRequest'], 0);
  4088.         $instance->addListener('kernel.exception', [=> function () {
  4089.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4090.         }, => 'onKernelException'], -64);
  4091.         $instance->addListener('kernel.response', [=> function () {
  4092.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  4093.         }, => 'onKernelResponse'], 0);
  4094.         $instance->addListener('kernel.request', [=> function () {
  4095.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4096.         }, => 'onKernelRequest'], 128);
  4097.         $instance->addListener('kernel.response', [=> function () {
  4098.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4099.         }, => 'onKernelResponse'], -1000);
  4100.         $instance->addListener('kernel.finish_request', [=> function () {
  4101.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4102.         }, => 'onFinishRequest'], 0);
  4103.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4104.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  4105.         }, => 'onMessageFailed'], 100);
  4106.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4107.             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()));
  4108.         }, => 'onMessageFailed'], 200);
  4109.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4110.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  4111.         }, => 'onMessageFailed'], -100);
  4112.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  4113.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  4114.         }, => 'onWorkerStarted'], 0);
  4115.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  4116.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  4117.         }, => 'onWorkerRunning'], 0);
  4118.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4119.             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()));
  4120.         }, => 'onMessageFailed'], 0);
  4121.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  4122.             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()));
  4123.         }, => 'onWorkerRunning'], 0);
  4124.         $instance->addListener('kernel.response', [=> function () {
  4125.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4126.         }, => 'onKernelResponse'], -100);
  4127.         $instance->addListener('kernel.exception', [=> function () {
  4128.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4129.         }, => 'onKernelException'], 0);
  4130.         $instance->addListener('kernel.terminate', [=> function () {
  4131.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4132.         }, => 'onKernelTerminate'], -1024);
  4133.         $instance->addListener('kernel.controller', [=> function () {
  4134.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  4135.         }, => 'onKernelController'], 0);
  4136.         $instance->addListener('kernel.response', [=> function () {
  4137.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  4138.         }, => 'onKernelResponse'], 0);
  4139.         $instance->addListener('kernel.response', [=> function () {
  4140.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  4141.         }, => 'onKernelResponse'], 0);
  4142.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4143.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  4144.         }, => 'checkPassport'], 0);
  4145.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4146.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  4147.         }, => 'onLoginSuccess'], 0);
  4148.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  4149.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  4150.         }, => 'onVoterVote'], 0);
  4151.         $instance->addListener('kernel.request', [=> function () {
  4152.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4153.         }, => 'configureLogoutUrlGenerator'], 8);
  4154.         $instance->addListener('kernel.request', [=> function () {
  4155.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4156.         }, => 'onKernelRequest'], 8);
  4157.         $instance->addListener('kernel.finish_request', [=> function () {
  4158.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4159.         }, => 'onKernelFinishRequest'], 0);
  4160.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  4161.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  4162.         }, => 'onWorkerMessageHandled'], 0);
  4163.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  4164.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  4165.         }, => 'onWorkerMessageFailed'], 0);
  4166.         $instance->addListener('kernel.response', [=> function () {
  4167.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  4168.         }, => 'onKernelResponse'], -128);
  4169.         $instance->addListener('console.command', [=> function () {
  4170.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  4171.         }, => 'onCommand'], 255);
  4172.         $instance->addListener('console.terminate', [=> function () {
  4173.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  4174.         }, => 'onTerminate'], -255);
  4175.         $instance->addListener('console.command', [=> function () {
  4176.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  4177.         }, => 'configure'], 1024);
  4178.         $instance->addListener('console.error', [=> function () {
  4179.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  4180.         }, => 'onConsoleError'], 0);
  4181.         $instance->addListener('console.terminate', [=> function () {
  4182.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  4183.         }, => 'onConsoleTerminate'], 0);
  4184.         $instance->addListener('knp_pager.before', [=> function () {
  4185.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  4186.         }, => 'before'], 0);
  4187.         $instance->addListener('knp_pager.pagination', [=> function () {
  4188.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  4189.         }, => 'pagination'], 0);
  4190.         $instance->addListener('knp_pager.before', [=> function () {
  4191.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  4192.         }, => 'before'], 1);
  4193.         $instance->addListener('knp_pager.before', [=> function () {
  4194.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  4195.         }, => 'before'], 1);
  4196.         $instance->addListener('knp_pager.pagination', [=> function () {
  4197.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  4198.         }, => 'pagination'], 1);
  4199.         $instance->addListener('kernel.finish_request', [=> function () {
  4200.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  4201.         }, => 'resetAssets'], 0);
  4202.         $instance->addListener('kernel.view', [=> function () {
  4203.             return ($this->privates['Ajgarlag\\Bundle\\PsrHttpMessageBundle\\EventListener\\PsrResponseListener'] ?? $this->getPsrResponseListenerService());
  4204.         }, => 'onKernelView'], 0);
  4205.         $instance->addListener('kernel.controller', [=> function () {
  4206.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  4207.         }, => 'onKernelController'], 0);
  4208.         $instance->addListener('kernel.controller', [=> function () {
  4209.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  4210.         }, => 'onKernelController'], 0);
  4211.         $instance->addListener('kernel.controller', [=> function () {
  4212.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4213.         }, => 'onKernelController'], -128);
  4214.         $instance->addListener('kernel.view', [=> function () {
  4215.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4216.         }, => 'onKernelView'], 0);
  4217.         $instance->addListener('kernel.controller', [=> function () {
  4218.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4219.         }, => 'onKernelController'], 0);
  4220.         $instance->addListener('kernel.response', [=> function () {
  4221.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4222.         }, => 'onKernelResponse'], 0);
  4223.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4224.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  4225.         }, => 'onKernelControllerArguments'], 0);
  4226.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4227.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  4228.         }, => 'onKernelControllerArguments'], 0);
  4229.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4230.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] ?? $this->getControllerEntityResolverSubscriberService());
  4231.         }, => '__invoke'], 31);
  4232.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4233.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber()));
  4234.         }, => '__invoke'], 15);
  4235.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4236.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  4237.         }, => 'logout'], 0);
  4238.         $instance->addListener('kernel.request', [=> function () {
  4239.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] ?? $this->getHandleExpireTokenSubscriberService());
  4240.         }, => 'onKernelRequest'], 0);
  4241.         $instance->addListener('Nellapp\\Bundle\\SDKBundle\\Permission\\Event\\ChannelMenuDisplayedEvent', [=> function () {
  4242.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] ?? $this->getChannelMenuDisplayedSubscriberService());
  4243.         }, => '__invoke'], 0);
  4244.         $instance->addListener('kernel.request', [=> function () {
  4245.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'] ?? $this->getForceUserFromSetupSubscriberService());
  4246.         }, => '__invoke'], 0);
  4247.         $instance->addListener('kernel.controller', [=> function () {
  4248.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] ?? $this->getActionControllerSubscriberService());
  4249.         }, => '__invoke'], 15);
  4250.         $instance->addListener('kernel.view', [=> function () {
  4251.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] ?? $this->getActionResponseSubscriberService());
  4252.         }, => '__invoke'], 63);
  4253.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4254.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] ?? $this->getDeserializeActionControllerSubscriberService());
  4255.         }, => '__invoke'], -63);
  4256.         $instance->addListener('kernel.exception', [=> function () {
  4257.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber()));
  4258.         }, => '__invoke'], -195);
  4259.         $instance->addListener('spiriit_form_filter.apply.orm.filter_boolean', [=> function () {
  4260.             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()));
  4261.         }, => 'filterBoolean'], 0);
  4262.         $instance->addListener('spiriit_form_filter.apply.orm.filter_checkbox', [=> function () {
  4263.             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()));
  4264.         }, => 'filterCheckbox'], 0);
  4265.         $instance->addListener('spiriit_form_filter.apply.orm.filter_choice', [=> function () {
  4266.             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()));
  4267.         }, => 'filterValue'], 0);
  4268.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date', [=> function () {
  4269.             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()));
  4270.         }, => 'filterDate'], 0);
  4271.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date_range', [=> function () {
  4272.             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()));
  4273.         }, => 'filterDateRange'], 0);
  4274.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime', [=> function () {
  4275.             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()));
  4276.         }, => 'filterDateTime'], 0);
  4277.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime_range', [=> function () {
  4278.             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()));
  4279.         }, => 'filterDateTimeRange'], 0);
  4280.         $instance->addListener('spiriit_form_filter.apply.orm.filter_entity', [=> function () {
  4281.             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()));
  4282.         }, => 'filterEntity'], 0);
  4283.         $instance->addListener('spiriit_form_filter.apply.orm.filter_enum', [=> function () {
  4284.             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()));
  4285.         }, => 'filterEnum'], 0);
  4286.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number', [=> function () {
  4287.             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()));
  4288.         }, => 'filterNumber'], 0);
  4289.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number_range', [=> function () {
  4290.             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()));
  4291.         }, => 'filterNumberRange'], 0);
  4292.         $instance->addListener('spiriit_form_filter.apply.orm.filter_text', [=> function () {
  4293.             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()));
  4294.         }, => 'filterText'], 0);
  4295.         $instance->addListener('spiriit_form_filter.apply.orm.text', [=> function () {
  4296.             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()));
  4297.         }, => 'filterText'], 0);
  4298.         $instance->addListener('spiriit_form_filter.apply.orm.email', [=> function () {
  4299.             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()));
  4300.         }, => 'filterValue'], 0);
  4301.         $instance->addListener('spiriit_form_filter.apply.orm.integer', [=> function () {
  4302.             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()));
  4303.         }, => 'filterValue'], 0);
  4304.         $instance->addListener('spiriit_form_filter.apply.orm.money', [=> function () {
  4305.             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()));
  4306.         }, => 'filterValue'], 0);
  4307.         $instance->addListener('spiriit_form_filter.apply.orm.number', [=> function () {
  4308.             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()));
  4309.         }, => 'filterValue'], 0);
  4310.         $instance->addListener('spiriit_form_filter.apply.orm.percent', [=> function () {
  4311.             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()));
  4312.         }, => 'filterValue'], 0);
  4313.         $instance->addListener('spiriit_form_filter.apply.orm.search', [=> function () {
  4314.             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()));
  4315.         }, => 'filterValue'], 0);
  4316.         $instance->addListener('spiriit_form_filter.apply.orm.url', [=> function () {
  4317.             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()));
  4318.         }, => 'filterValue'], 0);
  4319.         $instance->addListener('spiriit_form_filter.apply.orm.choice', [=> function () {
  4320.             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()));
  4321.         }, => 'filterValue'], 0);
  4322.         $instance->addListener('spiriit_form_filter.apply.orm.entity', [=> function () {
  4323.             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()));
  4324.         }, => 'filterEntity'], 0);
  4325.         $instance->addListener('spiriit_form_filter.apply.orm.country', [=> function () {
  4326.             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()));
  4327.         }, => 'filterValue'], 0);
  4328.         $instance->addListener('spiriit_form_filter.apply.orm.language', [=> function () {
  4329.             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()));
  4330.         }, => 'filterValue'], 0);
  4331.         $instance->addListener('spiriit_form_filter.apply.orm.locale', [=> function () {
  4332.             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()));
  4333.         }, => 'filterValue'], 0);
  4334.         $instance->addListener('spiriit_form_filter.apply.orm.timezone', [=> function () {
  4335.             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()));
  4336.         }, => 'filterValue'], 0);
  4337.         $instance->addListener('spiriit_form_filter.apply.orm.date', [=> function () {
  4338.             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()));
  4339.         }, => 'filterDate'], 0);
  4340.         $instance->addListener('spiriit_form_filter.apply.orm.datetime', [=> function () {
  4341.             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()));
  4342.         }, => 'filterDate'], 0);
  4343.         $instance->addListener('spiriit_form_filter.apply.orm.birthday', [=> function () {
  4344.             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()));
  4345.         }, => 'filterDate'], 0);
  4346.         $instance->addListener('spiriit_form_filter.apply.orm.checkbox', [=> function () {
  4347.             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()));
  4348.         }, => 'filterValue'], 0);
  4349.         $instance->addListener('spiriit_form_filter.apply.orm.radio', [=> function () {
  4350.             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()));
  4351.         }, => 'filterValue'], 0);
  4352.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4353.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  4354.         }, => 'checkPassport'], 512);
  4355.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4356.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  4357.         }, => 'onLogout'], 0);
  4358.         return $instance;
  4359.     }
  4360.     /**
  4361.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  4362.      *
  4363.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  4364.      */
  4365.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  4366.     {
  4367.         if ($lazyLoad) {
  4368.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  4369.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4370.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  4371.                     $proxy->setProxyInitializer(null);
  4372.                     return true;
  4373.                 });
  4374.             });
  4375.         }
  4376.         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()));
  4377.     }
  4378.     /**
  4379.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  4380.      *
  4381.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  4382.      */
  4383.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  4384.     {
  4385.         if ($lazyLoad) {
  4386.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  4387.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4388.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  4389.                     $proxy->setProxyInitializer(null);
  4390.                     return true;
  4391.                 });
  4392.             });
  4393.         }
  4394.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4395.     }
  4396.     /**
  4397.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  4398.      *
  4399.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  4400.      */
  4401.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  4402.     {
  4403.         if ($lazyLoad) {
  4404.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  4405.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4406.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  4407.                     $proxy->setProxyInitializer(null);
  4408.                     return true;
  4409.                 });
  4410.             });
  4411.         }
  4412.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4413.     }
  4414.     /**
  4415.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  4416.      *
  4417.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  4418.      */
  4419.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  4420.     {
  4421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4422.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  4423.         $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()));
  4424.         $instance->setName('hautelook:fixtures:load');
  4425.         return $instance;
  4426.     }
  4427.     /**
  4428.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  4429.      *
  4430.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  4431.      */
  4432.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  4433.     {
  4434.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  4436.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  4437.         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))))));
  4438.     }
  4439.     /**
  4440.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  4441.      *
  4442.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  4443.      */
  4444.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  4445.     {
  4446.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  4447.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  4449.         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))))));
  4450.     }
  4451.     /**
  4452.      * Gets the public 'hautelook_alice.loader' shared service.
  4453.      *
  4454.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  4455.      */
  4456.     protected function getHautelookAlice_LoaderService()
  4457.     {
  4458.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  4461.         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()));
  4462.     }
  4463.     /**
  4464.      * Gets the public 'hautelook_alice.locator' shared service.
  4465.      *
  4466.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  4467.      */
  4468.     protected function getHautelookAlice_LocatorService()
  4469.     {
  4470.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  4471.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  4472.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  4473.         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']));
  4474.     }
  4475.     /**
  4476.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  4477.      *
  4478.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  4479.      */
  4480.     protected function getHautelookAlice_Resolver_BundleService()
  4481.     {
  4482.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  4483.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  4484.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  4485.         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))));
  4486.     }
  4487.     /**
  4488.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  4489.      *
  4490.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  4491.      */
  4492.     protected function getHautelookAlice_Resolver_FileService()
  4493.     {
  4494.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  4495.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  4496.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  4497.     }
  4498.     /**
  4499.      * Gets the public 'http_kernel' shared service.
  4500.      *
  4501.      * @return \Symfony\Component\HttpKernel\HttpKernel
  4502.      */
  4503.     protected function getHttpKernelService()
  4504.     {
  4505.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 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()));
  4506.     }
  4507.     /**
  4508.      * Gets the public 'jms_serializer' shared service.
  4509.      *
  4510.      * @return \JMS\Serializer\Serializer
  4511.      */
  4512.     protected function getJmsSerializerService()
  4513.     {
  4514.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  4515.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  4516.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  4517.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  4518.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  4519.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  4520.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  4521.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  4522.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  4523.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  4526.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  4527.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  4528.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  4529.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  4530.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  4531.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  4532.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  4533.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  4534.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  4535.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  4536.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  4537.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  4538.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  4541.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  4542.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  4543.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  4544.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  4545.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  4546.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  4547.         $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4548.             'App\\Serializer\\Handler\\PaginationHandler' => ['privates''App\\Serializer\\Handler\\PaginationHandler''getPaginationHandlerService'false],
  4549.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  4550.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  4551.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  4552.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  4553.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  4554.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler' => ['privates''Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler''getRouteHandlerService'false],
  4555.         ], [
  4556.             'App\\Serializer\\Handler\\PaginationHandler' => '?',
  4557.             'jms_serializer.array_collection_handler' => '?',
  4558.             'jms_serializer.constraint_violation_handler' => '?',
  4559.             'jms_serializer.datetime_handler' => '?',
  4560.             'jms_serializer.form_error_handler' => '?',
  4561.             'jms_serializer.iterator_handler' => '?',
  4562.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler' => '?',
  4563.         ]), [=> ['Knp\\Component\\Pager\\Pagination\\SlidingPagination' => ['json' => [=> 'App\\Serializer\\Handler\\PaginationHandler'=> 'serialize']], 'Knp\\Bundle\\PaginatorBundle\\Pagination\\SlidingPagination' => ['json' => [=> 'App\\Serializer\\Handler\\PaginationHandler'=> 'serialize']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormInterfaceToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormInterfaceTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Symfony\\Component\\Routing\\Route' => ['json' => [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler'=> 'serialize']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  4564.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  4565.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  4566.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  4567.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  4568.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4569.             'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber' => ['privates''App\\Serializer\\EventSubscriber\\ChannelImageSubscriber''getChannelImageSubscriberService'false],
  4570.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  4571.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  4572.         ], [
  4573.             'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber' => '?',
  4574.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  4575.             'jms_serializer.stopwatch_subscriber' => '?',
  4576.         ]));
  4577.         $f->setListeners(['serializer.post_serialize' => [=> [=> [=> 'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber'=> 'onPostSerialize'], => 'App\\Entity\\Channel\\Channel'=> 'json'=> NULL], => [=> [=> 'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber'=> 'onPostSerialize'], => 'App\\Entity\\Scholar\\Training\\Training'=> 'json'=> NULL], => [=> [=> 'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber'=> 'onPostSerialize'], => 'App\\Entity\\Scholar\\Module\\Module'=> 'json'=> NULL], => [=> [=> 'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber'=> 'onPostSerialize'], => 'App\\Entity\\Scholar\\Lesson\\Lesson'=> 'json'=> NULL], => [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]], 'serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']]]);
  4578.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  4579.         $g->setOptions(1216);
  4580.         $h = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  4581.         $h->setOptions(0);
  4582.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory()], ['json' => $h'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  4583.     }
  4584.     /**
  4585.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  4586.      *
  4587.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  4588.      */
  4589.     protected function getJmsSerializer_DeserializationContextFactoryService()
  4590.     {
  4591.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  4592.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  4593.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  4594.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  4595.     }
  4596.     /**
  4597.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  4598.      *
  4599.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  4600.      */
  4601.     protected function getJmsSerializer_MetadataDriverService()
  4602.     {
  4603.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  4604.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  4605.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  4606.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  4607.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  4608.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  4609.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  4611.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  4613.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  4614.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  4615.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  4616.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  4617.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  4618.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  4619.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  4620.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
  4621.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  4622.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  4623.         $a = new \Metadata\Driver\FileLocator([]);
  4624.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  4625.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  4626.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(new \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  4627.     }
  4628.     /**
  4629.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  4630.      *
  4631.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  4632.      */
  4633.     protected function getJmsSerializer_SerializationContextFactoryService()
  4634.     {
  4635.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  4637.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  4638.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  4639.     }
  4640.     /**
  4641.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  4642.      *
  4643.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  4644.      */
  4645.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  4646.     {
  4647.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  4648.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  4649.     }
  4650.     /**
  4651.      * Gets the public 'knp_menu.factory' shared service.
  4652.      *
  4653.      * @return \Knp\Menu\MenuFactory
  4654.      */
  4655.     protected function getKnpMenu_FactoryService()
  4656.     {
  4657.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  4658.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  4659.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  4661.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Menu/Extension/RoutingExtension.php';
  4662.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  4663.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  4664.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService())), 0);
  4665.         return $instance;
  4666.     }
  4667.     /**
  4668.      * Gets the public 'knp_menu.matcher' shared service.
  4669.      *
  4670.      * @return \Knp\Menu\Matcher\Matcher
  4671.      */
  4672.     protected function getKnpMenu_MatcherService()
  4673.     {
  4674.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  4675.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  4676.         }, 1));
  4677.     }
  4678.     /**
  4679.      * Gets the public 'knp_paginator' shared service.
  4680.      *
  4681.      * @return \Knp\Component\Pager\Paginator
  4682.      */
  4683.     protected function getKnpPaginatorService($lazyLoad true)
  4684.     {
  4685.         if ($lazyLoad) {
  4686.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  4687.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4688.                     $wrappedInstance $this->getKnpPaginatorService(false);
  4689.                     $proxy->setProxyInitializer(null);
  4690.                     return true;
  4691.                 });
  4692.             });
  4693.         }
  4694.         $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())));
  4695.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  4696.         return $instance;
  4697.     }
  4698.     /**
  4699.      * Gets the public 'knpu.oauth2.client.nellapp' shared service.
  4700.      *
  4701.      * @return \KnpU\OAuth2ClientBundle\Client\OAuth2Client
  4702.      */
  4703.     protected function getKnpu_Oauth2_Client_NellappService()
  4704.     {
  4705.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  4706.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
  4707.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  4708.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  4709.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  4710.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  4711.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  4712.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
  4713.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
  4714.         return $this->services['knpu.oauth2.client.nellapp'] = new \KnpU\OAuth2ClientBundle\Client\OAuth2Client((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'), 'api_domain' => $this->getEnv('resolve:API_DOMAIN'), 'oauth_domain' => $this->getEnv('resolve:OAUTH_DOMAIN'), 'verify' => false], 'nellapp_sdk_connect_nellapp_check', [], []), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4715.     }
  4716.     /**
  4717.      * Gets the public 'knpu.oauth2.registry' shared service.
  4718.      *
  4719.      * @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
  4720.      */
  4721.     protected function getKnpu_Oauth2_RegistryService()
  4722.     {
  4723.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  4724.         return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']);
  4725.     }
  4726.     /**
  4727.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  4728.      *
  4729.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  4730.      */
  4731.     protected function getLiipImagine_Binary_Loader_DefaultService()
  4732.     {
  4733.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  4734.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  4735.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  4736.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  4737.         $a \Symfony\Component\Mime\MimeTypes::getDefault();
  4738.         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));
  4739.     }
  4740.     /**
  4741.      * Gets the public 'liip_imagine.cache.manager' shared service.
  4742.      *
  4743.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  4744.      */
  4745.     protected function getLiipImagine_Cache_ManagerService()
  4746.     {
  4747.         $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')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'false);
  4748.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  4749.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  4750.         return $instance;
  4751.     }
  4752.     /**
  4753.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  4754.      *
  4755.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  4756.      */
  4757.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  4758.     {
  4759.         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');
  4760.     }
  4761.     /**
  4762.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  4763.      *
  4764.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  4765.      */
  4766.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  4767.     {
  4768.         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()));
  4769.     }
  4770.     /**
  4771.      * Gets the public 'liip_imagine.cache.signer' shared service.
  4772.      *
  4773.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  4774.      */
  4775.     protected function getLiipImagine_Cache_SignerService()
  4776.     {
  4777.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  4778.     }
  4779.     /**
  4780.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  4781.      *
  4782.      * @return \Liip\ImagineBundle\Config\StackCollection
  4783.      */
  4784.     protected function getLiipImagine_Config_StackCollectionService()
  4785.     {
  4786.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  4787.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  4788.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  4790.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  4791.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  4792.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  4793.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  4794.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  4795.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  4797.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  4798.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  4799.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  4800.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  4801.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  4802.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  4803.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  4804.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  4805.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  4806.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  4807.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  4808.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  4811.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  4812.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  4813.         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']);
  4814.     }
  4815.     /**
  4816.      * Gets the public 'liip_imagine.data.manager' shared service.
  4817.      *
  4818.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  4819.      */
  4820.     protected function getLiipImagine_Data_ManagerService()
  4821.     {
  4822.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  4823.         $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);
  4824.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  4825.         return $instance;
  4826.     }
  4827.     /**
  4828.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  4829.      *
  4830.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  4831.      */
  4832.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  4833.     {
  4834.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4835.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  4837.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  4838.     }
  4839.     /**
  4840.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  4841.      *
  4842.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  4843.      */
  4844.     protected function getLiipImagine_Filter_Loader_FixedService()
  4845.     {
  4846.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4847.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  4848.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  4849.     }
  4850.     /**
  4851.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  4852.      *
  4853.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  4854.      */
  4855.     protected function getLiipImagine_Filter_Loader_FlipService()
  4856.     {
  4857.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  4859.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  4860.     }
  4861.     /**
  4862.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  4863.      *
  4864.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  4865.      */
  4866.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  4867.     {
  4868.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4869.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  4870.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  4871.     }
  4872.     /**
  4873.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  4874.      *
  4875.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  4876.      */
  4877.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  4878.     {
  4879.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4880.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  4881.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  4882.     }
  4883.     /**
  4884.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  4885.      *
  4886.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  4887.      */
  4888.     protected function getLiipImagine_Filter_Loader_ResampleService()
  4889.     {
  4890.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4891.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  4892.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  4893.     }
  4894.     /**
  4895.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  4896.      *
  4897.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  4898.      */
  4899.     protected function getLiipImagine_Filter_Loader_RotateService()
  4900.     {
  4901.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4902.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  4903.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  4904.     }
  4905.     /**
  4906.      * Gets the public 'liip_imagine.filter.manager' shared service.
  4907.      *
  4908.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  4909.      */
  4910.     protected function getLiipImagine_Filter_ManagerService()
  4911.     {
  4912.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  4914.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  4915.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  4916.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  4919.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  4920.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  4925.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  4926.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  4927.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  4928.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  4929.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  4930.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  4931.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  4932.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  4933.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  4934.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  4938.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  4939.         $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()));
  4940.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  4941.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  4942.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  4943.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  4944.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  4945.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a\dirname(__DIR__4)));
  4946.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a\dirname(__DIR__4)));
  4947.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  4948.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  4949.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  4950.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  4951.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  4952.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  4953.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  4954.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  4955.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  4956.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  4957.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  4958.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  4959.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  4960.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  4961.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  4962.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  4963.         return $instance;
  4964.     }
  4965.     /**
  4966.      * Gets the public 'messenger.default_bus' shared service.
  4967.      *
  4968.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  4969.      */
  4970.     protected function getMessenger_DefaultBusService()
  4971.     {
  4972.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  4973.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  4974.             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')));
  4975.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  4976.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  4977.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  4978.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  4979.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  4980.         }, 7)));
  4981.     }
  4982.     /**
  4983.      * Gets the public 'nelmio_alice.data_loader' shared service.
  4984.      *
  4985.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  4986.      */
  4987.     protected function getNelmioAlice_DataLoaderService()
  4988.     {
  4989.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  4991.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  4992.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  4993.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  4994.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  4995.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  4996.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  4997.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  4998.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  4999.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  5001.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  5002.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  5003.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  5006.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  5007.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  5008.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  5009.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  5010.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  5016.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  5020.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  5021.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  5022.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  5031.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  5033.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  5034.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  5035.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  5036.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  5037.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  5038.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  5039.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  5046.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  5047.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  5048.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  5049.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  5050.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  5051.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  5052.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  5053.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  5054.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  5056.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  5057.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  5060.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  5061.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  5062.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  5063.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  5064.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  5065.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  5066.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  5067.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  5069.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  5093.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  5094.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  5099.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  5100.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  5108.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  5109.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  5112.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  5113.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  5114.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  5115.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  5116.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  5117.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  5118.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  5119.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  5120.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  5121.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  5122.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  5123.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  5129.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  5130.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  5131.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  5132.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  5133.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5134.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  5140.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  5146.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  5147.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  5148.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  5149.         $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()]));
  5150.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  5151.         $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()]))))));
  5152.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  5153.         $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()]);
  5154.         $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);
  5155.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5156.         $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()]);
  5157.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  5158.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  5159.         $j->setContainer($this);
  5160.         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)))));
  5161.     }
  5162.     /**
  5163.      * Gets the public 'nelmio_alice.file_loader' shared service.
  5164.      *
  5165.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  5166.      */
  5167.     protected function getNelmioAlice_FileLoaderService()
  5168.     {
  5169.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  5171.         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()));
  5172.     }
  5173.     /**
  5174.      * Gets the public 'nelmio_alice.files_loader' shared service.
  5175.      *
  5176.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  5177.      */
  5178.     protected function getNelmioAlice_FilesLoaderService()
  5179.     {
  5180.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  5181.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  5182.         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()));
  5183.     }
  5184.     /**
  5185.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  5186.      *
  5187.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  5188.      */
  5189.     protected function getNelmioApiDoc_Command_DumpService()
  5190.     {
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  5193.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  5194.         $instance->setName('nelmio:apidoc:dump');
  5195.         return $instance;
  5196.     }
  5197.     /**
  5198.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  5199.      *
  5200.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  5201.      */
  5202.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  5203.     {
  5204.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  5205.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  5206.     }
  5207.     /**
  5208.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  5209.      *
  5210.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  5211.      */
  5212.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  5213.     {
  5214.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  5215.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  5216.     }
  5217.     /**
  5218.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  5219.      *
  5220.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  5221.      */
  5222.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  5223.     {
  5224.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  5225.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  5226.     }
  5227.     /**
  5228.      * Gets the public 'nelmio_api_doc.generator.core_sync' shared service.
  5229.      *
  5230.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  5231.      */
  5232.     protected function getNelmioApiDoc_Generator_CoreSyncService()
  5233.     {
  5234.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  5235.         $this->services['nelmio_api_doc.generator.core_sync'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  5236.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? ($this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([])));
  5237.             yield => ($this->privates['nelmio_api_doc.describers.config.core_sync'] ?? $this->getNelmioApiDoc_Describers_Config_CoreSyncService());
  5238.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.core_sync'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_CoreSyncService());
  5239.             yield => ($this->privates['nelmio_api_doc.describers.route.core_sync'] ?? $this->getNelmioApiDoc_Describers_Route_CoreSyncService());
  5240.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  5241.         }, 5), new RewindableGenerator(function () {
  5242.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  5243.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  5244.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  5245.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  5246.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  5247.         }, 5));
  5248.         $instance->setAlternativeNames([]);
  5249.         $instance->setMediaTypes([=> 'json']);
  5250.         $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  5251.         return $instance;
  5252.     }
  5253.     /**
  5254.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  5255.      *
  5256.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  5257.      */
  5258.     protected function getNelmioApiDoc_Generator_DefaultService()
  5259.     {
  5260.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  5261.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  5262.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? ($this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([])));
  5263.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? $this->getNelmioApiDoc_Describers_Config_DefaultService());
  5264.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  5265.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  5266.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  5267.         }, 5), new RewindableGenerator(function () {
  5268.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  5269.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  5270.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  5271.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  5272.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  5273.         }, 5));
  5274.         $instance->setAlternativeNames([]);
  5275.         $instance->setMediaTypes([=> 'json']);
  5276.         $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  5277.         return $instance;
  5278.     }
  5279.     /**
  5280.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  5281.      *
  5282.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  5283.      */
  5284.     protected function getNelmioApiDoc_RenderDocsService()
  5285.     {
  5286.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  5288.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  5291.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5292.             'core_sync' => ['services''nelmio_api_doc.generator.core_sync''getNelmioApiDoc_Generator_CoreSyncService'false],
  5293.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  5294.         ], [
  5295.             'core_sync' => '?',
  5296.             'default' => '?',
  5297.         ]), 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())));
  5298.     }
  5299.     /**
  5300.      * Gets the public 'oneup_flysystem.mount_manager' shared service.
  5301.      *
  5302.      * @return \League\Flysystem\MountManager
  5303.      */
  5304.     protected function getOneupFlysystem_MountManagerService()
  5305.     {
  5306.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  5307.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  5308.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  5309.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/MountManager.php';
  5310.         return $this->services['oneup_flysystem.mount_manager'] = new \League\Flysystem\MountManager(['practicalCase' => ($this->services['practicalCase_filesystem'] ?? $this->getPracticalCaseFilesystemService()), 'practicalCaseResponse' => ($this->services['practicalCaseResponse_filesystem'] ?? $this->getPracticalCaseResponseFilesystemService())]);
  5311.     }
  5312.     /**
  5313.      * Gets the public 'oneup_uploader.chunk_manager' shared service.
  5314.      *
  5315.      * @return \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager
  5316.      */
  5317.     protected function getOneupUploader_ChunkManagerService()
  5318.     {
  5319.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManagerInterface.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManager.php';
  5321.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  5322.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  5323.         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')))));
  5324.     }
  5325.     /**
  5326.      * Gets the public 'oneup_uploader.controller.channel_images' shared service.
  5327.      *
  5328.      * @return \Oneup\UploaderBundle\Controller\FineUploaderController
  5329.      */
  5330.     protected function getOneupUploader_Controller_ChannelImagesService()
  5331.     {
  5332.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  5333.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/FineUploaderController.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/NoopErrorHandler.php';
  5339.         return $this->services['oneup_uploader.controller.channel_images'] = new \Oneup\UploaderBundle\Controller\FineUploaderController($this, new \Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage((\dirname(__DIR__4).'/public/uploads/channel_images')), ($this->privates['oneup_uploader.error_handler.fineuploader'] ?? ($this->privates['oneup_uploader.error_handler.fineuploader'] = new \Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler())), ['frontend' => 'fineuploader''namer' => 'App\\Uploader\\Naming\\UuidNamer''max_size' => 50000000'allowed_mimetypes' => ['image/jpeg' => [=> 'jpg'=> 'jpeg'], 'image/png' => [=> 'png'], 'image/gif' => [=> 'gif'], 'image/svg+xml' => [=> 'svg']], 'custom_frontend' => ['name' => NULL'class' => NULL], 'storage' => ['service' => NULL'type' => 'filesystem''filesystem' => NULL'directory' => (\dirname(__DIR__4).'/public/uploads/channel_images'), 'stream_wrapper' => NULL'sync_buffer_size' => '100K'], 'route_prefix' => '''endpoints' => ['upload' => NULL'progress' => NULL'cancel' => NULL], 'disallowed_mimetypes' => [], 'error_handler' => NULL'use_orphanage' => false'enable_progress' => false'enable_cancelation' => false'root_folder' => false], 'channel_images');
  5340.     }
  5341.     /**
  5342.      * Gets the public 'oneup_uploader.controller.practical_case_resource_file' shared service.
  5343.      *
  5344.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  5345.      */
  5346.     protected function getOneupUploader_Controller_PracticalCaseResourceFileService()
  5347.     {
  5348.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  5349.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  5350.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  5353.         return $this->services['oneup_uploader.controller.practical_case_resource_file'] = new \Oneup\UploaderBundle\Controller\DropzoneController($this, ($this->services['oneup_uploader.orphanage.practical_case_resource_file'] ?? $this->getOneupUploader_Orphanage_PracticalCaseResourceFileService()), ($this->privates['oneup_uploader.error_handler.dropzone'] ?? ($this->privates['oneup_uploader.error_handler.dropzone'] = new \Oneup\UploaderBundle\Uploader\ErrorHandler\DropzoneErrorHandler())), $this->parameters['oneup_uploader.config.practical_case_resource_file'], 'practical_case_resource_file');
  5354.     }
  5355.     /**
  5356.      * Gets the public 'oneup_uploader.controller.practical_case_response_file' shared service.
  5357.      *
  5358.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  5359.      */
  5360.     protected function getOneupUploader_Controller_PracticalCaseResponseFileService()
  5361.     {
  5362.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  5363.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  5364.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  5367.         return $this->services['oneup_uploader.controller.practical_case_response_file'] = new \Oneup\UploaderBundle\Controller\DropzoneController($this, ($this->services['oneup_uploader.orphanage.practical_case_response_file'] ?? $this->getOneupUploader_Orphanage_PracticalCaseResponseFileService()), ($this->privates['oneup_uploader.error_handler.dropzone'] ?? ($this->privates['oneup_uploader.error_handler.dropzone'] = new \Oneup\UploaderBundle\Uploader\ErrorHandler\DropzoneErrorHandler())), $this->parameters['oneup_uploader.config.practical_case_response_file'], 'practical_case_response_file');
  5368.     }
  5369.     /**
  5370.      * Gets the public 'oneup_uploader.controller.user_avatar' shared service.
  5371.      *
  5372.      * @return \Oneup\UploaderBundle\Controller\FineUploaderController
  5373.      */
  5374.     protected function getOneupUploader_Controller_UserAvatarService()
  5375.     {
  5376.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/FineUploaderController.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/NoopErrorHandler.php';
  5383.         return $this->services['oneup_uploader.controller.user_avatar'] = new \Oneup\UploaderBundle\Controller\FineUploaderController($this, new \Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage((\dirname(__DIR__4).'/public/uploads/user_avatar')), ($this->privates['oneup_uploader.error_handler.fineuploader'] ?? ($this->privates['oneup_uploader.error_handler.fineuploader'] = new \Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler())), ['frontend' => 'fineuploader''namer' => 'App\\Uploader\\Naming\\UserAvatarNamer''max_size' => 10485760'allowed_mimetypes' => ['image/jpeg' => [=> 'jpg'=> 'jpeg'], 'image/png' => [=> 'png'], 'image/gif' => [=> 'gif'], 'image/svg+xml' => [=> 'svg']], 'custom_frontend' => ['name' => NULL'class' => NULL], 'storage' => ['service' => NULL'type' => 'filesystem''filesystem' => NULL'directory' => (\dirname(__DIR__4).'/public/uploads/user_avatar'), 'stream_wrapper' => NULL'sync_buffer_size' => '100K'], 'route_prefix' => '''endpoints' => ['upload' => NULL'progress' => NULL'cancel' => NULL], 'disallowed_mimetypes' => [], 'error_handler' => NULL'use_orphanage' => false'enable_progress' => false'enable_cancelation' => false'root_folder' => false], 'user_avatar');
  5384.     }
  5385.     /**
  5386.      * Gets the public 'oneup_uploader.namer.uniqid' shared service.
  5387.      *
  5388.      * @return \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer
  5389.      */
  5390.     protected function getOneupUploader_Namer_UniqidService()
  5391.     {
  5392.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  5394.         return $this->services['oneup_uploader.namer.uniqid'] = new \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer();
  5395.     }
  5396.     /**
  5397.      * Gets the public 'oneup_uploader.orphanage.practical_case_resource_file' shared service.
  5398.      *
  5399.      * @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
  5400.      */
  5401.     protected function getOneupUploader_Orphanage_PracticalCaseResourceFileService()
  5402.     {
  5403.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  5405.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
  5406.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
  5407.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  5410.         return $this->services['oneup_uploader.orphanage.practical_case_resource_file'] = new \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage(new \Oneup\UploaderBundle\Uploader\Storage\FlysystemStorage(($this->services['practicalCase_filesystem'] ?? $this->getPracticalCaseFilesystemService()), 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'), 'practical_case_resource_file');
  5411.     }
  5412.     /**
  5413.      * Gets the public 'oneup_uploader.orphanage.practical_case_response_file' shared service.
  5414.      *
  5415.      * @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
  5416.      */
  5417.     protected function getOneupUploader_Orphanage_PracticalCaseResponseFileService()
  5418.     {
  5419.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
  5422.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
  5423.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  5424.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  5426.         return $this->services['oneup_uploader.orphanage.practical_case_response_file'] = new \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage(new \Oneup\UploaderBundle\Uploader\Storage\FlysystemStorage(($this->services['practicalCaseResponse_filesystem'] ?? $this->getPracticalCaseResponseFilesystemService()), 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'), 'practical_case_response_file');
  5427.     }
  5428.     /**
  5429.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  5430.      *
  5431.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  5432.      */
  5433.     protected function getOneupUploader_OrphanageManagerService()
  5434.     {
  5435.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  5436.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  5437.     }
  5438.     /**
  5439.      * Gets the public 'oneup_uploader.routing.loader' shared service.
  5440.      *
  5441.      * @return \Oneup\UploaderBundle\Routing\RouteLoader
  5442.      */
  5443.     protected function getOneupUploader_Routing_LoaderService()
  5444.     {
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Routing/RouteLoader.php';
  5448.         return $this->services['oneup_uploader.routing.loader'] = new \Oneup\UploaderBundle\Routing\RouteLoader($this->parameters['oneup_uploader.controllers']);
  5449.     }
  5450.     /**
  5451.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  5452.      *
  5453.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  5454.      */
  5455.     protected function getOneupUploader_Templating_UploaderHelperService()
  5456.     {
  5457.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
  5458.     }
  5459.     /**
  5460.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  5461.      *
  5462.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  5463.      */
  5464.     protected function getOneupUploader_Twig_Extension_UploaderService()
  5465.     {
  5466.         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()));
  5467.     }
  5468.     /**
  5469.      * Gets the public 'practicalCaseResponse_filesystem' shared service.
  5470.      *
  5471.      * @return \League\Flysystem\Filesystem
  5472.      */
  5473.     protected function getPracticalCaseResponseFilesystemService()
  5474.     {
  5475.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  5476.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  5479.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  5480.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  5481.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  5482.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  5483.         return $this->services['practicalCaseResponse_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__4).'/public/uploads/practical_cases_response/'), NULL22NULLfalse), []);
  5484.     }
  5485.     /**
  5486.      * Gets the public 'practicalCase_filesystem' shared service.
  5487.      *
  5488.      * @return \League\Flysystem\Filesystem
  5489.      */
  5490.     protected function getPracticalCaseFilesystemService()
  5491.     {
  5492.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  5493.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  5494.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  5495.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  5499.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  5500.         return $this->services['practicalCase_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__4).'/public/uploads/practical_cases/'), NULL22NULLfalse), []);
  5501.     }
  5502.     /**
  5503.      * Gets the public 'request_stack' shared service.
  5504.      *
  5505.      * @return \Symfony\Component\HttpFoundation\RequestStack
  5506.      */
  5507.     protected function getRequestStackService()
  5508.     {
  5509.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  5510.     }
  5511.     /**
  5512.      * Gets the public 'router' shared service.
  5513.      *
  5514.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  5515.      */
  5516.     protected function getRouterService()
  5517.     {
  5518.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  5519.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5520.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5521.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5522.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5523.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5524.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  5525.         ], [
  5526.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5527.         ]))->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'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  5528.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5529.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  5530.         return $instance;
  5531.     }
  5532.     /**
  5533.      * Gets the public 'routing.loader' shared service.
  5534.      *
  5535.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  5536.      */
  5537.     protected function getRouting_LoaderService()
  5538.     {
  5539.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  5555.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  5556.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/GlobalRoutesLoader.php';
  5560.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelResourceAccessCacheLoader.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelUserPermissionResourceCrudLoader.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  5566.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  5567.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  5568.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  5569.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  5570.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  5571.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  5572.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  5573.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  5574.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5575.             'kernel' => ['services''kernel''getKernelService'false],
  5576.         ], [
  5577.             'kernel' => 'App\\Kernel',
  5578.         ]), 'dev'));
  5579.         $a->addLoader(($this->services['oneup_uploader.routing.loader'] ?? $this->getOneupUploader_Routing_LoaderService()));
  5580.         $a->addLoader(new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\GlobalRoutesLoader());
  5581.         $a->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelResourceAccessCacheLoader());
  5582.         $a->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelUserPermissionResourceCrudLoader(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService())));
  5583.         $a->addLoader($c);
  5584.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  5585.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  5586.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  5587.     }
  5588.     /**
  5589.      * Gets the public 'services_resetter' shared service.
  5590.      *
  5591.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  5592.      */
  5593.     protected function getServicesResetterService()
  5594.     {
  5595.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  5596.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  5597.             if (isset($this->services['cache.app'])) {
  5598.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  5599.             }
  5600.             if (isset($this->services['cache.system'])) {
  5601.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  5602.             }
  5603.             if (isset($this->privates['cache.validator'])) {
  5604.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  5605.             }
  5606.             if (isset($this->privates['cache.serializer'])) {
  5607.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  5608.             }
  5609.             if (isset($this->privates['cache.annotations'])) {
  5610.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  5611.             }
  5612.             if (isset($this->privates['cache.property_info'])) {
  5613.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  5614.             }
  5615.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  5616.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  5617.             }
  5618.             if (isset($this->privates['.debug.http_client'])) {
  5619.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  5620.             }
  5621.             if (isset($this->privates['debug.stopwatch'])) {
  5622.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  5623.             }
  5624.             if (isset($this->services['event_dispatcher'])) {
  5625.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  5626.             }
  5627.             if (isset($this->privates['session_listener'])) {
  5628.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  5629.             }
  5630.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  5631.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  5632.             }
  5633.             if (isset($this->services['cache.validator_expression_language'])) {
  5634.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  5635.             }
  5636.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  5637.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  5638.             }
  5639.             if (isset($this->services['.container.private.profiler'])) {
  5640.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  5641.             }
  5642.             if (isset($this->services['.container.private.validator'])) {
  5643.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  5644.             }
  5645.             if (isset($this->services['.container.private.security.token_storage'])) {
  5646.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  5647.             }
  5648.             if (isset($this->privates['cache.security_expression_language'])) {
  5649.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  5650.             }
  5651.             if (isset($this->services['doctrine'])) {
  5652.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  5653.             }
  5654.             if (isset($this->privates['form.type.entity'])) {
  5655.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  5656.             }
  5657.             if (isset($this->privates['monolog.handler.main'])) {
  5658.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  5659.             }
  5660.             if (isset($this->privates['monolog.handler.console'])) {
  5661.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  5662.             }
  5663.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  5664.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  5665.             }
  5666.             if (isset($this->privates['cache.webpack_encore'])) {
  5667.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  5668.             }
  5669.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  5670.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  5671.             }
  5672.             if (isset($this->privates['webpack_encore.entrypoint_lookup[core]'])) {
  5673.                 yield 'webpack_encore.entrypoint_lookup[core]' => ($this->privates['webpack_encore.entrypoint_lookup[core]'] ?? null);
  5674.             }
  5675.             if (isset($this->privates['webpack_encore.entrypoint_lookup[common]'])) {
  5676.                 yield 'webpack_encore.entrypoint_lookup[common]' => ($this->privates['webpack_encore.entrypoint_lookup[common]'] ?? null);
  5677.             }
  5678.             if (isset($this->privates['webpack_encore.entrypoint_lookup[vendor]'])) {
  5679.                 yield 'webpack_encore.entrypoint_lookup[vendor]' => ($this->privates['webpack_encore.entrypoint_lookup[vendor]'] ?? null);
  5680.             }
  5681.             if (isset($this->privates['webpack_encore.entrypoint_lookup[content]'])) {
  5682.                 yield 'webpack_encore.entrypoint_lookup[content]' => ($this->privates['webpack_encore.entrypoint_lookup[content]'] ?? null);
  5683.             }
  5684.             if (isset($this->privates['webpack_encore.entrypoint_lookup[backoffice]'])) {
  5685.                 yield 'webpack_encore.entrypoint_lookup[backoffice]' => ($this->privates['webpack_encore.entrypoint_lookup[backoffice]'] ?? null);
  5686.             }
  5687.             if (isset($this->privates['.debug.http_client'])) {
  5688.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  5689.             }
  5690.         }, function () {
  5691.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['.debug.http_client'])) + (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['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (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'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[core]'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[common]'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[vendor]'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[content]'])) + (int) (isset($this->privates['webpack_encore.entrypoint_lookup[backoffice]'])) + (int) (isset($this->privates['.debug.http_client']));
  5692.         }), ['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'], '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'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> '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'], 'webpack_encore.entrypoint_lookup[common]' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[vendor]' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[content]' => [=> 'reset'], 'webpack_encore.entrypoint_lookup[backoffice]' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  5693.     }
  5694.     /**
  5695.      * Gets the public 'spiriit_form_filter.filter_prepare' shared service.
  5696.      *
  5697.      * @return \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener
  5698.      */
  5699.     protected function getSpiriitFormFilter_FilterPrepareService()
  5700.     {
  5701.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Event/Listener/PrepareListener.php';
  5702.         return $this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener();
  5703.     }
  5704.     /**
  5705.      * Gets the public 'spiriit_form_filter.query_builder_updater' shared service.
  5706.      *
  5707.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater
  5708.      */
  5709.     protected function getSpiriitFormFilter_QueryBuilderUpdaterService()
  5710.     {
  5711.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdaterInterface.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdater.php';
  5713.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractorInterface.php';
  5714.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractor.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DataExtractionMethodInterface.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DefaultExtractionMethod.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/TextExtractionMethod.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/ValueKeysExtractionMethod.php';
  5719.         $a = new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\FormDataExtractor();
  5720.         $a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\DefaultExtractionMethod());
  5721.         $a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\TextExtractionMethod());
  5722.         $a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\ValueKeysExtractionMethod());
  5723.         return $this->services['spiriit_form_filter.query_builder_updater'] = new \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5724.     }
  5725.     /**
  5726.      * Gets the public 'translator' shared service.
  5727.      *
  5728.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5729.      */
  5730.     protected function getTranslatorService()
  5731.     {
  5732.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5733.     }
  5734.     /**
  5735.      * Gets the public 'var_dumper.cloner' shared service.
  5736.      *
  5737.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  5738.      */
  5739.     protected function getVarDumper_ClonerService()
  5740.     {
  5741.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  5742.         $instance->setMaxItems(2500);
  5743.         $instance->setMinDepth(1);
  5744.         $instance->setMaxString(-1);
  5745.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  5746.         return $instance;
  5747.     }
  5748.     /**
  5749.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  5750.      *
  5751.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  5752.      */
  5753.     protected function getWebProfiler_Controller_ExceptionPanelService()
  5754.     {
  5755.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  5756.         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()));
  5757.     }
  5758.     /**
  5759.      * Gets the public 'web_profiler.controller.profiler' shared service.
  5760.      *
  5761.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  5762.      */
  5763.     protected function getWebProfiler_Controller_ProfilerService()
  5764.     {
  5765.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  5766.         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));
  5767.     }
  5768.     /**
  5769.      * Gets the public 'web_profiler.controller.router' shared service.
  5770.      *
  5771.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  5772.      */
  5773.     protected function getWebProfiler_Controller_RouterService()
  5774.     {
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  5776.         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 () {
  5777.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  5778.         }, 1));
  5779.     }
  5780.     /**
  5781.      * Gets the private '.App\Command\CheckSharedEntityCommand.lazy' shared service.
  5782.      *
  5783.      * @return \Symfony\Component\Console\Command\LazyCommand
  5784.      */
  5785.     protected function getCheckSharedEntityCommand_LazyService()
  5786.     {
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5789.         return $this->privates['.App\\Command\\CheckSharedEntityCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:check-shared-entity', [], 'Check the given entity is well shared from his origin entity'false, function (): \App\Command\CheckSharedEntityCommand {
  5790.             return ($this->privates['App\\Command\\CheckSharedEntityCommand'] ?? $this->getCheckSharedEntityCommandService());
  5791.         });
  5792.     }
  5793.     /**
  5794.      * Gets the private '.App\Command\UpdateMimeTypeForNellappFileCommand.lazy' shared service.
  5795.      *
  5796.      * @return \Symfony\Component\Console\Command\LazyCommand
  5797.      */
  5798.     protected function getUpdateMimeTypeForNellappFileCommand_LazyService()
  5799.     {
  5800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5802.         return $this->privates['.App\\Command\\UpdateMimeTypeForNellappFileCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:update-nellapp-file', [], 'Once command to set mimeType in DB for NellappFiles'false, function (): \App\Command\UpdateMimeTypeForNellappFileCommand {
  5803.             return ($this->privates['App\\Command\\UpdateMimeTypeForNellappFileCommand'] ?? $this->getUpdateMimeTypeForNellappFileCommandService());
  5804.         });
  5805.     }
  5806.     /**
  5807.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand.lazy' shared service.
  5808.      *
  5809.      * @return \Symfony\Component\Console\Command\LazyCommand
  5810.      */
  5811.     protected function getCheckChannelMenuDisplayedCommand_LazyService()
  5812.     {
  5813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5815.         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 {
  5816.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand'] ?? $this->getCheckChannelMenuDisplayedCommandService());
  5817.         });
  5818.     }
  5819.     /**
  5820.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand.lazy' shared service.
  5821.      *
  5822.      * @return \Symfony\Component\Console\Command\LazyCommand
  5823.      */
  5824.     protected function getFullRefreshClassCommand_LazyService()
  5825.     {
  5826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5828.         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 {
  5829.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand'] ?? $this->getFullRefreshClassCommandService());
  5830.         });
  5831.     }
  5832.     /**
  5833.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand.lazy' shared service.
  5834.      *
  5835.      * @return \Symfony\Component\Console\Command\LazyCommand
  5836.      */
  5837.     protected function getRefreshClassCommand_LazyService()
  5838.     {
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5841.         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 {
  5842.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] ?? $this->getRefreshClassCommandService());
  5843.         });
  5844.     }
  5845.     /**
  5846.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand.lazy' shared service.
  5847.      *
  5848.      * @return \Symfony\Component\Console\Command\LazyCommand
  5849.      */
  5850.     protected function getRefreshOneCommand_LazyService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5854.         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 {
  5855.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] ?? $this->getRefreshOneCommandService());
  5856.         });
  5857.     }
  5858.     /**
  5859.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand.lazy' shared service.
  5860.      *
  5861.      * @return \Symfony\Component\Console\Command\LazyCommand
  5862.      */
  5863.     protected function getUserFromChannelCommand_LazyService()
  5864.     {
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5867.         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 {
  5868.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand'] ?? $this->getUserFromChannelCommandService());
  5869.         });
  5870.     }
  5871.     /**
  5872.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand.lazy' shared service.
  5873.      *
  5874.      * @return \Symfony\Component\Console\Command\LazyCommand
  5875.      */
  5876.     protected function getSyncOneCommand_LazyService()
  5877.     {
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5880.         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 {
  5881.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand'] ?? $this->getSyncOneCommandService());
  5882.         });
  5883.     }
  5884.     /**
  5885.      * Gets the private '.console.command.about.lazy' shared service.
  5886.      *
  5887.      * @return \Symfony\Component\Console\Command\LazyCommand
  5888.      */
  5889.     protected function get_Console_Command_About_LazyService()
  5890.     {
  5891.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5893.         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 {
  5894.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  5895.         });
  5896.     }
  5897.     /**
  5898.      * Gets the private '.console.command.assets_install.lazy' shared service.
  5899.      *
  5900.      * @return \Symfony\Component\Console\Command\LazyCommand
  5901.      */
  5902.     protected function get_Console_Command_AssetsInstall_LazyService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5906.         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 {
  5907.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  5908.         });
  5909.     }
  5910.     /**
  5911.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  5912.      *
  5913.      * @return \Symfony\Component\Console\Command\LazyCommand
  5914.      */
  5915.     protected function get_Console_Command_CacheClear_LazyService()
  5916.     {
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5919.         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 {
  5920.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  5921.         });
  5922.     }
  5923.     /**
  5924.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  5925.      *
  5926.      * @return \Symfony\Component\Console\Command\LazyCommand
  5927.      */
  5928.     protected function get_Console_Command_CachePoolClear_LazyService()
  5929.     {
  5930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5932.         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 {
  5933.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  5934.         });
  5935.     }
  5936.     /**
  5937.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  5938.      *
  5939.      * @return \Symfony\Component\Console\Command\LazyCommand
  5940.      */
  5941.     protected function get_Console_Command_CachePoolDelete_LazyService()
  5942.     {
  5943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5945.         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 {
  5946.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  5947.         });
  5948.     }
  5949.     /**
  5950.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  5951.      *
  5952.      * @return \Symfony\Component\Console\Command\LazyCommand
  5953.      */
  5954.     protected function get_Console_Command_CachePoolList_LazyService()
  5955.     {
  5956.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5958.         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 {
  5959.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  5960.         });
  5961.     }
  5962.     /**
  5963.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  5964.      *
  5965.      * @return \Symfony\Component\Console\Command\LazyCommand
  5966.      */
  5967.     protected function get_Console_Command_CachePoolPrune_LazyService()
  5968.     {
  5969.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5971.         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 {
  5972.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  5973.         });
  5974.     }
  5975.     /**
  5976.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  5977.      *
  5978.      * @return \Symfony\Component\Console\Command\LazyCommand
  5979.      */
  5980.     protected function get_Console_Command_CacheWarmup_LazyService()
  5981.     {
  5982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5984.         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 {
  5985.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  5986.         });
  5987.     }
  5988.     /**
  5989.      * Gets the private '.console.command.config_debug.lazy' shared service.
  5990.      *
  5991.      * @return \Symfony\Component\Console\Command\LazyCommand
  5992.      */
  5993.     protected function get_Console_Command_ConfigDebug_LazyService()
  5994.     {
  5995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  5997.         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 {
  5998.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  5999.         });
  6000.     }
  6001.     /**
  6002.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  6003.      *
  6004.      * @return \Symfony\Component\Console\Command\LazyCommand
  6005.      */
  6006.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  6007.     {
  6008.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6010.         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 {
  6011.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  6012.         });
  6013.     }
  6014.     /**
  6015.      * Gets the private '.console.command.container_debug.lazy' shared service.
  6016.      *
  6017.      * @return \Symfony\Component\Console\Command\LazyCommand
  6018.      */
  6019.     protected function get_Console_Command_ContainerDebug_LazyService()
  6020.     {
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6023.         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 {
  6024.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  6025.         });
  6026.     }
  6027.     /**
  6028.      * Gets the private '.console.command.container_lint.lazy' shared service.
  6029.      *
  6030.      * @return \Symfony\Component\Console\Command\LazyCommand
  6031.      */
  6032.     protected function get_Console_Command_ContainerLint_LazyService()
  6033.     {
  6034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6036.         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 {
  6037.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  6038.         });
  6039.     }
  6040.     /**
  6041.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  6042.      *
  6043.      * @return \Symfony\Component\Console\Command\LazyCommand
  6044.      */
  6045.     protected function get_Console_Command_DebugAutowiring_LazyService()
  6046.     {
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6049.         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 {
  6050.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  6051.         });
  6052.     }
  6053.     /**
  6054.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  6055.      *
  6056.      * @return \Symfony\Component\Console\Command\LazyCommand
  6057.      */
  6058.     protected function get_Console_Command_DotenvDebug_LazyService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6062.         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 {
  6063.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  6064.         });
  6065.     }
  6066.     /**
  6067.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  6068.      *
  6069.      * @return \Symfony\Component\Console\Command\LazyCommand
  6070.      */
  6071.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  6072.     {
  6073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6075.         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 {
  6076.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  6077.         });
  6078.     }
  6079.     /**
  6080.      * Gets the private '.console.command.form_debug.lazy' shared service.
  6081.      *
  6082.      * @return \Symfony\Component\Console\Command\LazyCommand
  6083.      */
  6084.     protected function get_Console_Command_FormDebug_LazyService()
  6085.     {
  6086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6088.         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 {
  6089.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  6090.         });
  6091.     }
  6092.     /**
  6093.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  6094.      *
  6095.      * @return \Symfony\Component\Console\Command\LazyCommand
  6096.      */
  6097.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  6098.     {
  6099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6101.         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 {
  6102.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  6103.         });
  6104.     }
  6105.     /**
  6106.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  6107.      *
  6108.      * @return \Symfony\Component\Console\Command\LazyCommand
  6109.      */
  6110.     protected function get_Console_Command_MessengerDebug_LazyService()
  6111.     {
  6112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6114.         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 {
  6115.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  6116.         });
  6117.     }
  6118.     /**
  6119.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  6120.      *
  6121.      * @return \Symfony\Component\Console\Command\LazyCommand
  6122.      */
  6123.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  6124.     {
  6125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6127.         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 {
  6128.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  6129.         });
  6130.     }
  6131.     /**
  6132.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  6133.      *
  6134.      * @return \Symfony\Component\Console\Command\LazyCommand
  6135.      */
  6136.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  6137.     {
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6140.         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 {
  6141.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  6142.         });
  6143.     }
  6144.     /**
  6145.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  6146.      *
  6147.      * @return \Symfony\Component\Console\Command\LazyCommand
  6148.      */
  6149.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  6150.     {
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6153.         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 {
  6154.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  6155.         });
  6156.     }
  6157.     /**
  6158.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  6159.      *
  6160.      * @return \Symfony\Component\Console\Command\LazyCommand
  6161.      */
  6162.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  6163.     {
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6166.         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 {
  6167.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  6168.         });
  6169.     }
  6170.     /**
  6171.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  6172.      *
  6173.      * @return \Symfony\Component\Console\Command\LazyCommand
  6174.      */
  6175.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  6176.     {
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6179.         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 {
  6180.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  6181.         });
  6182.     }
  6183.     /**
  6184.      * Gets the private '.console.command.router_debug.lazy' shared service.
  6185.      *
  6186.      * @return \Symfony\Component\Console\Command\LazyCommand
  6187.      */
  6188.     protected function get_Console_Command_RouterDebug_LazyService()
  6189.     {
  6190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6192.         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 {
  6193.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  6194.         });
  6195.     }
  6196.     /**
  6197.      * Gets the private '.console.command.router_match.lazy' shared service.
  6198.      *
  6199.      * @return \Symfony\Component\Console\Command\LazyCommand
  6200.      */
  6201.     protected function get_Console_Command_RouterMatch_LazyService()
  6202.     {
  6203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6205.         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 {
  6206.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  6207.         });
  6208.     }
  6209.     /**
  6210.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  6211.      *
  6212.      * @return \Symfony\Component\Console\Command\LazyCommand
  6213.      */
  6214.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  6215.     {
  6216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6218.         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 {
  6219.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  6220.         });
  6221.     }
  6222.     /**
  6223.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  6224.      *
  6225.      * @return \Symfony\Component\Console\Command\LazyCommand
  6226.      */
  6227.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  6228.     {
  6229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6231.         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 {
  6232.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  6233.         });
  6234.     }
  6235.     /**
  6236.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  6237.      *
  6238.      * @return \Symfony\Component\Console\Command\LazyCommand
  6239.      */
  6240.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  6241.     {
  6242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6244.         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 {
  6245.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  6246.         });
  6247.     }
  6248.     /**
  6249.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  6250.      *
  6251.      * @return \Symfony\Component\Console\Command\LazyCommand
  6252.      */
  6253.     protected function get_Console_Command_SecretsList_LazyService()
  6254.     {
  6255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6257.         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 {
  6258.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  6259.         });
  6260.     }
  6261.     /**
  6262.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  6263.      *
  6264.      * @return \Symfony\Component\Console\Command\LazyCommand
  6265.      */
  6266.     protected function get_Console_Command_SecretsRemove_LazyService()
  6267.     {
  6268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6270.         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 {
  6271.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  6272.         });
  6273.     }
  6274.     /**
  6275.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  6276.      *
  6277.      * @return \Symfony\Component\Console\Command\LazyCommand
  6278.      */
  6279.     protected function get_Console_Command_SecretsSet_LazyService()
  6280.     {
  6281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6283.         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 {
  6284.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  6285.         });
  6286.     }
  6287.     /**
  6288.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  6289.      *
  6290.      * @return \Symfony\Component\Console\Command\LazyCommand
  6291.      */
  6292.     protected function get_Console_Command_TranslationDebug_LazyService()
  6293.     {
  6294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6296.         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 {
  6297.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  6298.         });
  6299.     }
  6300.     /**
  6301.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  6302.      *
  6303.      * @return \Symfony\Component\Console\Command\LazyCommand
  6304.      */
  6305.     protected function get_Console_Command_TranslationExtract_LazyService()
  6306.     {
  6307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6309.         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 {
  6310.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  6311.         });
  6312.     }
  6313.     /**
  6314.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  6315.      *
  6316.      * @return \Symfony\Component\Console\Command\LazyCommand
  6317.      */
  6318.     protected function get_Console_Command_TranslationPull_LazyService()
  6319.     {
  6320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6322.         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 {
  6323.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  6324.         });
  6325.     }
  6326.     /**
  6327.      * Gets the private '.console.command.translation_push.lazy' shared service.
  6328.      *
  6329.      * @return \Symfony\Component\Console\Command\LazyCommand
  6330.      */
  6331.     protected function get_Console_Command_TranslationPush_LazyService()
  6332.     {
  6333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6335.         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 {
  6336.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  6337.         });
  6338.     }
  6339.     /**
  6340.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  6341.      *
  6342.      * @return \Symfony\Component\Console\Command\LazyCommand
  6343.      */
  6344.     protected function get_Console_Command_ValidatorDebug_LazyService()
  6345.     {
  6346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6348.         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 {
  6349.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  6350.         });
  6351.     }
  6352.     /**
  6353.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  6354.      *
  6355.      * @return \Symfony\Component\Console\Command\LazyCommand
  6356.      */
  6357.     protected function get_Console_Command_XliffLint_LazyService()
  6358.     {
  6359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6361.         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 {
  6362.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  6363.         });
  6364.     }
  6365.     /**
  6366.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  6367.      *
  6368.      * @return \Symfony\Component\Console\Command\LazyCommand
  6369.      */
  6370.     protected function get_Console_Command_YamlLint_LazyService()
  6371.     {
  6372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  6374.         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 {
  6375.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  6376.         });
  6377.     }
  6378.     /**
  6379.      * Gets the private '.debug.http_client' shared service.
  6380.      *
  6381.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  6382.      */
  6383.     protected function get_Debug_HttpClientService()
  6384.     {
  6385.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'verify_host' => false'headers' => [], 'resolve' => []], 6);
  6386.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  6387.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  6388.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  6389.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  6390.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  6391.         $a->setLogger($b);
  6392.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  6393.     }
  6394.     /**
  6395.      * Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Lesson\Lesson' shared service.
  6396.      *
  6397.      * @return \App\Entity\Scholar\Lesson\Lesson
  6398.      */
  6399.     protected function getLessonService()
  6400.     {
  6401.         $this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6402.     }
  6403.     /**
  6404.      * Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Module\Module' shared service.
  6405.      *
  6406.      * @return \App\Entity\Scholar\Module\Module
  6407.      */
  6408.     protected function getModuleService()
  6409.     {
  6410.         $this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  6411.     }
  6412.     /**
  6413.      * Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Training\Training' shared service.
  6414.      *
  6415.      * @return \App\Entity\Scholar\Training\Training
  6416.      */
  6417.     protected function getTrainingService()
  6418.     {
  6419.         $this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  6420.     }
  6421.     /**
  6422.      * Gets the private '.errored..service_locator.2hwXtE4.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  6423.      *
  6424.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  6425.      */
  6426.     protected function getOriginLessonService()
  6427.     {
  6428.         $this->throw('Cannot autowire service ".service_locator.2hwXtE4": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  6429.     }
  6430.     /**
  6431.      * Gets the private '.errored..service_locator.5G79K9R.App\Entity\Channel\Channel' shared service.
  6432.      *
  6433.      * @return \App\Entity\Channel\Channel
  6434.      */
  6435.     protected function getChannelService()
  6436.     {
  6437.         $this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  6438.     }
  6439.     /**
  6440.      * Gets the private '.errored..service_locator.5G79K9R.App\Entity\Scholar\Lesson\Lesson' shared service.
  6441.      *
  6442.      * @return \App\Entity\Scholar\Lesson\Lesson
  6443.      */
  6444.     protected function getLesson2Service()
  6445.     {
  6446.         $this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6447.     }
  6448.     /**
  6449.      * Gets the private '.errored..service_locator.5G79K9R.App\Entity\Scholar\Lesson\LessonReview' shared service.
  6450.      *
  6451.      * @return \App\Entity\Scholar\Lesson\LessonReview
  6452.      */
  6453.     protected function getLessonReviewService()
  6454.     {
  6455.         $this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\LessonReview" but no such service exists.');
  6456.     }
  6457.     /**
  6458.      * Gets the private '.errored..service_locator.6sVVxxE.App\Entity\Channel\Channel' shared service.
  6459.      *
  6460.      * @return \App\Entity\Channel\Channel
  6461.      */
  6462.     protected function getChannel2Service()
  6463.     {
  6464.         $this->throw('Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  6465.     }
  6466.     /**
  6467.      * Gets the private '.errored..service_locator.6sVVxxE.App\Entity\Scholar\Training\Training' shared service.
  6468.      *
  6469.      * @return \App\Entity\Scholar\Training\Training
  6470.      */
  6471.     protected function getTraining2Service()
  6472.     {
  6473.         $this->throw('Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  6474.     }
  6475.     /**
  6476.      * Gets the private '.errored..service_locator.6sVVxxE.App\Entity\Scholar\Training\TrainingPermission' shared service.
  6477.      *
  6478.      * @return \App\Entity\Scholar\Training\TrainingPermission
  6479.      */
  6480.     protected function getTrainingPermissionService()
  6481.     {
  6482.         $this->throw('Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Scholar\\Training\\TrainingPermission" but no such service exists.');
  6483.     }
  6484.     /**
  6485.      * Gets the private '.errored..service_locator.97xYm6x.App\Entity\Scholar\Lesson\Lesson' shared service.
  6486.      *
  6487.      * @return \App\Entity\Scholar\Lesson\Lesson
  6488.      */
  6489.     protected function getLesson3Service()
  6490.     {
  6491.         $this->throw('Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6492.     }
  6493.     /**
  6494.      * Gets the private '.errored..service_locator.97xYm6x.App\Entity\Scholar\Module\Module' shared service.
  6495.      *
  6496.      * @return \App\Entity\Scholar\Module\Module
  6497.      */
  6498.     protected function getModule2Service()
  6499.     {
  6500.         $this->throw('Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  6501.     }
  6502.     /**
  6503.      * Gets the private '.errored..service_locator.97xYm6x.App\Entity\Scholar\Training\Training' shared service.
  6504.      *
  6505.      * @return \App\Entity\Scholar\Training\Training
  6506.      */
  6507.     protected function getTraining3Service()
  6508.     {
  6509.         $this->throw('Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  6510.     }
  6511.     /**
  6512.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Channel\Channel' shared service.
  6513.      *
  6514.      * @return \App\Entity\Channel\Channel
  6515.      */
  6516.     protected function getChannel3Service()
  6517.     {
  6518.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  6519.     }
  6520.     /**
  6521.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Lesson\Lesson' shared service.
  6522.      *
  6523.      * @return \App\Entity\Scholar\Lesson\Lesson
  6524.      */
  6525.     protected function getLesson4Service()
  6526.     {
  6527.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6528.     }
  6529.     /**
  6530.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Module\Module' shared service.
  6531.      *
  6532.      * @return \App\Entity\Scholar\Module\Module
  6533.      */
  6534.     protected function getModule3Service()
  6535.     {
  6536.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  6537.     }
  6538.     /**
  6539.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  6540.      *
  6541.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  6542.      */
  6543.     protected function getPracticalCaseService()
  6544.     {
  6545.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  6546.     }
  6547.     /**
  6548.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\PracticalCase\PracticalCaseUser' shared service.
  6549.      *
  6550.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseUser
  6551.      */
  6552.     protected function getPracticalCaseUserService()
  6553.     {
  6554.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.');
  6555.     }
  6556.     /**
  6557.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Training\Training' shared service.
  6558.      *
  6559.      * @return \App\Entity\Scholar\Training\Training
  6560.      */
  6561.     protected function getTraining4Service()
  6562.     {
  6563.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  6564.     }
  6565.     /**
  6566.      * Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Chapter\Chapter' shared service.
  6567.      *
  6568.      * @return \App\Entity\Scholar\Chapter\Chapter
  6569.      */
  6570.     protected function getChapterService()
  6571.     {
  6572.         $this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  6573.     }
  6574.     /**
  6575.      * Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Lesson\Lesson' shared service.
  6576.      *
  6577.      * @return \App\Entity\Scholar\Lesson\Lesson
  6578.      */
  6579.     protected function getLesson5Service()
  6580.     {
  6581.         $this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6582.     }
  6583.     /**
  6584.      * Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Module\Module' shared service.
  6585.      *
  6586.      * @return \App\Entity\Scholar\Module\Module
  6587.      */
  6588.     protected function getModule4Service()
  6589.     {
  6590.         $this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  6591.     }
  6592.     /**
  6593.      * Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Training\Training' shared service.
  6594.      *
  6595.      * @return \App\Entity\Scholar\Training\Training
  6596.      */
  6597.     protected function getTraining5Service()
  6598.     {
  6599.         $this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  6600.     }
  6601.     /**
  6602.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Lesson\Lesson' shared service.
  6603.      *
  6604.      * @return \App\Entity\Scholar\Lesson\Lesson
  6605.      */
  6606.     protected function getLesson6Service()
  6607.     {
  6608.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6609.     }
  6610.     /**
  6611.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Module\Module' shared service.
  6612.      *
  6613.      * @return \App\Entity\Scholar\Module\Module
  6614.      */
  6615.     protected function getModule5Service()
  6616.     {
  6617.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  6618.     }
  6619.     /**
  6620.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  6621.      *
  6622.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  6623.      */
  6624.     protected function getPracticalCase2Service()
  6625.     {
  6626.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  6627.     }
  6628.     /**
  6629.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\PracticalCase\PracticalCaseUser' shared service.
  6630.      *
  6631.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseUser
  6632.      */
  6633.     protected function getPracticalCaseUser2Service()
  6634.     {
  6635.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.');
  6636.     }
  6637.     /**
  6638.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Training\Training' shared service.
  6639.      *
  6640.      * @return \App\Entity\Scholar\Training\Training
  6641.      */
  6642.     protected function getTraining6Service()
  6643.     {
  6644.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  6645.     }
  6646.     /**
  6647.      * Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Channel\Channel' shared service.
  6648.      *
  6649.      * @return \App\Entity\Channel\Channel
  6650.      */
  6651.     protected function getChannel4Service()
  6652.     {
  6653.         $this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  6654.     }
  6655.     /**
  6656.      * Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Exercise\Exercise' shared service.
  6657.      *
  6658.      * @return \App\Entity\Exercise\Exercise
  6659.      */
  6660.     protected function getExerciseService()
  6661.     {
  6662.         $this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  6663.     }
  6664.     /**
  6665.      * Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Exercise\User\ExerciseResult' shared service.
  6666.      *
  6667.      * @return \App\Entity\Exercise\User\ExerciseResult
  6668.      */
  6669.     protected function getExerciseResultService()
  6670.     {
  6671.         $this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
  6672.     }
  6673.     /**
  6674.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Channel\Channel' shared service.
  6675.      *
  6676.      * @return \App\Entity\Channel\Channel
  6677.      */
  6678.     protected function getChannel5Service()
  6679.     {
  6680.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  6681.     }
  6682.     /**
  6683.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Exercise\Exercise' shared service.
  6684.      *
  6685.      * @return \App\Entity\Exercise\Exercise
  6686.      */
  6687.     protected function getExercise2Service()
  6688.     {
  6689.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  6690.     }
  6691.     /**
  6692.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Exercise\User\ExerciseResult' shared service.
  6693.      *
  6694.      * @return \App\Entity\Exercise\User\ExerciseResult
  6695.      */
  6696.     protected function getExerciseResult2Service()
  6697.     {
  6698.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
  6699.     }
  6700.     /**
  6701.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Lesson\Lesson' shared service.
  6702.      *
  6703.      * @return \App\Entity\Scholar\Lesson\Lesson
  6704.      */
  6705.     protected function getLesson7Service()
  6706.     {
  6707.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6708.     }
  6709.     /**
  6710.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Module\Module' shared service.
  6711.      *
  6712.      * @return \App\Entity\Scholar\Module\Module
  6713.      */
  6714.     protected function getModule6Service()
  6715.     {
  6716.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  6717.     }
  6718.     /**
  6719.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Training\Training' shared service.
  6720.      *
  6721.      * @return \App\Entity\Scholar\Training\Training
  6722.      */
  6723.     protected function getTraining7Service()
  6724.     {
  6725.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  6726.     }
  6727.     /**
  6728.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  6729.      *
  6730.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  6731.      */
  6732.     protected function getLoaderInterfaceService()
  6733.     {
  6734.         $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", "oneup_uploader.routing.loader", "Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\GlobalRoutesLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelResourceAccessCacheLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelUserPermissionResourceCrudLoader".');
  6735.     }
  6736.     /**
  6737.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  6738.      *
  6739.      * @return \Symfony\Component\HttpFoundation\Response
  6740.      */
  6741.     protected function getResponseService()
  6742.     {
  6743.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  6744.     }
  6745.     /**
  6746.      * Gets the private '.errored..service_locator.LRth0DE.App\Entity\Channel\Channel' shared service.
  6747.      *
  6748.      * @return \App\Entity\Channel\Channel
  6749.      */
  6750.     protected function getChannel6Service()
  6751.     {
  6752.         $this->throw('Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  6753.     }
  6754.     /**
  6755.      * Gets the private '.errored..service_locator.LRth0DE.App\Entity\Scholar\Chapter\Chapter' shared service.
  6756.      *
  6757.      * @return \App\Entity\Scholar\Chapter\Chapter
  6758.      */
  6759.     protected function getChapter2Service()
  6760.     {
  6761.         $this->throw('Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  6762.     }
  6763.     /**
  6764.      * Gets the private '.errored..service_locator.LRth0DE.App\Entity\Scholar\Lesson\Lesson' shared service.
  6765.      *
  6766.      * @return \App\Entity\Scholar\Lesson\Lesson
  6767.      */
  6768.     protected function getLesson8Service()
  6769.     {
  6770.         $this->throw('Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6771.     }
  6772.     /**
  6773.      * Gets the private '.errored..service_locator.L_kcGCS.App\Entity\Channel\Channel' shared service.
  6774.      *
  6775.      * @return \App\Entity\Channel\Channel
  6776.      */
  6777.     protected function getChannel7Service()
  6778.     {
  6779.         $this->throw('Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  6780.     }
  6781.     /**
  6782.      * Gets the private '.errored..service_locator.L_kcGCS.App\Entity\Channel\SharedChannel' shared service.
  6783.      *
  6784.      * @return \App\Entity\Channel\SharedChannel
  6785.      */
  6786.     protected function getSharedChannelService()
  6787.     {
  6788.         $this->throw('Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\SharedChannel" but no such service exists.');
  6789.     }
  6790.     /**
  6791.      * Gets the private '.errored..service_locator.LfjLvpk.App\Entity\Forum\Message' shared service.
  6792.      *
  6793.      * @return \App\Entity\Forum\Message
  6794.      */
  6795.     protected function getMessageService()
  6796.     {
  6797.         $this->throw('Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Forum\\Message" but no such service exists.');
  6798.     }
  6799.     /**
  6800.      * Gets the private '.errored..service_locator.LfjLvpk.App\Entity\Scholar\Chapter\Chapter' shared service.
  6801.      *
  6802.      * @return \App\Entity\Scholar\Chapter\Chapter
  6803.      */
  6804.     protected function getChapter3Service()
  6805.     {
  6806.         $this->throw('Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  6807.     }
  6808.     /**
  6809.      * Gets the private '.errored..service_locator.LfjLvpk.App\Entity\Scholar\Lesson\Lesson' shared service.
  6810.      *
  6811.      * @return \App\Entity\Scholar\Lesson\Lesson
  6812.      */
  6813.     protected function getLesson9Service()
  6814.     {
  6815.         $this->throw('Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6816.     }
  6817.     /**
  6818.      * Gets the private '.errored..service_locator.LfjLvpk.App\Entity\Scholar\Module\Module' shared service.
  6819.      *
  6820.      * @return \App\Entity\Scholar\Module\Module
  6821.      */
  6822.     protected function getModule7Service()
  6823.     {
  6824.         $this->throw('Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  6825.     }
  6826.     /**
  6827.      * Gets the private '.errored..service_locator.LfjLvpk.App\Entity\Scholar\Training\Training' shared service.
  6828.      *
  6829.      * @return \App\Entity\Scholar\Training\Training
  6830.      */
  6831.     protected function getTraining8Service()
  6832.     {
  6833.         $this->throw('Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  6834.     }
  6835.     /**
  6836.      * Gets the private '.errored..service_locator.NVnD32W.App\Entity\Channel\Channel' shared service.
  6837.      *
  6838.      * @return \App\Entity\Channel\Channel
  6839.      */
  6840.     protected function getChannel8Service()
  6841.     {
  6842.         $this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  6843.     }
  6844.     /**
  6845.      * Gets the private '.errored..service_locator.NVnD32W.App\Entity\Scholar\Module\Module' shared service.
  6846.      *
  6847.      * @return \App\Entity\Scholar\Module\Module
  6848.      */
  6849.     protected function getModule8Service()
  6850.     {
  6851.         $this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  6852.     }
  6853.     /**
  6854.      * Gets the private '.errored..service_locator.NVnD32W.App\Entity\Scholar\Training\Training' shared service.
  6855.      *
  6856.      * @return \App\Entity\Scholar\Training\Training
  6857.      */
  6858.     protected function getTraining9Service()
  6859.     {
  6860.         $this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  6861.     }
  6862.     /**
  6863.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Lesson\Lesson' shared service.
  6864.      *
  6865.      * @return \App\Entity\Scholar\Lesson\Lesson
  6866.      */
  6867.     protected function getLesson10Service()
  6868.     {
  6869.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6870.     }
  6871.     /**
  6872.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Module\Module' shared service.
  6873.      *
  6874.      * @return \App\Entity\Scholar\Module\Module
  6875.      */
  6876.     protected function getModule9Service()
  6877.     {
  6878.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  6879.     }
  6880.     /**
  6881.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  6882.      *
  6883.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  6884.      */
  6885.     protected function getPracticalCase3Service()
  6886.     {
  6887.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  6888.     }
  6889.     /**
  6890.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Training\Training' shared service.
  6891.      *
  6892.      * @return \App\Entity\Scholar\Training\Training
  6893.      */
  6894.     protected function getTraining10Service()
  6895.     {
  6896.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  6897.     }
  6898.     /**
  6899.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Lesson\Lesson' shared service.
  6900.      *
  6901.      * @return \App\Entity\Scholar\Lesson\Lesson
  6902.      */
  6903.     protected function getLesson11Service()
  6904.     {
  6905.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6906.     }
  6907.     /**
  6908.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Module\Module' shared service.
  6909.      *
  6910.      * @return \App\Entity\Scholar\Module\Module
  6911.      */
  6912.     protected function getModule10Service()
  6913.     {
  6914.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  6915.     }
  6916.     /**
  6917.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  6918.      *
  6919.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  6920.      */
  6921.     protected function getPracticalCase4Service()
  6922.     {
  6923.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  6924.     }
  6925.     /**
  6926.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\PracticalCase\PracticalCaseResource' shared service.
  6927.      *
  6928.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseResource
  6929.      */
  6930.     protected function getPracticalCaseResourceService()
  6931.     {
  6932.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.');
  6933.     }
  6934.     /**
  6935.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Training\Training' shared service.
  6936.      *
  6937.      * @return \App\Entity\Scholar\Training\Training
  6938.      */
  6939.     protected function getTraining11Service()
  6940.     {
  6941.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  6942.     }
  6943.     /**
  6944.      * Gets the private '.errored..service_locator.YwHLxjy.App\Entity\Channel\Channel' shared service.
  6945.      *
  6946.      * @return \App\Entity\Channel\Channel
  6947.      */
  6948.     protected function getChannel9Service()
  6949.     {
  6950.         $this->throw('Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  6951.     }
  6952.     /**
  6953.      * Gets the private '.errored..service_locator.YwHLxjy.App\Entity\Forum\Message' shared service.
  6954.      *
  6955.      * @return \App\Entity\Forum\Message
  6956.      */
  6957.     protected function getMessage2Service()
  6958.     {
  6959.         $this->throw('Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Forum\\Message" but no such service exists.');
  6960.     }
  6961.     /**
  6962.      * Gets the private '.errored..service_locator.YwHLxjy.App\Entity\Scholar\Chapter\Chapter' shared service.
  6963.      *
  6964.      * @return \App\Entity\Scholar\Chapter\Chapter
  6965.      */
  6966.     protected function getChapter4Service()
  6967.     {
  6968.         $this->throw('Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  6969.     }
  6970.     /**
  6971.      * Gets the private '.errored..service_locator.YwHLxjy.App\Entity\Scholar\Lesson\Lesson' shared service.
  6972.      *
  6973.      * @return \App\Entity\Scholar\Lesson\Lesson
  6974.      */
  6975.     protected function getLesson12Service()
  6976.     {
  6977.         $this->throw('Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6978.     }
  6979.     /**
  6980.      * Gets the private '.errored..service_locator.ZKyQxSM.App\Entity\Channel\Channel' shared service.
  6981.      *
  6982.      * @return \App\Entity\Channel\Channel
  6983.      */
  6984.     protected function getChannel10Service()
  6985.     {
  6986.         $this->throw('Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  6987.     }
  6988.     /**
  6989.      * Gets the private '.errored..service_locator.ZKyQxSM.App\Entity\Scholar\Lesson\Lesson' shared service.
  6990.      *
  6991.      * @return \App\Entity\Scholar\Lesson\Lesson
  6992.      */
  6993.     protected function getLesson13Service()
  6994.     {
  6995.         $this->throw('Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  6996.     }
  6997.     /**
  6998.      * Gets the private '.errored..service_locator._U2m1zW.App\Entity\Account\Notification' shared service.
  6999.      *
  7000.      * @return \App\Entity\Account\Notification
  7001.      */
  7002.     protected function getNotificationService()
  7003.     {
  7004.         $this->throw('Cannot autowire service ".service_locator._U2m1zW": it references class "App\\Entity\\Account\\Notification" but no such service exists.');
  7005.     }
  7006.     /**
  7007.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Exercise\Exercise' shared service.
  7008.      *
  7009.      * @return \App\Entity\Exercise\Exercise
  7010.      */
  7011.     protected function getExercise3Service()
  7012.     {
  7013.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  7014.     }
  7015.     /**
  7016.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Lesson\Lesson' shared service.
  7017.      *
  7018.      * @return \App\Entity\Scholar\Lesson\Lesson
  7019.      */
  7020.     protected function getLesson14Service()
  7021.     {
  7022.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  7023.     }
  7024.     /**
  7025.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Module\Module' shared service.
  7026.      *
  7027.      * @return \App\Entity\Scholar\Module\Module
  7028.      */
  7029.     protected function getModule11Service()
  7030.     {
  7031.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  7032.     }
  7033.     /**
  7034.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Training\Training' shared service.
  7035.      *
  7036.      * @return \App\Entity\Scholar\Training\Training
  7037.      */
  7038.     protected function getTraining12Service()
  7039.     {
  7040.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  7041.     }
  7042.     /**
  7043.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Lesson\Lesson' shared service.
  7044.      *
  7045.      * @return \App\Entity\Scholar\Lesson\Lesson
  7046.      */
  7047.     protected function getLesson15Service()
  7048.     {
  7049.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  7050.     }
  7051.     /**
  7052.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Module\Module' shared service.
  7053.      *
  7054.      * @return \App\Entity\Scholar\Module\Module
  7055.      */
  7056.     protected function getModule12Service()
  7057.     {
  7058.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  7059.     }
  7060.     /**
  7061.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  7062.      *
  7063.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  7064.      */
  7065.     protected function getPracticalCase5Service()
  7066.     {
  7067.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  7068.     }
  7069.     /**
  7070.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\PracticalCase\PracticalCaseResponse' shared service.
  7071.      *
  7072.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseResponse
  7073.      */
  7074.     protected function getPracticalCaseResponseService()
  7075.     {
  7076.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse" but no such service exists.');
  7077.     }
  7078.     /**
  7079.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Training\Training' shared service.
  7080.      *
  7081.      * @return \App\Entity\Scholar\Training\Training
  7082.      */
  7083.     protected function getTraining13Service()
  7084.     {
  7085.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  7086.     }
  7087.     /**
  7088.      * Gets the private '.errored..service_locator.axSPUHP.App\Entity\Scholar\Lesson\Lesson' shared service.
  7089.      *
  7090.      * @return \App\Entity\Scholar\Lesson\Lesson
  7091.      */
  7092.     protected function getLesson16Service()
  7093.     {
  7094.         $this->throw('Cannot autowire service ".service_locator.axSPUHP": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  7095.     }
  7096.     /**
  7097.      * Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Channel\Channel' shared service.
  7098.      *
  7099.      * @return \App\Entity\Channel\Channel
  7100.      */
  7101.     protected function getChannel11Service()
  7102.     {
  7103.         $this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  7104.     }
  7105.     /**
  7106.      * Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Scholar\Lesson\Lesson' shared service.
  7107.      *
  7108.      * @return \App\Entity\Scholar\Lesson\Lesson
  7109.      */
  7110.     protected function getLesson17Service()
  7111.     {
  7112.         $this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  7113.     }
  7114.     /**
  7115.      * Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Scholar\PracticalCase\PracticalCaseResource' shared service.
  7116.      *
  7117.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseResource
  7118.      */
  7119.     protected function getPracticalCaseResource2Service()
  7120.     {
  7121.         $this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.');
  7122.     }
  7123.     /**
  7124.      * Gets the private '.errored..service_locator.eonISJe.App\Entity\Channel\Channel' shared service.
  7125.      *
  7126.      * @return \App\Entity\Channel\Channel
  7127.      */
  7128.     protected function getChannel12Service()
  7129.     {
  7130.         $this->throw('Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  7131.     }
  7132.     /**
  7133.      * Gets the private '.errored..service_locator.eonISJe.App\Entity\Scholar\Module\Module' shared service.
  7134.      *
  7135.      * @return \App\Entity\Scholar\Module\Module
  7136.      */
  7137.     protected function getModule13Service()
  7138.     {
  7139.         $this->throw('Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  7140.     }
  7141.     /**
  7142.      * Gets the private '.errored..service_locator.f4URvXz.App\Entity\Channel\Channel' shared service.
  7143.      *
  7144.      * @return \App\Entity\Channel\Channel
  7145.      */
  7146.     protected function getChannel13Service()
  7147.     {
  7148.         $this->throw('Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  7149.     }
  7150.     /**
  7151.      * Gets the private '.errored..service_locator.f4URvXz.App\Entity\Scholar\Lesson\Lesson' shared service.
  7152.      *
  7153.      * @return \App\Entity\Scholar\Lesson\Lesson
  7154.      */
  7155.     protected function getLesson18Service()
  7156.     {
  7157.         $this->throw('Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  7158.     }
  7159.     /**
  7160.      * Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Account\User' shared service.
  7161.      *
  7162.      * @return \App\Entity\Account\User
  7163.      */
  7164.     protected function getUserService()
  7165.     {
  7166.         $this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Account\\User" but no such service exists.');
  7167.     }
  7168.     /**
  7169.      * Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Channel\Channel' shared service.
  7170.      *
  7171.      * @return \App\Entity\Channel\Channel
  7172.      */
  7173.     protected function getChannel14Service()
  7174.     {
  7175.         $this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  7176.     }
  7177.     /**
  7178.      * Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Scholar\Training\Training' shared service.
  7179.      *
  7180.      * @return \App\Entity\Scholar\Training\Training
  7181.      */
  7182.     protected function getTraining14Service()
  7183.     {
  7184.         $this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  7185.     }
  7186.     /**
  7187.      * Gets the private '.errored..service_locator.gpz0aP_.App\Entity\Channel\Channel' shared service.
  7188.      *
  7189.      * @return \App\Entity\Channel\Channel
  7190.      */
  7191.     protected function getChannel15Service()
  7192.     {
  7193.         $this->throw('Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  7194.     }
  7195.     /**
  7196.      * Gets the private '.errored..service_locator.gpz0aP_.App\Entity\Scholar\Training\Training' shared service.
  7197.      *
  7198.      * @return \App\Entity\Scholar\Training\Training
  7199.      */
  7200.     protected function getTraining15Service()
  7201.     {
  7202.         $this->throw('Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  7203.     }
  7204.     /**
  7205.      * Gets the private '.errored..service_locator.k.6sDgC.App\Entity\Channel\Channel' shared service.
  7206.      *
  7207.      * @return \App\Entity\Channel\Channel
  7208.      */
  7209.     protected function getChannel16Service()
  7210.     {
  7211.         $this->throw('Cannot autowire service ".service_locator.k.6sDgC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  7212.     }
  7213.     /**
  7214.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Exercise\Exercise' shared service.
  7215.      *
  7216.      * @return \App\Entity\Exercise\Exercise
  7217.      */
  7218.     protected function getExercise4Service()
  7219.     {
  7220.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  7221.     }
  7222.     /**
  7223.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Exercise\User\ExerciseResult' shared service.
  7224.      *
  7225.      * @return \App\Entity\Exercise\User\ExerciseResult
  7226.      */
  7227.     protected function getExerciseResult3Service()
  7228.     {
  7229.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
  7230.     }
  7231.     /**
  7232.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Lesson\Lesson' shared service.
  7233.      *
  7234.      * @return \App\Entity\Scholar\Lesson\Lesson
  7235.      */
  7236.     protected function getLesson19Service()
  7237.     {
  7238.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  7239.     }
  7240.     /**
  7241.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Module\Module' shared service.
  7242.      *
  7243.      * @return \App\Entity\Scholar\Module\Module
  7244.      */
  7245.     protected function getModule14Service()
  7246.     {
  7247.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  7248.     }
  7249.     /**
  7250.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Training\Training' shared service.
  7251.      *
  7252.      * @return \App\Entity\Scholar\Training\Training
  7253.      */
  7254.     protected function getTraining16Service()
  7255.     {
  7256.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  7257.     }
  7258.     /**
  7259.      * Gets the private '.errored..service_locator.ldJl2hx.App\Entity\Scholar\Training\Training' shared service.
  7260.      *
  7261.      * @return \App\Entity\Scholar\Training\Training
  7262.      */
  7263.     protected function getTraining17Service()
  7264.     {
  7265.         $this->throw('Cannot autowire service ".service_locator.ldJl2hx": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  7266.     }
  7267.     /**
  7268.      * Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Channel\Channel' shared service.
  7269.      *
  7270.      * @return \App\Entity\Channel\Channel
  7271.      */
  7272.     protected function getChannel17Service()
  7273.     {
  7274.         $this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  7275.     }
  7276.     /**
  7277.      * Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Exercise\Exercise' shared service.
  7278.      *
  7279.      * @return \App\Entity\Exercise\Exercise
  7280.      */
  7281.     protected function getExercise5Service()
  7282.     {
  7283.         $this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  7284.     }
  7285.     /**
  7286.      * Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Scholar\Lesson\Lesson' shared service.
  7287.      *
  7288.      * @return \App\Entity\Scholar\Lesson\Lesson
  7289.      */
  7290.     protected function getLesson20Service()
  7291.     {
  7292.         $this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  7293.     }
  7294.     /**
  7295.      * Gets the private '.errored..service_locator.o2Ryu8z.App\Entity\Account\Advice' shared service.
  7296.      *
  7297.      * @return \App\Entity\Account\Advice
  7298.      */
  7299.     protected function getAdviceService()
  7300.     {
  7301.         $this->throw('Cannot autowire service ".service_locator.o2Ryu8z": it references class "App\\Entity\\Account\\Advice" but no such service exists.');
  7302.     }
  7303.     /**
  7304.      * Gets the private '.errored..service_locator.pFqwb5T.App\Entity\Forum\Message' shared service.
  7305.      *
  7306.      * @return \App\Entity\Forum\Message
  7307.      */
  7308.     protected function getMessage3Service()
  7309.     {
  7310.         $this->throw('Cannot autowire service ".service_locator.pFqwb5T": it references class "App\\Entity\\Forum\\Message" but no such service exists.');
  7311.     }
  7312.     /**
  7313.      * Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Channel\Channel' shared service.
  7314.      *
  7315.      * @return \App\Entity\Channel\Channel
  7316.      */
  7317.     protected function getChannel18Service()
  7318.     {
  7319.         $this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  7320.     }
  7321.     /**
  7322.      * Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Exercise\Exercise' shared service.
  7323.      *
  7324.      * @return \App\Entity\Exercise\Exercise
  7325.      */
  7326.     protected function getExercise6Service()
  7327.     {
  7328.         $this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  7329.     }
  7330.     /**
  7331.      * Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Scholar\Lesson\Lesson' shared service.
  7332.      *
  7333.      * @return \App\Entity\Scholar\Lesson\Lesson
  7334.      */
  7335.     protected function getLesson21Service()
  7336.     {
  7337.         $this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  7338.     }
  7339.     /**
  7340.      * Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Account\User' shared service.
  7341.      *
  7342.      * @return \App\Entity\Account\User
  7343.      */
  7344.     protected function getUser2Service()
  7345.     {
  7346.         $this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Account\\User" but no such service exists.');
  7347.     }
  7348.     /**
  7349.      * Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Channel\Channel' shared service.
  7350.      *
  7351.      * @return \App\Entity\Channel\Channel
  7352.      */
  7353.     protected function getChannel19Service()
  7354.     {
  7355.         $this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  7356.     }
  7357.     /**
  7358.      * Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Common\Assignable' shared service.
  7359.      *
  7360.      * @return \App\Entity\Common\Assignable
  7361.      */
  7362.     protected function getAssignableService()
  7363.     {
  7364.         $this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Common\\Assignable" but no such service exists.');
  7365.     }
  7366.     /**
  7367.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  7368.      *
  7369.      * @return \Symfony\Component\Console\Command\LazyCommand
  7370.      */
  7371.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  7372.     {
  7373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7375.         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 {
  7376.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  7377.         });
  7378.     }
  7379.     /**
  7380.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  7381.      *
  7382.      * @return \Symfony\Component\Console\Command\LazyCommand
  7383.      */
  7384.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  7385.     {
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7388.         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 {
  7389.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  7390.         });
  7391.     }
  7392.     /**
  7393.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  7394.      *
  7395.      * @return \Symfony\Component\Console\Command\LazyCommand
  7396.      */
  7397.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  7398.     {
  7399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7401.         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 {
  7402.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  7403.         });
  7404.     }
  7405.     /**
  7406.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  7407.      *
  7408.      * @return \Symfony\Component\Console\Command\LazyCommand
  7409.      */
  7410.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  7411.     {
  7412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7414.         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 {
  7415.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  7416.         });
  7417.     }
  7418.     /**
  7419.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  7420.      *
  7421.      * @return \Symfony\Component\Console\Command\LazyCommand
  7422.      */
  7423.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  7424.     {
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7427.         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 {
  7428.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  7429.         });
  7430.     }
  7431.     /**
  7432.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  7433.      *
  7434.      * @return \Symfony\Component\Console\Command\LazyCommand
  7435.      */
  7436.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  7437.     {
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7440.         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 {
  7441.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  7442.         });
  7443.     }
  7444.     /**
  7445.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  7446.      *
  7447.      * @return \Symfony\Component\Console\Command\LazyCommand
  7448.      */
  7449.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  7450.     {
  7451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7453.         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 {
  7454.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  7455.         });
  7456.     }
  7457.     /**
  7458.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  7459.      *
  7460.      * @return \Symfony\Component\Console\Command\LazyCommand
  7461.      */
  7462.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  7463.     {
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7466.         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 {
  7467.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  7468.         });
  7469.     }
  7470.     /**
  7471.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  7472.      *
  7473.      * @return \Symfony\Component\Console\Command\LazyCommand
  7474.      */
  7475.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  7476.     {
  7477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7479.         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 {
  7480.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  7481.         });
  7482.     }
  7483.     /**
  7484.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  7485.      *
  7486.      * @return \Symfony\Component\Console\Command\LazyCommand
  7487.      */
  7488.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  7489.     {
  7490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7492.         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 {
  7493.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  7494.         });
  7495.     }
  7496.     /**
  7497.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  7498.      *
  7499.      * @return \Symfony\Component\Console\Command\LazyCommand
  7500.      */
  7501.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  7502.     {
  7503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7505.         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 {
  7506.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  7507.         });
  7508.     }
  7509.     /**
  7510.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  7511.      *
  7512.      * @return \Symfony\Component\Console\Command\LazyCommand
  7513.      */
  7514.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  7515.     {
  7516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7518.         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 {
  7519.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  7520.         });
  7521.     }
  7522.     /**
  7523.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  7524.      *
  7525.      * @return \Symfony\Component\Console\Command\LazyCommand
  7526.      */
  7527.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  7528.     {
  7529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7531.         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 {
  7532.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  7533.         });
  7534.     }
  7535.     /**
  7536.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  7537.      *
  7538.      * @return \Symfony\Component\Console\Command\LazyCommand
  7539.      */
  7540.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  7541.     {
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7544.         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 {
  7545.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  7546.         });
  7547.     }
  7548.     /**
  7549.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  7550.      *
  7551.      * @return \Symfony\Component\Console\Command\LazyCommand
  7552.      */
  7553.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  7554.     {
  7555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7557.         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 {
  7558.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  7559.         });
  7560.     }
  7561.     /**
  7562.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  7563.      *
  7564.      * @return \Symfony\Component\Console\Command\LazyCommand
  7565.      */
  7566.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  7567.     {
  7568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7570.         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 {
  7571.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  7572.         });
  7573.     }
  7574.     /**
  7575.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  7576.      *
  7577.      * @return \Symfony\Component\Console\Command\LazyCommand
  7578.      */
  7579.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  7580.     {
  7581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7583.         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 {
  7584.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  7585.         });
  7586.     }
  7587.     /**
  7588.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  7589.      *
  7590.      * @return \Symfony\Component\Console\Command\LazyCommand
  7591.      */
  7592.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  7593.     {
  7594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7596.         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 {
  7597.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  7598.         });
  7599.     }
  7600.     /**
  7601.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  7602.      *
  7603.      * @return \Symfony\Component\Console\Command\LazyCommand
  7604.      */
  7605.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  7606.     {
  7607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7609.         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 {
  7610.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  7611.         });
  7612.     }
  7613.     /**
  7614.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  7615.      *
  7616.      * @return \Symfony\Component\Console\Command\LazyCommand
  7617.      */
  7618.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  7619.     {
  7620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7622.         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 {
  7623.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  7624.         });
  7625.     }
  7626.     /**
  7627.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  7628.      *
  7629.      * @return \Symfony\Component\Console\Command\LazyCommand
  7630.      */
  7631.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  7632.     {
  7633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7635.         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 {
  7636.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  7637.         });
  7638.     }
  7639.     /**
  7640.      * Gets the private '.messenger.handler_descriptor.rUCyI0M' shared service.
  7641.      *
  7642.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  7643.      */
  7644.     protected function get_Messenger_HandlerDescriptor_RUCyI0MService()
  7645.     {
  7646.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Messenger/Handler/EntitySyncHandler.php';
  7649.         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()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['entities_handled'], ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'] ?? $this->getAdditionalDataClientService())), []);
  7650.     }
  7651.     /**
  7652.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  7653.      *
  7654.      * @return \Symfony\Component\Console\Command\LazyCommand
  7655.      */
  7656.     protected function get_Monolog_Command_ServerLog_LazyService()
  7657.     {
  7658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7660.         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 {
  7661.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  7662.         });
  7663.     }
  7664.     /**
  7665.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  7666.      *
  7667.      * @return \Symfony\Component\Console\Command\LazyCommand
  7668.      */
  7669.     protected function get_Security_Command_DebugFirewall_LazyService()
  7670.     {
  7671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7673.         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 {
  7674.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  7675.         });
  7676.     }
  7677.     /**
  7678.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  7679.      *
  7680.      * @return \Symfony\Component\Console\Command\LazyCommand
  7681.      */
  7682.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  7683.     {
  7684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7686.         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 {
  7687.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  7688.         });
  7689.     }
  7690.     /**
  7691.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  7692.      *
  7693.      * @return \Symfony\Component\Console\Command\LazyCommand
  7694.      */
  7695.     protected function get_Security_Command_UserPasswordHash_LazyService()
  7696.     {
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7699.         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 {
  7700.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  7701.         });
  7702.     }
  7703.     /**
  7704.      * Gets the private '.service_locator.2QmeqlZ' shared service.
  7705.      *
  7706.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7707.      */
  7708.     protected function get_ServiceLocator_2QmeqlZService()
  7709.     {
  7710.         return $this->privates['.service_locator.2QmeqlZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7711.             'lesson' => ['privates''.errored..service_locator.2QmeqlZ.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  7712.             'module' => ['privates''.errored..service_locator.2QmeqlZ.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  7713.             'training' => ['privates''.errored..service_locator.2QmeqlZ.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  7714.         ], [
  7715.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  7716.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  7717.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  7718.         ]);
  7719.     }
  7720.     /**
  7721.      * Gets the private '.service_locator.2hwXtE4' shared service.
  7722.      *
  7723.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7724.      */
  7725.     protected function get_ServiceLocator_2hwXtE4Service()
  7726.     {
  7727.         return $this->privates['.service_locator.2hwXtE4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7728.             'lesson' => ['privates''.errored..service_locator.2hwXtE4.App\\Entity\\Scholar\\Lesson\\OriginLesson'NULL'Cannot autowire service ".service_locator.2hwXtE4": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.'],
  7729.         ], [
  7730.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  7731.         ]);
  7732.     }
  7733.     /**
  7734.      * Gets the private '.service_locator.5G79K9R' shared service.
  7735.      *
  7736.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7737.      */
  7738.     protected function get_ServiceLocator_5G79K9RService()
  7739.     {
  7740.         return $this->privates['.service_locator.5G79K9R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7741.             'channel' => ['privates''.errored..service_locator.5G79K9R.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  7742.             'lesson' => ['privates''.errored..service_locator.5G79K9R.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  7743.             'lessonReview' => ['privates''.errored..service_locator.5G79K9R.App\\Entity\\Scholar\\Lesson\\LessonReview'NULL'Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\LessonReview" but no such service exists.'],
  7744.         ], [
  7745.             'channel' => 'App\\Entity\\Channel\\Channel',
  7746.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  7747.             'lessonReview' => 'App\\Entity\\Scholar\\Lesson\\LessonReview',
  7748.         ]);
  7749.     }
  7750.     /**
  7751.      * Gets the private '.service_locator.6sVVxxE' shared service.
  7752.      *
  7753.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7754.      */
  7755.     protected function get_ServiceLocator_6sVVxxEService()
  7756.     {
  7757.         return $this->privates['.service_locator.6sVVxxE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7758.             'channel' => ['privates''.errored..service_locator.6sVVxxE.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  7759.             'training' => ['privates''.errored..service_locator.6sVVxxE.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  7760.             'trainingPermission' => ['privates''.errored..service_locator.6sVVxxE.App\\Entity\\Scholar\\Training\\TrainingPermission'NULL'Cannot autowire service ".service_locator.6sVVxxE": it references class "App\\Entity\\Scholar\\Training\\TrainingPermission" but no such service exists.'],
  7761.         ], [
  7762.             'channel' => 'App\\Entity\\Channel\\Channel',
  7763.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  7764.             'trainingPermission' => 'App\\Entity\\Scholar\\Training\\TrainingPermission',
  7765.         ]);
  7766.     }
  7767.     /**
  7768.      * Gets the private '.service_locator.97xYm6x' shared service.
  7769.      *
  7770.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7771.      */
  7772.     protected function get_ServiceLocator_97xYm6xService()
  7773.     {
  7774.         return $this->privates['.service_locator.97xYm6x'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7775.             'lessonId' => ['privates''.errored..service_locator.97xYm6x.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  7776.             'moduleId' => ['privates''.errored..service_locator.97xYm6x.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  7777.             'trainingId' => ['privates''.errored..service_locator.97xYm6x.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.97xYm6x": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  7778.         ], [
  7779.             'lessonId' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  7780.             'moduleId' => 'App\\Entity\\Scholar\\Module\\Module',
  7781.             'trainingId' => 'App\\Entity\\Scholar\\Training\\Training',
  7782.         ]);
  7783.     }
  7784.     /**
  7785.      * Gets the private '.service_locator.FazFLSW' shared service.
  7786.      *
  7787.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7788.      */
  7789.     protected function get_ServiceLocator_FazFLSWService()
  7790.     {
  7791.         return $this->privates['.service_locator.FazFLSW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7792.             'channel' => ['privates''.errored..service_locator.FazFLSW.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  7793.             'lesson' => ['privates''.errored..service_locator.FazFLSW.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  7794.             'module' => ['privates''.errored..service_locator.FazFLSW.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  7795.             'practicalCase' => ['privates''.errored..service_locator.FazFLSW.App\\Entity\\Scholar\\PracticalCase\\PracticalCase'NULL'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.'],
  7796.             'practicalCaseUser' => ['privates''.errored..service_locator.FazFLSW.App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser'NULL'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.'],
  7797.             'training' => ['privates''.errored..service_locator.FazFLSW.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  7798.         ], [
  7799.             'channel' => 'App\\Entity\\Channel\\Channel',
  7800.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  7801.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  7802.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  7803.             'practicalCaseUser' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser',
  7804.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  7805.         ]);
  7806.     }
  7807.     /**
  7808.      * Gets the private '.service_locator.FwJ9yjs' shared service.
  7809.      *
  7810.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7811.      */
  7812.     protected function get_ServiceLocator_FwJ9yjsService()
  7813.     {
  7814.         return $this->privates['.service_locator.FwJ9yjs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7815.             'chapter' => ['privates''.errored..service_locator.FwJ9yjs.App\\Entity\\Scholar\\Chapter\\Chapter'NULL'Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
  7816.             'lesson' => ['privates''.errored..service_locator.FwJ9yjs.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  7817.             'module' => ['privates''.errored..service_locator.FwJ9yjs.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  7818.             'statusService' => ['privates''App\\Service\\Scholar\\StatusService''getStatusServiceService'false],
  7819.             'training' => ['privates''.errored..service_locator.FwJ9yjs.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  7820.         ], [
  7821.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  7822.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  7823.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  7824.             'statusService' => 'App\\Service\\Scholar\\StatusService',
  7825.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  7826.         ]);
  7827.     }
  7828.     /**
  7829.      * Gets the private '.service_locator.GNc8e5B' shared service.
  7830.      *
  7831.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7832.      */
  7833.     protected function get_ServiceLocator_GNc8e5BService()
  7834.     {
  7835.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7836.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7837.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7838.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7839.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7840.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7841.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7842.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7843.             'router' => ['services''router''getRouterService'false],
  7844.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7845.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  7846.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7847.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7848.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  7849.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7850.         ], [
  7851.             'doctrine' => '?',
  7852.             'form.factory' => '?',
  7853.             'http_kernel' => '?',
  7854.             'message_bus' => '?',
  7855.             'messenger.default_bus' => '?',
  7856.             'parameter_bag' => '?',
  7857.             'request_stack' => '?',
  7858.             'router' => '?',
  7859.             'security.authorization_checker' => '?',
  7860.             'security.csrf.token_manager' => '?',
  7861.             'security.token_storage' => '?',
  7862.             'serializer' => '?',
  7863.             'session' => '.session.deprecated',
  7864.             'twig' => '?',
  7865.         ]);
  7866.     }
  7867.     /**
  7868.      * Gets the private '.service_locator.HvyGIqV' shared service.
  7869.      *
  7870.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7871.      */
  7872.     protected function get_ServiceLocator_HvyGIqVService()
  7873.     {
  7874.         return $this->privates['.service_locator.HvyGIqV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7875.             'lesson' => ['privates''.errored..service_locator.HvyGIqV.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  7876.             'module' => ['privates''.errored..service_locator.HvyGIqV.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  7877.             'practicalCase' => ['privates''.errored..service_locator.HvyGIqV.App\\Entity\\Scholar\\PracticalCase\\PracticalCase'NULL'Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.'],
  7878.             'practicalCaseUser' => ['privates''.errored..service_locator.HvyGIqV.App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser'NULL'Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.'],
  7879.             'training' => ['privates''.errored..service_locator.HvyGIqV.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  7880.         ], [
  7881.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  7882.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  7883.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  7884.             'practicalCaseUser' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser',
  7885.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  7886.         ]);
  7887.     }
  7888.     /**
  7889.      * Gets the private '.service_locator.IQ8apA3' shared service.
  7890.      *
  7891.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7892.      */
  7893.     protected function get_ServiceLocator_IQ8apA3Service()
  7894.     {
  7895.         return $this->privates['.service_locator.IQ8apA3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7896.             'channel' => ['privates''.errored..service_locator.IQ8apA3.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  7897.             'exercise' => ['privates''.errored..service_locator.IQ8apA3.App\\Entity\\Exercise\\Exercise'NULL'Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
  7898.             'exerciseResult' => ['privates''.errored..service_locator.IQ8apA3.App\\Entity\\Exercise\\User\\ExerciseResult'NULL'Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.'],
  7899.         ], [
  7900.             'channel' => 'App\\Entity\\Channel\\Channel',
  7901.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  7902.             'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
  7903.         ]);
  7904.     }
  7905.     /**
  7906.      * Gets the private '.service_locator.ImqoXUA' shared service.
  7907.      *
  7908.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7909.      */
  7910.     protected function get_ServiceLocator_ImqoXUAService()
  7911.     {
  7912.         return $this->privates['.service_locator.ImqoXUA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7913.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  7914.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7915.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  7916.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7917.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7918.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  7919.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  7920.             'router' => ['services''router''getRouterService'false],
  7921.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7922.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  7923.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7924.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7925.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  7926.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7927.         ], [
  7928.             'doctrine' => '?',
  7929.             'form.factory' => '?',
  7930.             'http_kernel' => '?',
  7931.             'message_bus' => '?',
  7932.             'messenger.default_bus' => '?',
  7933.             'parameter_bag' => '?',
  7934.             'request_stack' => '?',
  7935.             'router' => '?',
  7936.             'security.authorization_checker' => '?',
  7937.             'security.csrf.token_manager' => '?',
  7938.             'security.token_storage' => '?',
  7939.             'serializer' => '?',
  7940.             'session' => '.session.deprecated',
  7941.             'twig' => '?',
  7942.         ]);
  7943.     }
  7944.     /**
  7945.      * Gets the private '.service_locator.KbnYwpa' shared service.
  7946.      *
  7947.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7948.      */
  7949.     protected function get_ServiceLocator_KbnYwpaService()
  7950.     {
  7951.         return $this->privates['.service_locator.KbnYwpa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7952.             'channel' => ['privates''.errored..service_locator.KbnYwpa.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  7953.             'exercise' => ['privates''.errored..service_locator.KbnYwpa.App\\Entity\\Exercise\\Exercise'NULL'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
  7954.             'exerciseResult' => ['privates''.errored..service_locator.KbnYwpa.App\\Entity\\Exercise\\User\\ExerciseResult'NULL'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.'],
  7955.             'lesson' => ['privates''.errored..service_locator.KbnYwpa.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  7956.             'module' => ['privates''.errored..service_locator.KbnYwpa.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  7957.             'training' => ['privates''.errored..service_locator.KbnYwpa.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  7958.         ], [
  7959.             'channel' => 'App\\Entity\\Channel\\Channel',
  7960.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  7961.             'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
  7962.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  7963.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  7964.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  7965.         ]);
  7966.     }
  7967.     /**
  7968.      * Gets the private '.service_locator.KfbR3DY' shared service.
  7969.      *
  7970.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7971.      */
  7972.     protected function get_ServiceLocator_KfbR3DYService()
  7973.     {
  7974.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7975.             '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", "oneup_uploader.routing.loader", "Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\GlobalRoutesLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelResourceAccessCacheLoader", "Nellapp\\Bundle\\SDKBundle\\Permission\\Routing\\Loader\\ChannelUserPermissionResourceCrudLoader".'],
  7976.         ], [
  7977.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  7978.         ]);
  7979.     }
  7980.     /**
  7981.      * Gets the private '.service_locator.KfwZsne' shared service.
  7982.      *
  7983.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7984.      */
  7985.     protected function get_ServiceLocator_KfwZsneService()
  7986.     {
  7987.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7988.             'response' => ['privates''.errored..service_locator.KfwZsne.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  7989.         ], [
  7990.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  7991.         ]);
  7992.     }
  7993.     /**
  7994.      * Gets the private '.service_locator.LRth0DE' shared service.
  7995.      *
  7996.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7997.      */
  7998.     protected function get_ServiceLocator_LRth0DEService()
  7999.     {
  8000.         return $this->privates['.service_locator.LRth0DE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8001.             'channel' => ['privates''.errored..service_locator.LRth0DE.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  8002.             'chapter' => ['privates''.errored..service_locator.LRth0DE.App\\Entity\\Scholar\\Chapter\\Chapter'NULL'Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
  8003.             'lesson' => ['privates''.errored..service_locator.LRth0DE.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.LRth0DE": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8004.         ], [
  8005.             'channel' => 'App\\Entity\\Channel\\Channel',
  8006.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  8007.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8008.         ]);
  8009.     }
  8010.     /**
  8011.      * Gets the private '.service_locator.L_kcGCS' shared service.
  8012.      *
  8013.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8014.      */
  8015.     protected function get_ServiceLocator_LKcGCSService()
  8016.     {
  8017.         return $this->privates['.service_locator.L_kcGCS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8018.             'channel' => ['privates''.errored..service_locator.L_kcGCS.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  8019.             'sharedChannel' => ['privates''.errored..service_locator.L_kcGCS.App\\Entity\\Channel\\SharedChannel'NULL'Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\SharedChannel" but no such service exists.'],
  8020.         ], [
  8021.             'channel' => 'App\\Entity\\Channel\\Channel',
  8022.             'sharedChannel' => 'App\\Entity\\Channel\\SharedChannel',
  8023.         ]);
  8024.     }
  8025.     /**
  8026.      * Gets the private '.service_locator.LfjLvpk' shared service.
  8027.      *
  8028.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8029.      */
  8030.     protected function get_ServiceLocator_LfjLvpkService()
  8031.     {
  8032.         return $this->privates['.service_locator.LfjLvpk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8033.             'chapter' => ['privates''.errored..service_locator.LfjLvpk.App\\Entity\\Scholar\\Chapter\\Chapter'NULL'Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
  8034.             'lesson' => ['privates''.errored..service_locator.LfjLvpk.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8035.             'message' => ['privates''.errored..service_locator.LfjLvpk.App\\Entity\\Forum\\Message'NULL'Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Forum\\Message" but no such service exists.'],
  8036.             'module' => ['privates''.errored..service_locator.LfjLvpk.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  8037.             'training' => ['privates''.errored..service_locator.LfjLvpk.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.LfjLvpk": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  8038.         ], [
  8039.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  8040.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8041.             'message' => 'App\\Entity\\Forum\\Message',
  8042.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  8043.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  8044.         ]);
  8045.     }
  8046.     /**
  8047.      * Gets the private '.service_locator.NVnD32W' shared service.
  8048.      *
  8049.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8050.      */
  8051.     protected function get_ServiceLocator_NVnD32WService()
  8052.     {
  8053.         return $this->privates['.service_locator.NVnD32W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8054.             'channel' => ['privates''.errored..service_locator.NVnD32W.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  8055.             'module' => ['privates''.errored..service_locator.NVnD32W.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  8056.             'training' => ['privates''.errored..service_locator.NVnD32W.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  8057.         ], [
  8058.             'channel' => 'App\\Entity\\Channel\\Channel',
  8059.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  8060.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  8061.         ]);
  8062.     }
  8063.     /**
  8064.      * Gets the private '.service_locator.PhAmqRu' shared service.
  8065.      *
  8066.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8067.      */
  8068.     protected function get_ServiceLocator_PhAmqRuService()
  8069.     {
  8070.         return $this->privates['.service_locator.PhAmqRu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8071.             'lesson' => ['privates''.errored..service_locator.PhAmqRu.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8072.             'module' => ['privates''.errored..service_locator.PhAmqRu.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  8073.             'practicalCase' => ['privates''.errored..service_locator.PhAmqRu.App\\Entity\\Scholar\\PracticalCase\\PracticalCase'NULL'Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.'],
  8074.             'training' => ['privates''.errored..service_locator.PhAmqRu.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  8075.         ], [
  8076.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8077.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  8078.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  8079.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  8080.         ]);
  8081.     }
  8082.     /**
  8083.      * Gets the private '.service_locator.SHVJBQn' shared service.
  8084.      *
  8085.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8086.      */
  8087.     protected function get_ServiceLocator_SHVJBQnService()
  8088.     {
  8089.         return $this->privates['.service_locator.SHVJBQn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8090.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  8091.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  8092.             'security.firewall.map.context.internal_api' => ['privates''security.firewall.map.context.internal_api''getSecurity_Firewall_Map_Context_InternalApiService'false],
  8093.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  8094.             'security.firewall.map.context.reverse_sync' => ['privates''security.firewall.map.context.reverse_sync''getSecurity_Firewall_Map_Context_ReverseSyncService'false],
  8095.             'security.firewall.map.context.reverse_sync_doc' => ['privates''security.firewall.map.context.reverse_sync_doc''getSecurity_Firewall_Map_Context_ReverseSyncDocService'false],
  8096.         ], [
  8097.             'security.firewall.map.context.api' => '?',
  8098.             'security.firewall.map.context.dev' => '?',
  8099.             'security.firewall.map.context.internal_api' => '?',
  8100.             'security.firewall.map.context.main' => '?',
  8101.             'security.firewall.map.context.reverse_sync' => '?',
  8102.             'security.firewall.map.context.reverse_sync_doc' => '?',
  8103.         ]);
  8104.     }
  8105.     /**
  8106.      * Gets the private '.service_locator.SqQuVQ2' shared service.
  8107.      *
  8108.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8109.      */
  8110.     protected function get_ServiceLocator_SqQuVQ2Service()
  8111.     {
  8112.         return $this->privates['.service_locator.SqQuVQ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8113.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  8114.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  8115.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  8116.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  8117.         ], [
  8118.             'failed' => '?',
  8119.             'messenger.transport.failed' => '?',
  8120.             'messenger.transport.sync_transport' => '?',
  8121.             'sync_transport' => '?',
  8122.         ]);
  8123.     }
  8124.     /**
  8125.      * Gets the private '.service_locator.W9zh42Q' shared service.
  8126.      *
  8127.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8128.      */
  8129.     protected function get_ServiceLocator_W9zh42QService()
  8130.     {
  8131.         return $this->privates['.service_locator.W9zh42Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8132.             'lesson' => ['privates''.errored..service_locator.W9zh42Q.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8133.             'module' => ['privates''.errored..service_locator.W9zh42Q.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  8134.             'practicalCase' => ['privates''.errored..service_locator.W9zh42Q.App\\Entity\\Scholar\\PracticalCase\\PracticalCase'NULL'Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.'],
  8135.             'practicalCaseResource' => ['privates''.errored..service_locator.W9zh42Q.App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource'NULL'Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.'],
  8136.             'training' => ['privates''.errored..service_locator.W9zh42Q.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  8137.         ], [
  8138.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8139.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  8140.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  8141.             'practicalCaseResource' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource',
  8142.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  8143.         ]);
  8144.     }
  8145.     /**
  8146.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  8147.      *
  8148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8149.      */
  8150.     protected function get_ServiceLocator_Y4J_A_EService()
  8151.     {
  8152.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8153.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  8154.         ], [
  8155.             'failed' => '?',
  8156.         ]);
  8157.     }
  8158.     /**
  8159.      * Gets the private '.service_locator.YwHLxjy' shared service.
  8160.      *
  8161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8162.      */
  8163.     protected function get_ServiceLocator_YwHLxjyService()
  8164.     {
  8165.         return $this->privates['.service_locator.YwHLxjy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8166.             'channel' => ['privates''.errored..service_locator.YwHLxjy.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  8167.             'chapter' => ['privates''.errored..service_locator.YwHLxjy.App\\Entity\\Scholar\\Chapter\\Chapter'NULL'Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
  8168.             'lesson' => ['privates''.errored..service_locator.YwHLxjy.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8169.             'message' => ['privates''.errored..service_locator.YwHLxjy.App\\Entity\\Forum\\Message'NULL'Cannot autowire service ".service_locator.YwHLxjy": it references class "App\\Entity\\Forum\\Message" but no such service exists.'],
  8170.         ], [
  8171.             'channel' => 'App\\Entity\\Channel\\Channel',
  8172.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  8173.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8174.             'message' => 'App\\Entity\\Forum\\Message',
  8175.         ]);
  8176.     }
  8177.     /**
  8178.      * Gets the private '.service_locator.ZKyQxSM' shared service.
  8179.      *
  8180.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8181.      */
  8182.     protected function get_ServiceLocator_ZKyQxSMService()
  8183.     {
  8184.         return $this->privates['.service_locator.ZKyQxSM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8185.             'channel' => ['privates''.errored..service_locator.ZKyQxSM.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  8186.             'lesson' => ['privates''.errored..service_locator.ZKyQxSM.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8187.         ], [
  8188.             'channel' => 'App\\Entity\\Channel\\Channel',
  8189.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8190.         ]);
  8191.     }
  8192.     /**
  8193.      * Gets the private '.service_locator._U2m1zW' shared service.
  8194.      *
  8195.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8196.      */
  8197.     protected function get_ServiceLocator_U2m1zWService()
  8198.     {
  8199.         return $this->privates['.service_locator._U2m1zW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8200.             'notification' => ['privates''.errored..service_locator._U2m1zW.App\\Entity\\Account\\Notification'NULL'Cannot autowire service ".service_locator._U2m1zW": it references class "App\\Entity\\Account\\Notification" but no such service exists.'],
  8201.         ], [
  8202.             'notification' => 'App\\Entity\\Account\\Notification',
  8203.         ]);
  8204.     }
  8205.     /**
  8206.      * Gets the private '.service_locator.aKDuaO.' shared service.
  8207.      *
  8208.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8209.      */
  8210.     protected function get_ServiceLocator_AKDuaO_Service()
  8211.     {
  8212.         return $this->privates['.service_locator.aKDuaO.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8213.             'exercise' => ['privates''.errored..service_locator.aKDuaO..App\\Entity\\Exercise\\Exercise'NULL'Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
  8214.             'lesson' => ['privates''.errored..service_locator.aKDuaO..App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8215.             'module' => ['privates''.errored..service_locator.aKDuaO..App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  8216.             'training' => ['privates''.errored..service_locator.aKDuaO..App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  8217.         ], [
  8218.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  8219.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8220.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  8221.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  8222.         ]);
  8223.     }
  8224.     /**
  8225.      * Gets the private '.service_locator.aoOp0VB' shared service.
  8226.      *
  8227.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8228.      */
  8229.     protected function get_ServiceLocator_AoOp0VBService()
  8230.     {
  8231.         return $this->privates['.service_locator.aoOp0VB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8232.             'lesson' => ['privates''.errored..service_locator.aoOp0VB.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8233.             'module' => ['privates''.errored..service_locator.aoOp0VB.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  8234.             'practicalCase' => ['privates''.errored..service_locator.aoOp0VB.App\\Entity\\Scholar\\PracticalCase\\PracticalCase'NULL'Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.'],
  8235.             'practicalCaseResponse' => ['privates''.errored..service_locator.aoOp0VB.App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse'NULL'Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse" but no such service exists.'],
  8236.             'training' => ['privates''.errored..service_locator.aoOp0VB.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  8237.         ], [
  8238.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8239.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  8240.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  8241.             'practicalCaseResponse' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse',
  8242.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  8243.         ]);
  8244.     }
  8245.     /**
  8246.      * Gets the private '.service_locator.axSPUHP' shared service.
  8247.      *
  8248.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8249.      */
  8250.     protected function get_ServiceLocator_AxSPUHPService()
  8251.     {
  8252.         return $this->privates['.service_locator.axSPUHP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8253.             'lesson' => ['privates''.errored..service_locator.axSPUHP.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.axSPUHP": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8254.         ], [
  8255.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8256.         ]);
  8257.     }
  8258.     /**
  8259.      * Gets the private '.service_locator.eIVSBjG' shared service.
  8260.      *
  8261.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8262.      */
  8263.     protected function get_ServiceLocator_EIVSBjGService()
  8264.     {
  8265.         return $this->privates['.service_locator.eIVSBjG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8266.             'channel' => ['privates''.errored..service_locator.eIVSBjG.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  8267.             'lesson' => ['privates''.errored..service_locator.eIVSBjG.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8268.             'practicalCaseResource' => ['privates''.errored..service_locator.eIVSBjG.App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource'NULL'Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.'],
  8269.         ], [
  8270.             'channel' => 'App\\Entity\\Channel\\Channel',
  8271.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8272.             'practicalCaseResource' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource',
  8273.         ]);
  8274.     }
  8275.     /**
  8276.      * Gets the private '.service_locator.eonISJe' shared service.
  8277.      *
  8278.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8279.      */
  8280.     protected function get_ServiceLocator_EonISJeService()
  8281.     {
  8282.         return $this->privates['.service_locator.eonISJe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8283.             'channel' => ['privates''.errored..service_locator.eonISJe.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  8284.             'module' => ['privates''.errored..service_locator.eonISJe.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  8285.         ], [
  8286.             'channel' => 'App\\Entity\\Channel\\Channel',
  8287.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  8288.         ]);
  8289.     }
  8290.     /**
  8291.      * Gets the private '.service_locator.f4URvXz' shared service.
  8292.      *
  8293.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8294.      */
  8295.     protected function get_ServiceLocator_F4URvXzService()
  8296.     {
  8297.         return $this->privates['.service_locator.f4URvXz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8298.             'channel' => ['privates''.errored..service_locator.f4URvXz.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  8299.             'lesson' => ['privates''.errored..service_locator.f4URvXz.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8300.         ], [
  8301.             'channel' => 'App\\Entity\\Channel\\Channel',
  8302.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8303.         ]);
  8304.     }
  8305.     /**
  8306.      * Gets the private '.service_locator.gjFgSCm' shared service.
  8307.      *
  8308.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8309.      */
  8310.     protected function get_ServiceLocator_GjFgSCmService()
  8311.     {
  8312.         return $this->privates['.service_locator.gjFgSCm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8313.             'channel' => ['privates''.errored..service_locator.gjFgSCm.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  8314.             'training' => ['privates''.errored..service_locator.gjFgSCm.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  8315.             'user' => ['privates''.errored..service_locator.gjFgSCm.App\\Entity\\Account\\User'NULL'Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Account\\User" but no such service exists.'],
  8316.         ], [
  8317.             'channel' => 'App\\Entity\\Channel\\Channel',
  8318.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  8319.             'user' => 'App\\Entity\\Account\\User',
  8320.         ]);
  8321.     }
  8322.     /**
  8323.      * Gets the private '.service_locator.gpz0aP_' shared service.
  8324.      *
  8325.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8326.      */
  8327.     protected function get_ServiceLocator_Gpz0aPService()
  8328.     {
  8329.         return $this->privates['.service_locator.gpz0aP_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8330.             'channel' => ['privates''.errored..service_locator.gpz0aP_.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  8331.             'training' => ['privates''.errored..service_locator.gpz0aP_.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  8332.         ], [
  8333.             'channel' => 'App\\Entity\\Channel\\Channel',
  8334.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  8335.         ]);
  8336.     }
  8337.     /**
  8338.      * Gets the private '.service_locator.hiR71q0' shared service.
  8339.      *
  8340.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8341.      */
  8342.     protected function get_ServiceLocator_HiR71q0Service()
  8343.     {
  8344.         return $this->privates['.service_locator.hiR71q0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8345.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  8346.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  8347.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  8348.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  8349.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  8350.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  8351.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8352.             'router' => ['services''router''getRouterService'false],
  8353.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8354.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  8355.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8356.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  8357.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  8358.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8359.         ], [
  8360.             'doctrine' => '?',
  8361.             'form.factory' => '?',
  8362.             'http_kernel' => '?',
  8363.             'message_bus' => '?',
  8364.             'messenger.default_bus' => '?',
  8365.             'parameter_bag' => '?',
  8366.             'request_stack' => '?',
  8367.             'router' => '?',
  8368.             'security.authorization_checker' => '?',
  8369.             'security.csrf.token_manager' => '?',
  8370.             'security.token_storage' => '?',
  8371.             'serializer' => '?',
  8372.             'session' => '.session.deprecated',
  8373.             'twig' => '?',
  8374.         ]);
  8375.     }
  8376.     /**
  8377.      * Gets the private '.service_locator.k.6sDgC' shared service.
  8378.      *
  8379.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8380.      */
  8381.     protected function get_ServiceLocator_K_6sDgCService()
  8382.     {
  8383.         return $this->privates['.service_locator.k.6sDgC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8384.             '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.'],
  8385.         ], [
  8386.             'channel' => 'App\\Entity\\Channel\\Channel',
  8387.         ]);
  8388.     }
  8389.     /**
  8390.      * Gets the private '.service_locator.kRHgqDt' shared service.
  8391.      *
  8392.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8393.      */
  8394.     protected function get_ServiceLocator_KRHgqDtService()
  8395.     {
  8396.         return $this->privates['.service_locator.kRHgqDt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8397.             'exercise' => ['privates''.errored..service_locator.kRHgqDt.App\\Entity\\Exercise\\Exercise'NULL'Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
  8398.             'exerciseResult' => ['privates''.errored..service_locator.kRHgqDt.App\\Entity\\Exercise\\User\\ExerciseResult'NULL'Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.'],
  8399.             'lesson' => ['privates''.errored..service_locator.kRHgqDt.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8400.             'module' => ['privates''.errored..service_locator.kRHgqDt.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  8401.             'training' => ['privates''.errored..service_locator.kRHgqDt.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  8402.         ], [
  8403.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  8404.             'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
  8405.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8406.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  8407.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  8408.         ]);
  8409.     }
  8410.     /**
  8411.      * Gets the private '.service_locator.ldJl2hx' shared service.
  8412.      *
  8413.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8414.      */
  8415.     protected function get_ServiceLocator_LdJl2hxService()
  8416.     {
  8417.         return $this->privates['.service_locator.ldJl2hx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8418.             'training' => ['privates''.errored..service_locator.ldJl2hx.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.ldJl2hx": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  8419.         ], [
  8420.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  8421.         ]);
  8422.     }
  8423.     /**
  8424.      * Gets the private '.service_locator.m6HAWmh' shared service.
  8425.      *
  8426.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8427.      */
  8428.     protected function get_ServiceLocator_M6HAWmhService()
  8429.     {
  8430.         return $this->privates['.service_locator.m6HAWmh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8431.             'channel' => ['privates''.errored..service_locator.m6HAWmh.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  8432.             'exercise' => ['privates''.errored..service_locator.m6HAWmh.App\\Entity\\Exercise\\Exercise'NULL'Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
  8433.             'lesson' => ['privates''.errored..service_locator.m6HAWmh.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  8434.         ], [
  8435.             'channel' => 'App\\Entity\\Channel\\Channel',
  8436.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  8437.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  8438.         ]);
  8439.     }
  8440.     /**
  8441.      * Gets the private '.service_locator.ndVqCXg' shared service.
  8442.      *
  8443.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8444.      */
  8445.     protected function get_ServiceLocator_NdVqCXgService()
  8446.     {
  8447.         return $this->privates['.service_locator.ndVqCXg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8448.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  8449.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  8450.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  8451.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  8452.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  8453.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  8454.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8455.             'router' => ['services''router''getRouterService'false],
  8456.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  8457.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  8458.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  8459.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  8460.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  8461.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  8462.         ], [
  8463.             'doctrine' => '?',
  8464.             'form.factory' => '?',
  8465.             'http_kernel' => '?',
  8466.             'message_bus' => '?',
  8467.             'messenger.default_bus' => '?',
  8468.             'parameter_bag' => '?',
  8469.             'request_stack' => '?',
  8470.             'router' => '?',
  8471.             'security.authorization_checker' => '?',
  8472.             'security.csrf.token_manager' => '?',
  8473.             'security.token_storage' => '?',
  8474.             'serializer' => '?',
  8475.             'session' => '.session.deprecated',
  8476.             'twig' => '?',
  8477.         ]);
  8478.     }
  8479.     /**
  8480.      * Gets the private '.service_locator.nyWDREn' shared service.
  8481.      *
  8482.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8483.      */
  8484.     protected function get_ServiceLocator_NyWDREnService()
  8485.     {
  8486.         return $this->privates['.service_locator.nyWDREn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8487.             'App\\Controller\\Admin\\DashboardController::__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  8488.             'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction::__invoke' => ['privates''.service_locator.6sVVxxE''get_ServiceLocator_6sVVxxEService'false],
  8489.             'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression::__invoke' => ['privates''.service_locator.gjFgSCm''get_ServiceLocator_GjFgSCmService'false],
  8490.             'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8491.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction::getForDashboard' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8492.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8493.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync::__invoke' => ['privates''.service_locator.2hwXtE4''get_ServiceLocator_2hwXtE4Service'false],
  8494.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync::__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  8495.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8496.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8497.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8498.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync::__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  8499.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8500.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8501.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8502.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8503.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8504.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8505.             'App\\Controller\\Async\\Channel\\User\\CollectionAction::getUsersAssigned' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8506.             'App\\Controller\\Front\\Account\\Notification\\RedirectController::__invoke' => ['privates''.service_locator._U2m1zW''get_ServiceLocator_U2m1zWService'false],
  8507.             'App\\Controller\\Front\\Channel\\Image\\DeleteController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8508.             'App\\Controller\\Front\\Channel\\ShowController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8509.             'App\\Controller\\Front\\Channel\\ShowTrainingListController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8510.             'App\\Controller\\Front\\Channel\\SubAjaxListController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8511.             'App\\Controller\\Front\\Exercise\\AnswerController::__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  8512.             'App\\Controller\\Front\\Exercise\\CancelController::__invoke' => ['privates''.service_locator.97xYm6x''get_ServiceLocator_97xYm6xService'false],
  8513.             'App\\Controller\\Front\\Exercise\\FinishController::__invoke' => ['privates''.service_locator.97xYm6x''get_ServiceLocator_97xYm6xService'false],
  8514.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction::__invoke' => ['privates''.service_locator.KbnYwpa''get_ServiceLocator_KbnYwpaService'false],
  8515.             'App\\Controller\\Front\\Exercise\\ShowController::__invoke' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  8516.             'App\\Controller\\Front\\Exercise\\SolutionController::__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  8517.             'App\\Controller\\Front\\Exercise\\StartController::__invoke' => ['privates''.service_locator.97xYm6x''get_ServiceLocator_97xYm6xService'false],
  8518.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController::__invoke' => ['privates''.service_locator.FwJ9yjs''get_ServiceLocator_FwJ9yjsService'false],
  8519.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController::__invoke' => ['privates''.service_locator.LfjLvpk''get_ServiceLocator_LfjLvpkService'false],
  8520.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController::__invoke' => ['privates''.service_locator.pFqwb5T''get_ServiceLocator_PFqwb5TService'false],
  8521.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController::__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  8522.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController::__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  8523.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController::__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  8524.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController::__invoke' => ['privates''.service_locator.HvyGIqV''get_ServiceLocator_HvyGIqVService'false],
  8525.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController::__invoke' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  8526.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResourcesFiles' => ['privates''.service_locator.W9zh42Q''get_ServiceLocator_W9zh42QService'false],
  8527.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResponsesFiles' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  8528.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction::__invoke' => ['privates''.service_locator.FazFLSW''get_ServiceLocator_FazFLSWService'false],
  8529.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController::__invoke' => ['privates''.service_locator.PhAmqRu''get_ServiceLocator_PhAmqRuService'false],
  8530.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController::__invoke' => ['privates''.service_locator.o2Ryu8z''get_ServiceLocator_O2Ryu8zService'false],
  8531.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController::__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  8532.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController::__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  8533.             'App\\Controller\\Front\\Scholar\\Training\\ShowController::__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  8534.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController::closeMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8535.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController::__invoke' => ['privates''.service_locator.YwHLxjy''get_ServiceLocator_YwHLxjyService'false],
  8536.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController::__invoke' => ['privates''.service_locator.LRth0DE''get_ServiceLocator_LRth0DEService'false],
  8537.             'App\\Controller\\Manager\\Channel\\DashboardAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8538.             'App\\Controller\\Manager\\Channel\\DeleteController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8539.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController::deleteMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8540.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8541.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController::__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  8542.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController::__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  8543.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction::__invoke' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  8544.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8545.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController::__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  8546.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController::__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  8547.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8548.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8549.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8550.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8551.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8552.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8553.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController::__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  8554.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8555.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction::__invoke' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  8556.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8557.             'App\\Controller\\Manager\\Channel\\Module\\EditController::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8558.             'App\\Controller\\Manager\\Channel\\Module\\GetAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8559.             'App\\Controller\\Manager\\Channel\\Module\\NewController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8560.             'App\\Controller\\Manager\\Channel\\Module\\ShareController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8561.             'App\\Controller\\Manager\\Channel\\Module\\ShowController::__invoke' => ['privates''.service_locator.NVnD32W''get_ServiceLocator_NVnD32WService'false],
  8562.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8563.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8564.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8565.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8566.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8567.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8568.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8569.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8570.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8571.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController::__invoke' => ['privates''.service_locator.eIVSBjG''get_ServiceLocator_EIVSBjGService'false],
  8572.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8573.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8574.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController::__invoke' => ['privates''.service_locator.u_tx1Yx''get_ServiceLocator_UTx1YxService'false],
  8575.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController::handleReattribution' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8576.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController::__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  8577.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8578.             'App\\Controller\\Manager\\Channel\\Training\\EditController::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8579.             'App\\Controller\\Manager\\Channel\\Training\\GetAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8580.             'App\\Controller\\Manager\\Channel\\Training\\NewController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8581.             'App\\Controller\\Manager\\Channel\\Training\\ShareController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8582.             'App\\Controller\\Manager\\Channel\\Training\\ShowController::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8583.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8584.             'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8585.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  8586.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  8587.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  8588.             'App\\Controller\\Admin\\DashboardController:__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  8589.             'App\\Controller\\Admin\\DashboardController' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  8590.             'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction:__invoke' => ['privates''.service_locator.6sVVxxE''get_ServiceLocator_6sVVxxEService'false],
  8591.             'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction' => ['privates''.service_locator.6sVVxxE''get_ServiceLocator_6sVVxxEService'false],
  8592.             'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression:__invoke' => ['privates''.service_locator.gjFgSCm''get_ServiceLocator_GjFgSCmService'false],
  8593.             'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression' => ['privates''.service_locator.gjFgSCm''get_ServiceLocator_GjFgSCmService'false],
  8594.             'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8595.             'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8596.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction:getForDashboard' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8597.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8598.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8599.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync:__invoke' => ['privates''.service_locator.2hwXtE4''get_ServiceLocator_2hwXtE4Service'false],
  8600.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => ['privates''.service_locator.2hwXtE4''get_ServiceLocator_2hwXtE4Service'false],
  8601.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync:__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  8602.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  8603.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8604.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8605.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8606.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8607.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8608.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8609.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync:__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  8610.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  8611.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8612.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8613.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8614.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8615.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8616.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8617.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8618.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8619.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8620.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8621.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8622.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8623.             'App\\Controller\\Async\\Channel\\User\\CollectionAction:getUsersAssigned' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8624.             'App\\Controller\\Front\\Account\\Notification\\RedirectController:__invoke' => ['privates''.service_locator._U2m1zW''get_ServiceLocator_U2m1zWService'false],
  8625.             'App\\Controller\\Front\\Account\\Notification\\RedirectController' => ['privates''.service_locator._U2m1zW''get_ServiceLocator_U2m1zWService'false],
  8626.             'App\\Controller\\Front\\Channel\\Image\\DeleteController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8627.             'App\\Controller\\Front\\Channel\\Image\\DeleteController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8628.             'App\\Controller\\Front\\Channel\\ShowController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8629.             'App\\Controller\\Front\\Channel\\ShowController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8630.             'App\\Controller\\Front\\Channel\\ShowTrainingListController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8631.             'App\\Controller\\Front\\Channel\\ShowTrainingListController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8632.             'App\\Controller\\Front\\Channel\\SubAjaxListController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8633.             'App\\Controller\\Front\\Channel\\SubAjaxListController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8634.             'App\\Controller\\Front\\Exercise\\AnswerController:__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  8635.             'App\\Controller\\Front\\Exercise\\AnswerController' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  8636.             'App\\Controller\\Front\\Exercise\\CancelController:__invoke' => ['privates''.service_locator.97xYm6x''get_ServiceLocator_97xYm6xService'false],
  8637.             'App\\Controller\\Front\\Exercise\\CancelController' => ['privates''.service_locator.97xYm6x''get_ServiceLocator_97xYm6xService'false],
  8638.             'App\\Controller\\Front\\Exercise\\FinishController:__invoke' => ['privates''.service_locator.97xYm6x''get_ServiceLocator_97xYm6xService'false],
  8639.             'App\\Controller\\Front\\Exercise\\FinishController' => ['privates''.service_locator.97xYm6x''get_ServiceLocator_97xYm6xService'false],
  8640.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction:__invoke' => ['privates''.service_locator.KbnYwpa''get_ServiceLocator_KbnYwpaService'false],
  8641.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => ['privates''.service_locator.KbnYwpa''get_ServiceLocator_KbnYwpaService'false],
  8642.             'App\\Controller\\Front\\Exercise\\ShowController:__invoke' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  8643.             'App\\Controller\\Front\\Exercise\\ShowController' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  8644.             'App\\Controller\\Front\\Exercise\\SolutionController:__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  8645.             'App\\Controller\\Front\\Exercise\\SolutionController' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  8646.             'App\\Controller\\Front\\Exercise\\StartController:__invoke' => ['privates''.service_locator.97xYm6x''get_ServiceLocator_97xYm6xService'false],
  8647.             'App\\Controller\\Front\\Exercise\\StartController' => ['privates''.service_locator.97xYm6x''get_ServiceLocator_97xYm6xService'false],
  8648.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController:__invoke' => ['privates''.service_locator.FwJ9yjs''get_ServiceLocator_FwJ9yjsService'false],
  8649.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => ['privates''.service_locator.FwJ9yjs''get_ServiceLocator_FwJ9yjsService'false],
  8650.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController:__invoke' => ['privates''.service_locator.LfjLvpk''get_ServiceLocator_LfjLvpkService'false],
  8651.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => ['privates''.service_locator.LfjLvpk''get_ServiceLocator_LfjLvpkService'false],
  8652.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController:__invoke' => ['privates''.service_locator.pFqwb5T''get_ServiceLocator_PFqwb5TService'false],
  8653.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => ['privates''.service_locator.pFqwb5T''get_ServiceLocator_PFqwb5TService'false],
  8654.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController:__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  8655.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  8656.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController:__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  8657.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  8658.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController:__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  8659.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  8660.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController:__invoke' => ['privates''.service_locator.HvyGIqV''get_ServiceLocator_HvyGIqVService'false],
  8661.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => ['privates''.service_locator.HvyGIqV''get_ServiceLocator_HvyGIqVService'false],
  8662.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController:__invoke' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  8663.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  8664.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResourcesFiles' => ['privates''.service_locator.W9zh42Q''get_ServiceLocator_W9zh42QService'false],
  8665.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResponsesFiles' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  8666.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction:__invoke' => ['privates''.service_locator.FazFLSW''get_ServiceLocator_FazFLSWService'false],
  8667.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => ['privates''.service_locator.FazFLSW''get_ServiceLocator_FazFLSWService'false],
  8668.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController:__invoke' => ['privates''.service_locator.PhAmqRu''get_ServiceLocator_PhAmqRuService'false],
  8669.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => ['privates''.service_locator.PhAmqRu''get_ServiceLocator_PhAmqRuService'false],
  8670.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController:__invoke' => ['privates''.service_locator.o2Ryu8z''get_ServiceLocator_O2Ryu8zService'false],
  8671.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => ['privates''.service_locator.o2Ryu8z''get_ServiceLocator_O2Ryu8zService'false],
  8672.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController:__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  8673.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  8674.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController:__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  8675.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  8676.             'App\\Controller\\Front\\Scholar\\Training\\ShowController:__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  8677.             'App\\Controller\\Front\\Scholar\\Training\\ShowController' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  8678.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController:closeMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8679.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController:__invoke' => ['privates''.service_locator.YwHLxjy''get_ServiceLocator_YwHLxjyService'false],
  8680.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => ['privates''.service_locator.YwHLxjy''get_ServiceLocator_YwHLxjyService'false],
  8681.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController:__invoke' => ['privates''.service_locator.LRth0DE''get_ServiceLocator_LRth0DEService'false],
  8682.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => ['privates''.service_locator.LRth0DE''get_ServiceLocator_LRth0DEService'false],
  8683.             'App\\Controller\\Manager\\Channel\\DashboardAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8684.             'App\\Controller\\Manager\\Channel\\DashboardAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8685.             'App\\Controller\\Manager\\Channel\\DeleteController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8686.             'App\\Controller\\Manager\\Channel\\DeleteController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8687.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController:deleteMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8688.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8689.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8690.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController:__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  8691.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  8692.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController:__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  8693.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  8694.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction:__invoke' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  8695.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  8696.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8697.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8698.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController:__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  8699.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  8700.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController:__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  8701.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  8702.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8703.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8704.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8705.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8706.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8707.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8708.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8709.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8710.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8711.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8712.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8713.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8714.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController:__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  8715.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  8716.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8717.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8718.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction:__invoke' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  8719.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  8720.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8721.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8722.             'App\\Controller\\Manager\\Channel\\Module\\EditController:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8723.             'App\\Controller\\Manager\\Channel\\Module\\EditController' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8724.             'App\\Controller\\Manager\\Channel\\Module\\GetAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8725.             'App\\Controller\\Manager\\Channel\\Module\\GetAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8726.             'App\\Controller\\Manager\\Channel\\Module\\NewController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8727.             'App\\Controller\\Manager\\Channel\\Module\\NewController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8728.             'App\\Controller\\Manager\\Channel\\Module\\ShareController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8729.             'App\\Controller\\Manager\\Channel\\Module\\ShareController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8730.             'App\\Controller\\Manager\\Channel\\Module\\ShowController:__invoke' => ['privates''.service_locator.NVnD32W''get_ServiceLocator_NVnD32WService'false],
  8731.             'App\\Controller\\Manager\\Channel\\Module\\ShowController' => ['privates''.service_locator.NVnD32W''get_ServiceLocator_NVnD32WService'false],
  8732.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8733.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8734.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8735.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  8736.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8737.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8738.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8739.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8740.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8741.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8742.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8743.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8744.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8745.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8746.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8747.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  8748.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8749.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8750.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController:__invoke' => ['privates''.service_locator.eIVSBjG''get_ServiceLocator_EIVSBjGService'false],
  8751.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => ['privates''.service_locator.eIVSBjG''get_ServiceLocator_EIVSBjGService'false],
  8752.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8753.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8754.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8755.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  8756.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController:__invoke' => ['privates''.service_locator.u_tx1Yx''get_ServiceLocator_UTx1YxService'false],
  8757.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController' => ['privates''.service_locator.u_tx1Yx''get_ServiceLocator_UTx1YxService'false],
  8758.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController:handleReattribution' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8759.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController:__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  8760.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  8761.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8762.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8763.             'App\\Controller\\Manager\\Channel\\Training\\EditController:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8764.             'App\\Controller\\Manager\\Channel\\Training\\EditController' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8765.             'App\\Controller\\Manager\\Channel\\Training\\GetAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8766.             'App\\Controller\\Manager\\Channel\\Training\\GetAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8767.             'App\\Controller\\Manager\\Channel\\Training\\NewController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8768.             'App\\Controller\\Manager\\Channel\\Training\\NewController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8769.             'App\\Controller\\Manager\\Channel\\Training\\ShareController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8770.             'App\\Controller\\Manager\\Channel\\Training\\ShareController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  8771.             'App\\Controller\\Manager\\Channel\\Training\\ShowController:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8772.             'App\\Controller\\Manager\\Channel\\Training\\ShowController' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8773.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8774.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8775.             'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8776.             'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  8777.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  8778.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  8779.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  8780.         ], [
  8781.             'App\\Controller\\Admin\\DashboardController::__invoke' => '?',
  8782.             'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction::__invoke' => '?',
  8783.             'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression::__invoke' => '?',
  8784.             'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction::__invoke' => '?',
  8785.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction::getForDashboard' => '?',
  8786.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction::__invoke' => '?',
  8787.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync::__invoke' => '?',
  8788.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync::__invoke' => '?',
  8789.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction::__invoke' => '?',
  8790.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction::__invoke' => '?',
  8791.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction::__invoke' => '?',
  8792.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync::__invoke' => '?',
  8793.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction::__invoke' => '?',
  8794.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction::__invoke' => '?',
  8795.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction::__invoke' => '?',
  8796.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction::__invoke' => '?',
  8797.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction::__invoke' => '?',
  8798.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction::__invoke' => '?',
  8799.             'App\\Controller\\Async\\Channel\\User\\CollectionAction::getUsersAssigned' => '?',
  8800.             'App\\Controller\\Front\\Account\\Notification\\RedirectController::__invoke' => '?',
  8801.             'App\\Controller\\Front\\Channel\\Image\\DeleteController::__invoke' => '?',
  8802.             'App\\Controller\\Front\\Channel\\ShowController::__invoke' => '?',
  8803.             'App\\Controller\\Front\\Channel\\ShowTrainingListController::__invoke' => '?',
  8804.             'App\\Controller\\Front\\Channel\\SubAjaxListController::__invoke' => '?',
  8805.             'App\\Controller\\Front\\Exercise\\AnswerController::__invoke' => '?',
  8806.             'App\\Controller\\Front\\Exercise\\CancelController::__invoke' => '?',
  8807.             'App\\Controller\\Front\\Exercise\\FinishController::__invoke' => '?',
  8808.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction::__invoke' => '?',
  8809.             'App\\Controller\\Front\\Exercise\\ShowController::__invoke' => '?',
  8810.             'App\\Controller\\Front\\Exercise\\SolutionController::__invoke' => '?',
  8811.             'App\\Controller\\Front\\Exercise\\StartController::__invoke' => '?',
  8812.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController::__invoke' => '?',
  8813.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController::__invoke' => '?',
  8814.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController::__invoke' => '?',
  8815.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController::__invoke' => '?',
  8816.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController::__invoke' => '?',
  8817.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController::__invoke' => '?',
  8818.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController::__invoke' => '?',
  8819.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController::__invoke' => '?',
  8820.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResourcesFiles' => '?',
  8821.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResponsesFiles' => '?',
  8822.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction::__invoke' => '?',
  8823.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController::__invoke' => '?',
  8824.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController::__invoke' => '?',
  8825.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController::__invoke' => '?',
  8826.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController::__invoke' => '?',
  8827.             'App\\Controller\\Front\\Scholar\\Training\\ShowController::__invoke' => '?',
  8828.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController::closeMultiple' => '?',
  8829.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController::__invoke' => '?',
  8830.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController::__invoke' => '?',
  8831.             'App\\Controller\\Manager\\Channel\\DashboardAction::__invoke' => '?',
  8832.             'App\\Controller\\Manager\\Channel\\DeleteController::__invoke' => '?',
  8833.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController::deleteMultiple' => '?',
  8834.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction::__invoke' => '?',
  8835.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController::__invoke' => '?',
  8836.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController::__invoke' => '?',
  8837.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction::__invoke' => '?',
  8838.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController::__invoke' => '?',
  8839.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController::__invoke' => '?',
  8840.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController::__invoke' => '?',
  8841.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction::__invoke' => '?',
  8842.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction::__invoke' => '?',
  8843.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController::__invoke' => '?',
  8844.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController::__invoke' => '?',
  8845.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController::__invoke' => '?',
  8846.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController::__invoke' => '?',
  8847.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController::__invoke' => '?',
  8848.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction::__invoke' => '?',
  8849.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction::__invoke' => '?',
  8850.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction::__invoke' => '?',
  8851.             'App\\Controller\\Manager\\Channel\\Module\\EditController::__invoke' => '?',
  8852.             'App\\Controller\\Manager\\Channel\\Module\\GetAction::__invoke' => '?',
  8853.             'App\\Controller\\Manager\\Channel\\Module\\NewController::__invoke' => '?',
  8854.             'App\\Controller\\Manager\\Channel\\Module\\ShareController::__invoke' => '?',
  8855.             'App\\Controller\\Manager\\Channel\\Module\\ShowController::__invoke' => '?',
  8856.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController::__invoke' => '?',
  8857.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction::__invoke' => '?',
  8858.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController::__invoke' => '?',
  8859.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController::__invoke' => '?',
  8860.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController::__invoke' => '?',
  8861.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController::__invoke' => '?',
  8862.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController::__invoke' => '?',
  8863.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController::__invoke' => '?',
  8864.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase::__invoke' => '?',
  8865.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController::__invoke' => '?',
  8866.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController::__invoke' => '?',
  8867.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController::__invoke' => '?',
  8868.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController::__invoke' => '?',
  8869.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController::handleReattribution' => '?',
  8870.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController::__invoke' => '?',
  8871.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction::__invoke' => '?',
  8872.             'App\\Controller\\Manager\\Channel\\Training\\EditController::__invoke' => '?',
  8873.             'App\\Controller\\Manager\\Channel\\Training\\GetAction::__invoke' => '?',
  8874.             'App\\Controller\\Manager\\Channel\\Training\\NewController::__invoke' => '?',
  8875.             'App\\Controller\\Manager\\Channel\\Training\\ShareController::__invoke' => '?',
  8876.             'App\\Controller\\Manager\\Channel\\Training\\ShowController::__invoke' => '?',
  8877.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction::__invoke' => '?',
  8878.             'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction::__invoke' => '?',
  8879.             'kernel::loadRoutes' => '?',
  8880.             'kernel::registerContainerConfiguration' => '?',
  8881.             'kernel::terminate' => '?',
  8882.             'App\\Controller\\Admin\\DashboardController:__invoke' => '?',
  8883.             'App\\Controller\\Admin\\DashboardController' => '?',
  8884.             'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction:__invoke' => '?',
  8885.             'App\\Controller\\Api\\Channel\\Training\\PostPermissionAction' => '?',
  8886.             'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression:__invoke' => '?',
  8887.             'App\\Controller\\Api\\Scholar\\GetTrainingUserProgression' => '?',
  8888.             'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction:__invoke' => '?',
  8889.             'App\\Controller\\Api\\Scholar\\Lesson\\CollectionAction' => '?',
  8890.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction:getForDashboard' => '?',
  8891.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction:__invoke' => '?',
  8892.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => '?',
  8893.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync:__invoke' => '?',
  8894.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => '?',
  8895.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync:__invoke' => '?',
  8896.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => '?',
  8897.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction:__invoke' => '?',
  8898.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => '?',
  8899.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction:__invoke' => '?',
  8900.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => '?',
  8901.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction:__invoke' => '?',
  8902.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => '?',
  8903.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync:__invoke' => '?',
  8904.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => '?',
  8905.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction:__invoke' => '?',
  8906.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => '?',
  8907.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction:__invoke' => '?',
  8908.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => '?',
  8909.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction:__invoke' => '?',
  8910.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => '?',
  8911.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction:__invoke' => '?',
  8912.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => '?',
  8913.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction:__invoke' => '?',
  8914.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => '?',
  8915.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction:__invoke' => '?',
  8916.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => '?',
  8917.             'App\\Controller\\Async\\Channel\\User\\CollectionAction:getUsersAssigned' => '?',
  8918.             'App\\Controller\\Front\\Account\\Notification\\RedirectController:__invoke' => '?',
  8919.             'App\\Controller\\Front\\Account\\Notification\\RedirectController' => '?',
  8920.             'App\\Controller\\Front\\Channel\\Image\\DeleteController:__invoke' => '?',
  8921.             'App\\Controller\\Front\\Channel\\Image\\DeleteController' => '?',
  8922.             'App\\Controller\\Front\\Channel\\ShowController:__invoke' => '?',
  8923.             'App\\Controller\\Front\\Channel\\ShowController' => '?',
  8924.             'App\\Controller\\Front\\Channel\\ShowTrainingListController:__invoke' => '?',
  8925.             'App\\Controller\\Front\\Channel\\ShowTrainingListController' => '?',
  8926.             'App\\Controller\\Front\\Channel\\SubAjaxListController:__invoke' => '?',
  8927.             'App\\Controller\\Front\\Channel\\SubAjaxListController' => '?',
  8928.             'App\\Controller\\Front\\Exercise\\AnswerController:__invoke' => '?',
  8929.             'App\\Controller\\Front\\Exercise\\AnswerController' => '?',
  8930.             'App\\Controller\\Front\\Exercise\\CancelController:__invoke' => '?',
  8931.             'App\\Controller\\Front\\Exercise\\CancelController' => '?',
  8932.             'App\\Controller\\Front\\Exercise\\FinishController:__invoke' => '?',
  8933.             'App\\Controller\\Front\\Exercise\\FinishController' => '?',
  8934.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction:__invoke' => '?',
  8935.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => '?',
  8936.             'App\\Controller\\Front\\Exercise\\ShowController:__invoke' => '?',
  8937.             'App\\Controller\\Front\\Exercise\\ShowController' => '?',
  8938.             'App\\Controller\\Front\\Exercise\\SolutionController:__invoke' => '?',
  8939.             'App\\Controller\\Front\\Exercise\\SolutionController' => '?',
  8940.             'App\\Controller\\Front\\Exercise\\StartController:__invoke' => '?',
  8941.             'App\\Controller\\Front\\Exercise\\StartController' => '?',
  8942.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController:__invoke' => '?',
  8943.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => '?',
  8944.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController:__invoke' => '?',
  8945.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => '?',
  8946.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController:__invoke' => '?',
  8947.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => '?',
  8948.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController:__invoke' => '?',
  8949.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => '?',
  8950.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController:__invoke' => '?',
  8951.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => '?',
  8952.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController:__invoke' => '?',
  8953.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => '?',
  8954.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController:__invoke' => '?',
  8955.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => '?',
  8956.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController:__invoke' => '?',
  8957.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => '?',
  8958.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResourcesFiles' => '?',
  8959.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResponsesFiles' => '?',
  8960.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction:__invoke' => '?',
  8961.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => '?',
  8962.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController:__invoke' => '?',
  8963.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => '?',
  8964.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController:__invoke' => '?',
  8965.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => '?',
  8966.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController:__invoke' => '?',
  8967.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => '?',
  8968.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController:__invoke' => '?',
  8969.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => '?',
  8970.             'App\\Controller\\Front\\Scholar\\Training\\ShowController:__invoke' => '?',
  8971.             'App\\Controller\\Front\\Scholar\\Training\\ShowController' => '?',
  8972.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\CloseAssignableMessageController:closeMultiple' => '?',
  8973.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController:__invoke' => '?',
  8974.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => '?',
  8975.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController:__invoke' => '?',
  8976.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => '?',
  8977.             'App\\Controller\\Manager\\Channel\\DashboardAction:__invoke' => '?',
  8978.             'App\\Controller\\Manager\\Channel\\DashboardAction' => '?',
  8979.             'App\\Controller\\Manager\\Channel\\DeleteController:__invoke' => '?',
  8980.             'App\\Controller\\Manager\\Channel\\DeleteController' => '?',
  8981.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController:deleteMultiple' => '?',
  8982.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction:__invoke' => '?',
  8983.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => '?',
  8984.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController:__invoke' => '?',
  8985.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => '?',
  8986.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController:__invoke' => '?',
  8987.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => '?',
  8988.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction:__invoke' => '?',
  8989.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => '?',
  8990.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController:__invoke' => '?',
  8991.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => '?',
  8992.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController:__invoke' => '?',
  8993.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => '?',
  8994.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController:__invoke' => '?',
  8995.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => '?',
  8996.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction:__invoke' => '?',
  8997.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => '?',
  8998.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction:__invoke' => '?',
  8999.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => '?',
  9000.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController:__invoke' => '?',
  9001.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => '?',
  9002.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController:__invoke' => '?',
  9003.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => '?',
  9004.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController:__invoke' => '?',
  9005.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => '?',
  9006.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController:__invoke' => '?',
  9007.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => '?',
  9008.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController:__invoke' => '?',
  9009.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => '?',
  9010.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction:__invoke' => '?',
  9011.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => '?',
  9012.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction:__invoke' => '?',
  9013.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => '?',
  9014.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction:__invoke' => '?',
  9015.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => '?',
  9016.             'App\\Controller\\Manager\\Channel\\Module\\EditController:__invoke' => '?',
  9017.             'App\\Controller\\Manager\\Channel\\Module\\EditController' => '?',
  9018.             'App\\Controller\\Manager\\Channel\\Module\\GetAction:__invoke' => '?',
  9019.             'App\\Controller\\Manager\\Channel\\Module\\GetAction' => '?',
  9020.             'App\\Controller\\Manager\\Channel\\Module\\NewController:__invoke' => '?',
  9021.             'App\\Controller\\Manager\\Channel\\Module\\NewController' => '?',
  9022.             'App\\Controller\\Manager\\Channel\\Module\\ShareController:__invoke' => '?',
  9023.             'App\\Controller\\Manager\\Channel\\Module\\ShareController' => '?',
  9024.             'App\\Controller\\Manager\\Channel\\Module\\ShowController:__invoke' => '?',
  9025.             'App\\Controller\\Manager\\Channel\\Module\\ShowController' => '?',
  9026.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController:__invoke' => '?',
  9027.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => '?',
  9028.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction:__invoke' => '?',
  9029.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => '?',
  9030.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController:__invoke' => '?',
  9031.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => '?',
  9032.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController:__invoke' => '?',
  9033.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedLessonsController' => '?',
  9034.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController:__invoke' => '?',
  9035.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedModulesController' => '?',
  9036.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController:__invoke' => '?',
  9037.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedTrainingsController' => '?',
  9038.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController:__invoke' => '?',
  9039.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareController' => '?',
  9040.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController:__invoke' => '?',
  9041.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ToggleShareMultipleController' => '?',
  9042.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase:__invoke' => '?',
  9043.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => '?',
  9044.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController:__invoke' => '?',
  9045.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => '?',
  9046.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController:__invoke' => '?',
  9047.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => '?',
  9048.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController:__invoke' => '?',
  9049.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => '?',
  9050.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController:__invoke' => '?',
  9051.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController' => '?',
  9052.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ReattributeController:handleReattribution' => '?',
  9053.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController:__invoke' => '?',
  9054.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => '?',
  9055.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction:__invoke' => '?',
  9056.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => '?',
  9057.             'App\\Controller\\Manager\\Channel\\Training\\EditController:__invoke' => '?',
  9058.             'App\\Controller\\Manager\\Channel\\Training\\EditController' => '?',
  9059.             'App\\Controller\\Manager\\Channel\\Training\\GetAction:__invoke' => '?',
  9060.             'App\\Controller\\Manager\\Channel\\Training\\GetAction' => '?',
  9061.             'App\\Controller\\Manager\\Channel\\Training\\NewController:__invoke' => '?',
  9062.             'App\\Controller\\Manager\\Channel\\Training\\NewController' => '?',
  9063.             'App\\Controller\\Manager\\Channel\\Training\\ShareController:__invoke' => '?',
  9064.             'App\\Controller\\Manager\\Channel\\Training\\ShareController' => '?',
  9065.             'App\\Controller\\Manager\\Channel\\Training\\ShowController:__invoke' => '?',
  9066.             'App\\Controller\\Manager\\Channel\\Training\\ShowController' => '?',
  9067.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction:__invoke' => '?',
  9068.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => '?',
  9069.             'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction:__invoke' => '?',
  9070.             'App\\Controller\\Reverse_Sync\\Training\\PostPermissionAction' => '?',
  9071.             'kernel:loadRoutes' => '?',
  9072.             'kernel:registerContainerConfiguration' => '?',
  9073.             'kernel:terminate' => '?',
  9074.         ]);
  9075.     }
  9076.     /**
  9077.      * Gets the private '.service_locator.o2Ryu8z' shared service.
  9078.      *
  9079.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9080.      */
  9081.     protected function get_ServiceLocator_O2Ryu8zService()
  9082.     {
  9083.         return $this->privates['.service_locator.o2Ryu8z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9084.             'advice' => ['privates''.errored..service_locator.o2Ryu8z.App\\Entity\\Account\\Advice'NULL'Cannot autowire service ".service_locator.o2Ryu8z": it references class "App\\Entity\\Account\\Advice" but no such service exists.'],
  9085.         ], [
  9086.             'advice' => 'App\\Entity\\Account\\Advice',
  9087.         ]);
  9088.     }
  9089.     /**
  9090.      * Gets the private '.service_locator.pFqwb5T' shared service.
  9091.      *
  9092.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9093.      */
  9094.     protected function get_ServiceLocator_PFqwb5TService()
  9095.     {
  9096.         return $this->privates['.service_locator.pFqwb5T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9097.             'message' => ['privates''.errored..service_locator.pFqwb5T.App\\Entity\\Forum\\Message'NULL'Cannot autowire service ".service_locator.pFqwb5T": it references class "App\\Entity\\Forum\\Message" but no such service exists.'],
  9098.         ], [
  9099.             'message' => 'App\\Entity\\Forum\\Message',
  9100.         ]);
  9101.     }
  9102.     /**
  9103.      * Gets the private '.service_locator.qnrGaQw' shared service.
  9104.      *
  9105.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9106.      */
  9107.     protected function get_ServiceLocator_QnrGaQwService()
  9108.     {
  9109.         return $this->privates['.service_locator.qnrGaQw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9110.             'channel' => ['privates''.errored..service_locator.qnrGaQw.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  9111.             'exercise' => ['privates''.errored..service_locator.qnrGaQw.App\\Entity\\Exercise\\Exercise'NULL'Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
  9112.             'lesson' => ['privates''.errored..service_locator.qnrGaQw.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  9113.         ], [
  9114.             'channel' => 'App\\Entity\\Channel\\Channel',
  9115.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  9116.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  9117.         ]);
  9118.     }
  9119.     /**
  9120.      * Gets the private '.service_locator.qsmLBkW' shared service.
  9121.      *
  9122.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9123.      */
  9124.     protected function get_ServiceLocator_QsmLBkWService()
  9125.     {
  9126.         return $this->privates['.service_locator.qsmLBkW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9127.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  9128.             'security.event_dispatcher.api' => ['privates''security.event_dispatcher.api''getSecurity_EventDispatcher_ApiService'false],
  9129.             'security.event_dispatcher.internal_api' => ['privates''security.event_dispatcher.internal_api''getSecurity_EventDispatcher_InternalApiService'false],
  9130.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  9131.             'security.event_dispatcher.reverse_sync' => ['privates''security.event_dispatcher.reverse_sync''getSecurity_EventDispatcher_ReverseSyncService'false],
  9132.         ], [
  9133.             'event_dispatcher' => '?',
  9134.             'security.event_dispatcher.api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9135.             'security.event_dispatcher.internal_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9136.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9137.             'security.event_dispatcher.reverse_sync' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  9138.         ]);
  9139.     }
  9140.     /**
  9141.      * Gets the private '.service_locator.u_tx1Yx' shared service.
  9142.      *
  9143.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9144.      */
  9145.     protected function get_ServiceLocator_UTx1YxService()
  9146.     {
  9147.         return $this->privates['.service_locator.u_tx1Yx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9148.             'assignable' => ['privates''.errored..service_locator.u_tx1Yx.App\\Entity\\Common\\Assignable'NULL'Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Common\\Assignable" but no such service exists.'],
  9149.             'channel' => ['privates''.errored..service_locator.u_tx1Yx.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  9150.             'user' => ['privates''.errored..service_locator.u_tx1Yx.App\\Entity\\Account\\User'NULL'Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Account\\User" but no such service exists.'],
  9151.         ], [
  9152.             'assignable' => 'App\\Entity\\Common\\Assignable',
  9153.             'channel' => 'App\\Entity\\Channel\\Channel',
  9154.             'user' => 'App\\Entity\\Account\\User',
  9155.         ]);
  9156.     }
  9157.     /**
  9158.      * Gets the private '.service_locator.z4vVS.d' shared service.
  9159.      *
  9160.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9161.      */
  9162.     protected function get_ServiceLocator_Z4vVS_DService()
  9163.     {
  9164.         return $this->privates['.service_locator.z4vVS.d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9165.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  9166.         ], [
  9167.             'paginator' => '?',
  9168.         ]);
  9169.     }
  9170.     /**
  9171.      * Gets the private '.session.deprecated' shared service.
  9172.      *
  9173.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  9174.      */
  9175.     protected function get_Session_DeprecatedService()
  9176.     {
  9177.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  9178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  9179.         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();
  9180.     }
  9181.     /**
  9182.      * Gets the private '.twig.command.debug.lazy' shared service.
  9183.      *
  9184.      * @return \Symfony\Component\Console\Command\LazyCommand
  9185.      */
  9186.     protected function get_Twig_Command_Debug_LazyService()
  9187.     {
  9188.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9190.         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 {
  9191.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  9192.         });
  9193.     }
  9194.     /**
  9195.      * Gets the private '.twig.command.lint.lazy' shared service.
  9196.      *
  9197.      * @return \Symfony\Component\Console\Command\LazyCommand
  9198.      */
  9199.     protected function get_Twig_Command_Lint_LazyService()
  9200.     {
  9201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9203.         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 {
  9204.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  9205.         });
  9206.     }
  9207.     /**
  9208.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  9209.      *
  9210.      * @return \Symfony\Component\Console\Command\LazyCommand
  9211.      */
  9212.     protected function get_VarDumper_Command_ServerDump_LazyService()
  9213.     {
  9214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9216.         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 {
  9217.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  9218.         });
  9219.     }
  9220.     /**
  9221.      * Gets the private 'Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener' shared service.
  9222.      *
  9223.      * @return \Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener
  9224.      */
  9225.     protected function getPsrResponseListenerService()
  9226.     {
  9227.         include_once \dirname(__DIR__4).'/vendor/ajgarlag/psr-http-message-bundle/src/EventListener/PsrResponseListener.php';
  9228.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  9229.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  9230.         return $this->privates['Ajgarlag\\Bundle\\PsrHttpMessageBundle\\EventListener\\PsrResponseListener'] = new \Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
  9231.     }
  9232.     /**
  9233.      * Gets the private 'App\Command\CalculateMcqCommand' shared autowired service.
  9234.      *
  9235.      * @return \App\Command\CalculateMcqCommand
  9236.      */
  9237.     protected function getCalculateMcqCommandService()
  9238.     {
  9239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9240.         include_once \dirname(__DIR__4).'/src/Command/CalculateMcqCommand.php';
  9241.         $this->privates['App\\Command\\CalculateMcqCommand'] = $instance = new \App\Command\CalculateMcqCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  9242.         $instance->setName('app:calculate-mcq');
  9243.         return $instance;
  9244.     }
  9245.     /**
  9246.      * Gets the private 'App\Command\CheckSharedEntityCommand' shared autowired service.
  9247.      *
  9248.      * @return \App\Command\CheckSharedEntityCommand
  9249.      */
  9250.     protected function getCheckSharedEntityCommandService()
  9251.     {
  9252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9253.         include_once \dirname(__DIR__4).'/src/Command/CheckSharedEntityCommand.php';
  9254.         $this->privates['App\\Command\\CheckSharedEntityCommand'] = $instance = new \App\Command\CheckSharedEntityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()), ($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()), ($this->privates['App\\Service\\ShareContent\\ShareTrainingService'] ?? $this->getShareTrainingServiceService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  9255.         $instance->setName('app:check-shared-entity');
  9256.         $instance->setDescription('Check the given entity is well shared from his origin entity');
  9257.         return $instance;
  9258.     }
  9259.     /**
  9260.      * Gets the private 'App\Command\FixImageChapterCommand' shared autowired service.
  9261.      *
  9262.      * @return \App\Command\FixImageChapterCommand
  9263.      */
  9264.     protected function getFixImageChapterCommandService()
  9265.     {
  9266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9267.         include_once \dirname(__DIR__4).'/src/Command/FixImageChapterCommand.php';
  9268.         $this->privates['App\\Command\\FixImageChapterCommand'] = $instance = new \App\Command\FixImageChapterCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()));
  9269.         $instance->setName('app:fix-image-chapter');
  9270.         return $instance;
  9271.     }
  9272.     /**
  9273.      * Gets the private 'App\Command\UpdateMimeTypeForNellappFileCommand' shared autowired service.
  9274.      *
  9275.      * @return \App\Command\UpdateMimeTypeForNellappFileCommand
  9276.      */
  9277.     protected function getUpdateMimeTypeForNellappFileCommandService()
  9278.     {
  9279.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9280.         include_once \dirname(__DIR__4).'/src/Command/UpdateMimeTypeForNellappFileCommand.php';
  9281.         $this->privates['App\\Command\\UpdateMimeTypeForNellappFileCommand'] = $instance = new \App\Command\UpdateMimeTypeForNellappFileCommand(($this->privates['App\\Repository\\Common\\FileRepository'] ?? $this->getFileRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  9282.         $instance->setName('app:update-nellapp-file');
  9283.         $instance->setDescription('Once command to set mimeType in DB for NellappFiles');
  9284.         return $instance;
  9285.     }
  9286.     /**
  9287.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Account\UserSubscriber' shared autowired service.
  9288.      *
  9289.      * @return \App\Doctrine\EventEntitySubscriber\Account\UserSubscriber
  9290.      */
  9291.     protected function getUserSubscriberService()
  9292.     {
  9293.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9294.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Account/UserSubscriber.php';
  9295.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Account\UserSubscriber(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()));
  9296.     }
  9297.     /**
  9298.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber' shared autowired service.
  9299.      *
  9300.      * @return \App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber
  9301.      */
  9302.     protected function getChannelUserDataSubscriberService()
  9303.     {
  9304.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9305.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChannelUserData/ChannelUserDataSubscriber.php';
  9306.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  9307.     }
  9308.     /**
  9309.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber' shared autowired service.
  9310.      *
  9311.      * @return \App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber
  9312.      */
  9313.     protected function getChannelSubscriberService()
  9314.     {
  9315.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9316.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Channel/ChannelSubscriber.php';
  9317.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Channel\ChannelSubscriber(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  9318.     }
  9319.     /**
  9320.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber' shared autowired service.
  9321.      *
  9322.      * @return \App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber
  9323.      */
  9324.     protected function getAssignableSubscriberService()
  9325.     {
  9326.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9327.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Common/AssignableSubscriber.php';
  9328.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber(($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()));
  9329.     }
  9330.     /**
  9331.      * Gets the private 'App\Doctrine\EventEntitySubscriber\FileSubscriber' shared autowired service.
  9332.      *
  9333.      * @return \App\Doctrine\EventEntitySubscriber\FileSubscriber
  9334.      */
  9335.     protected function getFileSubscriberService()
  9336.     {
  9337.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9338.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/FileSubscriber.php';
  9339.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\FileSubscriber'] = new \App\Doctrine\EventEntitySubscriber\FileSubscriber($this);
  9340.     }
  9341.     /**
  9342.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber' shared autowired service.
  9343.      *
  9344.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber
  9345.      */
  9346.     protected function getLessonReviewSubscriberService()
  9347.     {
  9348.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9349.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/LessonReviewSubscriber.php';
  9350.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber(($this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] ?? $this->getLessonReviewRepositoryService()));
  9351.     }
  9352.     /**
  9353.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber' shared autowired service.
  9354.      *
  9355.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber
  9356.      */
  9357.     protected function getModuleStatusSubscriberService()
  9358.     {
  9359.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9360.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/AbstractStatusSubscriber.php';
  9361.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ModuleStatusSubscriber.php';
  9362.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber(($this->privates['App\\Service\\Scholar\\PermissionNotificationMailer'] ?? $this->getPermissionNotificationMailerService()));
  9363.     }
  9364.     /**
  9365.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber' shared autowired service.
  9366.      *
  9367.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber
  9368.      */
  9369.     protected function getOriginLessonSubscriberService()
  9370.     {
  9371.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9372.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/OriginLessonSubscriber.php';
  9373.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber(($this->privates['App\\Repository\\Scholar\\SharedLessonRepository'] ?? $this->getSharedLessonRepositoryService()));
  9374.     }
  9375.     /**
  9376.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber' shared autowired service.
  9377.      *
  9378.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber
  9379.      */
  9380.     protected function getPracticalCaseResponseSubscriberService()
  9381.     {
  9382.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9383.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/PracticalCaseResponseSubscriber.php';
  9384.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber(($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()), ($this->services['router'] ?? $this->getRouterService()));
  9385.     }
  9386.     /**
  9387.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber' shared autowired service.
  9388.      *
  9389.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber
  9390.      */
  9391.     protected function getPracticalCaseSubscriberService()
  9392.     {
  9393.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9394.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/PracticalCaseSubscriber.php';
  9395.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()));
  9396.     }
  9397.     /**
  9398.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber' shared autowired service.
  9399.      *
  9400.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber
  9401.      */
  9402.     protected function getShareLessonSubscriberService()
  9403.     {
  9404.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9405.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ShareLessonSubscriber.php';
  9406.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber();
  9407.     }
  9408.     /**
  9409.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber' shared autowired service.
  9410.      *
  9411.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber
  9412.      */
  9413.     protected function getSharedModuleSubscriberService()
  9414.     {
  9415.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9416.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/SharedModuleSubscriber.php';
  9417.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber();
  9418.     }
  9419.     /**
  9420.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber' shared autowired service.
  9421.      *
  9422.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber
  9423.      */
  9424.     protected function getSharedTrainingSubscriberService()
  9425.     {
  9426.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9427.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/SharedTrainingSubscriber.php';
  9428.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\SharedTrainingSubscriber(($this->privates['App\\Service\\Scholar\\TrainingApiService'] ?? $this->getTrainingApiServiceService()));
  9429.     }
  9430.     /**
  9431.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber' shared autowired service.
  9432.      *
  9433.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber
  9434.      */
  9435.     protected function getTrainingStatusSubscriberService()
  9436.     {
  9437.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  9438.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/AbstractStatusSubscriber.php';
  9439.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/TrainingStatusSubscriber.php';
  9440.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\TrainingStatusSubscriber(($this->privates['App\\Service\\Scholar\\PermissionNotificationMailer'] ?? $this->getPermissionNotificationMailerService()));
  9441.     }
  9442.     /**
  9443.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\ImageSubscriber' shared autowired service.
  9444.      *
  9445.      * @return \App\Doctrine\EventSubscriber\Channel\ImageSubscriber
  9446.      */
  9447.     protected function getImageSubscriberService()
  9448.     {
  9449.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9450.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/ImageSubscriber.php';
  9451.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\ImageSubscriber((\dirname(__DIR__4).'/public/uploads/channel_images'), 'uploads/channel_images', ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()));
  9452.     }
  9453.     /**
  9454.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\CountSharedContentSubscriber' shared autowired service.
  9455.      *
  9456.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\CountSharedContentSubscriber
  9457.      */
  9458.     protected function getCountSharedContentSubscriberService()
  9459.     {
  9460.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9461.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/CountSharedContentSubscriber.php';
  9462.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/SharedChannelService.php';
  9463.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\CountSharedContentSubscriber(new \App\Service\ShareContent\SharedChannelService(($this->privates['App\\Repository\\Channel\\SharedChannelRepository'] ?? $this->getSharedChannelRepositoryService())));
  9464.     }
  9465.     /**
  9466.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber' shared autowired service.
  9467.      *
  9468.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber
  9469.      */
  9470.     protected function getLessonSubscriberService()
  9471.     {
  9472.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9473.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/LessonSubscriber.php';
  9474.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber();
  9475.     }
  9476.     /**
  9477.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\ModuleLessonSubscriber' shared autowired service.
  9478.      *
  9479.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\ModuleLessonSubscriber
  9480.      */
  9481.     protected function getModuleLessonSubscriberService()
  9482.     {
  9483.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9484.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
  9485.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/ModuleLessonSubscriber.php';
  9486.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\ModuleLessonSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\ModuleLessonSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()));
  9487.     }
  9488.     /**
  9489.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber' shared autowired service.
  9490.      *
  9491.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber
  9492.      */
  9493.     protected function getOriginChapterSubscriberService()
  9494.     {
  9495.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9496.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
  9497.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginChapterSubscriber.php';
  9498.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
  9499.     }
  9500.     /**
  9501.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber' shared autowired service.
  9502.      *
  9503.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber
  9504.      */
  9505.     protected function getOriginExerciseSubscriberService()
  9506.     {
  9507.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9508.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
  9509.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginExerciseSubscriber.php';
  9510.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
  9511.     }
  9512.     /**
  9513.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginPracticalCaseSubscriber' shared autowired service.
  9514.      *
  9515.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginPracticalCaseSubscriber
  9516.      */
  9517.     protected function getOriginPracticalCaseSubscriberService()
  9518.     {
  9519.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9520.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
  9521.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginPracticalCaseSubscriber.php';
  9522.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\OriginPracticalCaseSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
  9523.     }
  9524.     /**
  9525.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\TrainingModuleSubscriber' shared autowired service.
  9526.      *
  9527.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\TrainingModuleSubscriber
  9528.      */
  9529.     protected function getTrainingModuleSubscriberService()
  9530.     {
  9531.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9532.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
  9533.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/TrainingModuleSubscriber.php';
  9534.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingModuleSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\TrainingModuleSubscriber(($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()), ($this->privates['App\\Service\\ShareContent\\ShareTrainingService'] ?? $this->getShareTrainingServiceService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  9535.     }
  9536.     /**
  9537.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\TrainingSubscriber' shared autowired service.
  9538.      *
  9539.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\TrainingSubscriber
  9540.      */
  9541.     protected function getTrainingSubscriberService()
  9542.     {
  9543.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9544.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/TrainingSubscriber.php';
  9545.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\TrainingSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\TrainingSubscriber(($this->privates['App\\Service\\Scholar\\TrainingApiService'] ?? $this->getTrainingApiServiceService()));
  9546.     }
  9547.     /**
  9548.      * Gets the private 'App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber' shared autowired service.
  9549.      *
  9550.      * @return \App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber
  9551.      */
  9552.     protected function getProductUpdateSubscriberService()
  9553.     {
  9554.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  9555.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Payment/ProductUpdateSubscriber.php';
  9556.         return $this->privates['App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber'] = new \App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber();
  9557.     }
  9558.     /**
  9559.      * Gets the private 'App\EventSubscriber\Account\AvatarSubscriber' shared autowired service.
  9560.      *
  9561.      * @return \App\EventSubscriber\Account\AvatarSubscriber
  9562.      */
  9563.     protected function getAvatarSubscriberService()
  9564.     {
  9565.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Account/AvatarSubscriber.php';
  9566.         return $this->privates['App\\EventSubscriber\\Account\\AvatarSubscriber'] = new \App\EventSubscriber\Account\AvatarSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), (\dirname(__DIR__4).'/public/uploads/user_avatar'), 'uploads/user_avatar', ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['App\\Service\\Account\\UserAvatar'] ?? $this->getUserAvatarService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  9567.     }
  9568.     /**
  9569.      * Gets the private 'App\EventSubscriber\Channel\ImageUploaderSubscriber' shared autowired service.
  9570.      *
  9571.      * @return \App\EventSubscriber\Channel\ImageUploaderSubscriber
  9572.      */
  9573.     protected function getImageUploaderSubscriberService()
  9574.     {
  9575.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Channel/ImageUploaderSubscriber.php';
  9576.         return $this->privates['App\\EventSubscriber\\Channel\\ImageUploaderSubscriber'] = new \App\EventSubscriber\Channel\ImageUploaderSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  9577.     }
  9578.     /**
  9579.      * Gets the private 'App\EventSubscriber\Exercise\LoginSubscriber' shared autowired service.
  9580.      *
  9581.      * @return \App\EventSubscriber\Exercise\LoginSubscriber
  9582.      */
  9583.     protected function getLoginSubscriberService()
  9584.     {
  9585.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Exercise/LoginSubscriber.php';
  9586.         return $this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] = new \App\EventSubscriber\Exercise\LoginSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9587.     }
  9588.     /**
  9589.      * Gets the private 'App\Filter\Account\AssignableFilterType' shared autowired service.
  9590.      *
  9591.      * @return \App\Filter\Account\AssignableFilterType
  9592.      */
  9593.     protected function getAssignableFilterTypeService()
  9594.     {
  9595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9597.         include_once \dirname(__DIR__4).'/src/Filter/Account/AssignableFilterType.php';
  9598.         return $this->privates['App\\Filter\\Account\\AssignableFilterType'] = new \App\Filter\Account\AssignableFilterType(($this->services['router'] ?? $this->getRouterService()));
  9599.     }
  9600.     /**
  9601.      * Gets the private 'App\Filter\Async\Channel\User\UserFilter' shared autowired service.
  9602.      *
  9603.      * @return \App\Filter\Async\Channel\User\UserFilter
  9604.      */
  9605.     protected function getUserFilterService()
  9606.     {
  9607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9609.         include_once \dirname(__DIR__4).'/src/Filter/Async/Channel/User/UserFilter.php';
  9610.         return $this->privates['App\\Filter\\Async\\Channel\\User\\UserFilter'] = new \App\Filter\Async\Channel\User\UserFilter();
  9611.     }
  9612.     /**
  9613.      * Gets the private 'App\Filter\Channel\AssignableFilterType' shared autowired service.
  9614.      *
  9615.      * @return \App\Filter\Channel\AssignableFilterType
  9616.      */
  9617.     protected function getAssignableFilterType2Service()
  9618.     {
  9619.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9621.         include_once \dirname(__DIR__4).'/src/Filter/Channel/AssignableFilterType.php';
  9622.         return $this->privates['App\\Filter\\Channel\\AssignableFilterType'] = new \App\Filter\Channel\AssignableFilterType(($this->services['router'] ?? $this->getRouterService()));
  9623.     }
  9624.     /**
  9625.      * Gets the private 'App\Filter\Channel\ImageFilter' shared autowired service.
  9626.      *
  9627.      * @return \App\Filter\Channel\ImageFilter
  9628.      */
  9629.     protected function getImageFilterService()
  9630.     {
  9631.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9633.         include_once \dirname(__DIR__4).'/src/Filter/Channel/ImageFilter.php';
  9634.         return $this->privates['App\\Filter\\Channel\\ImageFilter'] = new \App\Filter\Channel\ImageFilter();
  9635.     }
  9636.     /**
  9637.      * Gets the private 'App\Filter\Common\AssignableFilterType' shared autowired service.
  9638.      *
  9639.      * @return \App\Filter\Common\AssignableFilterType
  9640.      */
  9641.     protected function getAssignableFilterType3Service()
  9642.     {
  9643.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9644.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9645.         include_once \dirname(__DIR__4).'/src/Filter/Common/AssignableFilterType.php';
  9646.         return $this->privates['App\\Filter\\Common\\AssignableFilterType'] = new \App\Filter\Common\AssignableFilterType();
  9647.     }
  9648.     /**
  9649.      * Gets the private 'App\Filter\Front\GlobalSearch' shared autowired service.
  9650.      *
  9651.      * @return \App\Filter\Front\GlobalSearch
  9652.      */
  9653.     protected function getGlobalSearchService()
  9654.     {
  9655.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9657.         include_once \dirname(__DIR__4).'/src/Filter/Front/GlobalSearch.php';
  9658.         return $this->privates['App\\Filter\\Front\\GlobalSearch'] = new \App\Filter\Front\GlobalSearch(($this->services['router'] ?? $this->getRouterService()));
  9659.     }
  9660.     /**
  9661.      * Gets the private 'App\Filter\Front\GlobalSearchExtendedType' shared autowired service.
  9662.      *
  9663.      * @return \App\Filter\Front\GlobalSearchExtendedType
  9664.      */
  9665.     protected function getGlobalSearchExtendedTypeService()
  9666.     {
  9667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9669.         include_once \dirname(__DIR__4).'/src/Filter/Front/GlobalSearchExtendedType.php';
  9670.         return $this->privates['App\\Filter\\Front\\GlobalSearchExtendedType'] = new \App\Filter\Front\GlobalSearchExtendedType(($this->services['router'] ?? $this->getRouterService()));
  9671.     }
  9672.     /**
  9673.      * Gets the private 'App\Filter\Sync\TrainingFilter' shared autowired service.
  9674.      *
  9675.      * @return \App\Filter\Sync\TrainingFilter
  9676.      */
  9677.     protected function getTrainingFilterService()
  9678.     {
  9679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9681.         include_once \dirname(__DIR__4).'/src/Filter/Sync/TrainingFilter.php';
  9682.         return $this->privates['App\\Filter\\Sync\\TrainingFilter'] = new \App\Filter\Sync\TrainingFilter();
  9683.     }
  9684.     /**
  9685.      * Gets the private 'App\Form\Account\AdviceType' shared autowired service.
  9686.      *
  9687.      * @return \App\Form\Account\AdviceType
  9688.      */
  9689.     protected function getAdviceTypeService()
  9690.     {
  9691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9693.         include_once \dirname(__DIR__4).'/src/Form/Account/AdviceType.php';
  9694.         return $this->privates['App\\Form\\Account\\AdviceType'] = new \App\Form\Account\AdviceType();
  9695.     }
  9696.     /**
  9697.      * Gets the private 'App\Form\Channel\ContactType' shared autowired service.
  9698.      *
  9699.      * @return \App\Form\Channel\ContactType
  9700.      */
  9701.     protected function getContactTypeService()
  9702.     {
  9703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9704.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9705.         include_once \dirname(__DIR__4).'/src/Form/Channel/ContactType.php';
  9706.         return $this->privates['App\\Form\\Channel\\ContactType'] = new \App\Form\Channel\ContactType();
  9707.     }
  9708.     /**
  9709.      * Gets the private 'App\Form\Channel\Filter\ChannelTrainingFilter' shared autowired service.
  9710.      *
  9711.      * @return \App\Form\Channel\Filter\ChannelTrainingFilter
  9712.      */
  9713.     protected function getChannelTrainingFilterService()
  9714.     {
  9715.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9717.         include_once \dirname(__DIR__4).'/src/Form/Channel/Filter/ChannelTrainingFilter.php';
  9718.         return $this->privates['App\\Form\\Channel\\Filter\\ChannelTrainingFilter'] = new \App\Form\Channel\Filter\ChannelTrainingFilter();
  9719.     }
  9720.     /**
  9721.      * Gets the private 'App\Form\Channel\ImageSelectorType' shared autowired service.
  9722.      *
  9723.      * @return \App\Form\Channel\ImageSelectorType
  9724.      */
  9725.     protected function getImageSelectorTypeService()
  9726.     {
  9727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9729.         include_once \dirname(__DIR__4).'/src/Form/Channel/ImageSelectorType.php';
  9730.         return $this->privates['App\\Form\\Channel\\ImageSelectorType'] = new \App\Form\Channel\ImageSelectorType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9731.     }
  9732.     /**
  9733.      * Gets the private 'App\Form\Common\AddressType' shared autowired service.
  9734.      *
  9735.      * @return \App\Form\Common\AddressType
  9736.      */
  9737.     protected function getAddressTypeService()
  9738.     {
  9739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9741.         include_once \dirname(__DIR__4).'/src/Form/Common/AddressType.php';
  9742.         return $this->privates['App\\Form\\Common\\AddressType'] = new \App\Form\Common\AddressType();
  9743.     }
  9744.     /**
  9745.      * Gets the private 'App\Form\Common\CountPaginationType' shared autowired service.
  9746.      *
  9747.      * @return \App\Form\Common\CountPaginationType
  9748.      */
  9749.     protected function getCountPaginationTypeService()
  9750.     {
  9751.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9753.         include_once \dirname(__DIR__4).'/src/Form/Common/CountPaginationType.php';
  9754.         return $this->privates['App\\Form\\Common\\CountPaginationType'] = new \App\Form\Common\CountPaginationType();
  9755.     }
  9756.     /**
  9757.      * Gets the private 'App\Form\Common\CustomFileType' shared autowired service.
  9758.      *
  9759.      * @return \App\Form\Common\CustomFileType
  9760.      */
  9761.     protected function getCustomFileTypeService()
  9762.     {
  9763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9764.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9765.         include_once \dirname(__DIR__4).'/src/Form/Common/CustomFileType.php';
  9766.         return $this->privates['App\\Form\\Common\\CustomFileType'] = new \App\Form\Common\CustomFileType($this, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  9767.     }
  9768.     /**
  9769.      * Gets the private 'App\Form\Common\NellappSliderType' shared autowired service.
  9770.      *
  9771.      * @return \App\Form\Common\NellappSliderType
  9772.      */
  9773.     protected function getNellappSliderTypeService()
  9774.     {
  9775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9776.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9777.         include_once \dirname(__DIR__4).'/src/Form/Common/NellappSliderType.php';
  9778.         return $this->privates['App\\Form\\Common\\NellappSliderType'] = new \App\Form\Common\NellappSliderType();
  9779.     }
  9780.     /**
  9781.      * Gets the private 'App\Form\Common\RatingType' shared autowired service.
  9782.      *
  9783.      * @return \App\Form\Common\RatingType
  9784.      */
  9785.     protected function getRatingTypeService()
  9786.     {
  9787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9788.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9789.         include_once \dirname(__DIR__4).'/src/Form/Common/RatingType.php';
  9790.         return $this->privates['App\\Form\\Common\\RatingType'] = new \App\Form\Common\RatingType();
  9791.     }
  9792.     /**
  9793.      * Gets the private 'App\Form\Common\ReAssignableFormType' shared autowired service.
  9794.      *
  9795.      * @return \App\Form\Common\ReAssignableFormType
  9796.      */
  9797.     protected function getReAssignableFormTypeService()
  9798.     {
  9799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9801.         include_once \dirname(__DIR__4).'/src/Form/Common/ReAssignableFormType.php';
  9802.         return $this->privates['App\\Form\\Common\\ReAssignableFormType'] = new \App\Form\Common\ReAssignableFormType(($this->services['router'] ?? $this->getRouterService()));
  9803.     }
  9804.     /**
  9805.      * Gets the private 'App\Form\Exercise\ExerciseType' shared autowired service.
  9806.      *
  9807.      * @return \App\Form\Exercise\ExerciseType
  9808.      */
  9809.     protected function getExerciseTypeService()
  9810.     {
  9811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9813.         include_once \dirname(__DIR__4).'/src/Form/Exercise/ExerciseType.php';
  9814.         return $this->privates['App\\Form\\Exercise\\ExerciseType'] = new \App\Form\Exercise\ExerciseType();
  9815.     }
  9816.     /**
  9817.      * Gets the private 'App\Form\Exercise\Question\MultipleChoiceAnswerType' shared autowired service.
  9818.      *
  9819.      * @return \App\Form\Exercise\Question\MultipleChoiceAnswerType
  9820.      */
  9821.     protected function getMultipleChoiceAnswerTypeService()
  9822.     {
  9823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9825.         include_once \dirname(__DIR__4).'/src/Form/Exercise/Question/MultipleChoiceAnswerType.php';
  9826.         return $this->privates['App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType'] = new \App\Form\Exercise\Question\MultipleChoiceAnswerType();
  9827.     }
  9828.     /**
  9829.      * Gets the private 'App\Form\Exercise\Question\MultipleChoiceQuestionType' shared autowired service.
  9830.      *
  9831.      * @return \App\Form\Exercise\Question\MultipleChoiceQuestionType
  9832.      */
  9833.     protected function getMultipleChoiceQuestionTypeService()
  9834.     {
  9835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9837.         include_once \dirname(__DIR__4).'/src/Form/Exercise/Question/MultipleChoiceQuestionType.php';
  9838.         return $this->privates['App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType'] = new \App\Form\Exercise\Question\MultipleChoiceQuestionType();
  9839.     }
  9840.     /**
  9841.      * Gets the private 'App\Form\Exercise\Question\QuestionType' shared autowired service.
  9842.      *
  9843.      * @return \App\Form\Exercise\Question\QuestionType
  9844.      */
  9845.     protected function getQuestionTypeService()
  9846.     {
  9847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9849.         include_once \dirname(__DIR__4).'/src/Form/Exercise/Question/QuestionType.php';
  9850.         return $this->privates['App\\Form\\Exercise\\Question\\QuestionType'] = new \App\Form\Exercise\Question\QuestionType();
  9851.     }
  9852.     /**
  9853.      * Gets the private 'App\Form\Exercise\User\ChoiceAnswerType' shared autowired service.
  9854.      *
  9855.      * @return \App\Form\Exercise\User\ChoiceAnswerType
  9856.      */
  9857.     protected function getChoiceAnswerTypeService()
  9858.     {
  9859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9861.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/ChoiceAnswerType.php';
  9862.         return $this->privates['App\\Form\\Exercise\\User\\ChoiceAnswerType'] = new \App\Form\Exercise\User\ChoiceAnswerType();
  9863.     }
  9864.     /**
  9865.      * Gets the private 'App\Form\Exercise\User\ExerciseResultType' shared autowired service.
  9866.      *
  9867.      * @return \App\Form\Exercise\User\ExerciseResultType
  9868.      */
  9869.     protected function getExerciseResultTypeService()
  9870.     {
  9871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9873.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/ExerciseResultType.php';
  9874.         return $this->privates['App\\Form\\Exercise\\User\\ExerciseResultType'] = new \App\Form\Exercise\User\ExerciseResultType();
  9875.     }
  9876.     /**
  9877.      * Gets the private 'App\Form\Exercise\User\MultipleChoiceQuestionResultType' shared autowired service.
  9878.      *
  9879.      * @return \App\Form\Exercise\User\MultipleChoiceQuestionResultType
  9880.      */
  9881.     protected function getMultipleChoiceQuestionResultTypeService()
  9882.     {
  9883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9885.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/MultipleChoiceQuestionResultType.php';
  9886.         return $this->privates['App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType'] = new \App\Form\Exercise\User\MultipleChoiceQuestionResultType();
  9887.     }
  9888.     /**
  9889.      * Gets the private 'App\Form\Exercise\User\QuestionResultType' shared autowired service.
  9890.      *
  9891.      * @return \App\Form\Exercise\User\QuestionResultType
  9892.      */
  9893.     protected function getQuestionResultTypeService()
  9894.     {
  9895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9897.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/QuestionResultType.php';
  9898.         return $this->privates['App\\Form\\Exercise\\User\\QuestionResultType'] = new \App\Form\Exercise\User\QuestionResultType();
  9899.     }
  9900.     /**
  9901.      * Gets the private 'App\Form\Forum\MessageAnswerType' shared autowired service.
  9902.      *
  9903.      * @return \App\Form\Forum\MessageAnswerType
  9904.      */
  9905.     protected function getMessageAnswerTypeService()
  9906.     {
  9907.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9908.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9909.         include_once \dirname(__DIR__4).'/src/Form/Forum/MessageAnswerType.php';
  9910.         return $this->privates['App\\Form\\Forum\\MessageAnswerType'] = new \App\Form\Forum\MessageAnswerType();
  9911.     }
  9912.     /**
  9913.      * Gets the private 'App\Form\Forum\MessageType' shared autowired service.
  9914.      *
  9915.      * @return \App\Form\Forum\MessageType
  9916.      */
  9917.     protected function getMessageTypeService()
  9918.     {
  9919.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9920.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9921.         include_once \dirname(__DIR__4).'/src/Form/Forum/MessageType.php';
  9922.         return $this->privates['App\\Form\\Forum\\MessageType'] = new \App\Form\Forum\MessageType();
  9923.     }
  9924.     /**
  9925.      * Gets the private 'App\Form\Manager\Filter\Api\LessonScholarFilterType' shared autowired service.
  9926.      *
  9927.      * @return \App\Form\Manager\Filter\Api\LessonScholarFilterType
  9928.      */
  9929.     protected function getLessonScholarFilterTypeService()
  9930.     {
  9931.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9932.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9933.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Api/LessonScholarFilterType.php';
  9934.         return $this->privates['App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType'] = new \App\Form\Manager\Filter\Api\LessonScholarFilterType();
  9935.     }
  9936.     /**
  9937.      * Gets the private 'App\Form\Manager\Filter\Channel\ChannelFilterType' shared autowired service.
  9938.      *
  9939.      * @return \App\Form\Manager\Filter\Channel\ChannelFilterType
  9940.      */
  9941.     protected function getChannelFilterTypeService()
  9942.     {
  9943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9945.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/ChannelFilterType.php';
  9946.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType'] = new \App\Form\Manager\Filter\Channel\ChannelFilterType();
  9947.     }
  9948.     /**
  9949.      * Gets the private 'App\Form\Manager\Filter\Channel\Exercise\CollectionFilter' shared autowired service.
  9950.      *
  9951.      * @return \App\Form\Manager\Filter\Channel\Exercise\CollectionFilter
  9952.      */
  9953.     protected function getCollectionFilterService()
  9954.     {
  9955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9957.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/Exercise/CollectionFilter.php';
  9958.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter'] = new \App\Form\Manager\Filter\Channel\Exercise\CollectionFilter();
  9959.     }
  9960.     /**
  9961.      * Gets the private 'App\Form\Manager\Filter\Channel\LessonReviewFilterType' shared autowired service.
  9962.      *
  9963.      * @return \App\Form\Manager\Filter\Channel\LessonReviewFilterType
  9964.      */
  9965.     protected function getLessonReviewFilterTypeService()
  9966.     {
  9967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9969.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/LessonReviewFilterType.php';
  9970.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType'] = new \App\Form\Manager\Filter\Channel\LessonReviewFilterType();
  9971.     }
  9972.     /**
  9973.      * Gets the private 'App\Form\Manager\Filter\Channel\LessonScholarFilter' shared autowired service.
  9974.      *
  9975.      * @return \App\Form\Manager\Filter\Channel\LessonScholarFilter
  9976.      */
  9977.     protected function getLessonScholarFilterService()
  9978.     {
  9979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9981.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/LessonScholarFilter.php';
  9982.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter'] = new \App\Form\Manager\Filter\Channel\LessonScholarFilter();
  9983.     }
  9984.     /**
  9985.      * Gets the private 'App\Form\Manager\Filter\Channel\ScholarCollectionFilter' shared autowired service.
  9986.      *
  9987.      * @return \App\Form\Manager\Filter\Channel\ScholarCollectionFilter
  9988.      */
  9989.     protected function getScholarCollectionFilterService()
  9990.     {
  9991.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9992.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9993.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/ScholarCollectionFilter.php';
  9994.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter'] = new \App\Form\Manager\Filter\Channel\ScholarCollectionFilter();
  9995.     }
  9996.     /**
  9997.      * Gets the private 'App\Form\Manager\Filter\Channel\SharedChannelFilterType' shared autowired service.
  9998.      *
  9999.      * @return \App\Form\Manager\Filter\Channel\SharedChannelFilterType
  10000.      */
  10001.     protected function getSharedChannelFilterTypeService()
  10002.     {
  10003.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10004.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10005.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/SharedChannelFilterType.php';
  10006.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\SharedChannelFilterType'] = new \App\Form\Manager\Filter\Channel\SharedChannelFilterType();
  10007.     }
  10008.     /**
  10009.      * Gets the private 'App\Form\Manager\Filter\UserFilter' shared autowired service.
  10010.      *
  10011.      * @return \App\Form\Manager\Filter\UserFilter
  10012.      */
  10013.     protected function getUserFilter2Service()
  10014.     {
  10015.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10016.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10017.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/UserFilter.php';
  10018.         return $this->privates['App\\Form\\Manager\\Filter\\UserFilter'] = new \App\Form\Manager\Filter\UserFilter();
  10019.     }
  10020.     /**
  10021.      * Gets the private 'App\Form\Payment\FundingType' shared autowired service.
  10022.      *
  10023.      * @return \App\Form\Payment\FundingType
  10024.      */
  10025.     protected function getFundingTypeService()
  10026.     {
  10027.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10028.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10029.         include_once \dirname(__DIR__4).'/src/Form/Payment/FundingType.php';
  10030.         return $this->privates['App\\Form\\Payment\\FundingType'] = new \App\Form\Payment\FundingType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  10031.     }
  10032.     /**
  10033.      * Gets the private 'App\Form\Scholar\ChapterType' shared autowired service.
  10034.      *
  10035.      * @return \App\Form\Scholar\ChapterType
  10036.      */
  10037.     protected function getChapterTypeService()
  10038.     {
  10039.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10040.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10041.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ChapterType.php';
  10042.         return $this->privates['App\\Form\\Scholar\\ChapterType'] = new \App\Form\Scholar\ChapterType();
  10043.     }
  10044.     /**
  10045.      * Gets the private 'App\Form\Scholar\LessonPrerequisiteType' shared autowired service.
  10046.      *
  10047.      * @return \App\Form\Scholar\LessonPrerequisiteType
  10048.      */
  10049.     protected function getLessonPrerequisiteTypeService()
  10050.     {
  10051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10052.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10053.         include_once \dirname(__DIR__4).'/src/Form/Scholar/LessonPrerequisiteType.php';
  10054.         return $this->privates['App\\Form\\Scholar\\LessonPrerequisiteType'] = new \App\Form\Scholar\LessonPrerequisiteType();
  10055.     }
  10056.     /**
  10057.      * Gets the private 'App\Form\Scholar\LessonReviewType' shared autowired service.
  10058.      *
  10059.      * @return \App\Form\Scholar\LessonReviewType
  10060.      */
  10061.     protected function getLessonReviewTypeService()
  10062.     {
  10063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10065.         include_once \dirname(__DIR__4).'/src/Form/Scholar/LessonReviewType.php';
  10066.         return $this->privates['App\\Form\\Scholar\\LessonReviewType'] = new \App\Form\Scholar\LessonReviewType();
  10067.     }
  10068.     /**
  10069.      * Gets the private 'App\Form\Scholar\LessonType' shared autowired service.
  10070.      *
  10071.      * @return \App\Form\Scholar\LessonType
  10072.      */
  10073.     protected function getLessonTypeService()
  10074.     {
  10075.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10077.         include_once \dirname(__DIR__4).'/src/Form/Scholar/LessonType.php';
  10078.         return $this->privates['App\\Form\\Scholar\\LessonType'] = new \App\Form\Scholar\LessonType(($this->services['router'] ?? $this->getRouterService()));
  10079.     }
  10080.     /**
  10081.      * Gets the private 'App\Form\Scholar\ModuleLessonType' shared autowired service.
  10082.      *
  10083.      * @return \App\Form\Scholar\ModuleLessonType
  10084.      */
  10085.     protected function getModuleLessonTypeService()
  10086.     {
  10087.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10089.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ModuleLessonType.php';
  10090.         return $this->privates['App\\Form\\Scholar\\ModuleLessonType'] = new \App\Form\Scholar\ModuleLessonType();
  10091.     }
  10092.     /**
  10093.      * Gets the private 'App\Form\Scholar\ModuleType' shared autowired service.
  10094.      *
  10095.      * @return \App\Form\Scholar\ModuleType
  10096.      */
  10097.     protected function getModuleTypeService()
  10098.     {
  10099.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10100.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10101.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ModuleType.php';
  10102.         return $this->privates['App\\Form\\Scholar\\ModuleType'] = new \App\Form\Scholar\ModuleType();
  10103.     }
  10104.     /**
  10105.      * Gets the private 'App\Form\Scholar\PracticalCaseCorrectionType' shared autowired service.
  10106.      *
  10107.      * @return \App\Form\Scholar\PracticalCaseCorrectionType
  10108.      */
  10109.     protected function getPracticalCaseCorrectionTypeService()
  10110.     {
  10111.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10112.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10113.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseCorrectionType.php';
  10114.         return $this->privates['App\\Form\\Scholar\\PracticalCaseCorrectionType'] = new \App\Form\Scholar\PracticalCaseCorrectionType();
  10115.     }
  10116.     /**
  10117.      * Gets the private 'App\Form\Scholar\PracticalCaseResourceType' shared autowired service.
  10118.      *
  10119.      * @return \App\Form\Scholar\PracticalCaseResourceType
  10120.      */
  10121.     protected function getPracticalCaseResourceTypeService()
  10122.     {
  10123.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10124.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10125.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseResourceType.php';
  10126.         return $this->privates['App\\Form\\Scholar\\PracticalCaseResourceType'] = new \App\Form\Scholar\PracticalCaseResourceType();
  10127.     }
  10128.     /**
  10129.      * Gets the private 'App\Form\Scholar\PracticalCaseResponseType' shared autowired service.
  10130.      *
  10131.      * @return \App\Form\Scholar\PracticalCaseResponseType
  10132.      */
  10133.     protected function getPracticalCaseResponseTypeService()
  10134.     {
  10135.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10136.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10137.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseResponseType.php';
  10138.         return $this->privates['App\\Form\\Scholar\\PracticalCaseResponseType'] = new \App\Form\Scholar\PracticalCaseResponseType();
  10139.     }
  10140.     /**
  10141.      * Gets the private 'App\Form\Scholar\PracticalCaseType' shared autowired service.
  10142.      *
  10143.      * @return \App\Form\Scholar\PracticalCaseType
  10144.      */
  10145.     protected function getPracticalCaseTypeService()
  10146.     {
  10147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10148.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10149.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseType.php';
  10150.         return $this->privates['App\\Form\\Scholar\\PracticalCaseType'] = new \App\Form\Scholar\PracticalCaseType();
  10151.     }
  10152.     /**
  10153.      * Gets the private 'App\Form\Scholar\ScholarInterfaceSelektor' shared autowired service.
  10154.      *
  10155.      * @return \App\Form\Scholar\ScholarInterfaceSelektor
  10156.      */
  10157.     protected function getScholarInterfaceSelektorService()
  10158.     {
  10159.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10161.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ScholarInterfaceSelektor.php';
  10162.         return $this->privates['App\\Form\\Scholar\\ScholarInterfaceSelektor'] = new \App\Form\Scholar\ScholarInterfaceSelektor();
  10163.     }
  10164.     /**
  10165.      * Gets the private 'App\Form\Scholar\TrainingDescriptionType' shared autowired service.
  10166.      *
  10167.      * @return \App\Form\Scholar\TrainingDescriptionType
  10168.      */
  10169.     protected function getTrainingDescriptionTypeService()
  10170.     {
  10171.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10172.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10173.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingDescriptionType.php';
  10174.         return $this->privates['App\\Form\\Scholar\\TrainingDescriptionType'] = new \App\Form\Scholar\TrainingDescriptionType();
  10175.     }
  10176.     /**
  10177.      * Gets the private 'App\Form\Scholar\TrainingModuleType' shared autowired service.
  10178.      *
  10179.      * @return \App\Form\Scholar\TrainingModuleType
  10180.      */
  10181.     protected function getTrainingModuleTypeService()
  10182.     {
  10183.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10185.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingModuleType.php';
  10186.         return $this->privates['App\\Form\\Scholar\\TrainingModuleType'] = new \App\Form\Scholar\TrainingModuleType();
  10187.     }
  10188.     /**
  10189.      * Gets the private 'App\Form\Scholar\TrainingProductType' shared autowired service.
  10190.      *
  10191.      * @return \App\Form\Scholar\TrainingProductType
  10192.      */
  10193.     protected function getTrainingProductTypeService()
  10194.     {
  10195.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10196.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10197.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingProductType.php';
  10198.         return $this->privates['App\\Form\\Scholar\\TrainingProductType'] = new \App\Form\Scholar\TrainingProductType();
  10199.     }
  10200.     /**
  10201.      * Gets the private 'App\Form\Scholar\TrainingType' shared autowired service.
  10202.      *
  10203.      * @return \App\Form\Scholar\TrainingType
  10204.      */
  10205.     protected function getTrainingTypeService()
  10206.     {
  10207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10209.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingType.php';
  10210.         return $this->privates['App\\Form\\Scholar\\TrainingType'] = new \App\Form\Scholar\TrainingType();
  10211.     }
  10212.     /**
  10213.      * Gets the private 'App\Form\Share\ShareContentType' shared autowired service.
  10214.      *
  10215.      * @return \App\Form\Share\ShareContentType
  10216.      */
  10217.     protected function getShareContentTypeService()
  10218.     {
  10219.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10221.         include_once \dirname(__DIR__4).'/src/Form/Share/ShareContentType.php';
  10222.         return $this->privates['App\\Form\\Share\\ShareContentType'] = new \App\Form\Share\ShareContentType(($this->services['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10223.     }
  10224.     /**
  10225.      * Gets the private 'App\Form\TemplatePage\CreatePageType' shared autowired service.
  10226.      *
  10227.      * @return \App\Form\TemplatePage\CreatePageType
  10228.      */
  10229.     protected function getCreatePageTypeService()
  10230.     {
  10231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10232.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10233.         include_once \dirname(__DIR__4).'/src/Form/TemplatePage/CreatePageType.php';
  10234.         return $this->privates['App\\Form\\TemplatePage\\CreatePageType'] = new \App\Form\TemplatePage\CreatePageType();
  10235.     }
  10236.     /**
  10237.      * Gets the private 'App\Menu\Admin\DrawerBuilder' shared autowired service.
  10238.      *
  10239.      * @return \App\Menu\Admin\DrawerBuilder
  10240.      */
  10241.     protected function getDrawerBuilderService()
  10242.     {
  10243.         include_once \dirname(__DIR__4).'/src/Menu/Admin/DrawerBuilder.php';
  10244.         return $this->privates['App\\Menu\\Admin\\DrawerBuilder'] = new \App\Menu\Admin\DrawerBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  10245.     }
  10246.     /**
  10247.      * Gets the private 'App\Menu\Front\DrawerBuilder' shared autowired service.
  10248.      *
  10249.      * @return \App\Menu\Front\DrawerBuilder
  10250.      */
  10251.     protected function getDrawerBuilder2Service()
  10252.     {
  10253.         include_once \dirname(__DIR__4).'/src/Menu/Front/DrawerBuilder.php';
  10254.         return $this->privates['App\\Menu\\Front\\DrawerBuilder'] = new \App\Menu\Front\DrawerBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  10255.     }
  10256.     /**
  10257.      * Gets the private 'App\Repository\Account\AdviceRepository' shared autowired service.
  10258.      *
  10259.      * @return \App\Repository\Account\AdviceRepository
  10260.      */
  10261.     protected function getAdviceRepositoryService()
  10262.     {
  10263.         include_once \dirname(__DIR__4).'/src/Repository/Account/AdviceRepository.php';
  10264.         return $this->privates['App\\Repository\\Account\\AdviceRepository'] = new \App\Repository\Account\AdviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10265.     }
  10266.     /**
  10267.      * Gets the private 'App\Repository\Account\LogUserDataRepository' shared autowired service.
  10268.      *
  10269.      * @return \App\Repository\Account\LogUserDataRepository
  10270.      */
  10271.     protected function getLogUserDataRepositoryService()
  10272.     {
  10273.         include_once \dirname(__DIR__4).'/src/Repository/Account/LogUserDataRepository.php';
  10274.         return $this->privates['App\\Repository\\Account\\LogUserDataRepository'] = new \App\Repository\Account\LogUserDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10275.     }
  10276.     /**
  10277.      * Gets the private 'App\Repository\Account\NotificationRepository' shared autowired service.
  10278.      *
  10279.      * @return \App\Repository\Account\NotificationRepository
  10280.      */
  10281.     protected function getNotificationRepositoryService()
  10282.     {
  10283.         include_once \dirname(__DIR__4).'/src/Repository/Account/NotificationRepository.php';
  10284.         return $this->privates['App\\Repository\\Account\\NotificationRepository'] = new \App\Repository\Account\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10285.     }
  10286.     /**
  10287.      * Gets the private 'App\Repository\Account\UserRepository' shared autowired service.
  10288.      *
  10289.      * @return \App\Repository\Account\UserRepository
  10290.      */
  10291.     protected function getUserRepositoryService()
  10292.     {
  10293.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/UserRepositoryInterface.php';
  10294.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/AbstractUserRepository.php';
  10295.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryInterface.php';
  10296.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryTrait.php';
  10297.         include_once \dirname(__DIR__4).'/src/Repository/Account/UserRepository.php';
  10298.         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()));
  10299.     }
  10300.     /**
  10301.      * Gets the private 'App\Repository\Achievement\AchievementChapterRepository' shared autowired service.
  10302.      *
  10303.      * @return \App\Repository\Achievement\AchievementChapterRepository
  10304.      */
  10305.     protected function getAchievementChapterRepositoryService()
  10306.     {
  10307.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  10308.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementChapterRepository.php';
  10309.         return $this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] = new \App\Repository\Achievement\AchievementChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10310.     }
  10311.     /**
  10312.      * Gets the private 'App\Repository\Achievement\AchievementContentRepository' shared autowired service.
  10313.      *
  10314.      * @return \App\Repository\Achievement\AchievementContentRepository
  10315.      */
  10316.     protected function getAchievementContentRepositoryService()
  10317.     {
  10318.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  10319.         return $this->privates['App\\Repository\\Achievement\\AchievementContentRepository'] = new \App\Repository\Achievement\AchievementContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10320.     }
  10321.     /**
  10322.      * Gets the private 'App\Repository\Achievement\AchievementLessonRepository' shared autowired service.
  10323.      *
  10324.      * @return \App\Repository\Achievement\AchievementLessonRepository
  10325.      */
  10326.     protected function getAchievementLessonRepositoryService()
  10327.     {
  10328.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  10329.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementLessonRepository.php';
  10330.         return $this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] = new \App\Repository\Achievement\AchievementLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10331.     }
  10332.     /**
  10333.      * Gets the private 'App\Repository\Achievement\AchievementModuleRepository' shared autowired service.
  10334.      *
  10335.      * @return \App\Repository\Achievement\AchievementModuleRepository
  10336.      */
  10337.     protected function getAchievementModuleRepositoryService()
  10338.     {
  10339.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  10340.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementModuleRepository.php';
  10341.         return $this->privates['App\\Repository\\Achievement\\AchievementModuleRepository'] = new \App\Repository\Achievement\AchievementModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10342.     }
  10343.     /**
  10344.      * Gets the private 'App\Repository\Achievement\AchievementTimeLogLessonRepository' shared autowired service.
  10345.      *
  10346.      * @return \App\Repository\Achievement\AchievementTimeLogLessonRepository
  10347.      */
  10348.     protected function getAchievementTimeLogLessonRepositoryService()
  10349.     {
  10350.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementTimeLogLessonRepository.php';
  10351.         return $this->privates['App\\Repository\\Achievement\\AchievementTimeLogLessonRepository'] = new \App\Repository\Achievement\AchievementTimeLogLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10352.     }
  10353.     /**
  10354.      * Gets the private 'App\Repository\Achievement\AchievementTimeLogRepository' shared autowired service.
  10355.      *
  10356.      * @return \App\Repository\Achievement\AchievementTimeLogRepository
  10357.      */
  10358.     protected function getAchievementTimeLogRepositoryService()
  10359.     {
  10360.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementTimeLogRepository.php';
  10361.         return $this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] = new \App\Repository\Achievement\AchievementTimeLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10362.     }
  10363.     /**
  10364.      * Gets the private 'App\Repository\Achievement\AchievementTrainingRepository' shared autowired service.
  10365.      *
  10366.      * @return \App\Repository\Achievement\AchievementTrainingRepository
  10367.      */
  10368.     protected function getAchievementTrainingRepositoryService()
  10369.     {
  10370.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  10371.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementTrainingRepository.php';
  10372.         return $this->privates['App\\Repository\\Achievement\\AchievementTrainingRepository'] = new \App\Repository\Achievement\AchievementTrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10373.     }
  10374.     /**
  10375.      * Gets the private 'App\Repository\ChannelUserData\AbstractCursusRepository' shared autowired service.
  10376.      *
  10377.      * @return \App\Repository\ChannelUserData\AbstractCursusRepository
  10378.      */
  10379.     protected function getAbstractCursusRepositoryService()
  10380.     {
  10381.         include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/AbstractCursusRepository.php';
  10382.         return $this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] = new \App\Repository\ChannelUserData\AbstractCursusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10383.     }
  10384.     /**
  10385.      * Gets the private 'App\Repository\ChannelUserData\ChannelUserDataRepository' shared autowired service.
  10386.      *
  10387.      * @return \App\Repository\ChannelUserData\ChannelUserDataRepository
  10388.      */
  10389.     protected function getChannelUserDataRepositoryService()
  10390.     {
  10391.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/ChannelUserDataRepositoryInterface.php';
  10392.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/AbstractChannelUserDataRepository.php';
  10393.         include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/ChannelUserDataRepository.php';
  10394.         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()));
  10395.     }
  10396.     /**
  10397.      * Gets the private 'App\Repository\Channel\ChannelDescriptionRepository' shared autowired service.
  10398.      *
  10399.      * @return \App\Repository\Channel\ChannelDescriptionRepository
  10400.      */
  10401.     protected function getChannelDescriptionRepositoryService()
  10402.     {
  10403.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelDescriptionRepository.php';
  10404.         return $this->privates['App\\Repository\\Channel\\ChannelDescriptionRepository'] = new \App\Repository\Channel\ChannelDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10405.     }
  10406.     /**
  10407.      * Gets the private 'App\Repository\Channel\ChannelGalleryRepository' shared autowired service.
  10408.      *
  10409.      * @return \App\Repository\Channel\ChannelGalleryRepository
  10410.      */
  10411.     protected function getChannelGalleryRepositoryService()
  10412.     {
  10413.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelGalleryRepository.php';
  10414.         return $this->privates['App\\Repository\\Channel\\ChannelGalleryRepository'] = new \App\Repository\Channel\ChannelGalleryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10415.     }
  10416.     /**
  10417.      * Gets the private 'App\Repository\Channel\ChannelRepository' shared autowired service.
  10418.      *
  10419.      * @return \App\Repository\Channel\ChannelRepository
  10420.      */
  10421.     protected function getChannelRepositoryService()
  10422.     {
  10423.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/ChannelRepositoryInterface.php';
  10424.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/AbstractChannelRepository.php';
  10425.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelRepository.php';
  10426.         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()));
  10427.     }
  10428.     /**
  10429.      * Gets the private 'App\Repository\Channel\GroupRepository' shared autowired service.
  10430.      *
  10431.      * @return \App\Repository\Channel\GroupRepository
  10432.      */
  10433.     protected function getGroupRepositoryService()
  10434.     {
  10435.         include_once \dirname(__DIR__4).'/src/Repository/Channel/GroupRepository.php';
  10436.         return $this->privates['App\\Repository\\Channel\\GroupRepository'] = new \App\Repository\Channel\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10437.     }
  10438.     /**
  10439.      * Gets the private 'App\Repository\Channel\ImageRepository' shared autowired service.
  10440.      *
  10441.      * @return \App\Repository\Channel\ImageRepository
  10442.      */
  10443.     protected function getImageRepositoryService()
  10444.     {
  10445.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ImageRepository.php';
  10446.         return $this->privates['App\\Repository\\Channel\\ImageRepository'] = new \App\Repository\Channel\ImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10447.     }
  10448.     /**
  10449.      * Gets the private 'App\Repository\Channel\InstitutionRepository' shared autowired service.
  10450.      *
  10451.      * @return \App\Repository\Channel\InstitutionRepository
  10452.      */
  10453.     protected function getInstitutionRepositoryService()
  10454.     {
  10455.         include_once \dirname(__DIR__4).'/src/Repository/Channel/InstitutionRepository.php';
  10456.         return $this->privates['App\\Repository\\Channel\\InstitutionRepository'] = new \App\Repository\Channel\InstitutionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10457.     }
  10458.     /**
  10459.      * Gets the private 'App\Repository\Channel\Partner\PartnerRepository' shared autowired service.
  10460.      *
  10461.      * @return \App\Repository\Channel\Partner\PartnerRepository
  10462.      */
  10463.     protected function getPartnerRepositoryService()
  10464.     {
  10465.         include_once \dirname(__DIR__4).'/src/Repository/Channel/Partner/PartnerRepository.php';
  10466.         return $this->privates['App\\Repository\\Channel\\Partner\\PartnerRepository'] = new \App\Repository\Channel\Partner\PartnerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10467.     }
  10468.     /**
  10469.      * Gets the private 'App\Repository\Channel\SharedChannelRepository' shared autowired service.
  10470.      *
  10471.      * @return \App\Repository\Channel\SharedChannelRepository
  10472.      */
  10473.     protected function getSharedChannelRepositoryService()
  10474.     {
  10475.         include_once \dirname(__DIR__4).'/src/Repository/Channel/SharedChannelRepository.php';
  10476.         return $this->privates['App\\Repository\\Channel\\SharedChannelRepository'] = new \App\Repository\Channel\SharedChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10477.     }
  10478.     /**
  10479.      * Gets the private 'App\Repository\Common\AssignableRepository' shared autowired service.
  10480.      *
  10481.      * @return \App\Repository\Common\AssignableRepository
  10482.      */
  10483.     protected function getAssignableRepositoryService()
  10484.     {
  10485.         include_once \dirname(__DIR__4).'/src/Repository/Common/AssignableRepository.php';
  10486.         return $this->privates['App\\Repository\\Common\\AssignableRepository'] = new \App\Repository\Common\AssignableRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10487.     }
  10488.     /**
  10489.      * Gets the private 'App\Repository\Common\FileRepository' shared autowired service.
  10490.      *
  10491.      * @return \App\Repository\Common\FileRepository
  10492.      */
  10493.     protected function getFileRepositoryService()
  10494.     {
  10495.         include_once \dirname(__DIR__4).'/src/Repository/Common/FileRepository.php';
  10496.         return $this->privates['App\\Repository\\Common\\FileRepository'] = new \App\Repository\Common\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10497.     }
  10498.     /**
  10499.      * Gets the private 'App\Repository\Exercise\ExerciseRepository' shared autowired service.
  10500.      *
  10501.      * @return \App\Repository\Exercise\ExerciseRepository
  10502.      */
  10503.     protected function getExerciseRepositoryService()
  10504.     {
  10505.         include_once \dirname(__DIR__4).'/src/Repository/Exercise/ExerciseRepository.php';
  10506.         return $this->privates['App\\Repository\\Exercise\\ExerciseRepository'] = new \App\Repository\Exercise\ExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10507.     }
  10508.     /**
  10509.      * Gets the private 'App\Repository\Exercise\User\ExerciseResultRepository' shared autowired service.
  10510.      *
  10511.      * @return \App\Repository\Exercise\User\ExerciseResultRepository
  10512.      */
  10513.     protected function getExerciseResultRepositoryService()
  10514.     {
  10515.         include_once \dirname(__DIR__4).'/src/Repository/Exercise/User/ExerciseResultRepository.php';
  10516.         return $this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] = new \App\Repository\Exercise\User\ExerciseResultRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10517.     }
  10518.     /**
  10519.      * Gets the private 'App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository' shared autowired service.
  10520.      *
  10521.      * @return \App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository
  10522.      */
  10523.     protected function getMultipleChoiceQuestionResultRepositoryService()
  10524.     {
  10525.         include_once \dirname(__DIR__4).'/src/Repository/Exercise/User/MultipleChoiceQuestionResultRepository.php';
  10526.         return $this->privates['App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository'] = new \App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10527.     }
  10528.     /**
  10529.      * Gets the private 'App\Repository\Forum\MessageRepository' shared autowired service.
  10530.      *
  10531.      * @return \App\Repository\Forum\MessageRepository
  10532.      */
  10533.     protected function getMessageRepositoryService()
  10534.     {
  10535.         include_once \dirname(__DIR__4).'/src/Repository/Forum/MessageRepository.php';
  10536.         return $this->privates['App\\Repository\\Forum\\MessageRepository'] = new \App\Repository\Forum\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10537.     }
  10538.     /**
  10539.      * Gets the private 'App\Repository\Payment\LessonProductRepository' shared autowired service.
  10540.      *
  10541.      * @return \App\Repository\Payment\LessonProductRepository
  10542.      */
  10543.     protected function getLessonProductRepositoryService()
  10544.     {
  10545.         include_once \dirname(__DIR__4).'/src/Repository/Payment/LessonProductRepository.php';
  10546.         return $this->privates['App\\Repository\\Payment\\LessonProductRepository'] = new \App\Repository\Payment\LessonProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10547.     }
  10548.     /**
  10549.      * Gets the private 'App\Repository\Payment\ModuleProductRepository' shared autowired service.
  10550.      *
  10551.      * @return \App\Repository\Payment\ModuleProductRepository
  10552.      */
  10553.     protected function getModuleProductRepositoryService()
  10554.     {
  10555.         include_once \dirname(__DIR__4).'/src/Repository/Payment/ModuleProductRepository.php';
  10556.         return $this->privates['App\\Repository\\Payment\\ModuleProductRepository'] = new \App\Repository\Payment\ModuleProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10557.     }
  10558.     /**
  10559.      * Gets the private 'App\Repository\Payment\OrderAttemptRepository' shared autowired service.
  10560.      *
  10561.      * @return \App\Repository\Payment\OrderAttemptRepository
  10562.      */
  10563.     protected function getOrderAttemptRepositoryService()
  10564.     {
  10565.         include_once \dirname(__DIR__4).'/src/Repository/Payment/OrderAttemptRepository.php';
  10566.         return $this->privates['App\\Repository\\Payment\\OrderAttemptRepository'] = new \App\Repository\Payment\OrderAttemptRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10567.     }
  10568.     /**
  10569.      * Gets the private 'App\Repository\Payment\TrainingProductRepository' shared autowired service.
  10570.      *
  10571.      * @return \App\Repository\Payment\TrainingProductRepository
  10572.      */
  10573.     protected function getTrainingProductRepositoryService()
  10574.     {
  10575.         include_once \dirname(__DIR__4).'/src/Repository/Payment/TrainingProductRepository.php';
  10576.         return $this->privates['App\\Repository\\Payment\\TrainingProductRepository'] = new \App\Repository\Payment\TrainingProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10577.     }
  10578.     /**
  10579.      * Gets the private 'App\Repository\Scholar\ChapterRepository' shared autowired service.
  10580.      *
  10581.      * @return \App\Repository\Scholar\ChapterRepository
  10582.      */
  10583.     protected function getChapterRepositoryService()
  10584.     {
  10585.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  10586.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  10587.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ChapterRepository.php';
  10588.         return $this->privates['App\\Repository\\Scholar\\ChapterRepository'] = new \App\Repository\Scholar\ChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10589.     }
  10590.     /**
  10591.      * Gets the private 'App\Repository\Scholar\LessonPrerequisiteRepository' shared autowired service.
  10592.      *
  10593.      * @return \App\Repository\Scholar\LessonPrerequisiteRepository
  10594.      */
  10595.     protected function getLessonPrerequisiteRepositoryService()
  10596.     {
  10597.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonPrerequisiteRepository.php';
  10598.         return $this->privates['App\\Repository\\Scholar\\LessonPrerequisiteRepository'] = new \App\Repository\Scholar\LessonPrerequisiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10599.     }
  10600.     /**
  10601.      * Gets the private 'App\Repository\Scholar\LessonRepository' shared autowired service.
  10602.      *
  10603.      * @return \App\Repository\Scholar\LessonRepository
  10604.      */
  10605.     protected function getLessonRepositoryService()
  10606.     {
  10607.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
  10608.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  10609.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  10610.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
  10611.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  10612.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonRepository.php';
  10613.         return $this->privates['App\\Repository\\Scholar\\LessonRepository'] = new \App\Repository\Scholar\LessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10614.     }
  10615.     /**
  10616.      * Gets the private 'App\Repository\Scholar\LessonReviewRepository' shared autowired service.
  10617.      *
  10618.      * @return \App\Repository\Scholar\LessonReviewRepository
  10619.      */
  10620.     protected function getLessonReviewRepositoryService()
  10621.     {
  10622.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonReviewRepository.php';
  10623.         return $this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] = new \App\Repository\Scholar\LessonReviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10624.     }
  10625.     /**
  10626.      * Gets the private 'App\Repository\Scholar\LessonStatsRepository' shared autowired service.
  10627.      *
  10628.      * @return \App\Repository\Scholar\LessonStatsRepository
  10629.      */
  10630.     protected function getLessonStatsRepositoryService()
  10631.     {
  10632.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonStatsRepository.php';
  10633.         return $this->privates['App\\Repository\\Scholar\\LessonStatsRepository'] = new \App\Repository\Scholar\LessonStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10634.     }
  10635.     /**
  10636.      * Gets the private 'App\Repository\Scholar\ModulePermissionRepository' shared autowired service.
  10637.      *
  10638.      * @return \App\Repository\Scholar\ModulePermissionRepository
  10639.      */
  10640.     protected function getModulePermissionRepositoryService()
  10641.     {
  10642.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  10643.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  10644.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ModulePermissionRepository.php';
  10645.         return $this->privates['App\\Repository\\Scholar\\ModulePermissionRepository'] = new \App\Repository\Scholar\ModulePermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10646.     }
  10647.     /**
  10648.      * Gets the private 'App\Repository\Scholar\ModuleRepository' shared autowired service.
  10649.      *
  10650.      * @return \App\Repository\Scholar\ModuleRepository
  10651.      */
  10652.     protected function getModuleRepositoryService()
  10653.     {
  10654.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
  10655.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  10656.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  10657.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
  10658.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  10659.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ModuleRepository.php';
  10660.         return $this->privates['App\\Repository\\Scholar\\ModuleRepository'] = new \App\Repository\Scholar\ModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10661.     }
  10662.     /**
  10663.      * Gets the private 'App\Repository\Scholar\OriginLessonRepository' shared autowired service.
  10664.      *
  10665.      * @return \App\Repository\Scholar\OriginLessonRepository
  10666.      */
  10667.     protected function getOriginLessonRepositoryService()
  10668.     {
  10669.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/OriginLessonRepository.php';
  10670.         return $this->privates['App\\Repository\\Scholar\\OriginLessonRepository'] = new \App\Repository\Scholar\OriginLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10671.     }
  10672.     /**
  10673.      * Gets the private 'App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository' shared autowired service.
  10674.      *
  10675.      * @return \App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository
  10676.      */
  10677.     protected function getFilePracticalCaseRepositoryService()
  10678.     {
  10679.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/FilePracticalCaseRepository.php';
  10680.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository'] = new \App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10681.     }
  10682.     /**
  10683.      * Gets the private 'App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository' shared autowired service.
  10684.      *
  10685.      * @return \App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository
  10686.      */
  10687.     protected function getFilePracticalCaseResponseRepositoryService()
  10688.     {
  10689.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/FilePracticalCaseResponseRepository.php';
  10690.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository'] = new \App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10691.     }
  10692.     /**
  10693.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseRepository' shared autowired service.
  10694.      *
  10695.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseRepository
  10696.      */
  10697.     protected function getPracticalCaseRepositoryService()
  10698.     {
  10699.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  10700.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  10701.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseRepository.php';
  10702.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10703.     }
  10704.     /**
  10705.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository' shared autowired service.
  10706.      *
  10707.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository
  10708.      */
  10709.     protected function getPracticalCaseResourceRepositoryService()
  10710.     {
  10711.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseResourceRepository.php';
  10712.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10713.     }
  10714.     /**
  10715.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository' shared autowired service.
  10716.      *
  10717.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository
  10718.      */
  10719.     protected function getPracticalCaseResponseRepositoryService()
  10720.     {
  10721.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseResponseRepository.php';
  10722.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10723.     }
  10724.     /**
  10725.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository' shared autowired service.
  10726.      *
  10727.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository
  10728.      */
  10729.     protected function getPracticalCaseUserRepositoryService()
  10730.     {
  10731.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseUserRepository.php';
  10732.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10733.     }
  10734.     /**
  10735.      * Gets the private 'App\Repository\Scholar\SharedChapterRepository' shared autowired service.
  10736.      *
  10737.      * @return \App\Repository\Scholar\SharedChapterRepository
  10738.      */
  10739.     protected function getSharedChapterRepositoryService()
  10740.     {
  10741.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedChapterRepository.php';
  10742.         return $this->privates['App\\Repository\\Scholar\\SharedChapterRepository'] = new \App\Repository\Scholar\SharedChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10743.     }
  10744.     /**
  10745.      * Gets the private 'App\Repository\Scholar\SharedExerciseRepository' shared autowired service.
  10746.      *
  10747.      * @return \App\Repository\Scholar\SharedExerciseRepository
  10748.      */
  10749.     protected function getSharedExerciseRepositoryService()
  10750.     {
  10751.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedExerciseRepository.php';
  10752.         return $this->privates['App\\Repository\\Scholar\\SharedExerciseRepository'] = new \App\Repository\Scholar\SharedExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10753.     }
  10754.     /**
  10755.      * Gets the private 'App\Repository\Scholar\SharedLessonRepository' shared autowired service.
  10756.      *
  10757.      * @return \App\Repository\Scholar\SharedLessonRepository
  10758.      */
  10759.     protected function getSharedLessonRepositoryService()
  10760.     {
  10761.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedLessonRepository.php';
  10762.         return $this->privates['App\\Repository\\Scholar\\SharedLessonRepository'] = new \App\Repository\Scholar\SharedLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10763.     }
  10764.     /**
  10765.      * Gets the private 'App\Repository\Scholar\SharedModuleRepository' shared autowired service.
  10766.      *
  10767.      * @return \App\Repository\Scholar\SharedModuleRepository
  10768.      */
  10769.     protected function getSharedModuleRepositoryService()
  10770.     {
  10771.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedModuleRepository.php';
  10772.         return $this->privates['App\\Repository\\Scholar\\SharedModuleRepository'] = new \App\Repository\Scholar\SharedModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10773.     }
  10774.     /**
  10775.      * Gets the private 'App\Repository\Scholar\SharedPracticalCaseRepository' shared autowired service.
  10776.      *
  10777.      * @return \App\Repository\Scholar\SharedPracticalCaseRepository
  10778.      */
  10779.     protected function getSharedPracticalCaseRepositoryService()
  10780.     {
  10781.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedPracticalCaseRepository.php';
  10782.         return $this->privates['App\\Repository\\Scholar\\SharedPracticalCaseRepository'] = new \App\Repository\Scholar\SharedPracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10783.     }
  10784.     /**
  10785.      * Gets the private 'App\Repository\Scholar\SharedTrainingRepository' shared autowired service.
  10786.      *
  10787.      * @return \App\Repository\Scholar\SharedTrainingRepository
  10788.      */
  10789.     protected function getSharedTrainingRepositoryService()
  10790.     {
  10791.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedTrainingRepository.php';
  10792.         return $this->privates['App\\Repository\\Scholar\\SharedTrainingRepository'] = new \App\Repository\Scholar\SharedTrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10793.     }
  10794.     /**
  10795.      * Gets the private 'App\Repository\Scholar\TrainingDescriptionRepository' shared autowired service.
  10796.      *
  10797.      * @return \App\Repository\Scholar\TrainingDescriptionRepository
  10798.      */
  10799.     protected function getTrainingDescriptionRepositoryService()
  10800.     {
  10801.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/TrainingDescriptionRepository.php';
  10802.         return $this->privates['App\\Repository\\Scholar\\TrainingDescriptionRepository'] = new \App\Repository\Scholar\TrainingDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10803.     }
  10804.     /**
  10805.      * Gets the private 'App\Repository\Scholar\TrainingPermissionRepository' shared autowired service.
  10806.      *
  10807.      * @return \App\Repository\Scholar\TrainingPermissionRepository
  10808.      */
  10809.     protected function getTrainingPermissionRepositoryService()
  10810.     {
  10811.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  10812.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  10813.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/TrainingPermissionRepository.php';
  10814.         return $this->privates['App\\Repository\\Scholar\\TrainingPermissionRepository'] = new \App\Repository\Scholar\TrainingPermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10815.     }
  10816.     /**
  10817.      * Gets the private 'App\Repository\Scholar\TrainingRepository' shared autowired service.
  10818.      *
  10819.      * @return \App\Repository\Scholar\TrainingRepository
  10820.      */
  10821.     protected function getTrainingRepositoryService()
  10822.     {
  10823.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
  10824.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  10825.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  10826.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
  10827.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  10828.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/TrainingRepository.php';
  10829.         return $this->privates['App\\Repository\\Scholar\\TrainingRepository'] = new \App\Repository\Scholar\TrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10830.     }
  10831.     /**
  10832.      * Gets the private 'App\Repository\Template\TemplatePageRepository' shared autowired service.
  10833.      *
  10834.      * @return \App\Repository\Template\TemplatePageRepository
  10835.      */
  10836.     protected function getTemplatePageRepositoryService()
  10837.     {
  10838.         include_once \dirname(__DIR__4).'/src/Repository/Template/TemplatePageRepository.php';
  10839.         return $this->privates['App\\Repository\\Template\\TemplatePageRepository'] = new \App\Repository\Template\TemplatePageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10840.     }
  10841.     /**
  10842.      * Gets the private 'App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher' shared autowired service.
  10843.      *
  10844.      * @return \App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher
  10845.      */
  10846.     protected function getChannelRefresherService()
  10847.     {
  10848.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  10849.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  10850.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/FullRefresher/Channel/ChannelRefresher.php';
  10851.         $instance = new \App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()));
  10852.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10853.         $this->privates['App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher'] = $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  10854.         return $instance;
  10855.     }
  10856.     /**
  10857.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator' shared autowired service.
  10858.      *
  10859.      * @return \App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator
  10860.      */
  10861.     protected function getGroupHydratorService()
  10862.     {
  10863.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10864.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10865.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/GroupHydrator.php';
  10866.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/GroupHydrator.php';
  10867.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService()));
  10868.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10869.         return $instance;
  10870.     }
  10871.     /**
  10872.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
  10873.      *
  10874.      * @return \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator
  10875.      */
  10876.     protected function getTrainingHydratorService()
  10877.     {
  10878.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  10879.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  10880.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
  10881.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/TrainingHydrator.php';
  10882.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  10883.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  10884.         return $instance;
  10885.     }
  10886.     /**
  10887.      * Gets the private 'App\Serializer\EventSubscriber\ChannelImageSubscriber' shared autowired service.
  10888.      *
  10889.      * @return \App\Serializer\EventSubscriber\ChannelImageSubscriber
  10890.      */
  10891.     protected function getChannelImageSubscriberService()
  10892.     {
  10893.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  10894.         include_once \dirname(__DIR__4).'/src/Serializer/EventSubscriber/ChannelImageSubscriber.php';
  10895.         return $this->privates['App\\Serializer\\EventSubscriber\\ChannelImageSubscriber'] = new \App\Serializer\EventSubscriber\ChannelImageSubscriber(($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService()));
  10896.     }
  10897.     /**
  10898.      * Gets the private 'App\Serializer\Handler\PaginationHandler' shared autowired service.
  10899.      *
  10900.      * @return \App\Serializer\Handler\PaginationHandler
  10901.      */
  10902.     protected function getPaginationHandlerService()
  10903.     {
  10904.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10905.         include_once \dirname(__DIR__4).'/src/Serializer/Handler/PaginationHandler.php';
  10906.         return $this->privates['App\\Serializer\\Handler\\PaginationHandler'] = new \App\Serializer\Handler\PaginationHandler();
  10907.     }
  10908.     /**
  10909.      * Gets the private 'App\Service\Account\NotificationManager' shared autowired service.
  10910.      *
  10911.      * @return \App\Service\Account\NotificationManager
  10912.      */
  10913.     protected function getNotificationManagerService()
  10914.     {
  10915.         include_once \dirname(__DIR__4).'/src/Service/Account/NotificationManager.php';
  10916.         return $this->privates['App\\Service\\Account\\NotificationManager'] = new \App\Service\Account\NotificationManager(($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
  10917.     }
  10918.     /**
  10919.      * Gets the private 'App\Service\Account\UserAvatar' shared autowired service.
  10920.      *
  10921.      * @return \App\Service\Account\UserAvatar
  10922.      */
  10923.     protected function getUserAvatarService()
  10924.     {
  10925.         return $this->privates['App\\Service\\Account\\UserAvatar'] = new \App\Service\Account\UserAvatar(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), (\dirname(__DIR__4).'/public/uploads/user_avatar'), 'uploads/user_avatar', ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  10926.     }
  10927.     /**
  10928.      * Gets the private 'App\Service\Achievement\AchievementManager' shared autowired service.
  10929.      *
  10930.      * @return \App\Service\Achievement\AchievementManager
  10931.      */
  10932.     protected function getAchievementManagerService()
  10933.     {
  10934.         include_once \dirname(__DIR__4).'/src/Service/Achievement/AchievementManager.php';
  10935.         return $this->privates['App\\Service\\Achievement\\AchievementManager'] = new \App\Service\Achievement\AchievementManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] ?? $this->getAchievementChapterRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] ?? $this->getAchievementLessonRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementModuleRepository'] ?? $this->getAchievementModuleRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementTrainingRepository'] ?? $this->getAchievementTrainingRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  10936.     }
  10937.     /**
  10938.      * Gets the private 'App\Service\Advice\AdviceManager' shared autowired service.
  10939.      *
  10940.      * @return \App\Service\Advice\AdviceManager
  10941.      */
  10942.     protected function getAdviceManagerService()
  10943.     {
  10944.         include_once \dirname(__DIR__4).'/src/Service/Advice/AdviceManager.php';
  10945.         return $this->privates['App\\Service\\Advice\\AdviceManager'] = new \App\Service\Advice\AdviceManager(($this->privates['App\\Repository\\Account\\AdviceRepository'] ?? $this->getAdviceRepositoryService()));
  10946.     }
  10947.     /**
  10948.      * Gets the private 'App\Service\ChannelUserData\CursusService' shared autowired service.
  10949.      *
  10950.      * @return \App\Service\ChannelUserData\CursusService
  10951.      */
  10952.     protected function getCursusServiceService()
  10953.     {
  10954.         include_once \dirname(__DIR__4).'/src/Service/ChannelUserData/CursusService.php';
  10955.         return $this->privates['App\\Service\\ChannelUserData\\CursusService'] = new \App\Service\ChannelUserData\CursusService(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
  10956.     }
  10957.     /**
  10958.      * Gets the private 'App\Service\Channel\Image\ImageUrlGenerator' shared autowired service.
  10959.      *
  10960.      * @return \App\Service\Channel\Image\ImageUrlGenerator
  10961.      */
  10962.     protected function getImageUrlGeneratorService()
  10963.     {
  10964.         return $this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] = new \App\Service\Channel\Image\ImageUrlGenerator(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->privates['url_helper'] ?? $this->getUrlHelperService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()));
  10965.     }
  10966.     /**
  10967.      * Gets the private 'App\Service\Common\FileService' shared autowired service.
  10968.      *
  10969.      * @return \App\Service\Common\FileService
  10970.      */
  10971.     protected function getFileServiceService()
  10972.     {
  10973.         include_once \dirname(__DIR__4).'/src/Service/Common/FileService.php';
  10974.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  10975.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  10976.         return $this->privates['App\\Service\\Common\\FileService'] = new \App\Service\Common\FileService(($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()), ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))));
  10977.     }
  10978.     /**
  10979.      * Gets the private 'App\Service\Exercise\UserExerciseResultManipulator' shared autowired service.
  10980.      *
  10981.      * @return \App\Service\Exercise\UserExerciseResultManipulator
  10982.      */
  10983.     protected function getUserExerciseResultManipulatorService()
  10984.     {
  10985.         include_once \dirname(__DIR__4).'/src/Service/Exercise/UserExerciseResultManipulator.php';
  10986.         return $this->privates['App\\Service\\Exercise\\UserExerciseResultManipulator'] = new \App\Service\Exercise\UserExerciseResultManipulator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  10987.     }
  10988.     /**
  10989.      * Gets the private 'App\Service\Scholar\ExerciseService' shared autowired service.
  10990.      *
  10991.      * @return \App\Service\Scholar\ExerciseService
  10992.      */
  10993.     protected function getExerciseServiceService()
  10994.     {
  10995.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ExerciseService.php';
  10996.         return $this->privates['App\\Service\\Scholar\\ExerciseService'] = new \App\Service\Scholar\ExerciseService(($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
  10997.     }
  10998.     /**
  10999.      * Gets the private 'App\Service\Scholar\LessonService' shared autowired service.
  11000.      *
  11001.      * @return \App\Service\Scholar\LessonService
  11002.      */
  11003.     protected function getLessonServiceService()
  11004.     {
  11005.         include_once \dirname(__DIR__4).'/src/Service/Scholar/LessonService.php';
  11006.         return $this->privates['App\\Service\\Scholar\\LessonService'] = new \App\Service\Scholar\LessonService(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] ?? $this->getAchievementTimeLogRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] ?? $this->getAchievementLessonRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] ?? $this->getAchievementChapterRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\Scholar\\ExerciseService'] ?? $this->getExerciseServiceService()), ($this->privates['App\\Service\\Scholar\\PracticalCaseService'] ?? $this->getPracticalCaseServiceService()), ($this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] ?? $this->getLessonReviewRepositoryService()));
  11007.     }
  11008.     /**
  11009.      * Gets the private 'App\Service\Scholar\ModuleService' shared autowired service.
  11010.      *
  11011.      * @return \App\Service\Scholar\ModuleService
  11012.      */
  11013.     protected function getModuleServiceService()
  11014.     {
  11015.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ModuleService.php';
  11016.         return $this->privates['App\\Service\\Scholar\\ModuleService'] = new \App\Service\Scholar\ModuleService(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()));
  11017.     }
  11018.     /**
  11019.      * Gets the private 'App\Service\Scholar\PermissionNotificationMailer' shared autowired service.
  11020.      *
  11021.      * @return \App\Service\Scholar\PermissionNotificationMailer
  11022.      */
  11023.     protected function getPermissionNotificationMailerService()
  11024.     {
  11025.         include_once \dirname(__DIR__4).'/src/Service/Scholar/PermissionNotificationMailer.php';
  11026.         return $this->privates['App\\Service\\Scholar\\PermissionNotificationMailer'] = new \App\Service\Scholar\PermissionNotificationMailer(($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['router'] ?? $this->getRouterService()));
  11027.     }
  11028.     /**
  11029.      * Gets the private 'App\Service\Scholar\PracticalCaseService' shared autowired service.
  11030.      *
  11031.      * @return \App\Service\Scholar\PracticalCaseService
  11032.      */
  11033.     protected function getPracticalCaseServiceService()
  11034.     {
  11035.         include_once \dirname(__DIR__4).'/src/Service/Scholar/PracticalCaseService.php';
  11036.         return $this->privates['App\\Service\\Scholar\\PracticalCaseService'] = new \App\Service\Scholar\PracticalCaseService(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()));
  11037.     }
  11038.     /**
  11039.      * Gets the private 'App\Service\Scholar\ScholarNavigationSecurityService' shared autowired service.
  11040.      *
  11041.      * @return \App\Service\Scholar\ScholarNavigationSecurityService
  11042.      */
  11043.     protected function getScholarNavigationSecurityServiceService()
  11044.     {
  11045.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ScholarNavigationSecurityService.php';
  11046.         return $this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] = new \App\Service\Scholar\ScholarNavigationSecurityService(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()), ($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
  11047.     }
  11048.     /**
  11049.      * Gets the private 'App\Service\Scholar\ScholarNavigationService' shared autowired service.
  11050.      *
  11051.      * @return \App\Service\Scholar\ScholarNavigationService
  11052.      */
  11053.     protected function getScholarNavigationServiceService()
  11054.     {
  11055.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ScholarNavigationService.php';
  11056.         return $this->privates['App\\Service\\Scholar\\ScholarNavigationService'] = new \App\Service\Scholar\ScholarNavigationService(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] ?? $this->getScholarNavigationSecurityServiceService()));
  11057.     }
  11058.     /**
  11059.      * Gets the private 'App\Service\Scholar\StatusService' shared autowired service.
  11060.      *
  11061.      * @return \App\Service\Scholar\StatusService
  11062.      */
  11063.     protected function getStatusServiceService()
  11064.     {
  11065.         include_once \dirname(__DIR__4).'/src/Service/Scholar/StatusService.php';
  11066.         return $this->privates['App\\Service\\Scholar\\StatusService'] = new \App\Service\Scholar\StatusService(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()));
  11067.     }
  11068.     /**
  11069.      * Gets the private 'App\Service\Scholar\TrainingApiService' shared autowired service.
  11070.      *
  11071.      * @return \App\Service\Scholar\TrainingApiService
  11072.      */
  11073.     protected function getTrainingApiServiceService()
  11074.     {
  11075.         include_once \dirname(__DIR__4).'/src/Service/Scholar/TrainingApiService.php';
  11076.         return $this->privates['App\\Service\\Scholar\\TrainingApiService'] = new \App\Service\Scholar\TrainingApiService(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] ?? $this->getMailerService()));
  11077.     }
  11078.     /**
  11079.      * Gets the private 'App\Service\Scholar\TrainingService' shared autowired service.
  11080.      *
  11081.      * @return \App\Service\Scholar\TrainingService
  11082.      */
  11083.     protected function getTrainingServiceService()
  11084.     {
  11085.         include_once \dirname(__DIR__4).'/src/Service/Scholar/TrainingService.php';
  11086.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Enum/EnumForFormInterface.php';
  11087.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Enum/AbstractEnumForForm.php';
  11088.         include_once \dirname(__DIR__4).'/src/Enum/ScholarTrainingDiplomaEnum.php';
  11089.         return $this->privates['App\\Service\\Scholar\\TrainingService'] = new \App\Service\Scholar\TrainingService(($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()), new \App\Enum\ScholarTrainingDiplomaEnum(), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()));
  11090.     }
  11091.     /**
  11092.      * Gets the private 'App\Service\ShareContent\ShareLessonService' shared autowired service.
  11093.      *
  11094.      * @return \App\Service\ShareContent\ShareLessonService
  11095.      */
  11096.     protected function getShareLessonServiceService()
  11097.     {
  11098.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareServiceInterface.php';
  11099.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareLessonService.php';
  11100.         return $this->privates['App\\Service\\ShareContent\\ShareLessonService'] = new \App\Service\ShareContent\ShareLessonService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  11101.     }
  11102.     /**
  11103.      * Gets the private 'App\Service\ShareContent\ShareModuleService' shared autowired service.
  11104.      *
  11105.      * @return \App\Service\ShareContent\ShareModuleService
  11106.      */
  11107.     protected function getShareModuleServiceService()
  11108.     {
  11109.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareServiceInterface.php';
  11110.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareModuleService.php';
  11111.         return $this->privates['App\\Service\\ShareContent\\ShareModuleService'] = new \App\Service\ShareContent\ShareModuleService(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()));
  11112.     }
  11113.     /**
  11114.      * Gets the private 'App\Service\ShareContent\ShareTrainingService' shared autowired service.
  11115.      *
  11116.      * @return \App\Service\ShareContent\ShareTrainingService
  11117.      */
  11118.     protected function getShareTrainingServiceService()
  11119.     {
  11120.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareServiceInterface.php';
  11121.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareTrainingService.php';
  11122.         return $this->privates['App\\Service\\ShareContent\\ShareTrainingService'] = new \App\Service\ShareContent\ShareTrainingService(($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  11123.     }
  11124.     /**
  11125.      * Gets the private 'App\Service\ShareContent\shareScholarService' shared autowired service.
  11126.      *
  11127.      * @return \App\Service\ShareContent\shareScholarService
  11128.      */
  11129.     protected function getShareScholarServiceService()
  11130.     {
  11131.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/shareScholarService.php';
  11132.         return $this->privates['App\\Service\\ShareContent\\shareScholarService'] = new \App\Service\ShareContent\shareScholarService(($this->privates['App\\Service\\ShareContent\\ShareTrainingService'] ?? $this->getShareTrainingServiceService()), ($this->privates['App\\Service\\ShareContent\\ShareModuleService'] ?? $this->getShareModuleServiceService()), ($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11133.     }
  11134.     /**
  11135.      * Gets the private 'App\Twig\Component\NellappVideoPlayer' autowired service.
  11136.      *
  11137.      * @return \App\Twig\Component\NellappVideoPlayer
  11138.      */
  11139.     protected function getNellappVideoPlayerService()
  11140.     {
  11141.         include_once \dirname(__DIR__4).'/src/Twig/Component/NellappVideoPlayer.php';
  11142.         $this->factories['service_container']['App\\Twig\\Component\\NellappVideoPlayer'] = function () {
  11143.             return new \App\Twig\Component\NellappVideoPlayer();
  11144.         };
  11145.         return $this->factories['service_container']['App\\Twig\\Component\\NellappVideoPlayer']();
  11146.     }
  11147.     /**
  11148.      * Gets the private 'App\Twig\Component\Scholar\HorizontalTrainingCard' autowired service.
  11149.      *
  11150.      * @return \App\Twig\Component\Scholar\HorizontalTrainingCard
  11151.      */
  11152.     protected function getHorizontalTrainingCardService()
  11153.     {
  11154.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/HorizontalTrainingCard.php';
  11155.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\HorizontalTrainingCard'] = function () {
  11156.             return new \App\Twig\Component\Scholar\HorizontalTrainingCard(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
  11157.         };
  11158.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\HorizontalTrainingCard']();
  11159.     }
  11160.     /**
  11161.      * Gets the private 'App\Twig\Component\Scholar\SubTrainingCard\CardImage' autowired service.
  11162.      *
  11163.      * @return \App\Twig\Component\Scholar\SubTrainingCard\CardImage
  11164.      */
  11165.     protected function getCardImageService()
  11166.     {
  11167.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/SubTrainingCard/CardImage.php';
  11168.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage'] = function () {
  11169.             return new \App\Twig\Component\Scholar\SubTrainingCard\CardImage(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
  11170.         };
  11171.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage']();
  11172.     }
  11173.     /**
  11174.      * Gets the private 'App\Twig\Component\Scholar\SubTrainingCard\CardModality' autowired service.
  11175.      *
  11176.      * @return \App\Twig\Component\Scholar\SubTrainingCard\CardModality
  11177.      */
  11178.     protected function getCardModalityService()
  11179.     {
  11180.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/SubTrainingCard/CardModality.php';
  11181.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality'] = function () {
  11182.             return new \App\Twig\Component\Scholar\SubTrainingCard\CardModality(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['App\\Service\\ChannelUserData\\CursusService'] ?? $this->getCursusServiceService()));
  11183.         };
  11184.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality']();
  11185.     }
  11186.     /**
  11187.      * Gets the private 'App\Twig\Component\Scholar\TrainingCard' autowired service.
  11188.      *
  11189.      * @return \App\Twig\Component\Scholar\TrainingCard
  11190.      */
  11191.     protected function getTrainingCardService()
  11192.     {
  11193.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/TrainingCard.php';
  11194.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\TrainingCard'] = function () {
  11195.             return new \App\Twig\Component\Scholar\TrainingCard();
  11196.         };
  11197.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\TrainingCard']();
  11198.     }
  11199.     /**
  11200.      * Gets the private 'App\Twig\Runtime\Account\GetAvatarRuntime' shared autowired service.
  11201.      *
  11202.      * @return \App\Twig\Runtime\Account\GetAvatarRuntime
  11203.      */
  11204.     protected function getGetAvatarRuntimeService()
  11205.     {
  11206.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11207.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Account/GetAvatarRuntime.php';
  11208.         return $this->privates['App\\Twig\\Runtime\\Account\\GetAvatarRuntime'] = new \App\Twig\Runtime\Account\GetAvatarRuntime(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  11209.     }
  11210.     /**
  11211.      * Gets the private 'App\Twig\Runtime\Account\GetCountAnswersRuntime' shared autowired service.
  11212.      *
  11213.      * @return \App\Twig\Runtime\Account\GetCountAnswersRuntime
  11214.      */
  11215.     protected function getGetCountAnswersRuntimeService()
  11216.     {
  11217.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11218.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Account/GetCountAnswersRuntime.php';
  11219.         return $this->privates['App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime'] = new \App\Twig\Runtime\Account\GetCountAnswersRuntime(($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  11220.     }
  11221.     /**
  11222.      * Gets the private 'App\Twig\Runtime\Account\NotificationRuntime' shared autowired service.
  11223.      *
  11224.      * @return \App\Twig\Runtime\Account\NotificationRuntime
  11225.      */
  11226.     protected function getNotificationRuntimeService()
  11227.     {
  11228.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11229.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Account/NotificationRuntime.php';
  11230.         return $this->privates['App\\Twig\\Runtime\\Account\\NotificationRuntime'] = new \App\Twig\Runtime\Account\NotificationRuntime(($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
  11231.     }
  11232.     /**
  11233.      * Gets the private 'App\Twig\Runtime\Achievement\AchievementTimeLogRuntime' shared autowired service.
  11234.      *
  11235.      * @return \App\Twig\Runtime\Achievement\AchievementTimeLogRuntime
  11236.      */
  11237.     protected function getAchievementTimeLogRuntimeService()
  11238.     {
  11239.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11240.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Achievement/AchievementTimeLogRuntime.php';
  11241.         include_once \dirname(__DIR__4).'/src/Service/Achievement/AchievementTimeManager.php';
  11242.         return $this->privates['App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime'] = new \App\Twig\Runtime\Achievement\AchievementTimeLogRuntime(new \App\Service\Achievement\AchievementTimeManager(($this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] ?? $this->getAchievementTimeLogRepositoryService()), ($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService())));
  11243.     }
  11244.     /**
  11245.      * Gets the private 'App\Twig\Runtime\Achievement\ProgressionRuntime' shared autowired service.
  11246.      *
  11247.      * @return \App\Twig\Runtime\Achievement\ProgressionRuntime
  11248.      */
  11249.     protected function getProgressionRuntimeService()
  11250.     {
  11251.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11252.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Achievement/ProgressionRuntime.php';
  11253.         include_once \dirname(__DIR__4).'/src/Service/Achievement/AchievementStatCalculator.php';
  11254.         $a = ($this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] ?? $this->getAchievementChapterRepositoryService());
  11255.         return $this->privates['App\\Twig\\Runtime\\Achievement\\ProgressionRuntime'] = new \App\Twig\Runtime\Achievement\ProgressionRuntime(new \App\Service\Achievement\AchievementStatCalculator(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), $a), ($this->privates['App\\Repository\\Achievement\\AchievementTrainingRepository'] ?? $this->getAchievementTrainingRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementModuleRepository'] ?? $this->getAchievementModuleRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] ?? $this->getAchievementLessonRepositoryService()), $a, ($this->privates['App\\Repository\\Scholar\\TrainingPermissionRepository'] ?? $this->getTrainingPermissionRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModulePermissionRepository'] ?? $this->getModulePermissionRepositoryService()), ($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()));
  11256.     }
  11257.     /**
  11258.      * Gets the private 'App\Twig\Runtime\AdviceRuntime' shared autowired service.
  11259.      *
  11260.      * @return \App\Twig\Runtime\AdviceRuntime
  11261.      */
  11262.     protected function getAdviceRuntimeService()
  11263.     {
  11264.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11265.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/AdviceRuntime.php';
  11266.         return $this->privates['App\\Twig\\Runtime\\AdviceRuntime'] = new \App\Twig\Runtime\AdviceRuntime(($this->privates['App\\Service\\Advice\\AdviceManager'] ?? $this->getAdviceManagerService()));
  11267.     }
  11268.     /**
  11269.      * Gets the private 'App\Twig\Runtime\AssignableRuntime' shared autowired service.
  11270.      *
  11271.      * @return \App\Twig\Runtime\AssignableRuntime
  11272.      */
  11273.     protected function getAssignableRuntimeService()
  11274.     {
  11275.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11276.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/AssignableRuntime.php';
  11277.         include_once \dirname(__DIR__4).'/src/Enum/PracticalCaseResponseStatusEnum.php';
  11278.         return $this->privates['App\\Twig\\Runtime\\AssignableRuntime'] = new \App\Twig\Runtime\AssignableRuntime(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), new \App\Enum\PracticalCaseResponseStatusEnum());
  11279.     }
  11280.     /**
  11281.      * Gets the private 'App\Twig\Runtime\ChannelRuntime' shared autowired service.
  11282.      *
  11283.      * @return \App\Twig\Runtime\ChannelRuntime
  11284.      */
  11285.     protected function getChannelRuntimeService()
  11286.     {
  11287.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11288.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/ChannelRuntime.php';
  11289.         return $this->privates['App\\Twig\\Runtime\\ChannelRuntime'] = new \App\Twig\Runtime\ChannelRuntime();
  11290.     }
  11291.     /**
  11292.      * Gets the private 'App\Twig\Runtime\Channel\ChannelDescriptionRuntime' shared autowired service.
  11293.      *
  11294.      * @return \App\Twig\Runtime\Channel\ChannelDescriptionRuntime
  11295.      */
  11296.     protected function getChannelDescriptionRuntimeService()
  11297.     {
  11298.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11299.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/ChannelDescriptionRuntime.php';
  11300.         return $this->privates['App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime'] = new \App\Twig\Runtime\Channel\ChannelDescriptionRuntime();
  11301.     }
  11302.     /**
  11303.      * Gets the private 'App\Twig\Runtime\Channel\ChannelTrainingsRuntime' shared autowired service.
  11304.      *
  11305.      * @return \App\Twig\Runtime\Channel\ChannelTrainingsRuntime
  11306.      */
  11307.     protected function getChannelTrainingsRuntimeService()
  11308.     {
  11309.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11310.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/ChannelTrainingsRuntime.php';
  11311.         return $this->privates['App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime'] = new \App\Twig\Runtime\Channel\ChannelTrainingsRuntime(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  11312.     }
  11313.     /**
  11314.      * Gets the private 'App\Twig\Runtime\Channel\ChannelUserCheckRuntime' shared autowired service.
  11315.      *
  11316.      * @return \App\Twig\Runtime\Channel\ChannelUserCheckRuntime
  11317.      */
  11318.     protected function getChannelUserCheckRuntimeService()
  11319.     {
  11320.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11321.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/ChannelUserCheckRuntime.php';
  11322.         return $this->privates['App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime'] = new \App\Twig\Runtime\Channel\ChannelUserCheckRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  11323.     }
  11324.     /**
  11325.      * Gets the private 'App\Twig\Runtime\Channel\SharedChannelRuntime' shared autowired service.
  11326.      *
  11327.      * @return \App\Twig\Runtime\Channel\SharedChannelRuntime
  11328.      */
  11329.     protected function getSharedChannelRuntimeService()
  11330.     {
  11331.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11332.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/SharedChannelRuntime.php';
  11333.         return $this->privates['App\\Twig\\Runtime\\Channel\\SharedChannelRuntime'] = new \App\Twig\Runtime\Channel\SharedChannelRuntime(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  11334.     }
  11335.     /**
  11336.      * Gets the private 'App\Twig\Runtime\CountryRuntime' shared autowired service.
  11337.      *
  11338.      * @return \App\Twig\Runtime\CountryRuntime
  11339.      */
  11340.     protected function getCountryRuntimeService()
  11341.     {
  11342.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11343.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/CountryRuntime.php';
  11344.         return $this->privates['App\\Twig\\Runtime\\CountryRuntime'] = new \App\Twig\Runtime\CountryRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11345.     }
  11346.     /**
  11347.      * Gets the private 'App\Twig\Runtime\DateDiffRuntime' shared autowired service.
  11348.      *
  11349.      * @return \App\Twig\Runtime\DateDiffRuntime
  11350.      */
  11351.     protected function getDateDiffRuntimeService()
  11352.     {
  11353.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11354.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/DateDiffRuntime.php';
  11355.         return $this->privates['App\\Twig\\Runtime\\DateDiffRuntime'] = new \App\Twig\Runtime\DateDiffRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
  11356.     }
  11357.     /**
  11358.      * Gets the private 'App\Twig\Runtime\DateDiffShortRuntime' shared autowired service.
  11359.      *
  11360.      * @return \App\Twig\Runtime\DateDiffShortRuntime
  11361.      */
  11362.     protected function getDateDiffShortRuntimeService()
  11363.     {
  11364.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11365.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/DateDiffShortRuntime.php';
  11366.         return $this->privates['App\\Twig\\Runtime\\DateDiffShortRuntime'] = new \App\Twig\Runtime\DateDiffShortRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
  11367.     }
  11368.     /**
  11369.      * Gets the private 'App\Twig\Runtime\EntityRuntime' shared autowired service.
  11370.      *
  11371.      * @return \App\Twig\Runtime\EntityRuntime
  11372.      */
  11373.     protected function getEntityRuntimeService()
  11374.     {
  11375.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11376.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/EntityRuntime.php';
  11377.         return $this->privates['App\\Twig\\Runtime\\EntityRuntime'] = new \App\Twig\Runtime\EntityRuntime();
  11378.     }
  11379.     /**
  11380.      * Gets the private 'App\Twig\Runtime\EnumKeyTransRuntime' shared autowired service.
  11381.      *
  11382.      * @return \App\Twig\Runtime\EnumKeyTransRuntime
  11383.      */
  11384.     protected function getEnumKeyTransRuntimeService()
  11385.     {
  11386.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11387.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/EnumKeyTransRuntime.php';
  11388.         return $this->privates['App\\Twig\\Runtime\\EnumKeyTransRuntime'] = new \App\Twig\Runtime\EnumKeyTransRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
  11389.     }
  11390.     /**
  11391.      * Gets the private 'App\Twig\Runtime\FileRuntime' shared autowired service.
  11392.      *
  11393.      * @return \App\Twig\Runtime\FileRuntime
  11394.      */
  11395.     protected function getFileRuntimeService()
  11396.     {
  11397.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11398.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/FileRuntime.php';
  11399.         return $this->privates['App\\Twig\\Runtime\\FileRuntime'] = new \App\Twig\Runtime\FileRuntime(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()));
  11400.     }
  11401.     /**
  11402.      * Gets the private 'App\Twig\Runtime\FooterRuntime' shared autowired service.
  11403.      *
  11404.      * @return \App\Twig\Runtime\FooterRuntime
  11405.      */
  11406.     protected function getFooterRuntimeService()
  11407.     {
  11408.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11409.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/FooterRuntime.php';
  11410.         return $this->privates['App\\Twig\\Runtime\\FooterRuntime'] = new \App\Twig\Runtime\FooterRuntime(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  11411.     }
  11412.     /**
  11413.      * Gets the private 'App\Twig\Runtime\Forum\MessageRuntime' shared autowired service.
  11414.      *
  11415.      * @return \App\Twig\Runtime\Forum\MessageRuntime
  11416.      */
  11417.     protected function getMessageRuntimeService()
  11418.     {
  11419.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11420.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Forum/MessageRuntime.php';
  11421.         return $this->privates['App\\Twig\\Runtime\\Forum\\MessageRuntime'] = new \App\Twig\Runtime\Forum\MessageRuntime(($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  11422.     }
  11423.     /**
  11424.      * Gets the private 'App\Twig\Runtime\ImageRuntime' shared autowired service.
  11425.      *
  11426.      * @return \App\Twig\Runtime\ImageRuntime
  11427.      */
  11428.     protected function getImageRuntimeService()
  11429.     {
  11430.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11431.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/ImageRuntime.php';
  11432.         return $this->privates['App\\Twig\\Runtime\\ImageRuntime'] = new \App\Twig\Runtime\ImageRuntime();
  11433.     }
  11434.     /**
  11435.      * Gets the private 'App\Twig\Runtime\LockContentRuntime' shared autowired service.
  11436.      *
  11437.      * @return \App\Twig\Runtime\LockContentRuntime
  11438.      */
  11439.     protected function getLockContentRuntimeService()
  11440.     {
  11441.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11442.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/LockContentRuntime.php';
  11443.         return $this->privates['App\\Twig\\Runtime\\LockContentRuntime'] = new \App\Twig\Runtime\LockContentRuntime();
  11444.     }
  11445.     /**
  11446.      * Gets the private 'App\Twig\Runtime\Manager\ScholarCounterRuntime' shared autowired service.
  11447.      *
  11448.      * @return \App\Twig\Runtime\Manager\ScholarCounterRuntime
  11449.      */
  11450.     protected function getScholarCounterRuntimeService()
  11451.     {
  11452.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11453.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarCounterRuntime.php';
  11454.         return $this->privates['App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime'] = new \App\Twig\Runtime\Manager\ScholarCounterRuntime(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  11455.     }
  11456.     /**
  11457.      * Gets the private 'App\Twig\Runtime\Manager\ScholarLinkRuntime' shared autowired service.
  11458.      *
  11459.      * @return \App\Twig\Runtime\Manager\ScholarLinkRuntime
  11460.      */
  11461.     protected function getScholarLinkRuntimeService()
  11462.     {
  11463.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11464.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarLinkRuntime.php';
  11465.         return $this->privates['App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime'] = new \App\Twig\Runtime\Manager\ScholarLinkRuntime(($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()));
  11466.     }
  11467.     /**
  11468.      * Gets the private 'App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime' shared autowired service.
  11469.      *
  11470.      * @return \App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime
  11471.      */
  11472.     protected function getScholarPermissionCounterRuntimeService()
  11473.     {
  11474.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11475.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php';
  11476.         return $this->privates['App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime'] = new \App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime(($this->privates['App\\Repository\\Scholar\\TrainingPermissionRepository'] ?? $this->getTrainingPermissionRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModulePermissionRepository'] ?? $this->getModulePermissionRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
  11477.     }
  11478.     /**
  11479.      * Gets the private 'App\Twig\Runtime\RatingRuntime' shared autowired service.
  11480.      *
  11481.      * @return \App\Twig\Runtime\RatingRuntime
  11482.      */
  11483.     protected function getRatingRuntimeService()
  11484.     {
  11485.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11486.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/RatingRuntime.php';
  11487.         return $this->privates['App\\Twig\\Runtime\\RatingRuntime'] = new \App\Twig\Runtime\RatingRuntime();
  11488.     }
  11489.     /**
  11490.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarChapterRuntime' shared autowired service.
  11491.      *
  11492.      * @return \App\Twig\Runtime\Scholar\ScholarChapterRuntime
  11493.      */
  11494.     protected function getScholarChapterRuntimeService()
  11495.     {
  11496.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11497.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarChapterRuntime.php';
  11498.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime'] = new \App\Twig\Runtime\Scholar\ScholarChapterRuntime(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()), ($this->privates['App\\Repository\\Forum\\MessageRepository'] ?? $this->getMessageRepositoryService()));
  11499.     }
  11500.     /**
  11501.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarExerciseRuntime' shared autowired service.
  11502.      *
  11503.      * @return \App\Twig\Runtime\Scholar\ScholarExerciseRuntime
  11504.      */
  11505.     protected function getScholarExerciseRuntimeService()
  11506.     {
  11507.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11508.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarExerciseRuntime.php';
  11509.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime'] = new \App\Twig\Runtime\Scholar\ScholarExerciseRuntime(($this->privates['App\\Service\\Scholar\\ExerciseService'] ?? $this->getExerciseServiceService()));
  11510.     }
  11511.     /**
  11512.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarLessonRuntime' shared autowired service.
  11513.      *
  11514.      * @return \App\Twig\Runtime\Scholar\ScholarLessonRuntime
  11515.      */
  11516.     protected function getScholarLessonRuntimeService()
  11517.     {
  11518.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11519.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarLessonRuntime.php';
  11520.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime'] = new \App\Twig\Runtime\Scholar\ScholarLessonRuntime(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()));
  11521.     }
  11522.     /**
  11523.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarModuleRuntime' shared autowired service.
  11524.      *
  11525.      * @return \App\Twig\Runtime\Scholar\ScholarModuleRuntime
  11526.      */
  11527.     protected function getScholarModuleRuntimeService()
  11528.     {
  11529.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11530.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarModuleRuntime.php';
  11531.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime'] = new \App\Twig\Runtime\Scholar\ScholarModuleRuntime(($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()));
  11532.     }
  11533.     /**
  11534.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarNavigationRuntime' shared autowired service.
  11535.      *
  11536.      * @return \App\Twig\Runtime\Scholar\ScholarNavigationRuntime
  11537.      */
  11538.     protected function getScholarNavigationRuntimeService()
  11539.     {
  11540.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11541.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarNavigationRuntime.php';
  11542.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime'] = new \App\Twig\Runtime\Scholar\ScholarNavigationRuntime(($this->privates['App\\Service\\Scholar\\ScholarNavigationService'] ?? $this->getScholarNavigationServiceService()), ($this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] ?? $this->getScholarNavigationSecurityServiceService()));
  11543.     }
  11544.     /**
  11545.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime' shared autowired service.
  11546.      *
  11547.      * @return \App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime
  11548.      */
  11549.     protected function getScholarPracticalCaseRuntimeService()
  11550.     {
  11551.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11552.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarPracticalCaseRuntime.php';
  11553.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime'] = new \App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()), ($this->privates['App\\Service\\Scholar\\PracticalCaseService'] ?? $this->getPracticalCaseServiceService()));
  11554.     }
  11555.     /**
  11556.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarStatusRuntime' shared autowired service.
  11557.      *
  11558.      * @return \App\Twig\Runtime\Scholar\ScholarStatusRuntime
  11559.      */
  11560.     protected function getScholarStatusRuntimeService()
  11561.     {
  11562.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11563.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarStatusRuntime.php';
  11564.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime'] = new \App\Twig\Runtime\Scholar\ScholarStatusRuntime(($this->privates['App\\Service\\Scholar\\StatusService'] ?? $this->getStatusServiceService()));
  11565.     }
  11566.     /**
  11567.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime' shared autowired service.
  11568.      *
  11569.      * @return \App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime
  11570.      */
  11571.     protected function getScholarTrainingDescriptionRuntimeService()
  11572.     {
  11573.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11574.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarTrainingDescriptionRuntime.php';
  11575.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime'] = new \App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime();
  11576.     }
  11577.     /**
  11578.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingRuntime' shared autowired service.
  11579.      *
  11580.      * @return \App\Twig\Runtime\Scholar\ScholarTrainingRuntime
  11581.      */
  11582.     protected function getScholarTrainingRuntimeService()
  11583.     {
  11584.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11585.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarTrainingRuntime.php';
  11586.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime'] = new \App\Twig\Runtime\Scholar\ScholarTrainingRuntime(($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\ChannelUserData\\CursusService'] ?? $this->getCursusServiceService()), ($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] ?? $this->getImageRunTime2Service()));
  11587.     }
  11588.     /**
  11589.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime' shared autowired service.
  11590.      *
  11591.      * @return \App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime
  11592.      */
  11593.     protected function getScholarTrainingTypeRuntimeService()
  11594.     {
  11595.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11596.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarTrainingTypeRuntime.php';
  11597.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime'] = new \App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime();
  11598.     }
  11599.     /**
  11600.      * Gets the private 'App\Twig\Runtime\SearchRuntime' shared autowired service.
  11601.      *
  11602.      * @return \App\Twig\Runtime\SearchRuntime
  11603.      */
  11604.     protected function getSearchRuntimeService()
  11605.     {
  11606.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11607.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/SearchRuntime.php';
  11608.         return $this->privates['App\\Twig\\Runtime\\SearchRuntime'] = new \App\Twig\Runtime\SearchRuntime(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  11609.     }
  11610.     /**
  11611.      * Gets the private 'App\Twig\Runtime\SecondsToFomattedStringRuntime' shared autowired service.
  11612.      *
  11613.      * @return \App\Twig\Runtime\SecondsToFomattedStringRuntime
  11614.      */
  11615.     protected function getSecondsToFomattedStringRuntimeService()
  11616.     {
  11617.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11618.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/SecondsToFomattedStringRuntime.php';
  11619.         return $this->privates['App\\Twig\\Runtime\\SecondsToFomattedStringRuntime'] = new \App\Twig\Runtime\SecondsToFomattedStringRuntime();
  11620.     }
  11621.     /**
  11622.      * Gets the private 'App\Twig\Runtime\SnackRuntime' shared autowired service.
  11623.      *
  11624.      * @return \App\Twig\Runtime\SnackRuntime
  11625.      */
  11626.     protected function getSnackRuntimeService()
  11627.     {
  11628.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11629.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/SnackRuntime.php';
  11630.         return $this->privates['App\\Twig\\Runtime\\SnackRuntime'] = new \App\Twig\Runtime\SnackRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  11631.     }
  11632.     /**
  11633.      * Gets the private 'App\Twig\Runtime\TimerRuntime' shared autowired service.
  11634.      *
  11635.      * @return \App\Twig\Runtime\TimerRuntime
  11636.      */
  11637.     protected function getTimerRuntimeService()
  11638.     {
  11639.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  11640.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/TimerRuntime.php';
  11641.         return $this->privates['App\\Twig\\Runtime\\TimerRuntime'] = new \App\Twig\Runtime\TimerRuntime();
  11642.     }
  11643.     /**
  11644.      * Gets the private 'App\Validator\Constraints\HtmlTagConstraintValidator' shared autowired service.
  11645.      *
  11646.      * @return \App\Validator\Constraints\HtmlTagConstraintValidator
  11647.      */
  11648.     protected function getHtmlTagConstraintValidatorService()
  11649.     {
  11650.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11651.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11652.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/HtmlTagConstraintValidator.php';
  11653.         return $this->privates['App\\Validator\\Constraints\\HtmlTagConstraintValidator'] = new \App\Validator\Constraints\HtmlTagConstraintValidator();
  11654.     }
  11655.     /**
  11656.      * Gets the private 'App\Validator\Constraints\InjuryConstraintValidator' shared autowired service.
  11657.      *
  11658.      * @return \App\Validator\Constraints\InjuryConstraintValidator
  11659.      */
  11660.     protected function getInjuryConstraintValidatorService()
  11661.     {
  11662.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11663.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11664.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/InjuryConstraintValidator.php';
  11665.         return $this->privates['App\\Validator\\Constraints\\InjuryConstraintValidator'] = new \App\Validator\Constraints\InjuryConstraintValidator();
  11666.     }
  11667.     /**
  11668.      * Gets the private 'App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator' shared autowired service.
  11669.      *
  11670.      * @return \App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator
  11671.      */
  11672.     protected function getMultipleChoiceQuestionConstraintValidatorService()
  11673.     {
  11674.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11675.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11676.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/MultipleChoiceQuestionConstraintValidator.php';
  11677.         return $this->privates['App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator'] = new \App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator();
  11678.     }
  11679.     /**
  11680.      * Gets the private 'App\Validator\Constraints\PracticalCaseConstraintValidator' shared autowired service.
  11681.      *
  11682.      * @return \App\Validator\Constraints\PracticalCaseConstraintValidator
  11683.      */
  11684.     protected function getPracticalCaseConstraintValidatorService()
  11685.     {
  11686.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11687.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11688.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/PracticalCaseConstraintValidator.php';
  11689.         return $this->privates['App\\Validator\\Constraints\\PracticalCaseConstraintValidator'] = new \App\Validator\Constraints\PracticalCaseConstraintValidator();
  11690.     }
  11691.     /**
  11692.      * Gets the private 'App\Validator\Constraints\PracticalCaseResponseConstraintValidator' shared autowired service.
  11693.      *
  11694.      * @return \App\Validator\Constraints\PracticalCaseResponseConstraintValidator
  11695.      */
  11696.     protected function getPracticalCaseResponseConstraintValidatorService()
  11697.     {
  11698.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11699.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11700.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/PracticalCaseResponseConstraintValidator.php';
  11701.         return $this->privates['App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator'] = new \App\Validator\Constraints\PracticalCaseResponseConstraintValidator();
  11702.     }
  11703.     /**
  11704.      * Gets the private 'App\Validator\Constraints\ProductConstraintValidator' shared autowired service.
  11705.      *
  11706.      * @return \App\Validator\Constraints\ProductConstraintValidator
  11707.      */
  11708.     protected function getProductConstraintValidatorService()
  11709.     {
  11710.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  11711.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  11712.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ProductConstraintValidator.php';
  11713.         return $this->privates['App\\Validator\\Constraints\\ProductConstraintValidator'] = new \App\Validator\Constraints\ProductConstraintValidator();
  11714.     }
  11715.     /**
  11716.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  11717.      *
  11718.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  11719.      */
  11720.     protected function getManagerRegistryAwareConnectionProviderService()
  11721.     {
  11722.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  11723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  11724.         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'));
  11725.     }
  11726.     /**
  11727.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  11728.      *
  11729.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  11730.      */
  11731.     protected function getRunSqlCommandService()
  11732.     {
  11733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11734.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  11735.         $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()));
  11736.         $instance->setName('dbal:run-sql');
  11737.         return $instance;
  11738.     }
  11739.     /**
  11740.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType' shared autowired service.
  11741.      *
  11742.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType
  11743.      */
  11744.     protected function getAsyncEntityTypeService()
  11745.     {
  11746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11747.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11748.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/AsyncEntityType.php';
  11749.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  11750.     }
  11751.     /**
  11752.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType' shared autowired service.
  11753.      *
  11754.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType
  11755.      */
  11756.     protected function getSelectOrCreateTypeService()
  11757.     {
  11758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11759.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11760.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/SelectOrCreateType.php';
  11761.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'));
  11762.     }
  11763.     /**
  11764.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber' shared service.
  11765.      *
  11766.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber
  11767.      */
  11768.     protected function getBlameSubscriberService()
  11769.     {
  11770.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11771.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/BlameSubscriber.php';
  11772.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  11773.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/LazyChainBlamer.php';
  11774.         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, []));
  11775.     }
  11776.     /**
  11777.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber' shared service.
  11778.      *
  11779.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber
  11780.      */
  11781.     protected function getHierarchySlugSubscriberService()
  11782.     {
  11783.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11784.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/HierarchySlugSubscriber.php';
  11785.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/HierarchySluggerInterface.php';
  11786.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/HierarchySlugger.php';
  11787.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber(new \DrosalysWeb\ObjectExtensions\Slug\HierarchySlugger('/'));
  11788.     }
  11789.     /**
  11790.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber' shared service.
  11791.      *
  11792.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber
  11793.      */
  11794.     protected function getHierarchySubscriberService()
  11795.     {
  11796.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11797.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/HierarchySubscriber.php';
  11798.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber();
  11799.     }
  11800.     /**
  11801.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber' shared service.
  11802.      *
  11803.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber
  11804.      */
  11805.     protected function getSlugSubscriberService()
  11806.     {
  11807.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11808.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/SlugSubscriber.php';
  11809.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber();
  11810.     }
  11811.     /**
  11812.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber' shared service.
  11813.      *
  11814.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber
  11815.      */
  11816.     protected function getTimestampSubscriberService()
  11817.     {
  11818.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11819.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TimestampSubscriber.php';
  11820.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber();
  11821.     }
  11822.     /**
  11823.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber' shared service.
  11824.      *
  11825.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber
  11826.      */
  11827.     protected function getTranslationSubscriberService()
  11828.     {
  11829.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11830.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TranslationSubscriber.php';
  11831.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber();
  11832.     }
  11833.     /**
  11834.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber' shared service.
  11835.      *
  11836.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber
  11837.      */
  11838.     protected function getSlugSubscriber2Service()
  11839.     {
  11840.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11841.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/SlugSubscriber.php';
  11842.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/SluggerInterface.php';
  11843.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/Slugger.php';
  11844.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber(new \DrosalysWeb\ObjectExtensions\Slug\Slugger('-'), false);
  11845.     }
  11846.     /**
  11847.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber' shared service.
  11848.      *
  11849.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber
  11850.      */
  11851.     protected function getTimestampSubscriber2Service()
  11852.     {
  11853.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  11854.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/TimestampSubscriber.php';
  11855.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber();
  11856.     }
  11857.     /**
  11858.      * Gets the private 'Drosalys\Bundle\ApiBundle\Action\ActionRetriever' shared autowired service.
  11859.      *
  11860.      * @return \Drosalys\Bundle\ApiBundle\Action\ActionRetriever
  11861.      */
  11862.     protected function getActionRetrieverService()
  11863.     {
  11864.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] = new \Drosalys\Bundle\ApiBundle\Action\ActionRetriever(new RewindableGenerator(function () {
  11865.             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()));
  11866.             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()));
  11867.         }, 2));
  11868.     }
  11869.     /**
  11870.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber' shared autowired service.
  11871.      *
  11872.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber
  11873.      */
  11874.     protected function getActionRequestBodyDescriberService()
  11875.     {
  11876.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  11877.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11878.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  11879.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionRequestBodyDescriber.php';
  11880.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  11881.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber();
  11882.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  11883.         $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())));
  11884.         return $instance;
  11885.     }
  11886.     /**
  11887.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber' shared autowired service.
  11888.      *
  11889.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber
  11890.      */
  11891.     protected function getActionResponseDescriberService()
  11892.     {
  11893.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  11894.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11895.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  11896.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionResponseDescriber.php';
  11897.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  11898.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber();
  11899.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  11900.         $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())));
  11901.         return $instance;
  11902.     }
  11903.     /**
  11904.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber' shared autowired service.
  11905.      *
  11906.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber
  11907.      */
  11908.     protected function getOperationIdDescriberService()
  11909.     {
  11910.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  11911.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11912.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  11913.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/OperationIdDescriber.php';
  11914.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  11915.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber();
  11916.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  11917.         $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())));
  11918.         return $instance;
  11919.     }
  11920.     /**
  11921.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber' shared autowired service.
  11922.      *
  11923.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber
  11924.      */
  11925.     protected function getPaginationDescriberService()
  11926.     {
  11927.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  11928.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11929.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  11930.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/PaginationDescriber.php';
  11931.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  11932.         $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()));
  11933.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  11934.         $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())));
  11935.         return $instance;
  11936.     }
  11937.     /**
  11938.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber' shared autowired service.
  11939.      *
  11940.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber
  11941.      */
  11942.     protected function getSecurityDescriberService()
  11943.     {
  11944.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  11945.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11946.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  11947.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/SecurityDescriber.php';
  11948.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  11949.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber();
  11950.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  11951.         $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())));
  11952.         return $instance;
  11953.     }
  11954.     /**
  11955.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber' shared autowired service.
  11956.      *
  11957.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber
  11958.      */
  11959.     protected function getTagDescriberService()
  11960.     {
  11961.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  11962.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  11963.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  11964.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/TagDescriber.php';
  11965.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  11966.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber([]);
  11967.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  11968.         $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())));
  11969.         return $instance;
  11970.     }
  11971.     /**
  11972.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber' shared autowired service.
  11973.      *
  11974.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber
  11975.      */
  11976.     protected function getActionControllerSubscriberService()
  11977.     {
  11978.         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()));
  11979.     }
  11980.     /**
  11981.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber' shared autowired service.
  11982.      *
  11983.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber
  11984.      */
  11985.     protected function getActionResponseSubscriberService()
  11986.     {
  11987.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionResponseSubscriber.php';
  11988.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new RewindableGenerator(function () {
  11989.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] ?? $this->getValidationErrorResponseHandlerService());
  11990.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler()));
  11991.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] ?? $this->getPaginationResponseHandlerService());
  11992.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] ?? $this->getDefaultResponseHandlerService());
  11993.         }, 4), new RewindableGenerator(function () {
  11994.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] ?? $this->getDoctrinePersisterHandlerService());
  11995.         }, 1));
  11996.     }
  11997.     /**
  11998.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber' shared autowired service.
  11999.      *
  12000.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber
  12001.      */
  12002.     protected function getDeserializeActionControllerSubscriberService()
  12003.     {
  12004.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService()));
  12005.     }
  12006.     /**
  12007.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilter' shared autowired service.
  12008.      *
  12009.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilter
  12010.      */
  12011.     protected function getApiFilterService()
  12012.     {
  12013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12015.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilter.php';
  12016.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilter();
  12017.     }
  12018.     /**
  12019.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager' shared autowired service.
  12020.      *
  12021.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager
  12022.      */
  12023.     protected function getApiFilterManagerService()
  12024.     {
  12025.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilterManager.php';
  12026.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  12027.     }
  12028.     /**
  12029.      * Gets the private 'Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler' shared autowired service.
  12030.      *
  12031.      * @return \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler
  12032.      */
  12033.     protected function getDoctrinePersisterHandlerService()
  12034.     {
  12035.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/PersisterHandlerInterface.php';
  12036.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/DoctrinePersisterHandler.php';
  12037.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] = new \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12038.     }
  12039.     /**
  12040.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler' shared autowired service.
  12041.      *
  12042.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler
  12043.      */
  12044.     protected function getDefaultResponseHandlerService()
  12045.     {
  12046.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  12047.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  12048.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/DefaultResponseHandler.php';
  12049.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler();
  12050.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  12051.         return $instance;
  12052.     }
  12053.     /**
  12054.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler' shared autowired service.
  12055.      *
  12056.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler
  12057.      */
  12058.     protected function getPaginationResponseHandlerService()
  12059.     {
  12060.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  12061.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  12062.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/PaginationResponseHandler.php';
  12063.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler(($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilterManager'] ?? $this->getApiFilterManagerService()));
  12064.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  12065.         return $instance;
  12066.     }
  12067.     /**
  12068.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler' shared autowired service.
  12069.      *
  12070.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler
  12071.      */
  12072.     protected function getValidationErrorResponseHandlerService()
  12073.     {
  12074.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  12075.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  12076.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ValidationErrorResponseHandler.php';
  12077.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler();
  12078.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  12079.         return $instance;
  12080.     }
  12081.     /**
  12082.      * Gets the private 'Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter' shared autowired service.
  12083.      *
  12084.      * @return \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter
  12085.      */
  12086.     protected function getSerializerAdapterService()
  12087.     {
  12088.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  12089.     }
  12090.     /**
  12091.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber' shared autowired service.
  12092.      *
  12093.      * @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber
  12094.      */
  12095.     protected function getLogoutSubscriberService()
  12096.     {
  12097.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LogoutSubscriber.php';
  12098.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
  12099.     }
  12100.     /**
  12101.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber' shared autowired service.
  12102.      *
  12103.      * @return \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber
  12104.      */
  12105.     protected function getHandleExpireTokenSubscriberService()
  12106.     {
  12107.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['router'] ?? $this->getRouterService()));
  12108.     }
  12109.     /**
  12110.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  12111.      *
  12112.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber
  12113.      */
  12114.     protected function getChannelMenuDisplayedSubscriberService()
  12115.     {
  12116.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  12117.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12118.     }
  12119.     /**
  12120.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber' shared autowired service.
  12121.      *
  12122.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber
  12123.      */
  12124.     protected function getForceUserFromSetupSubscriberService()
  12125.     {
  12126.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'] = $instance = new \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
  12127.         $instance->setRepo(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()));
  12128.         return $instance;
  12129.     }
  12130.     /**
  12131.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository' shared autowired service.
  12132.      *
  12133.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository
  12134.      */
  12135.     protected function getChannelUserRoleRepositoryService()
  12136.     {
  12137.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/ChannelUserRoleRepositoryInterface.php';
  12138.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/AbstractChannelUserRoleRepository.php';
  12139.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ChannelUserRoleRepository.php';
  12140.         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()));
  12141.     }
  12142.     /**
  12143.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository' shared autowired service.
  12144.      *
  12145.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository
  12146.      */
  12147.     protected function getUserFromChannelRepositoryService()
  12148.     {
  12149.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] = new \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12150.     }
  12151.     /**
  12152.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime' shared autowired service.
  12153.      *
  12154.      * @return \Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime
  12155.      */
  12156.     protected function getUserFromChannelRuntimeService()
  12157.     {
  12158.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12159.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Runtime/UserFromChannelRuntime.php';
  12160.         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()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  12161.     }
  12162.     /**
  12163.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber' shared autowired service.
  12164.      *
  12165.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber
  12166.      */
  12167.     protected function getControllerEntityResolverSubscriberService()
  12168.     {
  12169.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12170.     }
  12171.     /**
  12172.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType' shared autowired service.
  12173.      *
  12174.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType
  12175.      */
  12176.     protected function getGroupeFilterTypeService()
  12177.     {
  12178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12180.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/GroupeFilterType.php';
  12181.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType();
  12182.     }
  12183.     /**
  12184.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType' shared autowired service.
  12185.      *
  12186.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType
  12187.      */
  12188.     protected function getSessionFilterTypeService()
  12189.     {
  12190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12192.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/SessionFilterType.php';
  12193.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType();
  12194.     }
  12195.     /**
  12196.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType' shared autowired service.
  12197.      *
  12198.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType
  12199.      */
  12200.     protected function getTrainingFilterTypeService()
  12201.     {
  12202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12204.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/TrainingFilterType.php';
  12205.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType();
  12206.     }
  12207.     /**
  12208.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\UserFilterType' shared autowired service.
  12209.      *
  12210.      * @return \Nellapp\Bundle\SDKBundle\Filter\UserFilterType
  12211.      */
  12212.     protected function getUserFilterTypeService()
  12213.     {
  12214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12216.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/UserFilterType.php';
  12217.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\UserFilterType();
  12218.     }
  12219.     /**
  12220.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType' shared autowired service.
  12221.      *
  12222.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType
  12223.      */
  12224.     protected function getNellappBooleanTypeService()
  12225.     {
  12226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12228.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappBooleanType.php';
  12229.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType();
  12230.     }
  12231.     /**
  12232.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType' shared autowired service.
  12233.      *
  12234.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType
  12235.      */
  12236.     protected function getNellappChoiceTypeService()
  12237.     {
  12238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12240.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappChoiceType.php';
  12241.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType();
  12242.     }
  12243.     /**
  12244.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter' shared autowired service.
  12245.      *
  12246.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter
  12247.      */
  12248.     protected function getCustomViewColumnsFilterService()
  12249.     {
  12250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12252.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewColumnsFilter.php';
  12253.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter();
  12254.     }
  12255.     /**
  12256.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType' shared autowired service.
  12257.      *
  12258.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType
  12259.      */
  12260.     protected function getCustomViewManagerTypeService()
  12261.     {
  12262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12264.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewManagerType.php';
  12265.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType();
  12266.     }
  12267.     /**
  12268.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType' shared autowired service.
  12269.      *
  12270.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType
  12271.      */
  12272.     protected function getEditCustomViewTypeService()
  12273.     {
  12274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12276.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/EditCustomViewType.php';
  12277.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType();
  12278.     }
  12279.     /**
  12280.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType' shared autowired service.
  12281.      *
  12282.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType
  12283.      */
  12284.     protected function getNewCustomViewTypeService()
  12285.     {
  12286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12288.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/NewCustomViewType.php';
  12289.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType();
  12290.     }
  12291.     /**
  12292.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType' shared autowired service.
  12293.      *
  12294.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType
  12295.      */
  12296.     protected function getChannelUserRoleFilterTypeService()
  12297.     {
  12298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12300.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/ChannelUserData/ChannelUserRoleFilterType.php';
  12301.         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()));
  12302.     }
  12303.     /**
  12304.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter' shared autowired service.
  12305.      *
  12306.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter
  12307.      */
  12308.     protected function getCollectionFilter2Service()
  12309.     {
  12310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12312.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Chat/CollectionFilter.php';
  12313.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter();
  12314.     }
  12315.     /**
  12316.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter' shared autowired service.
  12317.      *
  12318.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter
  12319.      */
  12320.     protected function getCollectionFilter3Service()
  12321.     {
  12322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12324.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/EventUserProgression/CollectionFilter.php';
  12325.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter();
  12326.     }
  12327.     /**
  12328.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType' shared autowired service.
  12329.      *
  12330.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType
  12331.      */
  12332.     protected function getChannelUserRoleSelektorFilterTypeService()
  12333.     {
  12334.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12335.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12336.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/ChannelUserRoleSelektorFilterType.php';
  12337.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType();
  12338.     }
  12339.     /**
  12340.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType' shared autowired service.
  12341.      *
  12342.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType
  12343.      */
  12344.     protected function getUserSelektorFilterTypeService()
  12345.     {
  12346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12348.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/UserSelektorFilterType.php';
  12349.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType();
  12350.     }
  12351.     /**
  12352.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabContainerType' shared autowired service.
  12353.      *
  12354.      * @return \Nellapp\Bundle\SDKBundle\Form\TabContainerType
  12355.      */
  12356.     protected function getTabContainerTypeService()
  12357.     {
  12358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12360.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabContainerType.php';
  12361.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'] = new \Nellapp\Bundle\SDKBundle\Form\TabContainerType();
  12362.     }
  12363.     /**
  12364.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabType' shared autowired service.
  12365.      *
  12366.      * @return \Nellapp\Bundle\SDKBundle\Form\TabType
  12367.      */
  12368.     protected function getTabTypeService()
  12369.     {
  12370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12372.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabType.php';
  12373.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabType'] = new \Nellapp\Bundle\SDKBundle\Form\TabType();
  12374.     }
  12375.     /**
  12376.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType' shared autowired service.
  12377.      *
  12378.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType
  12379.      */
  12380.     protected function getAsyncEntityType2Service()
  12381.     {
  12382.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12383.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12384.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/AsyncEntityType.php';
  12385.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType();
  12386.     }
  12387.     /**
  12388.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType' shared autowired service.
  12389.      *
  12390.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType
  12391.      */
  12392.     protected function getChannelUserRoleSelektorTypeService()
  12393.     {
  12394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12396.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ChannelUserRoleSelektorType.php';
  12397.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType();
  12398.     }
  12399.     /**
  12400.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType' shared autowired service.
  12401.      *
  12402.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType
  12403.      */
  12404.     protected function getGroupSelektorTypeService()
  12405.     {
  12406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12408.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/GroupSelektorType.php';
  12409.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType();
  12410.     }
  12411.     /**
  12412.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType' shared autowired service.
  12413.      *
  12414.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType
  12415.      */
  12416.     protected function getPlaceSelektorTypeService()
  12417.     {
  12418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12420.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/PlaceSelektorType.php';
  12421.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType();
  12422.     }
  12423.     /**
  12424.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType' shared autowired service.
  12425.      *
  12426.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType
  12427.      */
  12428.     protected function getUserSelektorTypeService()
  12429.     {
  12430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12432.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/UserSelektorType.php';
  12433.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType();
  12434.     }
  12435.     /**
  12436.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService' shared autowired service.
  12437.      *
  12438.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService
  12439.      */
  12440.     protected function getChannelGetterServiceService()
  12441.     {
  12442.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterInterface.php';
  12443.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterService.php';
  12444.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  12445.     }
  12446.     /**
  12447.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber' shared autowired service.
  12448.      *
  12449.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber
  12450.      */
  12451.     protected function getValidGlobalChannelAndUserSubscriberService()
  12452.     {
  12453.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12454.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Doctrine/EventSubscriber/ValidGlobalChannelAndUserSubscriber.php';
  12455.         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()));
  12456.     }
  12457.     /**
  12458.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService' shared autowired service.
  12459.      *
  12460.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService
  12461.      */
  12462.     protected function getGlobalEntitiesServiceService()
  12463.     {
  12464.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntitiesService.php';
  12465.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  12466.     }
  12467.     /**
  12468.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys' shared autowired service.
  12469.      *
  12470.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys
  12471.      */
  12472.     protected function getGlobalEntityKeysService()
  12473.     {
  12474.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntityKeys.php';
  12475.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys($this->parameters['nellapp_sdk.global_getter.global_entities']);
  12476.     }
  12477.     /**
  12478.      * Gets the private 'Nellapp\Bundle\SDKBundle\Mailer\Mailer' shared autowired service.
  12479.      *
  12480.      * @return \Nellapp\Bundle\SDKBundle\Mailer\Mailer
  12481.      */
  12482.     protected function getMailerService()
  12483.     {
  12484.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Mailer/Mailer.php';
  12485.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] = $instance = new \Nellapp\Bundle\SDKBundle\Mailer\Mailer($this->getEnv('MAIL_SENDER'), $this->getEnv('MAIL_SENDER_NAME'), $this->getEnv('BREVO_API_URL'), $this->getEnv('BREVO_API_KEY'), $this->getEnv('MAIL_DEV_ADDRESS'), $this->getEnv('bool:MAIL_TO_DEV'), $this->getEnv('bool:ACTIVE_MAIL'), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  12486.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12487.         return $instance;
  12488.     }
  12489.     /**
  12490.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService' shared autowired service.
  12491.      *
  12492.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService
  12493.      */
  12494.     protected function getChannelUserDataMenuDisplayedServiceService()
  12495.     {
  12496.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedService.php';
  12497.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelMenuDisplayedInterface.php';
  12498.         include_once \dirname(__DIR__4).'/src/SdkBundle/Permission/ChannelMenuDisplayed.php';
  12499.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService(new \App\SdkBundle\Permission\ChannelMenuDisplayed(), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService()));
  12500.     }
  12501.     /**
  12502.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager' shared autowired service.
  12503.      *
  12504.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager
  12505.      */
  12506.     protected function getChannelResourceManagerService()
  12507.     {
  12508.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceManager.php';
  12509.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
  12510.     }
  12511.     /**
  12512.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService' shared autowired service.
  12513.      *
  12514.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService
  12515.      */
  12516.     protected function getChannelResourceServiceService()
  12517.     {
  12518.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceService.php';
  12519.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Client/ApiInternalClient.php';
  12520.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceManager'] ?? $this->getChannelResourceManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()), new \Nellapp\Bundle\SDKBundle\ApiInternal\Client\ApiInternalClient($this->getEnv('APP_SECRET')));
  12521.     }
  12522.     /**
  12523.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager' shared autowired service.
  12524.      *
  12525.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager
  12526.      */
  12527.     protected function getChannelUserPermissionManagerService()
  12528.     {
  12529.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionManager.php';
  12530.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($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);
  12531.     }
  12532.     /**
  12533.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService' shared autowired service.
  12534.      *
  12535.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService
  12536.      */
  12537.     protected function getChannelUserPermissionServiceService()
  12538.     {
  12539.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionService.php';
  12540.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()));
  12541.     }
  12542.     /**
  12543.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand' shared autowired service.
  12544.      *
  12545.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand
  12546.      */
  12547.     protected function getCheckChannelMenuDisplayedCommandService()
  12548.     {
  12549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12550.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CheckChannelMenuDisplayedCommand.php';
  12551.         $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()));
  12552.         $instance->setName('nellapp:check:menu-displayed');
  12553.         $instance->setDescription('Check the channel menu displayed for the given ChannelUserData');
  12554.         return $instance;
  12555.     }
  12556.     /**
  12557.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  12558.      *
  12559.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber
  12560.      */
  12561.     protected function getChannelMenuDisplayedSubscriber2Service()
  12562.     {
  12563.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12564.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  12565.         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\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService()));
  12566.     }
  12567.     /**
  12568.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber' shared autowired service.
  12569.      *
  12570.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber
  12571.      */
  12572.     protected function getPermissionConstraintSubscriberService()
  12573.     {
  12574.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12575.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/Mapping/PermissionConstraintSubscriber.php';
  12576.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber();
  12577.     }
  12578.     /**
  12579.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager' shared autowired service.
  12580.      *
  12581.      * @return \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager
  12582.      */
  12583.     protected function getChannelUserPermissionEnumManagerService()
  12584.     {
  12585.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Enum/ChannelUserPermissionEnumManager.php';
  12586.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager(new RewindableGenerator(function () {
  12587.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserAsyncPermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserAsyncPermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserAsyncPermissionEnum()));
  12588.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserModulePermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserModulePermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserModulePermissionEnum()));
  12589.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum()));
  12590.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum()));
  12591.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum()));
  12592.         }, 5));
  12593.     }
  12594.     /**
  12595.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType' shared autowired service.
  12596.      *
  12597.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType
  12598.      */
  12599.     protected function getChannelUserPermissionEnumTypeService()
  12600.     {
  12601.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12603.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionEnumType.php';
  12604.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType();
  12605.     }
  12606.     /**
  12607.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType' shared autowired service.
  12608.      *
  12609.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType
  12610.      */
  12611.     protected function getChannelUserPermissionResourceTypeService()
  12612.     {
  12613.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12615.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionResourceType.php';
  12616.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType();
  12617.     }
  12618.     /**
  12619.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter' shared autowired service.
  12620.      *
  12621.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter
  12622.      */
  12623.     protected function getChannelUserDataFilterService()
  12624.     {
  12625.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12627.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserDataFilter.php';
  12628.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter(($this->services['router'] ?? $this->getRouterService()));
  12629.     }
  12630.     /**
  12631.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter' shared autowired service.
  12632.      *
  12633.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter
  12634.      */
  12635.     protected function getChannelUserPermissionResourceFilterService()
  12636.     {
  12637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12639.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserPermissionResourceFilter.php';
  12640.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter();
  12641.     }
  12642.     /**
  12643.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType' shared autowired service.
  12644.      *
  12645.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType
  12646.      */
  12647.     protected function getMultipleResourcePermissionsTypeService()
  12648.     {
  12649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12651.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/MultipleResourcePermissionsType.php';
  12652.         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()));
  12653.     }
  12654.     /**
  12655.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType' shared autowired service.
  12656.      *
  12657.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType
  12658.      */
  12659.     protected function getSelectUserForChannelResourcePermissionTypeService()
  12660.     {
  12661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12663.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/SelectUserForChannelResourcePermissionType.php';
  12664.         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()));
  12665.     }
  12666.     /**
  12667.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper' shared autowired service.
  12668.      *
  12669.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper
  12670.      */
  12671.     protected function getAuthorizationHelperService()
  12672.     {
  12673.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Authorization/AuthorizationHelper.php';
  12674.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  12675.     }
  12676.     /**
  12677.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager' shared autowired service.
  12678.      *
  12679.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager
  12680.      */
  12681.     protected function getChannelUserPermissionHierarchyManagerService()
  12682.     {
  12683.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Hierarchy/ChannelUserPermissionHierarchyManager.php';
  12684.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager(new RewindableGenerator(function () {
  12685.             yield => ($this->privates['App\\Security\\Hierarchy\\ChannelModulePermissionHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelModulePermissionHierarchy'] = new \App\Security\Hierarchy\ChannelModulePermissionHierarchy()));
  12686.             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()));
  12687.             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()));
  12688.             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()));
  12689.         }, 4));
  12690.     }
  12691.     /**
  12692.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime' shared autowired service.
  12693.      *
  12694.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime
  12695.      */
  12696.     protected function getChannelUserDataPermissionRuntimeService()
  12697.     {
  12698.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12699.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php';
  12700.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'] = new \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  12701.     }
  12702.     /**
  12703.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime' shared autowired service.
  12704.      *
  12705.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime
  12706.      */
  12707.     protected function getTranslateRuntimeService()
  12708.     {
  12709.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12710.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php';
  12711.         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()));
  12712.     }
  12713.     /**
  12714.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime' shared autowired service.
  12715.      *
  12716.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime
  12717.      */
  12718.     protected function getUserOwnerRuntimeService()
  12719.     {
  12720.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12721.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/UserOwnerRuntime.php';
  12722.         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()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  12723.     }
  12724.     /**
  12725.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter' shared autowired service.
  12726.      *
  12727.      * @return \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter
  12728.      */
  12729.     protected function getUserOwnerGetterService()
  12730.     {
  12731.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/UserOwnerGetter.php';
  12732.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] = new \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter(new RewindableGenerator(function () {
  12733.             return new \EmptyIterator();
  12734.         }, 0));
  12735.     }
  12736.     /**
  12737.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime' shared autowired service.
  12738.      *
  12739.      * @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime
  12740.      */
  12741.     protected function getUrlGeneratorRuntimeService()
  12742.     {
  12743.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  12744.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/UrlGeneratorRuntime.php';
  12745.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime'] = new \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
  12746.     }
  12747.     /**
  12748.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient' shared autowired service.
  12749.      *
  12750.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient
  12751.      */
  12752.     protected function getUserClientService()
  12753.     {
  12754.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12755.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12756.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12757.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/UserClient.php';
  12758.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12759.     }
  12760.     /**
  12761.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient' shared autowired service.
  12762.      *
  12763.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusClient
  12764.      */
  12765.     protected function getAbstractCursusClientService()
  12766.     {
  12767.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12768.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12769.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12770.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/AbstractCursusClient.php';
  12771.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12772.     }
  12773.     /**
  12774.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient' shared autowired service.
  12775.      *
  12776.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataClient
  12777.      */
  12778.     protected function getChannelUserDataClientService()
  12779.     {
  12780.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12781.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12782.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12783.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/ChannelUserDataClient.php';
  12784.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12785.     }
  12786.     /**
  12787.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient' shared autowired service.
  12788.      *
  12789.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient
  12790.      */
  12791.     protected function getChannelClientService()
  12792.     {
  12793.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12794.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12795.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12796.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelClient.php';
  12797.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12798.     }
  12799.     /**
  12800.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient' shared autowired service.
  12801.      *
  12802.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient
  12803.      */
  12804.     protected function getChannelUserRoleClientService()
  12805.     {
  12806.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12807.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12808.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12809.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserRoleClient.php';
  12810.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12811.     }
  12812.     /**
  12813.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient' shared autowired service.
  12814.      *
  12815.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient
  12816.      */
  12817.     protected function getChannelUserServicePermissionClientService()
  12818.     {
  12819.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12820.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12821.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12822.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserServicePermissionClient.php';
  12823.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12824.     }
  12825.     /**
  12826.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient' shared autowired service.
  12827.      *
  12828.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient
  12829.      */
  12830.     protected function getChannelUserSessionPermissionClientService()
  12831.     {
  12832.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12833.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12834.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12835.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserSessionPermissionClient.php';
  12836.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12837.     }
  12838.     /**
  12839.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient' shared autowired service.
  12840.      *
  12841.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient
  12842.      */
  12843.     protected function getGroupClientService()
  12844.     {
  12845.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12846.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12847.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12848.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/GroupClient.php';
  12849.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12850.     }
  12851.     /**
  12852.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient' shared autowired service.
  12853.      *
  12854.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient
  12855.      */
  12856.     protected function getPlaceClientService()
  12857.     {
  12858.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12859.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12860.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12861.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/PlaceClient.php';
  12862.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12863.     }
  12864.     /**
  12865.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient' shared autowired service.
  12866.      *
  12867.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient
  12868.      */
  12869.     protected function getRoomClientService()
  12870.     {
  12871.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12872.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12873.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12874.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/RoomClient.php';
  12875.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12876.     }
  12877.     /**
  12878.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient' shared autowired service.
  12879.      *
  12880.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient
  12881.      */
  12882.     protected function getServiceClientService()
  12883.     {
  12884.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12885.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12886.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12887.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ServiceClient.php';
  12888.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12889.     }
  12890.     /**
  12891.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient' shared autowired service.
  12892.      *
  12893.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient
  12894.      */
  12895.     protected function getSessionClientService()
  12896.     {
  12897.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12898.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12899.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12900.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/SessionClient.php';
  12901.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12902.     }
  12903.     /**
  12904.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient' shared autowired service.
  12905.      *
  12906.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient
  12907.      */
  12908.     protected function getTrainingClientService()
  12909.     {
  12910.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12911.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12912.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12913.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/TrainingClient.php';
  12914.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12915.     }
  12916.     /**
  12917.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient' shared autowired service.
  12918.      *
  12919.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient
  12920.      */
  12921.     protected function getUserFromChannelClientService()
  12922.     {
  12923.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12924.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12925.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12926.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/UserFromChannelClient.php';
  12927.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12928.     }
  12929.     /**
  12930.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient' shared autowired service.
  12931.      *
  12932.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncAdditionalData\AdditionalDataClient
  12933.      */
  12934.     protected function getAdditionalDataClientService()
  12935.     {
  12936.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncApiClientInterface.php';
  12937.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SerializerAwareTrait.php';
  12938.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractClient.php';
  12939.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncAdditionalData/AdditionalDataClient.php';
  12940.         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()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  12941.     }
  12942.     /**
  12943.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand' shared autowired service.
  12944.      *
  12945.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand
  12946.      */
  12947.     protected function getFailedMessageCommandService()
  12948.     {
  12949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12950.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/FailedMessageCommand.php';
  12951.         $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()));
  12952.         $instance->setName('nellapp:failed-message');
  12953.         return $instance;
  12954.     }
  12955.     /**
  12956.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand' shared autowired service.
  12957.      *
  12958.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand
  12959.      */
  12960.     protected function getFullRefreshClassCommandService()
  12961.     {
  12962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12963.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/FullRefreshClassCommand.php';
  12964.         $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()));
  12965.         $instance->setName('nellapp:force-full-refresh');
  12966.         $instance->setDescription('Force full refresh of a class');
  12967.         return $instance;
  12968.     }
  12969.     /**
  12970.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand' shared autowired service.
  12971.      *
  12972.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand
  12973.      */
  12974.     protected function getRefreshClassCommandService()
  12975.     {
  12976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12977.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshClassCommand.php';
  12978.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorManager.php';
  12979.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ClientManager.php';
  12980.         $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 () {
  12981.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  12982.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
  12983.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydrator2Service());
  12984.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydrator2Service());
  12985.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService());
  12986.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService());
  12987.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService());
  12988.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  12989.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
  12990.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
  12991.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
  12992.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
  12993.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
  12994.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
  12995.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService());
  12996.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
  12997.         }, 16)), new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ClientManager(new RewindableGenerator(function () {
  12998.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  12999.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  13000.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  13001.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  13002.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  13003.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  13004.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  13005.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  13006.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  13007.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  13008.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  13009.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  13010.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService());
  13011.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService());
  13012.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncAdditionalData\\AdditionalDataClient'] ?? $this->getAdditionalDataClientService());
  13013.         }, 15)), ($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()));
  13014.         $instance->setName('nellapp:force-refresh');
  13015.         $instance->setDescription('Force refresh of a class');
  13016.         return $instance;
  13017.     }
  13018.     /**
  13019.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand' shared autowired service.
  13020.      *
  13021.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand
  13022.      */
  13023.     protected function getRefreshOneCommandService()
  13024.     {
  13025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13026.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshOneCommand.php';
  13027.         $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()));
  13028.         $instance->setName('nellapp:force-refresh-one');
  13029.         $instance->setDescription('Force refresh of an entity');
  13030.         return $instance;
  13031.     }
  13032.     /**
  13033.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand' shared autowired service.
  13034.      *
  13035.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand
  13036.      */
  13037.     protected function getUserFromChannelCommandService()
  13038.     {
  13039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13040.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/UserFromChannelCommand.php';
  13041.         $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()));
  13042.         $instance->setName('nellapp:force-sync:ufc');
  13043.         $instance->setDescription('Force sync all UserFromChannel');
  13044.         return $instance;
  13045.     }
  13046.     /**
  13047.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand' shared autowired service.
  13048.      *
  13049.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand
  13050.      */
  13051.     protected function getSyncOneCommandService()
  13052.     {
  13053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13054.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/SyncOneCommand.php';
  13055.         $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()));
  13056.         $instance->setName('nellapp:sync:one');
  13057.         $instance->setDescription('Manual sync by id');
  13058.         return $instance;
  13059.     }
  13060.     /**
  13061.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher' shared autowired service.
  13062.      *
  13063.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher
  13064.      */
  13065.     protected function getUserRefresherService()
  13066.     {
  13067.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  13068.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  13069.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Account/UserRefresher.php';
  13070.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()));
  13071.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13072.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher'] = $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  13073.         return $instance;
  13074.     }
  13075.     /**
  13076.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher' shared autowired service.
  13077.      *
  13078.      * @return \App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher
  13079.      */
  13080.     protected function getChannelRefresher3Service()
  13081.     {
  13082.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  13083.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  13084.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/FullRefresher/Channel/ChannelRefresher.php';
  13085.         $instance = new \App\SdkBundle\Sync\FullRefresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()));
  13086.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13087.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher'] = $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  13088.         return $instance;
  13089.     }
  13090.     /**
  13091.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager' shared autowired service.
  13092.      *
  13093.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager
  13094.      */
  13095.     protected function getFullRefreshManagerService()
  13096.     {
  13097.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefreshManager.php';
  13098.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager(new RewindableGenerator(function () {
  13099.             yield => ($this->privates['App\\SdkBundle\\Sync\\FullRefresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService());
  13100.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher3Service());
  13101.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
  13102.         }, 3));
  13103.     }
  13104.     /**
  13105.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator' shared autowired service.
  13106.      *
  13107.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator
  13108.      */
  13109.     protected function getUserHydratorService()
  13110.     {
  13111.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13112.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13113.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Account/UserHydrator.php';
  13114.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator();
  13115.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13116.         return $instance;
  13117.     }
  13118.     /**
  13119.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
  13120.      *
  13121.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
  13122.      */
  13123.     protected function getAbstractCursusHydratorService()
  13124.     {
  13125.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13126.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13127.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  13128.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService()));
  13129.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13130.         return $instance;
  13131.     }
  13132.     /**
  13133.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator' shared autowired service.
  13134.      *
  13135.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator
  13136.      */
  13137.     protected function getChannelHydratorService()
  13138.     {
  13139.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13140.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13141.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelHydrator.php';
  13142.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  13143.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13144.         return $instance;
  13145.     }
  13146.     /**
  13147.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator' shared autowired service.
  13148.      *
  13149.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator
  13150.      */
  13151.     protected function getChannelUserDataHydratorService()
  13152.     {
  13153.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13154.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13155.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserDataHydrator.php';
  13156.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService()));
  13157.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13158.         return $instance;
  13159.     }
  13160.     /**
  13161.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator' shared autowired service.
  13162.      *
  13163.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator
  13164.      */
  13165.     protected function getChannelUserRoleHydratorService()
  13166.     {
  13167.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13168.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13169.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserRoleHydrator.php';
  13170.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  13171.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13172.         return $instance;
  13173.     }
  13174.     /**
  13175.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator' shared autowired service.
  13176.      *
  13177.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator
  13178.      */
  13179.     protected function getChannelUserServicePermissionHydratorService()
  13180.     {
  13181.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13182.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13183.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserServicePermissionHydrator.php';
  13184.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService()));
  13185.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13186.         return $instance;
  13187.     }
  13188.     /**
  13189.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator' shared autowired service.
  13190.      *
  13191.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator
  13192.      */
  13193.     protected function getChannelUserSessionPermissionHydratorService()
  13194.     {
  13195.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13196.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13197.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserSessionPermissionHydrator.php';
  13198.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService()));
  13199.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13200.         return $instance;
  13201.     }
  13202.     /**
  13203.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator' shared autowired service.
  13204.      *
  13205.      * @return \App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator
  13206.      */
  13207.     protected function getGroupHydrator2Service()
  13208.     {
  13209.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13210.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13211.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/GroupHydrator.php';
  13212.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/GroupHydrator.php';
  13213.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\GroupHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService()));
  13214.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13215.         return $instance;
  13216.     }
  13217.     /**
  13218.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator' shared autowired service.
  13219.      *
  13220.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator
  13221.      */
  13222.     protected function getPlaceHydratorService()
  13223.     {
  13224.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13225.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13226.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/PlaceHydrator.php';
  13227.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  13228.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13229.         return $instance;
  13230.     }
  13231.     /**
  13232.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator' shared autowired service.
  13233.      *
  13234.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator
  13235.      */
  13236.     protected function getRoomHydratorService()
  13237.     {
  13238.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13239.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13240.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/RoomHydrator.php';
  13241.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService()));
  13242.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13243.         return $instance;
  13244.     }
  13245.     /**
  13246.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator' shared autowired service.
  13247.      *
  13248.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator
  13249.      */
  13250.     protected function getServiceHydratorService()
  13251.     {
  13252.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13253.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13254.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ServiceHydrator.php';
  13255.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  13256.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13257.         return $instance;
  13258.     }
  13259.     /**
  13260.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
  13261.      *
  13262.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator
  13263.      */
  13264.     protected function getSessionHydratorService()
  13265.     {
  13266.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13267.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13268.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
  13269.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService()));
  13270.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13271.         return $instance;
  13272.     }
  13273.     /**
  13274.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
  13275.      *
  13276.      * @return \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator
  13277.      */
  13278.     protected function getTrainingHydrator2Service()
  13279.     {
  13280.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13281.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13282.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
  13283.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/TrainingHydrator.php';
  13284.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  13285.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13286.         return $instance;
  13287.     }
  13288.     /**
  13289.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator' shared autowired service.
  13290.      *
  13291.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator
  13292.      */
  13293.     protected function getUserFromChannelHydratorService()
  13294.     {
  13295.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/HydratorInterface.php';
  13296.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/AbstractHydrator.php';
  13297.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/UserFromChannelHydrator.php';
  13298.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  13299.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13300.         return $instance;
  13301.     }
  13302.     /**
  13303.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Manipulator' shared autowired service.
  13304.      *
  13305.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Manipulator
  13306.      */
  13307.     protected function getManipulatorService()
  13308.     {
  13309.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/ManipulatorInterface.php';
  13310.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/Manipulator.php';
  13311.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Manipulator.php';
  13312.         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()));
  13313.     }
  13314.     /**
  13315.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher' shared autowired service.
  13316.      *
  13317.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher
  13318.      */
  13319.     protected function getUserRefresher2Service()
  13320.     {
  13321.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13322.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13323.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Account/UserRefresher.php';
  13324.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()));
  13325.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13326.         return $instance;
  13327.     }
  13328.     /**
  13329.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher' shared autowired service.
  13330.      *
  13331.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher
  13332.      */
  13333.     protected function getAbstractCursusRefresherService()
  13334.     {
  13335.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13336.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13337.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/AbstractCursusRefresher.php';
  13338.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService()));
  13339.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13340.         return $instance;
  13341.     }
  13342.     /**
  13343.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher' shared autowired service.
  13344.      *
  13345.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher
  13346.      */
  13347.     protected function getChannelRefresher2Service()
  13348.     {
  13349.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13350.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13351.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelRefresher.php';
  13352.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService()));
  13353.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13354.         return $instance;
  13355.     }
  13356.     /**
  13357.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher' shared autowired service.
  13358.      *
  13359.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher
  13360.      */
  13361.     protected function getChannelUserDataRefresherService()
  13362.     {
  13363.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13364.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13365.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserDataRefresher.php';
  13366.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService()));
  13367.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13368.         return $instance;
  13369.     }
  13370.     /**
  13371.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher' shared autowired service.
  13372.      *
  13373.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher
  13374.      */
  13375.     protected function getChannelUserRoleRefresherService()
  13376.     {
  13377.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13378.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13379.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserRoleRefresher.php';
  13380.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService()));
  13381.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13382.         return $instance;
  13383.     }
  13384.     /**
  13385.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher' shared autowired service.
  13386.      *
  13387.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher
  13388.      */
  13389.     protected function getChannelUserServicePermissionRefresherService()
  13390.     {
  13391.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13392.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13393.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserServicePermissionRefresher.php';
  13394.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService()));
  13395.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13396.         return $instance;
  13397.     }
  13398.     /**
  13399.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher' shared autowired service.
  13400.      *
  13401.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher
  13402.      */
  13403.     protected function getChannelUserSessionPermissionRefresherService()
  13404.     {
  13405.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13406.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13407.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserSessionPermissionRefresher.php';
  13408.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService()));
  13409.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13410.         return $instance;
  13411.     }
  13412.     /**
  13413.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher' shared autowired service.
  13414.      *
  13415.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher
  13416.      */
  13417.     protected function getGroupRefresherService()
  13418.     {
  13419.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13420.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13421.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/GroupRefresher.php';
  13422.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydrator2Service()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService()));
  13423.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13424.         return $instance;
  13425.     }
  13426.     /**
  13427.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher' shared autowired service.
  13428.      *
  13429.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher
  13430.      */
  13431.     protected function getPlaceRefresherService()
  13432.     {
  13433.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13434.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13435.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/PlaceRefresher.php';
  13436.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService()));
  13437.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13438.         return $instance;
  13439.     }
  13440.     /**
  13441.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher' shared autowired service.
  13442.      *
  13443.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher
  13444.      */
  13445.     protected function getRoomRefresherService()
  13446.     {
  13447.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13448.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13449.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/RoomRefresher.php';
  13450.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService()));
  13451.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13452.         return $instance;
  13453.     }
  13454.     /**
  13455.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher' shared autowired service.
  13456.      *
  13457.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher
  13458.      */
  13459.     protected function getServiceRefresherService()
  13460.     {
  13461.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13462.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13463.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ServiceRefresher.php';
  13464.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService()));
  13465.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13466.         return $instance;
  13467.     }
  13468.     /**
  13469.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher' shared autowired service.
  13470.      *
  13471.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher
  13472.      */
  13473.     protected function getSessionRefresherService()
  13474.     {
  13475.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13476.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13477.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/SessionRefresher.php';
  13478.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService()));
  13479.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13480.         return $instance;
  13481.     }
  13482.     /**
  13483.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher' shared autowired service.
  13484.      *
  13485.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher
  13486.      */
  13487.     protected function getTrainingRefresherService()
  13488.     {
  13489.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13490.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13491.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/TrainingRefresher.php';
  13492.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydrator2Service()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService()));
  13493.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13494.         return $instance;
  13495.     }
  13496.     /**
  13497.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher' shared autowired service.
  13498.      *
  13499.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher
  13500.      */
  13501.     protected function getUserFromChannelRefresherService()
  13502.     {
  13503.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherInterface.php';
  13504.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/AbstractRefresher.php';
  13505.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/UserFromChannelRefresher.php';
  13506.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()));
  13507.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13508.         return $instance;
  13509.     }
  13510.     /**
  13511.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager' shared autowired service.
  13512.      *
  13513.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager
  13514.      */
  13515.     protected function getRefresherManagerService()
  13516.     {
  13517.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/RefresherManager.php';
  13518.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\RefresherManager'] = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\RefresherManager(new RewindableGenerator(function () {
  13519.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
  13520.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'] ?? $this->getAbstractCursusRefresherService());
  13521.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service());
  13522.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'] ?? $this->getChannelUserDataRefresherService());
  13523.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'] ?? $this->getChannelUserRoleRefresherService());
  13524.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'] ?? $this->getChannelUserServicePermissionRefresherService());
  13525.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'] ?? $this->getChannelUserSessionPermissionRefresherService());
  13526.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'] ?? $this->getGroupRefresherService());
  13527.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'] ?? $this->getPlaceRefresherService());
  13528.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'] ?? $this->getRoomRefresherService());
  13529.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'] ?? $this->getServiceRefresherService());
  13530.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'] ?? $this->getSessionRefresherService());
  13531.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'] ?? $this->getTrainingRefresherService());
  13532.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'] ?? $this->getUserFromChannelRefresherService());
  13533.         }, 14));
  13534.     }
  13535.     /**
  13536.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever' shared autowired service.
  13537.      *
  13538.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever
  13539.      */
  13540.     protected function getUserRetrieverService()
  13541.     {
  13542.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13543.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13544.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Account/UserRetriever.php';
  13545.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService()));
  13546.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13547.         return $instance;
  13548.     }
  13549.     /**
  13550.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever' shared autowired service.
  13551.      *
  13552.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever
  13553.      */
  13554.     protected function getAbstractCursusRetrieverService()
  13555.     {
  13556.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13557.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13558.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/AbstractCursusRetriever.php';
  13559.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusClient'] ?? $this->getAbstractCursusClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService()));
  13560.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13561.         return $instance;
  13562.     }
  13563.     /**
  13564.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever' shared autowired service.
  13565.      *
  13566.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever
  13567.      */
  13568.     protected function getChannelRetrieverService()
  13569.     {
  13570.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13571.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13572.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelRetriever.php';
  13573.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService()));
  13574.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13575.         return $instance;
  13576.     }
  13577.     /**
  13578.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever' shared autowired service.
  13579.      *
  13580.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever
  13581.      */
  13582.     protected function getChannelUserDataRetrieverService()
  13583.     {
  13584.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13585.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13586.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserDataRetriever.php';
  13587.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataClient'] ?? $this->getChannelUserDataClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService()));
  13588.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13589.         return $instance;
  13590.     }
  13591.     /**
  13592.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever' shared autowired service.
  13593.      *
  13594.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever
  13595.      */
  13596.     protected function getChannelUserRoleRetrieverService()
  13597.     {
  13598.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13599.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13600.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserRoleRetriever.php';
  13601.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService()));
  13602.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13603.         return $instance;
  13604.     }
  13605.     /**
  13606.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever' shared autowired service.
  13607.      *
  13608.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever
  13609.      */
  13610.     protected function getChannelUserServicePermissionRetrieverService()
  13611.     {
  13612.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13613.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13614.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserServicePermissionRetriever.php';
  13615.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService()));
  13616.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13617.         return $instance;
  13618.     }
  13619.     /**
  13620.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever' shared autowired service.
  13621.      *
  13622.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever
  13623.      */
  13624.     protected function getChannelUserSessionPermissionRetrieverService()
  13625.     {
  13626.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13627.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13628.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserSessionPermissionRetriever.php';
  13629.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService()));
  13630.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13631.         return $instance;
  13632.     }
  13633.     /**
  13634.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever' shared autowired service.
  13635.      *
  13636.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever
  13637.      */
  13638.     protected function getGroupRetrieverService()
  13639.     {
  13640.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13641.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13642.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/GroupRetriever.php';
  13643.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydrator2Service()));
  13644.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13645.         return $instance;
  13646.     }
  13647.     /**
  13648.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever' shared autowired service.
  13649.      *
  13650.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever
  13651.      */
  13652.     protected function getPlaceRetrieverService()
  13653.     {
  13654.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13655.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13656.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/PlaceRetriever.php';
  13657.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService()));
  13658.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13659.         return $instance;
  13660.     }
  13661.     /**
  13662.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever' shared autowired service.
  13663.      *
  13664.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever
  13665.      */
  13666.     protected function getRoomRetrieverService()
  13667.     {
  13668.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13669.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13670.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/RoomRetriever.php';
  13671.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService()));
  13672.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13673.         return $instance;
  13674.     }
  13675.     /**
  13676.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever' shared autowired service.
  13677.      *
  13678.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever
  13679.      */
  13680.     protected function getServiceRetrieverService()
  13681.     {
  13682.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13683.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13684.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ServiceRetriever.php';
  13685.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService()));
  13686.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13687.         return $instance;
  13688.     }
  13689.     /**
  13690.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever' shared autowired service.
  13691.      *
  13692.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever
  13693.      */
  13694.     protected function getSessionRetrieverService()
  13695.     {
  13696.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13697.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13698.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/SessionRetriever.php';
  13699.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService()));
  13700.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13701.         return $instance;
  13702.     }
  13703.     /**
  13704.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever' shared autowired service.
  13705.      *
  13706.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever
  13707.      */
  13708.     protected function getTrainingRetrieverService()
  13709.     {
  13710.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13711.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13712.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/TrainingRetriever.php';
  13713.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydrator2Service()));
  13714.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13715.         return $instance;
  13716.     }
  13717.     /**
  13718.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever' shared autowired service.
  13719.      *
  13720.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever
  13721.      */
  13722.     protected function getUserFromChannelRetrieverService()
  13723.     {
  13724.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverInterface.php';
  13725.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/AbstractRetriever.php';
  13726.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/UserFromChannelRetriever.php';
  13727.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService()));
  13728.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13729.         return $instance;
  13730.     }
  13731.     /**
  13732.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverManager' shared autowired service.
  13733.      *
  13734.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverManager
  13735.      */
  13736.     protected function getRetrieverManagerService()
  13737.     {
  13738.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/RetrieverManager.php';
  13739.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\RetrieverManager'] = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\RetrieverManager(new RewindableGenerator(function () {
  13740.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService());
  13741.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
  13742.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  13743.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  13744.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
  13745.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'] ?? $this->getChannelUserServicePermissionRetrieverService());
  13746.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'] ?? $this->getChannelUserSessionPermissionRetrieverService());
  13747.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
  13748.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  13749.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'] ?? $this->getRoomRetrieverService());
  13750.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'] ?? $this->getServiceRetrieverService());
  13751.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  13752.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  13753.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'] ?? $this->getUserFromChannelRetrieverService());
  13754.         }, 14));
  13755.     }
  13756.     /**
  13757.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler' shared autowired service.
  13758.      *
  13759.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler
  13760.      */
  13761.     protected function getRouteHandlerService()
  13762.     {
  13763.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13764.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Handler/RouteHandler.php';
  13765.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler'] = new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Normalizer\\RouteNormalizer'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Normalizer\\RouteNormalizer'] = new \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Normalizer\RouteNormalizer())));
  13766.     }
  13767.     /**
  13768.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\UrlGenerator' shared autowired service.
  13769.      *
  13770.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\UrlGenerator
  13771.      */
  13772.     protected function getUrlGeneratorService()
  13773.     {
  13774.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Routing\UrlGenerator(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())), 'nellapp'$this->getEnv('DEFAULT_HOST'));
  13775.         $instance $instance->setNellappSdkPermissionCache(($this->services['cache.app'] ?? $this->getCache_AppService()));
  13776.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Routing\UrlGenerator'] = $instance $instance->setDebug(true);
  13777.         return $instance;
  13778.     }
  13779.     /**
  13780.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard' autowired service.
  13781.      *
  13782.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard
  13783.      */
  13784.     protected function getChannelUserProfileCardService()
  13785.     {
  13786.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/ChannelUserData/ChannelUserProfileCard.php';
  13787.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard'] = function () {
  13788.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard();
  13789.         };
  13790.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard']();
  13791.     }
  13792.     /**
  13793.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent' autowired service.
  13794.      *
  13795.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent
  13796.      */
  13797.     protected function getChannelUserPermissionFormComponentService()
  13798.     {
  13799.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionFormComponent.php';
  13800.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent'] = function () {
  13801.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent();
  13802.         };
  13803.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent']();
  13804.     }
  13805.     /**
  13806.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent' autowired service.
  13807.      *
  13808.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent
  13809.      */
  13810.     protected function getChannelUserPermissionGroupFormComponentService()
  13811.     {
  13812.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionGroupFormComponent.php';
  13813.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent'] = function () {
  13814.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] ?? $this->getChannelUserPermissionHierarchyManagerService()));
  13815.         };
  13816.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent']();
  13817.     }
  13818.     /**
  13819.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent' autowired service.
  13820.      *
  13821.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent
  13822.      */
  13823.     protected function getSdkBadgeComponentService()
  13824.     {
  13825.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/SdkBadgeComponent.php';
  13826.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent'] = function () {
  13827.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\SdkBadgeComponent();
  13828.         };
  13829.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent']();
  13830.     }
  13831.     /**
  13832.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime' shared autowired service.
  13833.      *
  13834.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime
  13835.      */
  13836.     protected function getBooleanRuntimeService()
  13837.     {
  13838.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13839.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/BooleanRuntime.php';
  13840.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime();
  13841.     }
  13842.     /**
  13843.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime' shared autowired service.
  13844.      *
  13845.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime
  13846.      */
  13847.     protected function getChannelGetterRuntimeService()
  13848.     {
  13849.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13850.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelGetterRuntime.php';
  13851.         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()));
  13852.     }
  13853.     /**
  13854.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime' shared autowired service.
  13855.      *
  13856.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime
  13857.      */
  13858.     protected function getChannelRuntime2Service()
  13859.     {
  13860.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13861.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelRuntime.php';
  13862.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime();
  13863.     }
  13864.     /**
  13865.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime' shared autowired service.
  13866.      *
  13867.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime
  13868.      */
  13869.     protected function getChannelUserDataRuntimeService()
  13870.     {
  13871.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13872.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelUserDataRuntime.php';
  13873.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()));
  13874.     }
  13875.     /**
  13876.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime' shared autowired service.
  13877.      *
  13878.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime
  13879.      */
  13880.     protected function getChatNotificationRuntimeService()
  13881.     {
  13882.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13883.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChatNotificationRuntime.php';
  13884.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  13885.     }
  13886.     /**
  13887.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime' shared autowired service.
  13888.      *
  13889.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime
  13890.      */
  13891.     protected function getCustomizableViewRuntimeService()
  13892.     {
  13893.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13894.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/CustomizableViewRuntime.php';
  13895.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime();
  13896.     }
  13897.     /**
  13898.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime' shared autowired service.
  13899.      *
  13900.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime
  13901.      */
  13902.     protected function getEnvRuntimeService()
  13903.     {
  13904.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13905.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/EnvRuntime.php';
  13906.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime('dev');
  13907.     }
  13908.     /**
  13909.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime' shared autowired service.
  13910.      *
  13911.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime
  13912.      */
  13913.     protected function getFileRuntime2Service()
  13914.     {
  13915.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13916.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FileRuntime.php';
  13917.         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()));
  13918.     }
  13919.     /**
  13920.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime' shared autowired service.
  13921.      *
  13922.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime
  13923.      */
  13924.     protected function getFormRuntimeService()
  13925.     {
  13926.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13927.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php';
  13928.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Service/FormService.php';
  13929.         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());
  13930.     }
  13931.     /**
  13932.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime' shared autowired service.
  13933.      *
  13934.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime
  13935.      */
  13936.     protected function getHeaderRuntimeService()
  13937.     {
  13938.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13939.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/HeaderRuntime.php';
  13940.         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())));
  13941.     }
  13942.     /**
  13943.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime' shared autowired service.
  13944.      *
  13945.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime
  13946.      */
  13947.     protected function getImageRunTime2Service()
  13948.     {
  13949.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13950.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ImageRunTime.php';
  13951.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  13952.     }
  13953.     /**
  13954.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime' shared autowired service.
  13955.      *
  13956.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime
  13957.      */
  13958.     protected function getNellappFileRuntimeService()
  13959.     {
  13960.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13961.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFileRuntime.php';
  13962.         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()));
  13963.     }
  13964.     /**
  13965.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime' shared autowired service.
  13966.      *
  13967.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime
  13968.      */
  13969.     protected function getPaginationRuntimeService()
  13970.     {
  13971.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13972.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/PaginationRuntime.php';
  13973.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Pagination/Paginator.php';
  13974.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime(new \Nellapp\Bundle\SDKBundle\Pagination\Paginator());
  13975.     }
  13976.     /**
  13977.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime' shared autowired service.
  13978.      *
  13979.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime
  13980.      */
  13981.     protected function getSerializerRuntimeService()
  13982.     {
  13983.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13984.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SerializerRuntime.php';
  13985.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  13986.     }
  13987.     /**
  13988.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime' shared autowired service.
  13989.      *
  13990.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime
  13991.      */
  13992.     protected function getSideNavItemRuntimeService()
  13993.     {
  13994.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  13995.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavItemRuntime.php';
  13996.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime();
  13997.     }
  13998.     /**
  13999.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime' shared autowired service.
  14000.      *
  14001.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime
  14002.      */
  14003.     protected function getSideNavRuntimeService()
  14004.     {
  14005.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14006.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavRuntime.php';
  14007.         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['knp_menu.helper'] ?? $this->getKnpMenu_HelperService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  14008.     }
  14009.     /**
  14010.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime' shared autowired service.
  14011.      *
  14012.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime
  14013.      */
  14014.     protected function getUserRunTimeService()
  14015.     {
  14016.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14017.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php';
  14018.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\UrlGenerator'] ?? $this->getUrlGeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14019.     }
  14020.     /**
  14021.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime' shared autowired service.
  14022.      *
  14023.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime
  14024.      */
  14025.     protected function getVersionRuntimeService()
  14026.     {
  14027.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14028.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/VersionRuntime.php';
  14029.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Version/Version.php';
  14030.         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)));
  14031.     }
  14032.     /**
  14033.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber' shared autowired service.
  14034.      *
  14035.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber
  14036.      */
  14037.     protected function getNellappFileSubscriberService()
  14038.     {
  14039.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  14040.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Doctrine/NellappFileSubscriber.php';
  14041.         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()));
  14042.     }
  14043.     /**
  14044.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType' shared autowired service.
  14045.      *
  14046.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType
  14047.      */
  14048.     protected function getMimeTypeChoiceFilterTypeService()
  14049.     {
  14050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14051.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14052.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Form/MimeTypeChoiceFilterType.php';
  14053.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType();
  14054.     }
  14055.     /**
  14056.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService' shared autowired service.
  14057.      *
  14058.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService
  14059.      */
  14060.     protected function getNellappFileServiceService()
  14061.     {
  14062.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Service/NellappFileService.php';
  14063.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/NellappFileStorageConfig.php';
  14064.         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, [
  14065.             'oneup_flysystem.practicalCaseResponse_filesystem' => ['services''practicalCaseResponse_filesystem''getPracticalCaseResponseFilesystemService'false],
  14066.             'oneup_flysystem.practicalCase_filesystem' => ['services''practicalCase_filesystem''getPracticalCaseFilesystemService'false],
  14067.         ], [
  14068.             'oneup_flysystem.practicalCaseResponse_filesystem' => '?',
  14069.             'oneup_flysystem.practicalCase_filesystem' => '?',
  14070.         ]), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \Nellapp\Bundle\SDKBundle\Uploader\NellappFileStorageConfig(['practical_case_resource_file' => ['maxsize' => 200000000'mimeTypes' => $this->parameters['file_practical_case_mime_types'], 'uploadDirectory' => (\dirname(__DIR__4).'/public/uploads/practical_cases/')], 'practical_case_response_file' => ['maxsize' => 64000000'mimeTypes' => $this->parameters['file_practical_case_response_mime_types'], 'uploadDirectory' => (\dirname(__DIR__4).'/public/uploads/practical_cases_response/')]]), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  14071.     }
  14072.     /**
  14073.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  14074.      *
  14075.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  14076.      */
  14077.     protected function getResetAssetsEventListenerService()
  14078.     {
  14079.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'core'=> 'common'=> 'vendor'=> 'content'=> 'backoffice']);
  14080.     }
  14081.     /**
  14082.      * Gets the private 'annotations.cache_adapter' shared service.
  14083.      *
  14084.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  14085.      */
  14086.     protected function getAnnotations_CacheAdapterService()
  14087.     {
  14088.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  14089.     }
  14090.     /**
  14091.      * Gets the private 'annotations.cache_warmer' shared service.
  14092.      *
  14093.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  14094.      */
  14095.     protected function getAnnotations_CacheWarmerService()
  14096.     {
  14097.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  14099.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  14100.         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);
  14101.     }
  14102.     /**
  14103.      * Gets the private 'annotations.cached_reader' shared service.
  14104.      *
  14105.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  14106.      */
  14107.     protected function getAnnotations_CachedReaderService()
  14108.     {
  14109.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  14110.     }
  14111.     /**
  14112.      * Gets the private 'annotations.reader' shared service.
  14113.      *
  14114.      * @return \Doctrine\Common\Annotations\AnnotationReader
  14115.      */
  14116.     protected function getAnnotations_ReaderService()
  14117.     {
  14118.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  14119.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  14120.         $a->registerUniqueLoader('class_exists');
  14121.         $instance->addGlobalIgnoredName('required'$a);
  14122.         return $instance;
  14123.     }
  14124.     /**
  14125.      * Gets the private 'app.nellapp_side_nav' shared autowired service.
  14126.      *
  14127.      * @return \Knp\Menu\MenuItem
  14128.      */
  14129.     protected function getApp_NellappSideNavService()
  14130.     {
  14131.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  14132.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  14133.         include_once \dirname(__DIR__4).'/src/Menu/MenuBuilder.php';
  14134.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Menu/MenuBuilder.php';
  14135.         return $this->privates['app.nellapp_side_nav'] = (new \App\Menu\MenuBuilder(new \Nellapp\Bundle\SDKBundle\Menu\MenuBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] ?? $this->getChannelGetterServiceService()))))->createNellappSideNav(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  14136.     }
  14137.     /**
  14138.      * Gets the private 'assets._package_backoffice' shared service.
  14139.      *
  14140.      * @return \Symfony\Component\Asset\PathPackage
  14141.      */
  14142.     protected function getAssets_PackageBackofficeService()
  14143.     {
  14144.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  14145.         return $this->privates['assets._package_backoffice'] = new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/backoffice/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  14146.     }
  14147.     /**
  14148.      * Gets the private 'assets._package_common' shared service.
  14149.      *
  14150.      * @return \Symfony\Component\Asset\PathPackage
  14151.      */
  14152.     protected function getAssets_PackageCommonService()
  14153.     {
  14154.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  14155.         return $this->privates['assets._package_common'] = new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/common/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  14156.     }
  14157.     /**
  14158.      * Gets the private 'assets._package_content' shared service.
  14159.      *
  14160.      * @return \Symfony\Component\Asset\PathPackage
  14161.      */
  14162.     protected function getAssets_PackageContentService()
  14163.     {
  14164.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  14165.         return $this->privates['assets._package_content'] = new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/content/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  14166.     }
  14167.     /**
  14168.      * Gets the private 'assets._package_vendor' shared service.
  14169.      *
  14170.      * @return \Symfony\Component\Asset\PathPackage
  14171.      */
  14172.     protected function getAssets_PackageVendorService()
  14173.     {
  14174.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  14175.         return $this->privates['assets._package_vendor'] = new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/vendor/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  14176.     }
  14177.     /**
  14178.      * Gets the private 'assets.context' shared service.
  14179.      *
  14180.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  14181.      */
  14182.     protected function getAssets_ContextService()
  14183.     {
  14184.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  14185.         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());
  14186.     }
  14187.     /**
  14188.      * Gets the private 'assets.packages' shared service.
  14189.      *
  14190.      * @return \Symfony\Component\Asset\Packages
  14191.      */
  14192.     protected function getAssets_PackagesService()
  14193.     {
  14194.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($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())), new RewindableGenerator(function () {
  14195.             yield 'common' => ($this->privates['assets._package_common'] ?? $this->getAssets_PackageCommonService());
  14196.             yield 'content' => ($this->privates['assets._package_content'] ?? $this->getAssets_PackageContentService());
  14197.             yield 'vendor' => ($this->privates['assets._package_vendor'] ?? $this->getAssets_PackageVendorService());
  14198.             yield 'backoffice' => ($this->privates['assets._package_backoffice'] ?? $this->getAssets_PackageBackofficeService());
  14199.             yield 'core' => ($this->privates['nellapp_sdk.assets._package_core'] ?? $this->getNellappSdk_Assets_PackageCoreService());
  14200.             yield 'channel_image' => ($this->privates['nellapp_sdk.assets._package_channel_image'] ?? $this->getNellappSdk_Assets_PackageChannelImageService());
  14201.             yield 'user_avatar' => ($this->privates['nellapp_sdk.assets._package_user_avatar'] ?? $this->getNellappSdk_Assets_PackageUserAvatarService());
  14202.         }, 7));
  14203.     }
  14204.     /**
  14205.      * Gets the private 'cache.annotations' shared service.
  14206.      *
  14207.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14208.      */
  14209.     protected function getCache_AnnotationsService()
  14210.     {
  14211.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bfj7qvvhcA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14212.     }
  14213.     /**
  14214.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  14215.      *
  14216.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14217.      */
  14218.     protected function getCache_Doctrine_Orm_Default_QueryService()
  14219.     {
  14220.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  14221.     }
  14222.     /**
  14223.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  14224.      *
  14225.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14226.      */
  14227.     protected function getCache_Doctrine_Orm_Default_ResultService()
  14228.     {
  14229.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  14230.     }
  14231.     /**
  14232.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  14233.      *
  14234.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14235.      */
  14236.     protected function getCache_Messenger_RestartWorkersSignalService()
  14237.     {
  14238.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('sxiiRtlnV2'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  14239.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  14240.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  14241.     }
  14242.     /**
  14243.      * Gets the private 'cache.property_info' shared service.
  14244.      *
  14245.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14246.      */
  14247.     protected function getCache_PropertyInfoService()
  14248.     {
  14249.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KQ2QfO9oh4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14250.     }
  14251.     /**
  14252.      * Gets the private 'cache.security_expression_language' shared service.
  14253.      *
  14254.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14255.      */
  14256.     protected function getCache_SecurityExpressionLanguageService()
  14257.     {
  14258.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfRlKSlW5d'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14259.     }
  14260.     /**
  14261.      * Gets the private 'cache.serializer' shared service.
  14262.      *
  14263.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14264.      */
  14265.     protected function getCache_SerializerService()
  14266.     {
  14267.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hKeK4vr+gP'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14268.     }
  14269.     /**
  14270.      * Gets the private 'cache.validator' shared service.
  14271.      *
  14272.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14273.      */
  14274.     protected function getCache_ValidatorService()
  14275.     {
  14276.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4KI7Uuq88K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14277.     }
  14278.     /**
  14279.      * Gets the private 'cache.webpack_encore' shared service.
  14280.      *
  14281.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14282.      */
  14283.     protected function getCache_WebpackEncoreService()
  14284.     {
  14285.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gGZfcMhUml'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  14286.     }
  14287.     /**
  14288.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  14289.      *
  14290.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  14291.      */
  14292.     protected function getCachePoolClearer_CacheWarmerService()
  14293.     {
  14294.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  14296.         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']);
  14297.     }
  14298.     /**
  14299.      * Gets the private 'config_builder.warmer' shared service.
  14300.      *
  14301.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  14302.      */
  14303.     protected function getConfigBuilder_WarmerService()
  14304.     {
  14305.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  14307.         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()));
  14308.     }
  14309.     /**
  14310.      * Gets the private 'config_cache_factory' shared service.
  14311.      *
  14312.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  14313.      */
  14314.     protected function getConfigCacheFactoryService()
  14315.     {
  14316.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  14317.             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)));
  14318.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  14319.         }, 2));
  14320.     }
  14321.     /**
  14322.      * Gets the private 'console.command.about' shared service.
  14323.      *
  14324.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  14325.      */
  14326.     protected function getConsole_Command_AboutService()
  14327.     {
  14328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14329.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  14330.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  14331.         $instance->setName('about');
  14332.         $instance->setDescription('Display information about the current project');
  14333.         return $instance;
  14334.     }
  14335.     /**
  14336.      * Gets the private 'console.command.assets_install' shared service.
  14337.      *
  14338.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  14339.      */
  14340.     protected function getConsole_Command_AssetsInstallService()
  14341.     {
  14342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  14344.         $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));
  14345.         $instance->setName('assets:install');
  14346.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  14347.         return $instance;
  14348.     }
  14349.     /**
  14350.      * Gets the private 'console.command.cache_clear' shared service.
  14351.      *
  14352.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  14353.      */
  14354.     protected function getConsole_Command_CacheClearService()
  14355.     {
  14356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  14358.         $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())));
  14359.         $instance->setName('cache:clear');
  14360.         $instance->setDescription('Clear the cache');
  14361.         return $instance;
  14362.     }
  14363.     /**
  14364.      * Gets the private 'console.command.cache_pool_clear' shared service.
  14365.      *
  14366.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  14367.      */
  14368.     protected function getConsole_Command_CachePoolClearService()
  14369.     {
  14370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  14372.         $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.security_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'cache.webpack_encore']);
  14373.         $instance->setName('cache:pool:clear');
  14374.         $instance->setDescription('Clear cache pools');
  14375.         return $instance;
  14376.     }
  14377.     /**
  14378.      * Gets the private 'console.command.cache_pool_delete' shared service.
  14379.      *
  14380.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  14381.      */
  14382.     protected function getConsole_Command_CachePoolDeleteService()
  14383.     {
  14384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  14386.         $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.security_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'cache.webpack_encore']);
  14387.         $instance->setName('cache:pool:delete');
  14388.         $instance->setDescription('Delete an item from a cache pool');
  14389.         return $instance;
  14390.     }
  14391.     /**
  14392.      * Gets the private 'console.command.cache_pool_list' shared service.
  14393.      *
  14394.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  14395.      */
  14396.     protected function getConsole_Command_CachePoolListService()
  14397.     {
  14398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  14400.         $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.security_expression_language'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query'11 => 'cache.webpack_encore']);
  14401.         $instance->setName('cache:pool:list');
  14402.         $instance->setDescription('List available cache pools');
  14403.         return $instance;
  14404.     }
  14405.     /**
  14406.      * Gets the private 'console.command.cache_pool_prune' shared service.
  14407.      *
  14408.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  14409.      */
  14410.     protected function getConsole_Command_CachePoolPruneService()
  14411.     {
  14412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  14414.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  14415.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  14416.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  14417.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  14418.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  14419.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  14420.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  14421.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  14422.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  14423.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  14424.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  14425.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  14426.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  14427.         }, 12));
  14428.         $instance->setName('cache:pool:prune');
  14429.         $instance->setDescription('Prune cache pools');
  14430.         return $instance;
  14431.     }
  14432.     /**
  14433.      * Gets the private 'console.command.cache_warmup' shared service.
  14434.      *
  14435.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  14436.      */
  14437.     protected function getConsole_Command_CacheWarmupService()
  14438.     {
  14439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  14441.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  14442.         $instance->setName('cache:warmup');
  14443.         $instance->setDescription('Warm up an empty cache');
  14444.         return $instance;
  14445.     }
  14446.     /**
  14447.      * Gets the private 'console.command.config_debug' shared service.
  14448.      *
  14449.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  14450.      */
  14451.     protected function getConsole_Command_ConfigDebugService()
  14452.     {
  14453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  14457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  14458.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  14459.         $instance->setName('debug:config');
  14460.         $instance->setDescription('Dump the current configuration for an extension');
  14461.         return $instance;
  14462.     }
  14463.     /**
  14464.      * Gets the private 'console.command.config_dump_reference' shared service.
  14465.      *
  14466.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  14467.      */
  14468.     protected function getConsole_Command_ConfigDumpReferenceService()
  14469.     {
  14470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14471.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14473.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  14474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  14475.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  14476.         $instance->setName('config:dump-reference');
  14477.         $instance->setDescription('Dump the default configuration for an extension');
  14478.         return $instance;
  14479.     }
  14480.     /**
  14481.      * Gets the private 'console.command.container_debug' shared service.
  14482.      *
  14483.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  14484.      */
  14485.     protected function getConsole_Command_ContainerDebugService()
  14486.     {
  14487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14488.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14489.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14490.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  14491.         $instance->setName('debug:container');
  14492.         $instance->setDescription('Display current services for an application');
  14493.         return $instance;
  14494.     }
  14495.     /**
  14496.      * Gets the private 'console.command.container_lint' shared service.
  14497.      *
  14498.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  14499.      */
  14500.     protected function getConsole_Command_ContainerLintService()
  14501.     {
  14502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  14504.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  14505.         $instance->setName('lint:container');
  14506.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  14507.         return $instance;
  14508.     }
  14509.     /**
  14510.      * Gets the private 'console.command.debug_autowiring' shared service.
  14511.      *
  14512.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  14513.      */
  14514.     protected function getConsole_Command_DebugAutowiringService()
  14515.     {
  14516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  14519.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  14520.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  14521.         $instance->setName('debug:autowiring');
  14522.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  14523.         return $instance;
  14524.     }
  14525.     /**
  14526.      * Gets the private 'console.command.dotenv_debug' shared service.
  14527.      *
  14528.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  14529.      */
  14530.     protected function getConsole_Command_DotenvDebugService()
  14531.     {
  14532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14533.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  14534.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  14535.         $instance->setName('debug:dotenv');
  14536.         $instance->setDescription('Lists all dotenv files with variables and values');
  14537.         return $instance;
  14538.     }
  14539.     /**
  14540.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  14541.      *
  14542.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  14543.      */
  14544.     protected function getConsole_Command_EventDispatcherDebugService()
  14545.     {
  14546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  14548.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.qsmLBkW'] ?? $this->get_ServiceLocator_QsmLBkWService()));
  14549.         $instance->setName('debug:event-dispatcher');
  14550.         $instance->setDescription('Display configured listeners for an application');
  14551.         return $instance;
  14552.     }
  14553.     /**
  14554.      * Gets the private 'console.command.form_debug' shared service.
  14555.      *
  14556.      * @return \Symfony\Component\Form\Command\DebugCommand
  14557.      */
  14558.     protected function getConsole_Command_FormDebugService()
  14559.     {
  14560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14561.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  14562.         $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\\Filter\\Account'=> 'App\\Filter\\Async\\Channel\\User'=> 'App\\Filter\\Channel'=> 'App\\Filter\\Common'=> 'App\\Filter\\Front'=> 'App\\Filter\\Sync'=> 'App\\Form\\Account'=> 'App\\Form\\Channel'=> 'App\\Form\\Channel\\Filter'10 => 'App\\Form\\Common'11 => 'App\\Form\\Exercise'12 => 'App\\Form\\Exercise\\Question'13 => 'App\\Form\\Exercise\\User'14 => 'App\\Form\\Forum'15 => 'App\\Form\\Manager\\Filter\\Api'16 => 'App\\Form\\Manager\\Filter\\Channel'17 => 'App\\Form\\Manager\\Filter\\Channel\\Exercise'18 => 'App\\Form\\Manager\\Filter'19 => 'App\\Form\\Payment'20 => 'App\\Form\\Scholar'21 => 'App\\Form\\Share'22 => 'App\\Form\\TemplatePage'23 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'24 => 'Liip\\ImagineBundle\\Form\\Type'25 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor'26 => 'Nellapp\\Bundle\\SDKBundle\\Filter'27 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common'28 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView'29 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData'30 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat'31 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression'32 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter'33 => 'Nellapp\\Bundle\\SDKBundle\\Form'34 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type'35 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form'36 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter'37 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form'38 => 'Drosalys\\Bundle\\ApiBundle\\Filter'39 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type'40 => 'Karser\\Recaptcha3Bundle\\Form'41 => ''], [=> 'App\\Filter\\Account\\AssignableFilterType'=> 'App\\Filter\\Async\\Channel\\User\\UserFilter'=> 'App\\Filter\\Channel\\AssignableFilterType'=> 'App\\Filter\\Channel\\ImageFilter'=> 'App\\Filter\\Common\\AssignableFilterType'=> 'App\\Filter\\Front\\GlobalSearch'=> 'App\\Filter\\Front\\GlobalSearchExtendedType'=> 'App\\Filter\\Sync\\TrainingFilter'=> 'App\\Form\\Account\\AdviceType'=> 'App\\Form\\Channel\\ContactType'10 => 'App\\Form\\Channel\\Filter\\ChannelTrainingFilter'11 => 'App\\Form\\Channel\\ImageSelectorType'12 => 'App\\Form\\Common\\AddressType'13 => 'App\\Form\\Common\\CountPaginationType'14 => 'App\\Form\\Common\\CustomFileType'15 => 'App\\Form\\Common\\NellappSliderType'16 => 'App\\Form\\Common\\RatingType'17 => 'App\\Form\\Common\\ReAssignableFormType'18 => 'App\\Form\\Exercise\\ExerciseType'19 => 'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType'20 => 'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType'21 => 'App\\Form\\Exercise\\Question\\QuestionType'22 => 'App\\Form\\Exercise\\User\\ChoiceAnswerType'23 => 'App\\Form\\Exercise\\User\\ExerciseResultType'24 => 'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType'25 => 'App\\Form\\Exercise\\User\\QuestionResultType'26 => 'App\\Form\\Forum\\MessageAnswerType'27 => 'App\\Form\\Forum\\MessageType'28 => 'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType'29 => 'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType'30 => 'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter'31 => 'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType'32 => 'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter'33 => 'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter'34 => 'App\\Form\\Manager\\Filter\\Channel\\SharedChannelFilterType'35 => 'App\\Form\\Manager\\Filter\\UserFilter'36 => 'App\\Form\\Payment\\FundingType'37 => 'App\\Form\\Scholar\\ChapterType'38 => 'App\\Form\\Scholar\\LessonPrerequisiteType'39 => 'App\\Form\\Scholar\\LessonReviewType'40 => 'App\\Form\\Scholar\\LessonType'41 => 'App\\Form\\Scholar\\ModuleLessonType'42 => 'App\\Form\\Scholar\\ModuleType'43 => 'App\\Form\\Scholar\\PracticalCaseCorrectionType'44 => 'App\\Form\\Scholar\\PracticalCaseResourceType'45 => 'App\\Form\\Scholar\\PracticalCaseResponseType'46 => 'App\\Form\\Scholar\\PracticalCaseType'47 => 'App\\Form\\Scholar\\ScholarInterfaceSelektor'48 => 'App\\Form\\Scholar\\TrainingDescriptionType'49 => 'App\\Form\\Scholar\\TrainingModuleType'50 => 'App\\Form\\Scholar\\TrainingProductType'51 => 'App\\Form\\Scholar\\TrainingType'52 => 'App\\Form\\Share\\ShareContentType'53 => 'App\\Form\\TemplatePage\\CreatePageType'54 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'55 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'56 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'57 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'58 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'59 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'60 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'61 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'62 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'63 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'64 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'65 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'66 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'67 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'68 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'69 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'70 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType'71 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'72 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'73 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'74 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'75 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'76 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabType'77 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'78 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'79 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'80 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'81 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'82 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'83 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'84 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'85 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'86 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType'87 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType'88 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'89 => 'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'90 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'91 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'92 => 'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type'93 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType'94 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType'95 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType'96 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType'97 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType'98 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType'99 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType'100 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType'101 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType'102 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType'103 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType'104 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType'105 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType'106 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType'], [=> 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'=> 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'=> 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'=> 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'=> 'App\\Form\\Extension\\Channel\\TextareaExtension'=> 'App\\Form\\Extension\\CollectionExtension'=> 'App\\Form\\Extension\\CollectionInnerExtension'=> 'App\\Form\\Extension\\FormExtension'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'10 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'11 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'12 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'13 => 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'14 => 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'15 => 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'16 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'17 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'18 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'19 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\FormTemplateExtension'20 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'21 => '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()));
  14563.         $instance->setName('debug:form');
  14564.         $instance->setDescription('Display form type information');
  14565.         return $instance;
  14566.     }
  14567.     /**
  14568.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  14569.      *
  14570.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  14571.      */
  14572.     protected function getConsole_Command_MessengerConsumeMessagesService()
  14573.     {
  14574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14575.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  14576.         $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_transport'=> 'failed'], NULL, [=> 'messenger.bus.default']);
  14577.         $instance->setName('messenger:consume');
  14578.         $instance->setDescription('Consume messages');
  14579.         return $instance;
  14580.     }
  14581.     /**
  14582.      * Gets the private 'console.command.messenger_debug' shared service.
  14583.      *
  14584.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  14585.      */
  14586.     protected function getConsole_Command_MessengerDebugService()
  14587.     {
  14588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14589.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  14590.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => [=> [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Handler\\EntitySyncHandler'=> []]]]]);
  14591.         $instance->setName('debug:messenger');
  14592.         $instance->setDescription('List messages you can dispatch using the message buses');
  14593.         return $instance;
  14594.     }
  14595.     /**
  14596.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  14597.      *
  14598.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  14599.      */
  14600.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  14601.     {
  14602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14603.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  14604.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  14605.         $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()));
  14606.         $instance->setName('messenger:failed:remove');
  14607.         $instance->setDescription('Remove given messages from the failure transport');
  14608.         return $instance;
  14609.     }
  14610.     /**
  14611.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  14612.      *
  14613.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  14614.      */
  14615.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  14616.     {
  14617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14618.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  14619.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  14620.         $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'] ?? $this->getMonolog_LoggerService()));
  14621.         $instance->setName('messenger:failed:retry');
  14622.         $instance->setDescription('Retry one or more messages from the failure transport');
  14623.         return $instance;
  14624.     }
  14625.     /**
  14626.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  14627.      *
  14628.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  14629.      */
  14630.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  14631.     {
  14632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14633.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  14634.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  14635.         $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()));
  14636.         $instance->setName('messenger:failed:show');
  14637.         $instance->setDescription('Show one or more messages from the failure transport');
  14638.         return $instance;
  14639.     }
  14640.     /**
  14641.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  14642.      *
  14643.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  14644.      */
  14645.     protected function getConsole_Command_MessengerSetupTransportsService()
  14646.     {
  14647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14648.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  14649.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'sync_transport'=> 'failed']);
  14650.         $instance->setName('messenger:setup-transports');
  14651.         $instance->setDescription('Prepare the required infrastructure for the transport');
  14652.         return $instance;
  14653.     }
  14654.     /**
  14655.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  14656.      *
  14657.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  14658.      */
  14659.     protected function getConsole_Command_MessengerStopWorkersService()
  14660.     {
  14661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14662.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  14663.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  14664.         $instance->setName('messenger:stop-workers');
  14665.         $instance->setDescription('Stop workers after their current message');
  14666.         return $instance;
  14667.     }
  14668.     /**
  14669.      * Gets the private 'console.command.router_debug' shared service.
  14670.      *
  14671.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  14672.      */
  14673.     protected function getConsole_Command_RouterDebugService()
  14674.     {
  14675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  14677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  14678.         $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()));
  14679.         $instance->setName('debug:router');
  14680.         $instance->setDescription('Display current routes for an application');
  14681.         return $instance;
  14682.     }
  14683.     /**
  14684.      * Gets the private 'console.command.router_match' shared service.
  14685.      *
  14686.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  14687.      */
  14688.     protected function getConsole_Command_RouterMatchService()
  14689.     {
  14690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14691.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  14692.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  14693.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  14694.         }, 1));
  14695.         $instance->setName('router:match');
  14696.         $instance->setDescription('Help debug routes by simulating a path info match');
  14697.         return $instance;
  14698.     }
  14699.     /**
  14700.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  14701.      *
  14702.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  14703.      */
  14704.     protected function getConsole_Command_SecretsDecryptToLocalService()
  14705.     {
  14706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14707.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  14708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14709.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14710.         $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')))));
  14711.         $instance->setName('secrets:decrypt-to-local');
  14712.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  14713.         return $instance;
  14714.     }
  14715.     /**
  14716.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  14717.      *
  14718.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  14719.      */
  14720.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  14721.     {
  14722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  14724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14725.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14726.         $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')))));
  14727.         $instance->setName('secrets:encrypt-from-local');
  14728.         $instance->setDescription('Encrypt all local secrets to the vault');
  14729.         return $instance;
  14730.     }
  14731.     /**
  14732.      * Gets the private 'console.command.secrets_generate_key' shared service.
  14733.      *
  14734.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  14735.      */
  14736.     protected function getConsole_Command_SecretsGenerateKeyService()
  14737.     {
  14738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  14740.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14742.         $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')))));
  14743.         $instance->setName('secrets:generate-keys');
  14744.         $instance->setDescription('Generate new encryption keys');
  14745.         return $instance;
  14746.     }
  14747.     /**
  14748.      * Gets the private 'console.command.secrets_list' shared service.
  14749.      *
  14750.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  14751.      */
  14752.     protected function getConsole_Command_SecretsListService()
  14753.     {
  14754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  14756.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14757.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14758.         $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')))));
  14759.         $instance->setName('secrets:list');
  14760.         $instance->setDescription('List all secrets');
  14761.         return $instance;
  14762.     }
  14763.     /**
  14764.      * Gets the private 'console.command.secrets_remove' shared service.
  14765.      *
  14766.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  14767.      */
  14768.     protected function getConsole_Command_SecretsRemoveService()
  14769.     {
  14770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14771.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  14772.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14774.         $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')))));
  14775.         $instance->setName('secrets:remove');
  14776.         $instance->setDescription('Remove a secret from the vault');
  14777.         return $instance;
  14778.     }
  14779.     /**
  14780.      * Gets the private 'console.command.secrets_set' shared service.
  14781.      *
  14782.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  14783.      */
  14784.     protected function getConsole_Command_SecretsSetService()
  14785.     {
  14786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  14788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  14789.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  14790.         $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')))));
  14791.         $instance->setName('secrets:set');
  14792.         $instance->setDescription('Set a secret in the vault');
  14793.         return $instance;
  14794.     }
  14795.     /**
  14796.      * Gets the private 'console.command.translation_debug' shared service.
  14797.      *
  14798.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  14799.      */
  14800.     protected function getConsole_Command_TranslationDebugService()
  14801.     {
  14802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  14804.         $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-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/LessonExportScholarList.php'), => (\dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/ExportLessonListAction.php'), => (\dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/ModuleExportScholarEntity.php'), => (\dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/ModuleExportScholarList.php'), => (\dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleListAction.php'), => (\dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/TrainingExportScholarEntity.php'), => (\dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/TrainingExportScholarList.php'), => (\dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingListAction.php'), 10 => (\dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/DeleteMessageController.php'), 11 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Chapter/Message/DeleteMessageController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/DeleteController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/DeleteController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/EditController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/NewController.php'), 16 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareMultipleController.php'), 18 => (\dirname(__DIR__4).'/src/Service/Account/NotificationManager.php'), 19 => (\dirname(__DIR__4).'/src/Service/Scholar/ScholarNavigationService.php'), 20 => (\dirname(__DIR__4).'/src/Twig/Runtime/AssignableRuntime.php'), 21 => (\dirname(__DIR__4).'/src/Twig/Runtime/DateDiffRuntime.php'), 22 => (\dirname(__DIR__4).'/src/Twig/Runtime/DateDiffShortRuntime.php'), 23 => (\dirname(__DIR__4).'/src/Twig/Runtime/EnumKeyTransRuntime.php'), 24 => (\dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php'), 25 => (\dirname(__DIR__4).'/src/Twig/Runtime/SnackRuntime.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 35 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 36 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php'), 37 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php'), 38 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php'), 39 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 43 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 44 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 45 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php')], []);
  14805.         $instance->setName('debug:translation');
  14806.         $instance->setDescription('Display translation messages information');
  14807.         return $instance;
  14808.     }
  14809.     /**
  14810.      * Gets the private 'console.command.translation_extract' shared service.
  14811.      *
  14812.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  14813.      */
  14814.     protected function getConsole_Command_TranslationExtractService()
  14815.     {
  14816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  14818.         $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-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/LessonExportScholarList.php'), => (\dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/ExportLessonListAction.php'), => (\dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/ModuleExportScholarEntity.php'), => (\dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/ModuleExportScholarList.php'), => (\dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleListAction.php'), => (\dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/TrainingExportScholarEntity.php'), => (\dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/TrainingExportScholarList.php'), => (\dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingListAction.php'), 10 => (\dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/DeleteMessageController.php'), 11 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Chapter/Message/DeleteMessageController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/DeleteController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/DeleteController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/EditController.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/NewController.php'), 16 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/ToggleShareMultipleController.php'), 18 => (\dirname(__DIR__4).'/src/Service/Account/NotificationManager.php'), 19 => (\dirname(__DIR__4).'/src/Service/Scholar/ScholarNavigationService.php'), 20 => (\dirname(__DIR__4).'/src/Twig/Runtime/AssignableRuntime.php'), 21 => (\dirname(__DIR__4).'/src/Twig/Runtime/DateDiffRuntime.php'), 22 => (\dirname(__DIR__4).'/src/Twig/Runtime/DateDiffShortRuntime.php'), 23 => (\dirname(__DIR__4).'/src/Twig/Runtime/EnumKeyTransRuntime.php'), 24 => (\dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php'), 25 => (\dirname(__DIR__4).'/src/Twig/Runtime/SnackRuntime.php'), 26 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 27 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 28 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 29 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 35 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 36 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php'), 37 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php'), 38 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php'), 39 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 43 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 44 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 45 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php')], []);
  14819.         $instance->setName('translation:extract');
  14820.         $instance->setAliases([=> 'translation:update']);
  14821.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  14822.         return $instance;
  14823.     }
  14824.     /**
  14825.      * Gets the private 'console.command.translation_pull' shared service.
  14826.      *
  14827.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  14828.      */
  14829.     protected function getConsole_Command_TranslationPullService()
  14830.     {
  14831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14832.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  14833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  14834.         $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', [], []);
  14835.         $instance->setName('translation:pull');
  14836.         $instance->setDescription('Pull translations from a given provider.');
  14837.         return $instance;
  14838.     }
  14839.     /**
  14840.      * Gets the private 'console.command.translation_push' shared service.
  14841.      *
  14842.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  14843.      */
  14844.     protected function getConsole_Command_TranslationPushService()
  14845.     {
  14846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14847.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  14848.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  14849.         $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()), [], []);
  14850.         $instance->setName('translation:push');
  14851.         $instance->setDescription('Push translations to a given provider.');
  14852.         return $instance;
  14853.     }
  14854.     /**
  14855.      * Gets the private 'console.command.validator_debug' shared service.
  14856.      *
  14857.      * @return \Symfony\Component\Validator\Command\DebugCommand
  14858.      */
  14859.     protected function getConsole_Command_ValidatorDebugService()
  14860.     {
  14861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14862.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  14863.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  14864.         $instance->setName('debug:validator');
  14865.         $instance->setDescription('Display validation constraints for classes');
  14866.         return $instance;
  14867.     }
  14868.     /**
  14869.      * Gets the private 'console.command.xliff_lint' shared service.
  14870.      *
  14871.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  14872.      */
  14873.     protected function getConsole_Command_XliffLintService()
  14874.     {
  14875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14876.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  14877.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  14878.         $instance->setName('lint:xliff');
  14879.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  14880.         return $instance;
  14881.     }
  14882.     /**
  14883.      * Gets the private 'console.command.yaml_lint' shared service.
  14884.      *
  14885.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  14886.      */
  14887.     protected function getConsole_Command_YamlLintService()
  14888.     {
  14889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14890.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  14891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  14892.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  14893.         $instance->setName('lint:yaml');
  14894.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  14895.         return $instance;
  14896.     }
  14897.     /**
  14898.      * Gets the private 'console.error_listener' shared service.
  14899.      *
  14900.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  14901.      */
  14902.     protected function getConsole_ErrorListenerService()
  14903.     {
  14904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  14905.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  14906.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  14907.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  14908.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  14909.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  14910.     }
  14911.     /**
  14912.      * Gets the private 'container.env_var_processor' shared service.
  14913.      *
  14914.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  14915.      */
  14916.     protected function getContainer_EnvVarProcessorService()
  14917.     {
  14918.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  14919.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  14920.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  14921.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  14922.         }, 1));
  14923.     }
  14924.     /**
  14925.      * Gets the private 'container.getenv' shared service.
  14926.      *
  14927.      * @return \Closure
  14928.      */
  14929.     protected function getContainer_GetenvService()
  14930.     {
  14931.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  14932.     }
  14933.     /**
  14934.      * Gets the private 'data_collector.form' shared service.
  14935.      *
  14936.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  14937.      */
  14938.     protected function getDataCollector_FormService()
  14939.     {
  14940.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  14941.     }
  14942.     /**
  14943.      * Gets the private 'data_collector.request' shared service.
  14944.      *
  14945.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  14946.      */
  14947.     protected function getDataCollector_RequestService()
  14948.     {
  14949.         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())));
  14950.     }
  14951.     /**
  14952.      * Gets the private 'data_collector.request.session_collector' shared service.
  14953.      *
  14954.      * @return \Closure
  14955.      */
  14956.     protected function getDataCollector_Request_SessionCollectorService()
  14957.     {
  14958.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  14959.     }
  14960.     /**
  14961.      * Gets the private 'debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver' shared service.
  14962.      *
  14963.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14964.      */
  14965.     protected function getPsr7ServerRequestResolverService()
  14966.     {
  14967.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14968.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14969.         include_once \dirname(__DIR__4).'/vendor/ajgarlag/psr-http-message-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  14970.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  14971.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  14972.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  14973.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  14974.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  14975.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  14976.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  14977.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  14978.         include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  14979.         $a = new \Nyholm\Psr7\Factory\Psr17Factory();
  14980.         return $this->privates['debug.Ajgarlag\\Bundle\\PsrHttpMessageBundle\\Request\\ArgumentValueResolver\\Psr7ServerRequestResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver(new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  14981.     }
  14982.     /**
  14983.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver' shared service.
  14984.      *
  14985.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14986.      */
  14987.     protected function getActionResolverService()
  14988.     {
  14989.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  14990.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  14991.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ActionResolver.php';
  14992.         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))));
  14993.     }
  14994.     /**
  14995.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver' shared service.
  14996.      *
  14997.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  14998.      */
  14999.     protected function getConstraintViolationListResolverService()
  15000.     {
  15001.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15002.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15003.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ConstraintViolationListResolver.php';
  15004.         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))));
  15005.     }
  15006.     /**
  15007.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver' shared service.
  15008.      *
  15009.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15010.      */
  15011.     protected function getDeserializeResolverService()
  15012.     {
  15013.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15014.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15015.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/DeserializeResolver.php';
  15016.         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))));
  15017.     }
  15018.     /**
  15019.      * Gets the private 'debug.argument_resolver' shared service.
  15020.      *
  15021.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  15022.      */
  15023.     protected function getDebug_ArgumentResolverService()
  15024.     {
  15025.         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 () {
  15026.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  15027.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  15028.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  15029.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  15030.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] ?? $this->getActionResolverService());
  15031.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] ?? $this->getConstraintViolationListResolverService());
  15032.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] ?? $this->getDeserializeResolverService());
  15033.             yield => ($this->privates['debug.Ajgarlag\\Bundle\\PsrHttpMessageBundle\\Request\\ArgumentValueResolver\\Psr7ServerRequestResolver'] ?? $this->getPsr7ServerRequestResolverService());
  15034.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  15035.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  15036.             yield 10 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  15037.             yield 11 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  15038.         }, 12)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15039.     }
  15040.     /**
  15041.      * Gets the private 'debug.argument_resolver.default' shared service.
  15042.      *
  15043.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15044.      */
  15045.     protected function getDebug_ArgumentResolver_DefaultService()
  15046.     {
  15047.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15048.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15049.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  15050.         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))));
  15051.     }
  15052.     /**
  15053.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  15054.      *
  15055.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15056.      */
  15057.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  15058.     {
  15059.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15060.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15061.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  15062.         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.nyWDREn'] ?? $this->get_ServiceLocator_NyWDREnService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15063.     }
  15064.     /**
  15065.      * Gets the private 'debug.argument_resolver.request' shared service.
  15066.      *
  15067.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15068.      */
  15069.     protected function getDebug_ArgumentResolver_RequestService()
  15070.     {
  15071.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15072.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15073.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  15074.         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))));
  15075.     }
  15076.     /**
  15077.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  15078.      *
  15079.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15080.      */
  15081.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  15082.     {
  15083.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15084.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15085.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  15086.         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))));
  15087.     }
  15088.     /**
  15089.      * Gets the private 'debug.argument_resolver.service' shared service.
  15090.      *
  15091.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15092.      */
  15093.     protected function getDebug_ArgumentResolver_ServiceService()
  15094.     {
  15095.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15096.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15097.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  15098.         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.nyWDREn'] ?? $this->get_ServiceLocator_NyWDREnService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15099.     }
  15100.     /**
  15101.      * Gets the private 'debug.argument_resolver.session' shared service.
  15102.      *
  15103.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15104.      */
  15105.     protected function getDebug_ArgumentResolver_SessionService()
  15106.     {
  15107.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15108.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15109.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  15110.         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))));
  15111.     }
  15112.     /**
  15113.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  15114.      *
  15115.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15116.      */
  15117.     protected function getDebug_ArgumentResolver_VariadicService()
  15118.     {
  15119.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15120.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15121.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  15122.         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))));
  15123.     }
  15124.     /**
  15125.      * Gets the private 'debug.debug_handlers_listener' shared service.
  15126.      *
  15127.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  15128.      */
  15129.     protected function getDebug_DebugHandlersListenerService()
  15130.     {
  15131.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  15132.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  15133.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  15134.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  15135.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  15136.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  15137.     }
  15138.     /**
  15139.      * Gets the private 'debug.dump_listener' shared service.
  15140.      *
  15141.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  15142.      */
  15143.     protected function getDebug_DumpListenerService()
  15144.     {
  15145.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  15146.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  15147.         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()));
  15148.     }
  15149.     /**
  15150.      * Gets the private 'debug.file_link_formatter' shared service.
  15151.      *
  15152.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  15153.      */
  15154.     protected function getDebug_FileLinkFormatterService()
  15155.     {
  15156.         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 () {
  15157.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  15158.         });
  15159.     }
  15160.     /**
  15161.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  15162.      *
  15163.      * @return \string
  15164.      */
  15165.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  15166.     {
  15167.         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');
  15168.     }
  15169.     /**
  15170.      * Gets the private 'debug.log_processor' shared service.
  15171.      *
  15172.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  15173.      */
  15174.     protected function getDebug_LogProcessorService()
  15175.     {
  15176.         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())));
  15177.     }
  15178.     /**
  15179.      * Gets the private 'debug.security.access.decision_manager' shared service.
  15180.      *
  15181.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  15182.      */
  15183.     protected function getDebug_Security_Access_DecisionManagerService()
  15184.     {
  15185.         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 () {
  15186.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  15187.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  15188.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  15189.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\CanShareContentVoter'] ?? $this->getCanShareContentVoterService());
  15190.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\LessonVoter'] ?? $this->getLessonVoterService());
  15191.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\ModuleVoter'] ?? $this->getModuleVoterService());
  15192.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\TrainingVoter'] ?? $this->getTrainingVoterService());
  15193.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Manager\\LockContentVoter'] ?? $this->getLockContentVoterService());
  15194.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\PracticalCaseUserVoter'] ?? $this->getPracticalCaseUserVoterService());
  15195.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] ?? $this->getChannelUserDataVoterService());
  15196.             yield 10 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] ?? $this->getChannelUserMenuVoterService());
  15197.             yield 11 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] ?? $this->getChannelUserPermissionResourceVoterService());
  15198.             yield 12 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] ?? $this->getChannelUserPermissionVoterService());
  15199.             yield 13 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] ?? $this->getSharableChannelPermissionVoterService());
  15200.             yield 14 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] ?? $this->getSharableChannelResourcePermissionVoterService());
  15201.             yield 15 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] ?? $this->getSuperAdminVoterService());
  15202.             yield 16 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] ?? $this->getUserOwnerVoterService());
  15203.             yield 17 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] ?? $this->getUsersResourceVoterService());
  15204.         }, 18), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  15205.     }
  15206.     /**
  15207.      * Gets the private 'debug.security.firewall' shared service.
  15208.      *
  15209.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  15210.      */
  15211.     protected function getDebug_Security_FirewallService()
  15212.     {
  15213.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  15214.     }
  15215.     /**
  15216.      * Gets the private 'debug.security.firewall.authenticator.api' shared service.
  15217.      *
  15218.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15219.      */
  15220.     protected function getDebug_Security_Firewall_Authenticator_ApiService()
  15221.     {
  15222.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  15228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  15229.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  15230.         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, [])));
  15231.     }
  15232.     /**
  15233.      * Gets the private 'debug.security.firewall.authenticator.internal_api' shared service.
  15234.      *
  15235.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15236.      */
  15237.     protected function getDebug_Security_Firewall_Authenticator_InternalApiService()
  15238.     {
  15239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15243.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  15245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  15246.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Security/InternalAuthenticator.php';
  15247.         return $this->privates['debug.security.firewall.authenticator.internal_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\\ApiInternal\\Security\\InternalAuthenticator'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\ApiInternal\\Security\\InternalAuthenticator'] = new \Nellapp\Bundle\SDKBundle\ApiInternal\Security\InternalAuthenticator($this->getEnv('APP_SECRET'))))], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.internal_api'] ?? $this->getSecurity_EventDispatcher_InternalApiService()), 'internal_api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  15248.     }
  15249.     /**
  15250.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  15251.      *
  15252.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15253.      */
  15254.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  15255.     {
  15256.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15257.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15259.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15260.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15261.         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([=> ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service())], ($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, [])));
  15262.     }
  15263.     /**
  15264.      * Gets the private 'debug.security.firewall.authenticator.reverse_sync' shared service.
  15265.      *
  15266.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  15267.      */
  15268.     protected function getDebug_Security_Firewall_Authenticator_ReverseSyncService()
  15269.     {
  15270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  15271.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  15272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  15273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  15274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  15275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  15276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  15277.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  15278.         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, [])));
  15279.     }
  15280.     /**
  15281.      * Gets the private 'debug.security.user_value_resolver' shared service.
  15282.      *
  15283.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  15284.      */
  15285.     protected function getDebug_Security_UserValueResolverService()
  15286.     {
  15287.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  15288.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  15289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  15290.         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))));
  15291.     }
  15292.     /**
  15293.      * Gets the private 'debug.security.voter.App\Security\Voter\Channel\CanShareContentVoter' shared service.
  15294.      *
  15295.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15296.      */
  15297.     protected function getCanShareContentVoterService()
  15298.     {
  15299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15303.         include_once \dirname(__DIR__4).'/src/Security/Voter/Channel/CanShareContentVoter.php';
  15304.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\CanShareContentVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Channel\CanShareContentVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15305.     }
  15306.     /**
  15307.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\LessonVoter' shared service.
  15308.      *
  15309.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15310.      */
  15311.     protected function getLessonVoterService()
  15312.     {
  15313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15315.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15316.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15317.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Front/LessonVoter.php';
  15318.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\LessonVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Scholar\Front\LessonVoter(($this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] ?? $this->getScholarNavigationSecurityServiceService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15319.     }
  15320.     /**
  15321.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\ModuleVoter' shared service.
  15322.      *
  15323.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15324.      */
  15325.     protected function getModuleVoterService()
  15326.     {
  15327.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15328.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15330.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Front/ModuleVoter.php';
  15331.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\ModuleVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Scholar\Front\ModuleVoter(($this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] ?? $this->getScholarNavigationSecurityServiceService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15332.     }
  15333.     /**
  15334.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\TrainingVoter' shared service.
  15335.      *
  15336.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15337.      */
  15338.     protected function getTrainingVoterService()
  15339.     {
  15340.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15342.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15343.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Front/TrainingVoter.php';
  15344.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\TrainingVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Scholar\Front\TrainingVoter(($this->privates['App\\Service\\Scholar\\ScholarNavigationSecurityService'] ?? $this->getScholarNavigationSecurityServiceService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15345.     }
  15346.     /**
  15347.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Manager\LockContentVoter' shared service.
  15348.      *
  15349.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15350.      */
  15351.     protected function getLockContentVoterService()
  15352.     {
  15353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15357.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Manager/LockContentVoter.php';
  15358.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Manager\\LockContentVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Scholar\Manager\LockContentVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15359.     }
  15360.     /**
  15361.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\PracticalCaseUserVoter' shared service.
  15362.      *
  15363.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15364.      */
  15365.     protected function getPracticalCaseUserVoterService()
  15366.     {
  15367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15369.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15370.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/PracticalCaseUserVoter.php';
  15371.         return $this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\PracticalCaseUserVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\Scholar\PracticalCaseUserVoter(($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15372.     }
  15373.     /**
  15374.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter' shared service.
  15375.      *
  15376.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15377.      */
  15378.     protected function getChannelUserDataVoterService()
  15379.     {
  15380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15384.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserDataVoter.php';
  15385.         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(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15386.     }
  15387.     /**
  15388.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter' shared service.
  15389.      *
  15390.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15391.      */
  15392.     protected function getChannelUserMenuVoterService()
  15393.     {
  15394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15398.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserMenuVoter.php';
  15399.         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(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15400.     }
  15401.     /**
  15402.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter' shared service.
  15403.      *
  15404.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15405.      */
  15406.     protected function getChannelUserPermissionResourceVoterService()
  15407.     {
  15408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15412.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionResourceVoter.php';
  15413.         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(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15414.     }
  15415.     /**
  15416.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter' shared service.
  15417.      *
  15418.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15419.      */
  15420.     protected function getChannelUserPermissionVoterService()
  15421.     {
  15422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15426.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionVoter.php';
  15427.         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(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15428.     }
  15429.     /**
  15430.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter' shared service.
  15431.      *
  15432.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15433.      */
  15434.     protected function getSharableChannelPermissionVoterService()
  15435.     {
  15436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15440.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelPermissionVoter.php';
  15441.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelPermissionService.php';
  15442.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/SharableChannelResourceToChannelPermissionManagerInterface.php';
  15443.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/SharableChannelResourceToChannelPermissionManager.php';
  15444.         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\SharableChannelResourceToChannelPermissionManager(new RewindableGenerator(function () {
  15445.             return new \EmptyIterator();
  15446.         }, 0)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15447.     }
  15448.     /**
  15449.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter' shared service.
  15450.      *
  15451.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15452.      */
  15453.     protected function getSharableChannelResourcePermissionVoterService()
  15454.     {
  15455.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15456.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15459.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelResourcePermissionVoter.php';
  15460.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelResourcePermissionService.php';
  15461.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/SharableChannelResourcePermissionManagerInterface.php';
  15462.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/SharableChannelResourcePermissionManager.php';
  15463.         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\SharableChannelResourcePermissionManager(new RewindableGenerator(function () {
  15464.             yield => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonResolver'] = new \App\SdkBundle\Permission\SharablePermission\LessonResolver()));
  15465.             yield => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\ModuleResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\ModuleResolver'] = new \App\SdkBundle\Permission\SharablePermission\ModuleResolver()));
  15466.         }, 2)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15467.     }
  15468.     /**
  15469.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter' shared service.
  15470.      *
  15471.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15472.      */
  15473.     protected function getSuperAdminVoterService()
  15474.     {
  15475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15478.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SuperAdminVoter.php';
  15479.         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(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15480.     }
  15481.     /**
  15482.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter' shared service.
  15483.      *
  15484.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15485.      */
  15486.     protected function getUserOwnerVoterService()
  15487.     {
  15488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15492.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UserOwnerVoter.php';
  15493.         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())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15494.     }
  15495.     /**
  15496.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter' shared service.
  15497.      *
  15498.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15499.      */
  15500.     protected function getUsersResourceVoterService()
  15501.     {
  15502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  15506.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UsersResourceVoter.php';
  15507.         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(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15508.     }
  15509.     /**
  15510.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  15511.      *
  15512.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15513.      */
  15514.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  15515.     {
  15516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  15520.         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()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15521.     }
  15522.     /**
  15523.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  15524.      *
  15525.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15526.      */
  15527.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  15528.     {
  15529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  15533.         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'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15534.     }
  15535.     /**
  15536.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  15537.      *
  15538.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  15539.      */
  15540.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  15541.     {
  15542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  15543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  15544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  15545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  15546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  15547.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15548.     }
  15549.     /**
  15550.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  15551.      *
  15552.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  15553.      */
  15554.     protected function getDebug_Security_Voter_VoteListenerService()
  15555.     {
  15556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  15557.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  15558.     }
  15559.     /**
  15560.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  15561.      *
  15562.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  15563.      */
  15564.     protected function getDoctrine_CacheClearMetadataCommandService()
  15565.     {
  15566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15567.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15568.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  15569.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15570.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  15571.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15572.         $instance->setName('doctrine:cache:clear-metadata');
  15573.         return $instance;
  15574.     }
  15575.     /**
  15576.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  15577.      *
  15578.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  15579.      */
  15580.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  15581.     {
  15582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15583.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15584.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  15585.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15586.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  15587.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15588.         $instance->setName('doctrine:cache:clear-query');
  15589.         return $instance;
  15590.     }
  15591.     /**
  15592.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  15593.      *
  15594.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  15595.      */
  15596.     protected function getDoctrine_CacheClearResultCommandService()
  15597.     {
  15598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15599.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15600.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  15601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15602.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  15603.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15604.         $instance->setName('doctrine:cache:clear-result');
  15605.         return $instance;
  15606.     }
  15607.     /**
  15608.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  15609.      *
  15610.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  15611.      */
  15612.     protected function getDoctrine_CacheCollectionRegionCommandService()
  15613.     {
  15614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15615.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15616.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  15617.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15618.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  15619.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15620.         $instance->setName('doctrine:cache:clear-collection-region');
  15621.         return $instance;
  15622.     }
  15623.     /**
  15624.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  15625.      *
  15626.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  15627.      */
  15628.     protected function getDoctrine_ClearEntityRegionCommandService()
  15629.     {
  15630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15631.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15632.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  15633.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15634.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  15635.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15636.         $instance->setName('doctrine:cache:clear-entity-region');
  15637.         return $instance;
  15638.     }
  15639.     /**
  15640.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  15641.      *
  15642.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  15643.      */
  15644.     protected function getDoctrine_ClearQueryRegionCommandService()
  15645.     {
  15646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15647.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15648.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  15649.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15650.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  15651.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15652.         $instance->setName('doctrine:cache:clear-query-region');
  15653.         return $instance;
  15654.     }
  15655.     /**
  15656.      * Gets the private 'doctrine.database_create_command' shared service.
  15657.      *
  15658.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  15659.      */
  15660.     protected function getDoctrine_DatabaseCreateCommandService()
  15661.     {
  15662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15663.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  15664.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  15665.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15666.         $instance->setName('doctrine:database:create');
  15667.         return $instance;
  15668.     }
  15669.     /**
  15670.      * Gets the private 'doctrine.database_drop_command' shared service.
  15671.      *
  15672.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  15673.      */
  15674.     protected function getDoctrine_DatabaseDropCommandService()
  15675.     {
  15676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15677.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  15678.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  15679.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15680.         $instance->setName('doctrine:database:drop');
  15681.         return $instance;
  15682.     }
  15683.     /**
  15684.      * Gets the private 'doctrine.database_import_command' shared service.
  15685.      *
  15686.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  15687.      */
  15688.     protected function getDoctrine_DatabaseImportCommandService()
  15689.     {
  15690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15691.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  15692.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  15693.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  15694.         $instance->setName('doctrine:database:import');
  15695.         return $instance;
  15696.     }
  15697.     /**
  15698.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  15699.      *
  15700.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  15701.      */
  15702.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  15703.     {
  15704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15705.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15706.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  15707.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15708.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  15709.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15710.         $instance->setName('doctrine:ensure-production-settings');
  15711.         return $instance;
  15712.     }
  15713.     /**
  15714.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  15715.      *
  15716.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  15717.      */
  15718.     protected function getDoctrine_MappingConvertCommandService()
  15719.     {
  15720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15721.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15722.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  15723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15724.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  15725.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15726.         $instance->setName('doctrine:mapping:convert');
  15727.         return $instance;
  15728.     }
  15729.     /**
  15730.      * Gets the private 'doctrine.mapping_import_command' shared service.
  15731.      *
  15732.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  15733.      */
  15734.     protected function getDoctrine_MappingImportCommandService()
  15735.     {
  15736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15737.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  15738.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  15739.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  15740.         $instance->setName('doctrine:mapping:import');
  15741.         return $instance;
  15742.     }
  15743.     /**
  15744.      * Gets the private 'doctrine.mapping_info_command' shared service.
  15745.      *
  15746.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  15747.      */
  15748.     protected function getDoctrine_MappingInfoCommandService()
  15749.     {
  15750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15751.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15752.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  15753.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15754.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  15755.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15756.         $instance->setName('doctrine:mapping:info');
  15757.         return $instance;
  15758.     }
  15759.     /**
  15760.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  15761.      *
  15762.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  15763.      */
  15764.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  15765.     {
  15766.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  15767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  15768.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15769.     }
  15770.     /**
  15771.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  15772.      *
  15773.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  15774.      */
  15775.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  15776.     {
  15777.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  15778.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  15779.     }
  15780.     /**
  15781.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  15782.      *
  15783.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  15784.      */
  15785.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  15786.     {
  15787.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  15788.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  15789.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''preRemove');
  15790.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''postRemove');
  15791.         $instance->addEntityListener('App\\Entity\\Channel\\Channel''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber''preUpdate');
  15792.         $instance->addEntityListener('App\\Entity\\Channel\\Channel''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber''postUpdate');
  15793.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''postRemove');
  15794.         $instance->addEntityListener('App\\Entity\\Common\\Assignable''App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber''preFlush');
  15795.         $instance->addEntityListener('App\\Entity\\Common\\File''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''preUpdate');
  15796.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonReview''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''postPersist');
  15797.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonReview''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''postUpdate');
  15798.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonReview''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''postRemove');
  15799.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''postPersist');
  15800.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''preUpdate');
  15801.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''postUpdate');
  15802.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\OriginLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber''postUpdate');
  15803.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''prePersist');
  15804.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''preFlush');
  15805.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''preRemove');
  15806.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCase''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''preRemove');
  15807.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\SharedLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''postUpdate');
  15808.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\SharedLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''preUpdate');
  15809.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\SharedModule''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''postUpdate');
  15810.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\SharedModule''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''preUpdate');
  15811.         $instance->addEntityListener('App\\Entity\\Scholar\\Training\\SharedTraining''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedTrainingSubscriber''postUpdate');
  15812.         $instance->addEntityListener('App\\Entity\\Scholar\\Training\\TrainingPermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber''postPersist');
  15813.         $instance->addEntityListener('App\\Entity\\Scholar\\Training\\TrainingPermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber''preUpdate');
  15814.         $instance->addEntityListener('App\\Entity\\Scholar\\Training\\TrainingPermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\TrainingStatusSubscriber''postUpdate');
  15815.         return $instance;
  15816.     }
  15817.     /**
  15818.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  15819.      *
  15820.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  15821.      */
  15822.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  15823.     {
  15824.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15825.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  15826.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  15827.     }
  15828.     /**
  15829.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  15830.      *
  15831.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  15832.      */
  15833.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  15834.     {
  15835.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15836.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  15837.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  15838.             return new \EmptyIterator();
  15839.         }, 0));
  15840.     }
  15841.     /**
  15842.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  15843.      *
  15844.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  15845.      */
  15846.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  15847.     {
  15848.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15849.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  15850.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  15851.     }
  15852.     /**
  15853.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  15854.      *
  15855.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  15856.      */
  15857.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  15858.     {
  15859.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15860.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  15861.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  15862.             yield => ($this->privates['messenger.transport.sync_transport'] ?? $this->getMessenger_Transport_SyncTransportService());
  15863.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  15864.         }, 2));
  15865.     }
  15866.     /**
  15867.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  15868.      *
  15869.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  15870.      */
  15871.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  15872.     {
  15873.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  15874.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15875.     }
  15876.     /**
  15877.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  15878.      *
  15879.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  15880.      */
  15881.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  15882.     {
  15883.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  15884.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  15885.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15886.     }
  15887.     /**
  15888.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  15889.      *
  15890.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  15891.      */
  15892.     protected function getDoctrine_Orm_Validator_UniqueService()
  15893.     {
  15894.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15895.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15896.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  15897.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15898.     }
  15899.     /**
  15900.      * Gets the private 'doctrine.query_dql_command' shared service.
  15901.      *
  15902.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  15903.      */
  15904.     protected function getDoctrine_QueryDqlCommandService()
  15905.     {
  15906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15908.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  15909.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15910.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  15911.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15912.         $instance->setName('doctrine:query:dql');
  15913.         return $instance;
  15914.     }
  15915.     /**
  15916.      * Gets the private 'doctrine.query_sql_command' shared service.
  15917.      *
  15918.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  15919.      */
  15920.     protected function getDoctrine_QuerySqlCommandService()
  15921.     {
  15922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15923.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  15924.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  15925.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  15926.         $instance->setName('doctrine:query:sql');
  15927.         return $instance;
  15928.     }
  15929.     /**
  15930.      * Gets the private 'doctrine.schema_create_command' shared service.
  15931.      *
  15932.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  15933.      */
  15934.     protected function getDoctrine_SchemaCreateCommandService()
  15935.     {
  15936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15937.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15938.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  15939.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  15940.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15941.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  15942.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15943.         $instance->setName('doctrine:schema:create');
  15944.         return $instance;
  15945.     }
  15946.     /**
  15947.      * Gets the private 'doctrine.schema_drop_command' shared service.
  15948.      *
  15949.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  15950.      */
  15951.     protected function getDoctrine_SchemaDropCommandService()
  15952.     {
  15953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15954.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15955.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  15956.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  15957.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15958.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  15959.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15960.         $instance->setName('doctrine:schema:drop');
  15961.         return $instance;
  15962.     }
  15963.     /**
  15964.      * Gets the private 'doctrine.schema_update_command' shared service.
  15965.      *
  15966.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  15967.      */
  15968.     protected function getDoctrine_SchemaUpdateCommandService()
  15969.     {
  15970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15971.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15972.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  15973.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  15974.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15975.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  15976.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15977.         $instance->setName('doctrine:schema:update');
  15978.         return $instance;
  15979.     }
  15980.     /**
  15981.      * Gets the private 'doctrine.schema_validate_command' shared service.
  15982.      *
  15983.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  15984.      */
  15985.     protected function getDoctrine_SchemaValidateCommandService()
  15986.     {
  15987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15988.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  15989.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  15990.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  15991.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  15992.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand(($this->privates['doctrine.orm.command.entity_manager_provider'] ?? $this->getDoctrine_Orm_Command_EntityManagerProviderService()));
  15993.         $instance->setName('doctrine:schema:validate');
  15994.         return $instance;
  15995.     }
  15996.     /**
  15997.      * Gets the private 'doctrine.ulid_generator' shared service.
  15998.      *
  15999.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  16000.      */
  16001.     protected function getDoctrine_UlidGeneratorService()
  16002.     {
  16003.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  16004.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  16005.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  16006.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  16007.     }
  16008.     /**
  16009.      * Gets the private 'doctrine.uuid_generator' shared service.
  16010.      *
  16011.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  16012.      */
  16013.     protected function getDoctrine_UuidGeneratorService()
  16014.     {
  16015.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  16016.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  16017.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  16018.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(665'Symfony\\Component\\Uid\\UuidV4'NULLNULL));
  16019.     }
  16020.     /**
  16021.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  16022.      *
  16023.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  16024.      */
  16025.     protected function getDoctrineMigrations_DiffCommandService()
  16026.     {
  16027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16028.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  16029.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  16030.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  16031.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  16032.         $instance->setName('doctrine:migrations:diff');
  16033.         return $instance;
  16034.     }
  16035.     /**
  16036.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  16037.      *
  16038.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  16039.      */
  16040.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  16041.     {
  16042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16043.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  16044.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  16045.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  16046.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  16047.         $instance->setName('doctrine:migrations:dump-schema');
  16048.         return $instance;
  16049.     }
  16050.     /**
  16051.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  16052.      *
  16053.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  16054.      */
  16055.     protected function getDoctrineMigrations_ExecuteCommandService()
  16056.     {
  16057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16058.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  16059.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  16060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  16061.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  16062.         $instance->setName('doctrine:migrations:execute');
  16063.         return $instance;
  16064.     }
  16065.     /**
  16066.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  16067.      *
  16068.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  16069.      */
  16070.     protected function getDoctrineMigrations_GenerateCommandService()
  16071.     {
  16072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16073.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  16074.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  16075.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  16076.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  16077.         $instance->setName('doctrine:migrations:generate');
  16078.         return $instance;
  16079.     }
  16080.     /**
  16081.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  16082.      *
  16083.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  16084.      */
  16085.     protected function getDoctrineMigrations_LatestCommandService()
  16086.     {
  16087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16088.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  16089.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  16090.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  16091.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  16092.         $instance->setName('doctrine:migrations:latest');
  16093.         return $instance;
  16094.     }
  16095.     /**
  16096.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  16097.      *
  16098.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  16099.      */
  16100.     protected function getDoctrineMigrations_MigrateCommandService()
  16101.     {
  16102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16103.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  16104.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  16105.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  16106.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  16107.         $instance->setName('doctrine:migrations:migrate');
  16108.         return $instance;
  16109.     }
  16110.     /**
  16111.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  16112.      *
  16113.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  16114.      */
  16115.     protected function getDoctrineMigrations_RollupCommandService()
  16116.     {
  16117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16118.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  16119.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  16120.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  16121.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  16122.         $instance->setName('doctrine:migrations:rollup');
  16123.         return $instance;
  16124.     }
  16125.     /**
  16126.      * Gets the private 'doctrine_migrations.status_command' shared service.
  16127.      *
  16128.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  16129.      */
  16130.     protected function getDoctrineMigrations_StatusCommandService()
  16131.     {
  16132.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16133.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  16134.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  16135.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  16136.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  16137.         $instance->setName('doctrine:migrations:status');
  16138.         return $instance;
  16139.     }
  16140.     /**
  16141.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  16142.      *
  16143.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  16144.      */
  16145.     protected function getDoctrineMigrations_UpToDateCommandService()
  16146.     {
  16147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16148.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  16149.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  16150.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  16151.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  16152.         $instance->setName('doctrine:migrations:up-to-date');
  16153.         return $instance;
  16154.     }
  16155.     /**
  16156.      * Gets the private 'doctrine_migrations.version_command' shared service.
  16157.      *
  16158.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  16159.      */
  16160.     protected function getDoctrineMigrations_VersionCommandService()
  16161.     {
  16162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16163.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  16164.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  16165.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  16166.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  16167.         $instance->setName('doctrine:migrations:version');
  16168.         return $instance;
  16169.     }
  16170.     /**
  16171.      * Gets the private 'error_handler.error_renderer.html' shared service.
  16172.      *
  16173.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  16174.      */
  16175.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  16176.     {
  16177.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  16178.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  16179.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  16180.         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()));
  16181.     }
  16182.     /**
  16183.      * Gets the private 'exception_listener' shared service.
  16184.      *
  16185.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  16186.      */
  16187.     protected function getExceptionListenerService()
  16188.     {
  16189.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  16190.     }
  16191.     /**
  16192.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  16193.      *
  16194.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  16195.      */
  16196.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  16197.     {
  16198.         if ($lazyLoad) {
  16199.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  16200.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  16201.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  16202.                     $proxy->setProxyInitializer(null);
  16203.                     return true;
  16204.                 });
  16205.             });
  16206.         }
  16207.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/ProcessorInterface.php';
  16208.         include_once \dirname(__DIR__4).'/src/Fixtures/Processor/ChannelImageProcessor.php';
  16209.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Processor/EaseUuidProcessor.php';
  16210.         include_once \dirname(__DIR__4).'/src/Fixtures/Processor/EaseUuidProcessor.php';
  16211.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  16212.         include_once \dirname(__DIR__4).'/src/Uploader/Naming/UuidNamer.php';
  16213.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16214.         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\Fixtures\Processor\ChannelImageProcessor(($this->services['App\\Uploader\\Naming\\UuidNamer'] ?? ($this->services['App\\Uploader\\Naming\\UuidNamer'] = new \App\Uploader\Naming\UuidNamer())), (\dirname(__DIR__4).'/public/uploads/channel_images')), => new \App\Fixtures\Processor\EaseUuidProcessor($a), => new \Nellapp\Bundle\SDKBundle\Fixture\Processor\EaseUuidProcessor($a)]);
  16215.     }
  16216.     /**
  16217.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  16218.      *
  16219.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  16220.      */
  16221.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  16222.     {
  16223.         if ($lazyLoad) {
  16224.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  16225.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  16226.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  16227.                     $proxy->setProxyInitializer(null);
  16228.                     return true;
  16229.                 });
  16230.             });
  16231.         }
  16232.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  16233.     }
  16234.     /**
  16235.      * Gets the private 'form.choice_list_factory.cached' shared service.
  16236.      *
  16237.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  16238.      */
  16239.     protected function getForm_ChoiceListFactory_CachedService()
  16240.     {
  16241.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  16242.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  16243.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  16244.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  16245.         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())));
  16246.     }
  16247.     /**
  16248.      * Gets the private 'form.registry' shared service.
  16249.      *
  16250.      * @return \Symfony\Component\Form\FormRegistry
  16251.      */
  16252.     protected function getForm_RegistryService()
  16253.     {
  16254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  16255.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  16256.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  16257.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  16258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  16259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  16260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  16261.         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, [
  16262.             'App\\Filter\\Account\\AssignableFilterType' => ['privates''App\\Filter\\Account\\AssignableFilterType''getAssignableFilterTypeService'false],
  16263.             'App\\Filter\\Async\\Channel\\User\\UserFilter' => ['privates''App\\Filter\\Async\\Channel\\User\\UserFilter''getUserFilterService'false],
  16264.             'App\\Filter\\Channel\\AssignableFilterType' => ['privates''App\\Filter\\Channel\\AssignableFilterType''getAssignableFilterType2Service'false],
  16265.             'App\\Filter\\Channel\\ImageFilter' => ['privates''App\\Filter\\Channel\\ImageFilter''getImageFilterService'false],
  16266.             'App\\Filter\\Common\\AssignableFilterType' => ['privates''App\\Filter\\Common\\AssignableFilterType''getAssignableFilterType3Service'false],
  16267.             'App\\Filter\\Front\\GlobalSearch' => ['privates''App\\Filter\\Front\\GlobalSearch''getGlobalSearchService'false],
  16268.             'App\\Filter\\Front\\GlobalSearchExtendedType' => ['privates''App\\Filter\\Front\\GlobalSearchExtendedType''getGlobalSearchExtendedTypeService'false],
  16269.             'App\\Filter\\Sync\\TrainingFilter' => ['privates''App\\Filter\\Sync\\TrainingFilter''getTrainingFilterService'false],
  16270.             'App\\Form\\Account\\AdviceType' => ['privates''App\\Form\\Account\\AdviceType''getAdviceTypeService'false],
  16271.             'App\\Form\\Channel\\ContactType' => ['privates''App\\Form\\Channel\\ContactType''getContactTypeService'false],
  16272.             'App\\Form\\Channel\\Filter\\ChannelTrainingFilter' => ['privates''App\\Form\\Channel\\Filter\\ChannelTrainingFilter''getChannelTrainingFilterService'false],
  16273.             'App\\Form\\Channel\\ImageSelectorType' => ['privates''App\\Form\\Channel\\ImageSelectorType''getImageSelectorTypeService'false],
  16274.             'App\\Form\\Common\\AddressType' => ['privates''App\\Form\\Common\\AddressType''getAddressTypeService'false],
  16275.             'App\\Form\\Common\\CountPaginationType' => ['privates''App\\Form\\Common\\CountPaginationType''getCountPaginationTypeService'false],
  16276.             'App\\Form\\Common\\CustomFileType' => ['privates''App\\Form\\Common\\CustomFileType''getCustomFileTypeService'false],
  16277.             'App\\Form\\Common\\NellappSliderType' => ['privates''App\\Form\\Common\\NellappSliderType''getNellappSliderTypeService'false],
  16278.             'App\\Form\\Common\\RatingType' => ['privates''App\\Form\\Common\\RatingType''getRatingTypeService'false],
  16279.             'App\\Form\\Common\\ReAssignableFormType' => ['privates''App\\Form\\Common\\ReAssignableFormType''getReAssignableFormTypeService'false],
  16280.             'App\\Form\\Exercise\\ExerciseType' => ['privates''App\\Form\\Exercise\\ExerciseType''getExerciseTypeService'false],
  16281.             'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType' => ['privates''App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType''getMultipleChoiceAnswerTypeService'false],
  16282.             'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType' => ['privates''App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType''getMultipleChoiceQuestionTypeService'false],
  16283.             'App\\Form\\Exercise\\Question\\QuestionType' => ['privates''App\\Form\\Exercise\\Question\\QuestionType''getQuestionTypeService'false],
  16284.             'App\\Form\\Exercise\\User\\ChoiceAnswerType' => ['privates''App\\Form\\Exercise\\User\\ChoiceAnswerType''getChoiceAnswerTypeService'false],
  16285.             'App\\Form\\Exercise\\User\\ExerciseResultType' => ['privates''App\\Form\\Exercise\\User\\ExerciseResultType''getExerciseResultTypeService'false],
  16286.             'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType' => ['privates''App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType''getMultipleChoiceQuestionResultTypeService'false],
  16287.             'App\\Form\\Exercise\\User\\QuestionResultType' => ['privates''App\\Form\\Exercise\\User\\QuestionResultType''getQuestionResultTypeService'false],
  16288.             'App\\Form\\Forum\\MessageAnswerType' => ['privates''App\\Form\\Forum\\MessageAnswerType''getMessageAnswerTypeService'false],
  16289.             'App\\Form\\Forum\\MessageType' => ['privates''App\\Form\\Forum\\MessageType''getMessageTypeService'false],
  16290.             'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType' => ['privates''App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType''getLessonScholarFilterTypeService'false],
  16291.             'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType''getChannelFilterTypeService'false],
  16292.             'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter' => ['privates''App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter''getCollectionFilterService'false],
  16293.             'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType''getLessonReviewFilterTypeService'false],
  16294.             'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter' => ['privates''App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter''getLessonScholarFilterService'false],
  16295.             'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter' => ['privates''App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter''getScholarCollectionFilterService'false],
  16296.             'App\\Form\\Manager\\Filter\\Channel\\SharedChannelFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\SharedChannelFilterType''getSharedChannelFilterTypeService'false],
  16297.             'App\\Form\\Manager\\Filter\\UserFilter' => ['privates''App\\Form\\Manager\\Filter\\UserFilter''getUserFilter2Service'false],
  16298.             'App\\Form\\Payment\\FundingType' => ['privates''App\\Form\\Payment\\FundingType''getFundingTypeService'false],
  16299.             'App\\Form\\Scholar\\ChapterType' => ['privates''App\\Form\\Scholar\\ChapterType''getChapterTypeService'false],
  16300.             'App\\Form\\Scholar\\LessonPrerequisiteType' => ['privates''App\\Form\\Scholar\\LessonPrerequisiteType''getLessonPrerequisiteTypeService'false],
  16301.             'App\\Form\\Scholar\\LessonReviewType' => ['privates''App\\Form\\Scholar\\LessonReviewType''getLessonReviewTypeService'false],
  16302.             'App\\Form\\Scholar\\LessonType' => ['privates''App\\Form\\Scholar\\LessonType''getLessonTypeService'false],
  16303.             'App\\Form\\Scholar\\ModuleLessonType' => ['privates''App\\Form\\Scholar\\ModuleLessonType''getModuleLessonTypeService'false],
  16304.             'App\\Form\\Scholar\\ModuleType' => ['privates''App\\Form\\Scholar\\ModuleType''getModuleTypeService'false],
  16305.             'App\\Form\\Scholar\\PracticalCaseCorrectionType' => ['privates''App\\Form\\Scholar\\PracticalCaseCorrectionType''getPracticalCaseCorrectionTypeService'false],
  16306.             'App\\Form\\Scholar\\PracticalCaseResourceType' => ['privates''App\\Form\\Scholar\\PracticalCaseResourceType''getPracticalCaseResourceTypeService'false],
  16307.             'App\\Form\\Scholar\\PracticalCaseResponseType' => ['privates''App\\Form\\Scholar\\PracticalCaseResponseType''getPracticalCaseResponseTypeService'false],
  16308.             'App\\Form\\Scholar\\PracticalCaseType' => ['privates''App\\Form\\Scholar\\PracticalCaseType''getPracticalCaseTypeService'false],
  16309.             'App\\Form\\Scholar\\ScholarInterfaceSelektor' => ['privates''App\\Form\\Scholar\\ScholarInterfaceSelektor''getScholarInterfaceSelektorService'false],
  16310.             'App\\Form\\Scholar\\TrainingDescriptionType' => ['privates''App\\Form\\Scholar\\TrainingDescriptionType''getTrainingDescriptionTypeService'false],
  16311.             'App\\Form\\Scholar\\TrainingModuleType' => ['privates''App\\Form\\Scholar\\TrainingModuleType''getTrainingModuleTypeService'false],
  16312.             'App\\Form\\Scholar\\TrainingProductType' => ['privates''App\\Form\\Scholar\\TrainingProductType''getTrainingProductTypeService'false],
  16313.             'App\\Form\\Scholar\\TrainingType' => ['privates''App\\Form\\Scholar\\TrainingType''getTrainingTypeService'false],
  16314.             'App\\Form\\Share\\ShareContentType' => ['privates''App\\Form\\Share\\ShareContentType''getShareContentTypeService'false],
  16315.             'App\\Form\\TemplatePage\\CreatePageType' => ['privates''App\\Form\\TemplatePage\\CreatePageType''getCreatePageTypeService'false],
  16316.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityTypeService'false],
  16317.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType''getSelectOrCreateTypeService'false],
  16318.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => ['privates''Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter''getApiFilterService'false],
  16319.             'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => ['privates''karser_recaptcha3.form.type''getKarserRecaptcha3_Form_TypeService'false],
  16320.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  16321.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType''getGroupeFilterTypeService'false],
  16322.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType''getSessionFilterTypeService'false],
  16323.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType''getTrainingFilterTypeService'false],
  16324.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType''getUserFilterTypeService'false],
  16325.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType''getNellappBooleanTypeService'false],
  16326.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType''getNellappChoiceTypeService'false],
  16327.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter''getCustomViewColumnsFilterService'false],
  16328.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType''getCustomViewManagerTypeService'false],
  16329.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType''getEditCustomViewTypeService'false],
  16330.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType''getNewCustomViewTypeService'false],
  16331.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType''getChannelUserRoleFilterTypeService'false],
  16332.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter''getCollectionFilter2Service'false],
  16333.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter''getCollectionFilter3Service'false],
  16334.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType''getChannelUserRoleSelektorFilterTypeService'false],
  16335.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType''getUserSelektorFilterTypeService'false],
  16336.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType''getTabContainerTypeService'false],
  16337.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabType''getTabTypeService'false],
  16338.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityType2Service'false],
  16339.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType''getChannelUserRoleSelektorTypeService'false],
  16340.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType''getGroupSelektorTypeService'false],
  16341.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType''getPlaceSelektorTypeService'false],
  16342.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType''getUserSelektorTypeService'false],
  16343.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType''getChannelUserPermissionEnumTypeService'false],
  16344.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType''getChannelUserPermissionResourceTypeService'false],
  16345.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter''getChannelUserDataFilterService'false],
  16346.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter''getChannelUserPermissionResourceFilterService'false],
  16347.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType''getMultipleResourcePermissionsTypeService'false],
  16348.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType''getSelectUserForChannelResourcePermissionTypeService'false],
  16349.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType''getMimeTypeChoiceFilterTypeService'false],
  16350.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => ['privates''spiriit_form_filter.type.filter_boolean''getSpiriitFormFilter_Type_FilterBooleanService'false],
  16351.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => ['privates''spiriit_form_filter.type.filter_checkbox''getSpiriitFormFilter_Type_FilterCheckboxService'false],
  16352.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => ['privates''spiriit_form_filter.type.filter_choice''getSpiriitFormFilter_Type_FilterChoiceService'false],
  16353.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => ['privates''spiriit_form_filter.type.filter_collection_adapter''getSpiriitFormFilter_Type_FilterCollectionAdapterService'false],
  16354.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => ['privates''spiriit_form_filter.type.filter_date''getSpiriitFormFilter_Type_FilterDateService'false],
  16355.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => ['privates''spiriit_form_filter.type.filter_date_range''getSpiriitFormFilter_Type_FilterDateRangeService'false],
  16356.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime''getSpiriitFormFilter_Type_FilterDatetimeService'false],
  16357.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime_range''getSpiriitFormFilter_Type_FilterDatetimeRangeService'false],
  16358.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => ['privates''spiriit_form_filter.type.filter_entity''getSpiriitFormFilter_Type_FilterEntityService'false],
  16359.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => ['privates''spiriit_form_filter.type.filter_enum''getSpiriitFormFilter_Type_FilterEnumService'false],
  16360.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => ['privates''spiriit_form_filter.type.filter_number''getSpiriitFormFilter_Type_FilterNumberService'false],
  16361.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => ['privates''spiriit_form_filter.type.filter_number_range''getSpiriitFormFilter_Type_FilterNumberRangeService'false],
  16362.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => ['privates''spiriit_form_filter.type.filter_sharedable''getSpiriitFormFilter_Type_FilterSharedableService'false],
  16363.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => ['privates''spiriit_form_filter.type.filter_text''getSpiriitFormFilter_Type_FilterTextService'false],
  16364.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  16365.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  16366.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  16367.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  16368.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  16369.         ], [
  16370.             'App\\Filter\\Account\\AssignableFilterType' => '?',
  16371.             'App\\Filter\\Async\\Channel\\User\\UserFilter' => '?',
  16372.             'App\\Filter\\Channel\\AssignableFilterType' => '?',
  16373.             'App\\Filter\\Channel\\ImageFilter' => '?',
  16374.             'App\\Filter\\Common\\AssignableFilterType' => '?',
  16375.             'App\\Filter\\Front\\GlobalSearch' => '?',
  16376.             'App\\Filter\\Front\\GlobalSearchExtendedType' => '?',
  16377.             'App\\Filter\\Sync\\TrainingFilter' => '?',
  16378.             'App\\Form\\Account\\AdviceType' => '?',
  16379.             'App\\Form\\Channel\\ContactType' => '?',
  16380.             'App\\Form\\Channel\\Filter\\ChannelTrainingFilter' => '?',
  16381.             'App\\Form\\Channel\\ImageSelectorType' => '?',
  16382.             'App\\Form\\Common\\AddressType' => '?',
  16383.             'App\\Form\\Common\\CountPaginationType' => '?',
  16384.             'App\\Form\\Common\\CustomFileType' => '?',
  16385.             'App\\Form\\Common\\NellappSliderType' => '?',
  16386.             'App\\Form\\Common\\RatingType' => '?',
  16387.             'App\\Form\\Common\\ReAssignableFormType' => '?',
  16388.             'App\\Form\\Exercise\\ExerciseType' => '?',
  16389.             'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType' => '?',
  16390.             'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType' => '?',
  16391.             'App\\Form\\Exercise\\Question\\QuestionType' => '?',
  16392.             'App\\Form\\Exercise\\User\\ChoiceAnswerType' => '?',
  16393.             'App\\Form\\Exercise\\User\\ExerciseResultType' => '?',
  16394.             'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType' => '?',
  16395.             'App\\Form\\Exercise\\User\\QuestionResultType' => '?',
  16396.             'App\\Form\\Forum\\MessageAnswerType' => '?',
  16397.             'App\\Form\\Forum\\MessageType' => '?',
  16398.             'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType' => '?',
  16399.             'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType' => '?',
  16400.             'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter' => '?',
  16401.             'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType' => '?',
  16402.             'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter' => '?',
  16403.             'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter' => '?',
  16404.             'App\\Form\\Manager\\Filter\\Channel\\SharedChannelFilterType' => '?',
  16405.             'App\\Form\\Manager\\Filter\\UserFilter' => '?',
  16406.             'App\\Form\\Payment\\FundingType' => '?',
  16407.             'App\\Form\\Scholar\\ChapterType' => '?',
  16408.             'App\\Form\\Scholar\\LessonPrerequisiteType' => '?',
  16409.             'App\\Form\\Scholar\\LessonReviewType' => '?',
  16410.             'App\\Form\\Scholar\\LessonType' => '?',
  16411.             'App\\Form\\Scholar\\ModuleLessonType' => '?',
  16412.             'App\\Form\\Scholar\\ModuleType' => '?',
  16413.             'App\\Form\\Scholar\\PracticalCaseCorrectionType' => '?',
  16414.             'App\\Form\\Scholar\\PracticalCaseResourceType' => '?',
  16415.             'App\\Form\\Scholar\\PracticalCaseResponseType' => '?',
  16416.             'App\\Form\\Scholar\\PracticalCaseType' => '?',
  16417.             'App\\Form\\Scholar\\ScholarInterfaceSelektor' => '?',
  16418.             'App\\Form\\Scholar\\TrainingDescriptionType' => '?',
  16419.             'App\\Form\\Scholar\\TrainingModuleType' => '?',
  16420.             'App\\Form\\Scholar\\TrainingProductType' => '?',
  16421.             'App\\Form\\Scholar\\TrainingType' => '?',
  16422.             'App\\Form\\Share\\ShareContentType' => '?',
  16423.             'App\\Form\\TemplatePage\\CreatePageType' => '?',
  16424.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => '?',
  16425.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => '?',
  16426.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => '?',
  16427.             'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => '?',
  16428.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  16429.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => '?',
  16430.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => '?',
  16431.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => '?',
  16432.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => '?',
  16433.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => '?',
  16434.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => '?',
  16435.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => '?',
  16436.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => '?',
  16437.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => '?',
  16438.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => '?',
  16439.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => '?',
  16440.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => '?',
  16441.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => '?',
  16442.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => '?',
  16443.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => '?',
  16444.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => '?',
  16445.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => '?',
  16446.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => '?',
  16447.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => '?',
  16448.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => '?',
  16449.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => '?',
  16450.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => '?',
  16451.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => '?',
  16452.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => '?',
  16453.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => '?',
  16454.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => '?',
  16455.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => '?',
  16456.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => '?',
  16457.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => '?',
  16458.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => '?',
  16459.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => '?',
  16460.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => '?',
  16461.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => '?',
  16462.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => '?',
  16463.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => '?',
  16464.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => '?',
  16465.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => '?',
  16466.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => '?',
  16467.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => '?',
  16468.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => '?',
  16469.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => '?',
  16470.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => '?',
  16471.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => '?',
  16472.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  16473.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  16474.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  16475.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  16476.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  16477.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  16478.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension()));
  16479.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension()));
  16480.             yield => ($this->privates['App\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['App\\Form\\Extension\\CollectionExtension'] = new \App\Form\Extension\CollectionExtension()));
  16481.         }, 3), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  16482.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension()));
  16483.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension()));
  16484.             yield => ($this->privates['App\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['App\\Form\\Extension\\CollectionInnerExtension'] = new \App\Form\Extension\CollectionInnerExtension()));
  16485.             yield => ($this->privates['App\\Form\\Extension\\FormExtension'] ?? ($this->privates['App\\Form\\Extension\\FormExtension'] = new \App\Form\Extension\FormExtension()));
  16486.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  16487.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  16488.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  16489.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  16490.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  16491.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  16492.             yield 10 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  16493.             yield 11 => ($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')));
  16494.             yield 12 => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollapsableExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollapsableExtension()));
  16495.             yield 13 => ($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()));
  16496.         }, 14), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType' => new RewindableGenerator(function () {
  16497.             yield => ($this->privates['App\\Form\\Extension\\Channel\\TextareaExtension'] ?? ($this->privates['App\\Form\\Extension\\Channel\\TextareaExtension'] = new \App\Form\Extension\Channel\TextareaExtension()));
  16498.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  16499.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  16500.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  16501.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  16502.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => new RewindableGenerator(function () {
  16503.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  16504.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => new RewindableGenerator(function () {
  16505.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  16506.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType' => new RewindableGenerator(function () {
  16507.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  16508.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TelType' => new RewindableGenerator(function () {
  16509.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension()));
  16510.         }, 1)], new RewindableGenerator(function () {
  16511.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  16512.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  16513.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  16514.     }
  16515.     /**
  16516.      * Gets the private 'form.server_params' shared service.
  16517.      *
  16518.      * @return \Symfony\Component\Form\Util\ServerParams
  16519.      */
  16520.     protected function getForm_ServerParamsService()
  16521.     {
  16522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  16523.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16524.     }
  16525.     /**
  16526.      * Gets the private 'form.type.choice' shared service.
  16527.      *
  16528.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  16529.      */
  16530.     protected function getForm_Type_ChoiceService()
  16531.     {
  16532.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16533.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16534.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  16535.         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()));
  16536.     }
  16537.     /**
  16538.      * Gets the private 'form.type.color' shared service.
  16539.      *
  16540.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  16541.      */
  16542.     protected function getForm_Type_ColorService()
  16543.     {
  16544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16545.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16546.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  16547.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  16548.     }
  16549.     /**
  16550.      * Gets the private 'form.type.entity' shared service.
  16551.      *
  16552.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  16553.      */
  16554.     protected function getForm_Type_EntityService()
  16555.     {
  16556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16557.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16558.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  16559.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  16560.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16561.     }
  16562.     /**
  16563.      * Gets the private 'form.type.form' shared service.
  16564.      *
  16565.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  16566.      */
  16567.     protected function getForm_Type_FormService()
  16568.     {
  16569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16570.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16571.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  16572.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  16573.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  16574.     }
  16575.     /**
  16576.      * Gets the private 'form.type_extension.csrf' shared service.
  16577.      *
  16578.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  16579.      */
  16580.     protected function getForm_TypeExtension_CsrfService()
  16581.     {
  16582.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  16585.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  16586.     }
  16587.     /**
  16588.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  16589.      *
  16590.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  16591.      */
  16592.     protected function getForm_TypeExtension_Form_DataCollectorService()
  16593.     {
  16594.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  16597.         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()));
  16598.     }
  16599.     /**
  16600.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  16601.      *
  16602.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  16603.      */
  16604.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  16605.     {
  16606.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  16609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  16610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  16611.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  16612.     }
  16613.     /**
  16614.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  16615.      *
  16616.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  16617.      */
  16618.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  16619.     {
  16620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  16623.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  16624.     }
  16625.     /**
  16626.      * Gets the private 'form.type_extension.form.validator' shared service.
  16627.      *
  16628.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  16629.      */
  16630.     protected function getForm_TypeExtension_Form_ValidatorService()
  16631.     {
  16632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  16635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  16636.         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, ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  16637.     }
  16638.     /**
  16639.      * Gets the private 'form.type_extension.upload.validator' shared service.
  16640.      *
  16641.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  16642.      */
  16643.     protected function getForm_TypeExtension_Upload_ValidatorService()
  16644.     {
  16645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  16646.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  16647.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  16648.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  16649.     }
  16650.     /**
  16651.      * Gets the private 'form.type_guesser.doctrine' shared service.
  16652.      *
  16653.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  16654.      */
  16655.     protected function getForm_TypeGuesser_DoctrineService()
  16656.     {
  16657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  16658.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  16659.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16660.     }
  16661.     /**
  16662.      * Gets the private 'form.type_guesser.validator' shared service.
  16663.      *
  16664.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  16665.      */
  16666.     protected function getForm_TypeGuesser_ValidatorService()
  16667.     {
  16668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  16669.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  16670.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  16671.     }
  16672.     /**
  16673.      * Gets the private 'fragment.renderer.inline' shared service.
  16674.      *
  16675.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  16676.      */
  16677.     protected function getFragment_Renderer_InlineService()
  16678.     {
  16679.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  16680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  16681.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  16682.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16683.         $instance->setFragmentPath('/_fragment');
  16684.         return $instance;
  16685.     }
  16686.     /**
  16687.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  16688.      *
  16689.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  16690.      */
  16691.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  16692.     {
  16693.         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())));
  16694.     }
  16695.     /**
  16696.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  16697.      *
  16698.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  16699.      */
  16700.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  16701.     {
  16702.         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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  16703.     }
  16704.     /**
  16705.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  16706.      *
  16707.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  16708.      */
  16709.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  16710.     {
  16711.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16712.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  16713.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  16714.     }
  16715.     /**
  16716.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  16717.      *
  16718.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  16719.      */
  16720.     protected function getJmsSerializer_Cache_CacheClearerService()
  16721.     {
  16722.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  16723.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  16724.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  16725.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  16726.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  16727.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  16728.     }
  16729.     /**
  16730.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  16731.      *
  16732.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  16733.      */
  16734.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  16735.     {
  16736.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16737.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  16738.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  16739.     }
  16740.     /**
  16741.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  16742.      *
  16743.      * @return \JMS\Serializer\Handler\DateHandler
  16744.      */
  16745.     protected function getJmsSerializer_DatetimeHandlerService()
  16746.     {
  16747.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16748.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  16749.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Paris'true);
  16750.     }
  16751.     /**
  16752.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  16753.      *
  16754.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  16755.      */
  16756.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  16757.     {
  16758.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  16759.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  16760.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  16761.     }
  16762.     /**
  16763.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  16764.      *
  16765.      * @return \JMS\Serializer\Handler\FormErrorHandler
  16766.      */
  16767.     protected function getJmsSerializer_FormErrorHandlerService()
  16768.     {
  16769.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16770.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  16771.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  16772.     }
  16773.     /**
  16774.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  16775.      *
  16776.      * @return \JMS\Serializer\Handler\IteratorHandler
  16777.      */
  16778.     protected function getJmsSerializer_IteratorHandlerService()
  16779.     {
  16780.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16781.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  16782.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  16783.     }
  16784.     /**
  16785.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  16786.      *
  16787.      * @return \Metadata\MetadataFactory
  16788.      */
  16789.     protected function getJmsSerializer_MetadataFactoryService()
  16790.     {
  16791.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  16792.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  16793.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  16794.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  16795.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  16796.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  16797.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  16798.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  16799.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16800.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  16801.         ], [
  16802.             'metadata_driver' => '?',
  16803.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  16804.         $instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  16805.         $instance->setIncludeInterfaces(false);
  16806.         return $instance;
  16807.     }
  16808.     /**
  16809.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  16810.      *
  16811.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  16812.      */
  16813.     protected function getJmsSerializer_StopwatchSubscriberService()
  16814.     {
  16815.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  16816.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  16817.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  16818.     }
  16819.     /**
  16820.      * Gets the private 'karser_recaptcha3.form.type' shared service.
  16821.      *
  16822.      * @return \Karser\Recaptcha3Bundle\Form\Recaptcha3Type
  16823.      */
  16824.     protected function getKarserRecaptcha3_Form_TypeService()
  16825.     {
  16826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16828.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Form/Recaptcha3Type.php';
  16829.         return $this->privates['karser_recaptcha3.form.type'] = new \Karser\Recaptcha3Bundle\Form\Recaptcha3Type($this->getEnv('RECAPTCHA3_KEY'), 'www.google.com'true);
  16830.     }
  16831.     /**
  16832.      * Gets the private 'karser_recaptcha3.validator' shared service.
  16833.      *
  16834.      * @return \Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator
  16835.      */
  16836.     protected function getKarserRecaptcha3_ValidatorService()
  16837.     {
  16838.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  16839.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  16840.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Validator/Constraints/Recaptcha3Validator.php';
  16841.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php';
  16842.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php';
  16843.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/RequestMethod/SymfonyHttpClient.php';
  16844.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Services/IpResolverInterface.php';
  16845.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Services/IpResolver.php';
  16846.         $a = new \ReCaptcha\ReCaptcha($this->getEnv('RECAPTCHA3_SECRET'), new \Karser\Recaptcha3Bundle\RequestMethod\SymfonyHttpClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), (new \Karser\Recaptcha3Bundle\Services\HostProvider('www.google.com'))->getVerifyUrl()));
  16847.         $a->setScoreThreshold(0.5);
  16848.         return $this->privates['karser_recaptcha3.validator'] = new \Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator($atrue, new \Karser\Recaptcha3Bundle\Services\IpResolver(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  16849.     }
  16850.     /**
  16851.      * Gets the private 'knp_menu.helper' shared service.
  16852.      *
  16853.      * @return \Knp\Menu\Twig\Helper
  16854.      */
  16855.     protected function getKnpMenu_HelperService()
  16856.     {
  16857.         return $this->privates['knp_menu.helper'] = new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16858.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  16859.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  16860.         ], [
  16861.             'list' => '?',
  16862.             'twig' => '?',
  16863.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  16864.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  16865.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  16866.         }, 2)), ($this->privates['knp_menu.manipulator'] ?? ($this->privates['knp_menu.manipulator'] = new \Knp\Menu\Util\MenuManipulator())), ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
  16867.     }
  16868.     /**
  16869.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  16870.      *
  16871.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  16872.      */
  16873.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  16874.     {
  16875.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  16876.         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()));
  16877.     }
  16878.     /**
  16879.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  16880.      *
  16881.      * @return \Knp\Menu\Provider\LazyProvider
  16882.      */
  16883.     protected function getKnpMenu_MenuProvider_LazyService()
  16884.     {
  16885.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  16886.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['admin_drawer' => [=> function () {
  16887.             return ($this->privates['App\\Menu\\Admin\\DrawerBuilder'] ?? $this->getDrawerBuilderService());
  16888.         }, => 'getMenu'], 'front_drawer' => [=> function () {
  16889.             return ($this->privates['App\\Menu\\Front\\DrawerBuilder'] ?? $this->getDrawerBuilder2Service());
  16890.         }, => 'getMenu'], 'nellapp_side_nav' => function () {
  16891.             return ($this->privates['app.nellapp_side_nav'] ?? $this->getApp_NellappSideNavService());
  16892.         }, 'side_nav' => function () {
  16893.             return ($this->privates['nellapp_sdk.side_nav'] ?? $this->getNellappSdk_SideNavService());
  16894.         }]);
  16895.     }
  16896.     /**
  16897.      * Gets the private 'knp_menu.renderer.list' shared service.
  16898.      *
  16899.      * @return \Knp\Menu\Renderer\ListRenderer
  16900.      */
  16901.     protected function getKnpMenu_Renderer_ListService()
  16902.     {
  16903.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  16904.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  16905.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  16906.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  16907.     }
  16908.     /**
  16909.      * Gets the private 'knp_menu.renderer.twig' shared service.
  16910.      *
  16911.      * @return \Knp\Menu\Renderer\TwigRenderer
  16912.      */
  16913.     protected function getKnpMenu_Renderer_TwigService()
  16914.     {
  16915.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  16916.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  16917.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), '@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  16918.     }
  16919.     /**
  16920.      * Gets the private 'knp_menu.voter.router' shared service.
  16921.      *
  16922.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  16923.      */
  16924.     protected function getKnpMenu_Voter_RouterService()
  16925.     {
  16926.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  16927.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  16928.         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())));
  16929.     }
  16930.     /**
  16931.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  16932.      *
  16933.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  16934.      */
  16935.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  16936.     {
  16937.         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]);
  16938.     }
  16939.     /**
  16940.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  16941.      *
  16942.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  16943.      */
  16944.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  16945.     {
  16946.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  16947.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  16948.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  16949.     }
  16950.     /**
  16951.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  16952.      *
  16953.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  16954.      */
  16955.     protected function getLiipImagine_Command_CacheRemoveService()
  16956.     {
  16957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16958.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  16959.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  16960.         $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()));
  16961.         $instance->setName('liip:imagine:cache:remove');
  16962.         return $instance;
  16963.     }
  16964.     /**
  16965.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  16966.      *
  16967.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  16968.      */
  16969.     protected function getLiipImagine_Command_CacheResolveService()
  16970.     {
  16971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16972.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  16973.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  16974.         $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()));
  16975.         $instance->setName('liip:imagine:cache:resolve');
  16976.         return $instance;
  16977.     }
  16978.     /**
  16979.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  16980.      *
  16981.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  16982.      */
  16983.     protected function getLiipImagine_Filter_ConfigurationService()
  16984.     {
  16985.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  16986.     }
  16987.     /**
  16988.      * Gets the private 'liip_imagine.form.type.image' shared service.
  16989.      *
  16990.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  16991.      */
  16992.     protected function getLiipImagine_Form_Type_ImageService()
  16993.     {
  16994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16996.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  16997.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  16998.     }
  16999.     /**
  17000.      * Gets the private 'liip_imagine.gd' shared service.
  17001.      *
  17002.      * @return \Imagine\Gd\Imagine
  17003.      */
  17004.     protected function getLiipImagine_GdService()
  17005.     {
  17006.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  17007.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  17008.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  17009.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  17010.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  17011.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  17012.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  17013.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  17014.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  17015.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  17016.         return $instance;
  17017.     }
  17018.     /**
  17019.      * Gets the private 'liip_imagine.service.filter' shared service.
  17020.      *
  17021.      * @return \Liip\ImagineBundle\Service\FilterService
  17022.      */
  17023.     protected function getLiipImagine_Service_FilterService()
  17024.     {
  17025.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  17026.         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()));
  17027.     }
  17028.     /**
  17029.      * Gets the private 'locale_aware_listener' shared service.
  17030.      *
  17031.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  17032.      */
  17033.     protected function getLocaleAwareListenerService()
  17034.     {
  17035.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  17036.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  17037.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  17038.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  17039.     }
  17040.     /**
  17041.      * Gets the private 'locale_listener' shared service.
  17042.      *
  17043.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  17044.      */
  17045.     protected function getLocaleListenerService()
  17046.     {
  17047.         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, []);
  17048.     }
  17049.     /**
  17050.      * Gets the private 'maker.auto_command.make_auth' shared service.
  17051.      *
  17052.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17053.      */
  17054.     protected function getMaker_AutoCommand_MakeAuthService()
  17055.     {
  17056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17058.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17059.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17060.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  17061.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  17062.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  17063.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17064.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  17065.         $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);
  17066.         $instance->setName('make:auth');
  17067.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  17068.         return $instance;
  17069.     }
  17070.     /**
  17071.      * Gets the private 'maker.auto_command.make_command' shared service.
  17072.      *
  17073.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17074.      */
  17075.     protected function getMaker_AutoCommand_MakeCommandService()
  17076.     {
  17077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17078.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17079.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17080.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17081.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  17082.         $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()));
  17083.         $instance->setName('make:command');
  17084.         $instance->setDescription('Creates a new console command class');
  17085.         return $instance;
  17086.     }
  17087.     /**
  17088.      * Gets the private 'maker.auto_command.make_controller' shared service.
  17089.      *
  17090.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17091.      */
  17092.     protected function getMaker_AutoCommand_MakeControllerService()
  17093.     {
  17094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17095.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17096.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17097.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17098.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  17099.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17100.         $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()));
  17101.         $instance->setName('make:controller');
  17102.         $instance->setDescription('Creates a new controller class');
  17103.         return $instance;
  17104.     }
  17105.     /**
  17106.      * Gets the private 'maker.auto_command.make_crud' shared service.
  17107.      *
  17108.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17109.      */
  17110.     protected function getMaker_AutoCommand_MakeCrudService()
  17111.     {
  17112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17113.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  17117.         $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()));
  17118.         $instance->setName('make:crud');
  17119.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  17120.         return $instance;
  17121.     }
  17122.     /**
  17123.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  17124.      *
  17125.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17126.      */
  17127.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  17128.     {
  17129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17130.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17131.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17132.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17133.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  17134.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17135.         $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()));
  17136.         $instance->setName('make:docker:database');
  17137.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  17138.         return $instance;
  17139.     }
  17140.     /**
  17141.      * Gets the private 'maker.auto_command.make_entity' shared service.
  17142.      *
  17143.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17144.      */
  17145.     protected function getMaker_AutoCommand_MakeEntityService()
  17146.     {
  17147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17148.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17149.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17150.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17151.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  17152.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  17153.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17154.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  17155.         $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);
  17156.         $instance->setName('make:entity');
  17157.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  17158.         return $instance;
  17159.     }
  17160.     /**
  17161.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  17162.      *
  17163.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17164.      */
  17165.     protected function getMaker_AutoCommand_MakeFixturesService()
  17166.     {
  17167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  17172.         $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()));
  17173.         $instance->setName('make:fixtures');
  17174.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  17175.         return $instance;
  17176.     }
  17177.     /**
  17178.      * Gets the private 'maker.auto_command.make_form' shared service.
  17179.      *
  17180.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17181.      */
  17182.     protected function getMaker_AutoCommand_MakeFormService()
  17183.     {
  17184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  17189.         $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()));
  17190.         $instance->setName('make:form');
  17191.         $instance->setDescription('Creates a new form class');
  17192.         return $instance;
  17193.     }
  17194.     /**
  17195.      * Gets the private 'maker.auto_command.make_message' shared service.
  17196.      *
  17197.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17198.      */
  17199.     protected function getMaker_AutoCommand_MakeMessageService()
  17200.     {
  17201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17203.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  17206.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17207.         $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()));
  17208.         $instance->setName('make:message');
  17209.         $instance->setDescription('Creates a new message and handler');
  17210.         return $instance;
  17211.     }
  17212.     /**
  17213.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  17214.      *
  17215.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17216.      */
  17217.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  17218.     {
  17219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  17224.         $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()));
  17225.         $instance->setName('make:messenger-middleware');
  17226.         $instance->setDescription('Creates a new messenger middleware');
  17227.         return $instance;
  17228.     }
  17229.     /**
  17230.      * Gets the private 'maker.auto_command.make_migration' shared service.
  17231.      *
  17232.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17233.      */
  17234.     protected function getMaker_AutoCommand_MakeMigrationService()
  17235.     {
  17236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  17241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  17242.         $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()));
  17243.         $instance->setName('make:migration');
  17244.         $instance->setDescription('Creates a new migration based on database changes');
  17245.         return $instance;
  17246.     }
  17247.     /**
  17248.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  17249.      *
  17250.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17251.      */
  17252.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  17253.     {
  17254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  17259.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17260.         $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()));
  17261.         $instance->setName('make:registration-form');
  17262.         $instance->setDescription('Creates a new registration form system');
  17263.         return $instance;
  17264.     }
  17265.     /**
  17266.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  17267.      *
  17268.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17269.      */
  17270.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  17271.     {
  17272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  17277.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17278.         $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()));
  17279.         $instance->setName('make:reset-password');
  17280.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  17281.         return $instance;
  17282.     }
  17283.     /**
  17284.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  17285.      *
  17286.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17287.      */
  17288.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  17289.     {
  17290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  17295.         $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()));
  17296.         $instance->setName('make:serializer:encoder');
  17297.         $instance->setDescription('Creates a new serializer encoder class');
  17298.         return $instance;
  17299.     }
  17300.     /**
  17301.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  17302.      *
  17303.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17304.      */
  17305.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  17306.     {
  17307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17309.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17310.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  17312.         $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()));
  17313.         $instance->setName('make:serializer:normalizer');
  17314.         $instance->setDescription('Creates a new serializer normalizer class');
  17315.         return $instance;
  17316.     }
  17317.     /**
  17318.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  17319.      *
  17320.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17321.      */
  17322.     protected function getMaker_AutoCommand_MakeSubscriberService()
  17323.     {
  17324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17328.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  17329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  17330.         $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()));
  17331.         $instance->setName('make:subscriber');
  17332.         $instance->setDescription('Creates a new event subscriber class');
  17333.         return $instance;
  17334.     }
  17335.     /**
  17336.      * Gets the private 'maker.auto_command.make_test' shared service.
  17337.      *
  17338.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17339.      */
  17340.     protected function getMaker_AutoCommand_MakeTestService()
  17341.     {
  17342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  17347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  17348.         $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()));
  17349.         $instance->setName('make:test');
  17350.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  17351.         $instance->setDescription('Creates a new test class');
  17352.         return $instance;
  17353.     }
  17354.     /**
  17355.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  17356.      *
  17357.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17358.      */
  17359.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  17360.     {
  17361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  17366.         $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()));
  17367.         $instance->setName('make:twig-extension');
  17368.         $instance->setDescription('Creates a new Twig extension class');
  17369.         return $instance;
  17370.     }
  17371.     /**
  17372.      * Gets the private 'maker.auto_command.make_user' shared service.
  17373.      *
  17374.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17375.      */
  17376.     protected function getMaker_AutoCommand_MakeUserService()
  17377.     {
  17378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17380.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  17383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  17384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  17385.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  17386.         $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()));
  17387.         $instance->setName('make:user');
  17388.         $instance->setDescription('Creates a new security user class');
  17389.         return $instance;
  17390.     }
  17391.     /**
  17392.      * Gets the private 'maker.auto_command.make_validator' shared service.
  17393.      *
  17394.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17395.      */
  17396.     protected function getMaker_AutoCommand_MakeValidatorService()
  17397.     {
  17398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17399.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  17403.         $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()));
  17404.         $instance->setName('make:validator');
  17405.         $instance->setDescription('Creates a new validator and constraint class');
  17406.         return $instance;
  17407.     }
  17408.     /**
  17409.      * Gets the private 'maker.auto_command.make_voter' shared service.
  17410.      *
  17411.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17412.      */
  17413.     protected function getMaker_AutoCommand_MakeVoterService()
  17414.     {
  17415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17417.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  17420.         $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()));
  17421.         $instance->setName('make:voter');
  17422.         $instance->setDescription('Creates a new security voter class');
  17423.         return $instance;
  17424.     }
  17425.     /**
  17426.      * Gets the private 'maker.doctrine_helper' shared service.
  17427.      *
  17428.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  17429.      */
  17430.     protected function getMaker_DoctrineHelperService()
  17431.     {
  17432.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  17433.         $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')])));
  17434.         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]]]);
  17435.     }
  17436.     /**
  17437.      * Gets the private 'maker.entity_class_generator' shared service.
  17438.      *
  17439.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  17440.      */
  17441.     protected function getMaker_EntityClassGeneratorService()
  17442.     {
  17443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  17444.         $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()));
  17445.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  17446.         return $instance;
  17447.     }
  17448.     /**
  17449.      * Gets the private 'maker.file_manager' shared service.
  17450.      *
  17451.      * @return \Symfony\Bundle\MakerBundle\FileManager
  17452.      */
  17453.     protected function getMaker_FileManagerService()
  17454.     {
  17455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  17456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  17457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  17458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  17459.         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'));
  17460.     }
  17461.     /**
  17462.      * Gets the private 'maker.generator' shared service.
  17463.      *
  17464.      * @return \Symfony\Bundle\MakerBundle\Generator
  17465.      */
  17466.     protected function getMaker_GeneratorService()
  17467.     {
  17468.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  17469.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  17470.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  17471.         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));
  17472.     }
  17473.     /**
  17474.      * Gets the private 'maker.php_compat_util' shared service.
  17475.      *
  17476.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  17477.      */
  17478.     protected function getMaker_PhpCompatUtilService()
  17479.     {
  17480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  17481.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  17482.     }
  17483.     /**
  17484.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  17485.      *
  17486.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  17487.      */
  17488.     protected function getMaker_Renderer_FormTypeRendererService()
  17489.     {
  17490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  17491.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17492.     }
  17493.     /**
  17494.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  17495.      *
  17496.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  17497.      */
  17498.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  17499.     {
  17500.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17501.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  17502.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  17503.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  17504.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => new RewindableGenerator(function () {
  17505.             yield => ($this->privates['.messenger.handler_descriptor.rUCyI0M'] ?? $this->get_Messenger_HandlerDescriptor_RUCyI0MService());
  17506.         }, 1)]));
  17507.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17508.         return $instance;
  17509.     }
  17510.     /**
  17511.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  17512.      *
  17513.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  17514.      */
  17515.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  17516.     {
  17517.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17518.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  17519.         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');
  17520.     }
  17521.     /**
  17522.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  17523.      *
  17524.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  17525.      */
  17526.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  17527.     {
  17528.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  17529.         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, [
  17530.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17531.             'sync_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17532.         ], [
  17533.             'failed' => '?',
  17534.             'sync_transport' => '?',
  17535.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17536.     }
  17537.     /**
  17538.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  17539.      *
  17540.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  17541.      */
  17542.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  17543.     {
  17544.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  17545.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17546.     }
  17547.     /**
  17548.      * Gets the private 'messenger.middleware.send_message' shared service.
  17549.      *
  17550.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  17551.      */
  17552.     protected function getMessenger_Middleware_SendMessageService()
  17553.     {
  17554.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17555.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  17556.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  17557.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  17558.         $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']], ($this->privates['.service_locator.SqQuVQ2'] ?? $this->get_ServiceLocator_SqQuVQ2Service())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  17559.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17560.         return $instance;
  17561.     }
  17562.     /**
  17563.      * Gets the private 'messenger.receiver_locator' shared service.
  17564.      *
  17565.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17566.      */
  17567.     protected function getMessenger_ReceiverLocatorService()
  17568.     {
  17569.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17570.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17571.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17572.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  17573.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  17574.         ], [
  17575.             'failed' => '?',
  17576.             'messenger.transport.failed' => '?',
  17577.             'messenger.transport.sync_transport' => '?',
  17578.             'sync_transport' => '?',
  17579.         ]);
  17580.     }
  17581.     /**
  17582.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  17583.      *
  17584.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  17585.      */
  17586.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  17587.     {
  17588.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  17589.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  17590.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  17591.     }
  17592.     /**
  17593.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_transport' shared service.
  17594.      *
  17595.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  17596.      */
  17597.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService()
  17598.     {
  17599.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  17600.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  17601.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  17602.     }
  17603.     /**
  17604.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  17605.      *
  17606.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  17607.      */
  17608.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  17609.     {
  17610.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  17611.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.SqQuVQ2'] ?? $this->get_ServiceLocator_SqQuVQ2Service()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17612.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  17613.             'sync_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService'false],
  17614.         ], [
  17615.             'failed' => '?',
  17616.             'sync_transport' => '?',
  17617.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  17618.     }
  17619.     /**
  17620.      * Gets the private 'messenger.routable_message_bus' shared service.
  17621.      *
  17622.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  17623.      */
  17624.     protected function getMessenger_RoutableMessageBusService()
  17625.     {
  17626.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  17627.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17628.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  17629.         ], [
  17630.             'messenger.bus.default' => '?',
  17631.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  17632.     }
  17633.     /**
  17634.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  17635.      *
  17636.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  17637.      */
  17638.     protected function getMessenger_Transport_Doctrine_FactoryService()
  17639.     {
  17640.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17641.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  17642.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17643.     }
  17644.     /**
  17645.      * Gets the private 'messenger.transport.failed' shared service.
  17646.      *
  17647.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  17648.      */
  17649.     protected function getMessenger_Transport_FailedService()
  17650.     {
  17651.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  17652.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  17653.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  17654.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17655.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17656.         return $this->privates['messenger.transport.failed'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('doctrine://default?queue_name=failed', ['auto_setup' => false'transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  17657.     }
  17658.     /**
  17659.      * Gets the private 'messenger.transport.sync.factory' shared service.
  17660.      *
  17661.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  17662.      */
  17663.     protected function getMessenger_Transport_Sync_FactoryService()
  17664.     {
  17665.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17666.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  17667.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  17668.     }
  17669.     /**
  17670.      * Gets the private 'messenger.transport.sync_transport' shared service.
  17671.      *
  17672.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  17673.      */
  17674.     protected function getMessenger_Transport_SyncTransportService()
  17675.     {
  17676.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  17677.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  17678.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  17679.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17680.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17681.         return $this->privates['messenger.transport.sync_transport'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('SYNC_AMQP_DSN'), ['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())));
  17682.     }
  17683.     /**
  17684.      * Gets the private 'messenger.transport_factory' shared service.
  17685.      *
  17686.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  17687.      */
  17688.     protected function getMessenger_TransportFactoryService()
  17689.     {
  17690.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17691.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  17692.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  17693.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  17694.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  17695.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  17696.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  17697.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  17698.         }, 5));
  17699.     }
  17700.     /**
  17701.      * Gets the private 'mime_types' shared service.
  17702.      *
  17703.      * @return \Symfony\Component\Mime\MimeTypes
  17704.      */
  17705.     protected function getMimeTypesService()
  17706.     {
  17707.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  17708.         $instance->setDefault($instance);
  17709.         return $instance;
  17710.     }
  17711.     /**
  17712.      * Gets the private 'monolog.command.server_log' shared service.
  17713.      *
  17714.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  17715.      */
  17716.     protected function getMonolog_Command_ServerLogService()
  17717.     {
  17718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17719.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  17720.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  17721.         $instance->setName('server:log');
  17722.         $instance->setDescription('Start a log server that displays logs in real time');
  17723.         return $instance;
  17724.     }
  17725.     /**
  17726.      * Gets the private 'monolog.handler.console' shared service.
  17727.      *
  17728.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  17729.      */
  17730.     protected function getMonolog_Handler_ConsoleService()
  17731.     {
  17732.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  17733.     }
  17734.     /**
  17735.      * Gets the private 'monolog.handler.main' shared service.
  17736.      *
  17737.      * @return \Monolog\Handler\StreamHandler
  17738.      */
  17739.     protected function getMonolog_Handler_MainService()
  17740.     {
  17741.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  17742.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  17743.         return $instance;
  17744.     }
  17745.     /**
  17746.      * Gets the private 'monolog.logger' shared service.
  17747.      *
  17748.      * @return \Symfony\Bridge\Monolog\Logger
  17749.      */
  17750.     protected function getMonolog_LoggerService()
  17751.     {
  17752.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  17753.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17754.         $instance->useMicrosecondTimestamps(true);
  17755.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17756.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17757.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17758.         return $instance;
  17759.     }
  17760.     /**
  17761.      * Gets the private 'monolog.logger.cache' shared service.
  17762.      *
  17763.      * @return \Symfony\Bridge\Monolog\Logger
  17764.      */
  17765.     protected function getMonolog_Logger_CacheService()
  17766.     {
  17767.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  17768.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17769.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17770.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17771.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17772.         return $instance;
  17773.     }
  17774.     /**
  17775.      * Gets the private 'monolog.logger.messenger' shared service.
  17776.      *
  17777.      * @return \Symfony\Bridge\Monolog\Logger
  17778.      */
  17779.     protected function getMonolog_Logger_MessengerService()
  17780.     {
  17781.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  17782.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17783.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17784.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17785.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17786.         return $instance;
  17787.     }
  17788.     /**
  17789.      * Gets the private 'monolog.logger.nelmio_api_doc' shared service.
  17790.      *
  17791.      * @return \Symfony\Bridge\Monolog\Logger
  17792.      */
  17793.     protected function getMonolog_Logger_NelmioApiDocService()
  17794.     {
  17795.         $this->privates['monolog.logger.nelmio_api_doc'] = $instance = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  17796.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17797.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17798.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17799.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17800.         return $instance;
  17801.     }
  17802.     /**
  17803.      * Gets the private 'monolog.logger.request' shared service.
  17804.      *
  17805.      * @return \Symfony\Bridge\Monolog\Logger
  17806.      */
  17807.     protected function getMonolog_Logger_RequestService()
  17808.     {
  17809.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  17810.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17811.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17812.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17813.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17814.         return $instance;
  17815.     }
  17816.     /**
  17817.      * Gets the private 'monolog.logger.security' shared service.
  17818.      *
  17819.      * @return \Symfony\Bridge\Monolog\Logger
  17820.      */
  17821.     protected function getMonolog_Logger_SecurityService()
  17822.     {
  17823.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  17824.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  17825.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  17826.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  17827.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  17828.         return $instance;
  17829.     }
  17830.     /**
  17831.      * Gets the private 'nellapp_sdk.assets._package_channel_image' shared service.
  17832.      *
  17833.      * @return \Symfony\Component\Asset\UrlPackage
  17834.      */
  17835.     protected function getNellappSdk_Assets_PackageChannelImageService()
  17836.     {
  17837.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  17838.         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()));
  17839.     }
  17840.     /**
  17841.      * Gets the private 'nellapp_sdk.assets._package_core' shared service.
  17842.      *
  17843.      * @return \Symfony\Component\Asset\PathPackage
  17844.      */
  17845.     protected function getNellappSdk_Assets_PackageCoreService()
  17846.     {
  17847.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  17848.         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()));
  17849.     }
  17850.     /**
  17851.      * Gets the private 'nellapp_sdk.assets._package_user_avatar' shared service.
  17852.      *
  17853.      * @return \Symfony\Component\Asset\UrlPackage
  17854.      */
  17855.     protected function getNellappSdk_Assets_PackageUserAvatarService()
  17856.     {
  17857.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  17858.         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()));
  17859.     }
  17860.     /**
  17861.      * Gets the private 'nellapp_sdk.auth.user_resolve_target_entity' shared service.
  17862.      *
  17863.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17864.      */
  17865.     protected function getNellappSdk_Auth_UserResolveTargetEntityService()
  17866.     {
  17867.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  17868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17869.         $this->privates['nellapp_sdk.auth.user_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17870.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  17871.         return $instance;
  17872.     }
  17873.     /**
  17874.      * Gets the private 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' shared service.
  17875.      *
  17876.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17877.      */
  17878.     protected function getNellappSdk_Channel_AbstractCursusResolveTargetEntityService()
  17879.     {
  17880.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  17881.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17882.         $this->privates['nellapp_sdk.channel.abstract_cursus_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17883.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Cursus\\AbstractCursusInterface''App\\Entity\\ChannelUserData\\AbstractCursus', []);
  17884.         return $instance;
  17885.     }
  17886.     /**
  17887.      * Gets the private 'nellapp_sdk.channel.channel_channel_resolve_target_entity' shared service.
  17888.      *
  17889.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17890.      */
  17891.     protected function getNellappSdk_Channel_ChannelChannelResolveTargetEntityService()
  17892.     {
  17893.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  17894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17895.         $this->privates['nellapp_sdk.channel.channel_channel_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17896.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  17897.         return $instance;
  17898.     }
  17899.     /**
  17900.      * Gets the private 'nellapp_sdk.channel.channel_group_resolve_target_entity' shared service.
  17901.      *
  17902.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17903.      */
  17904.     protected function getNellappSdk_Channel_ChannelGroupResolveTargetEntityService()
  17905.     {
  17906.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  17907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17908.         $this->privates['nellapp_sdk.channel.channel_group_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17909.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Group\\GroupInterface''App\\Entity\\Channel\\Group', []);
  17910.         return $instance;
  17911.     }
  17912.     /**
  17913.      * Gets the private 'nellapp_sdk.channel.channel_training_resolve_target_entity' shared service.
  17914.      *
  17915.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17916.      */
  17917.     protected function getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService()
  17918.     {
  17919.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  17920.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17921.         $this->privates['nellapp_sdk.channel.channel_training_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17922.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Training\\TrainingInterface''App\\Entity\\Scholar\\Training\\Training', []);
  17923.         return $instance;
  17924.     }
  17925.     /**
  17926.      * Gets the private 'nellapp_sdk.channel.channel_user_data_resolve_target_entity' shared service.
  17927.      *
  17928.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17929.      */
  17930.     protected function getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService()
  17931.     {
  17932.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  17933.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17934.         $this->privates['nellapp_sdk.channel.channel_user_data_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17935.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  17936.         return $instance;
  17937.     }
  17938.     /**
  17939.      * Gets the private 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' shared service.
  17940.      *
  17941.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17942.      */
  17943.     protected function getNellappSdk_Channel_ChannelUserFromChannelsResolveTargetEntityService()
  17944.     {
  17945.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  17946.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17947.         $this->privates['nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17948.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel', []);
  17949.         return $instance;
  17950.     }
  17951.     /**
  17952.      * Gets the private 'nellapp_sdk.channel.channel_user_role_resolve_target_entity' shared service.
  17953.      *
  17954.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17955.      */
  17956.     protected function getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService()
  17957.     {
  17958.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  17959.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17960.         $this->privates['nellapp_sdk.channel.channel_user_role_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17961.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  17962.         return $instance;
  17963.     }
  17964.     /**
  17965.      * Gets the private 'nellapp_sdk.global_getter.channel_class_resolve_target_entity' shared service.
  17966.      *
  17967.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17968.      */
  17969.     protected function getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService()
  17970.     {
  17971.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  17972.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17973.         $this->privates['nellapp_sdk.global_getter.channel_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17974.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  17975.         return $instance;
  17976.     }
  17977.     /**
  17978.      * Gets the private 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' shared service.
  17979.      *
  17980.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17981.      */
  17982.     protected function getNellappSdk_GlobalGetter_ChannelUserDataClassResolveTargetEntityService()
  17983.     {
  17984.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  17985.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17986.         $this->privates['nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  17987.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  17988.         return $instance;
  17989.     }
  17990.     /**
  17991.      * Gets the private 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' shared service.
  17992.      *
  17993.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  17994.      */
  17995.     protected function getNellappSdk_GlobalGetter_ChannelUserRoleClassResolveTargetEntityService()
  17996.     {
  17997.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  17998.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  17999.         $this->privates['nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  18000.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  18001.         return $instance;
  18002.     }
  18003.     /**
  18004.      * Gets the private 'nellapp_sdk.global_getter.user_class_resolve_target_entity' shared service.
  18005.      *
  18006.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  18007.      */
  18008.     protected function getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService()
  18009.     {
  18010.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  18011.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  18012.         $this->privates['nellapp_sdk.global_getter.user_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  18013.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  18014.         return $instance;
  18015.     }
  18016.     /**
  18017.      * Gets the private 'nellapp_sdk.side_nav' shared autowired service.
  18018.      *
  18019.      * @return \Knp\Menu\MenuItem
  18020.      */
  18021.     protected function getNellappSdk_SideNavService()
  18022.     {
  18023.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  18024.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  18025.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Menu/MenuBuilder.php';
  18026.         return $this->privates['nellapp_sdk.side_nav'] = (new \Nellapp\Bundle\SDKBundle\Menu\MenuBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] ?? $this->getChannelGetterServiceService())))->createSideNav(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  18027.     }
  18028.     /**
  18029.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  18030.      *
  18031.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  18032.      */
  18033.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  18034.     {
  18035.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  18036.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  18037.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  18038.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  18039.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  18040.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  18041.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  18042.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  18043.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  18044.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  18045.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  18046.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  18047.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  18048.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  18049.         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));
  18050.     }
  18051.     /**
  18052.      * Gets the private 'nelmio_api_doc.describers.config.core_sync' shared service.
  18053.      *
  18054.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  18055.      */
  18056.     protected function getNelmioApiDoc_Describers_Config_CoreSyncService()
  18057.     {
  18058.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  18059.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  18060.         return $this->privates['nelmio_api_doc.describers.config.core_sync'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'Nellapp Core Sync API''version' => '1.0.0'], 'components' => ['securitySchemes' => ['Bearer' => ['type' => 'apiKey''description' => 'Authorization: Core {secret}''name' => 'Authorization''in' => 'header']]]], true);
  18061.     }
  18062.     /**
  18063.      * Gets the private 'nelmio_api_doc.describers.config.default' shared service.
  18064.      *
  18065.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  18066.      */
  18067.     protected function getNelmioApiDoc_Describers_Config_DefaultService()
  18068.     {
  18069.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  18070.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  18071.         return $this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'Nellapp ASYNC API''description' => 'API for Nellapp''version' => '2.0.0']], true);
  18072.     }
  18073.     /**
  18074.      * Gets the private 'nelmio_api_doc.describers.openapi_php.core_sync' shared service.
  18075.      *
  18076.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  18077.      */
  18078.     protected function getNelmioApiDoc_Describers_OpenapiPhp_CoreSyncService()
  18079.     {
  18080.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  18081.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  18082.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  18083.         return $this->privates['nelmio_api_doc.describers.openapi_php.core_sync'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.core_sync'] ?? $this->getNelmioApiDoc_Routes_CoreSyncService()), ($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()));
  18084.     }
  18085.     /**
  18086.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  18087.      *
  18088.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  18089.      */
  18090.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  18091.     {
  18092.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  18093.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  18094.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  18095.         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()));
  18096.     }
  18097.     /**
  18098.      * Gets the private 'nelmio_api_doc.describers.route.core_sync' shared service.
  18099.      *
  18100.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  18101.      */
  18102.     protected function getNelmioApiDoc_Describers_Route_CoreSyncService()
  18103.     {
  18104.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  18105.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  18106.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  18107.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  18108.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  18109.         return $this->privates['nelmio_api_doc.describers.route.core_sync'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.core_sync'] ?? $this->getNelmioApiDoc_Routes_CoreSyncService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  18110.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  18111.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  18112.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  18113.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  18114.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  18115.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  18116.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  18117.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  18118.         }, 8));
  18119.     }
  18120.     /**
  18121.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  18122.      *
  18123.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  18124.      */
  18125.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  18126.     {
  18127.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  18128.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  18129.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  18130.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  18131.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  18132.         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 () {
  18133.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  18134.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  18135.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  18136.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  18137.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  18138.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  18139.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  18140.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  18141.         }, 8));
  18142.     }
  18143.     /**
  18144.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  18145.      *
  18146.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  18147.      */
  18148.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  18149.     {
  18150.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  18151.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  18152.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  18153.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  18154.         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']);
  18155.     }
  18156.     /**
  18157.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  18158.      *
  18159.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  18160.      */
  18161.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  18162.     {
  18163.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  18164.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  18165.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  18166.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
  18167.         return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json'], NULL);
  18168.     }
  18169.     /**
  18170.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  18171.      *
  18172.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  18173.      */
  18174.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  18175.     {
  18176.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  18177.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  18178.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  18179.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  18180.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  18181.         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 () {
  18182.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  18183.             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()));
  18184.             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()));
  18185.             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()));
  18186.             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()));
  18187.             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()));
  18188.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  18189.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  18190.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  18191.     }
  18192.     /**
  18193.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  18194.      *
  18195.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  18196.      */
  18197.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  18198.     {
  18199.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  18200.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  18201.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  18202.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  18203.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  18204.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  18205.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  18206.             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()));
  18207.             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()));
  18208.             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()));
  18209.             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()));
  18210.             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()));
  18211.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  18212.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  18213.         }, 8));
  18214.     }
  18215.     /**
  18216.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  18217.      *
  18218.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  18219.      */
  18220.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  18221.     {
  18222.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  18223.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  18224.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  18225.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  18226.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  18227.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  18228.             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()));
  18229.             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()));
  18230.             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()));
  18231.             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()));
  18232.             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()));
  18233.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  18234.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  18235.         }, 8));
  18236.     }
  18237.     /**
  18238.      * Gets the private 'nelmio_api_doc.object_model.property_describers.object' shared service.
  18239.      *
  18240.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber
  18241.      */
  18242.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService()
  18243.     {
  18244.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  18245.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  18246.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  18247.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ObjectPropertyDescriber.php';
  18248.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/PropertyDescriber/EntityIdPropertyDescriber.php';
  18249.         $this->privates['nelmio_api_doc.object_model.property_describers.object'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber();
  18250.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18251.         return $instance;
  18252.     }
  18253.     /**
  18254.      * Gets the private 'nelmio_api_doc.routes.core_sync' shared service.
  18255.      *
  18256.      * @return \Symfony\Component\Routing\RouteCollection
  18257.      */
  18258.     protected function getNelmioApiDoc_Routes_CoreSyncService()
  18259.     {
  18260.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  18261.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  18262.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  18263.         return $this->privates['nelmio_api_doc.routes.core_sync'] = (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))), 'core_sync', ['path_patterns' => [=> '^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'(?!/doc)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  18264.     }
  18265.     /**
  18266.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  18267.      *
  18268.      * @return \Symfony\Component\Routing\RouteCollection
  18269.      */
  18270.     protected function getNelmioApiDoc_Routes_DefaultService()
  18271.     {
  18272.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  18273.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  18274.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  18275.         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());
  18276.     }
  18277.     /**
  18278.      * Gets the private 'oneup_uploader.command.clear_chunks' shared service.
  18279.      *
  18280.      * @return \Oneup\UploaderBundle\Command\ClearChunkCommand
  18281.      */
  18282.     protected function getOneupUploader_Command_ClearChunksService()
  18283.     {
  18284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18285.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearChunkCommand.php';
  18286.         $this->privates['oneup_uploader.command.clear_chunks'] = $instance = new \Oneup\UploaderBundle\Command\ClearChunkCommand(($this->services['oneup_uploader.chunk_manager'] ?? $this->getOneupUploader_ChunkManagerService()));
  18287.         $instance->setName('oneup:uploader:clear-chunks');
  18288.         return $instance;
  18289.     }
  18290.     /**
  18291.      * Gets the private 'oneup_uploader.command.clear_orphans' shared service.
  18292.      *
  18293.      * @return \Oneup\UploaderBundle\Command\ClearOrphansCommand
  18294.      */
  18295.     protected function getOneupUploader_Command_ClearOrphansService()
  18296.     {
  18297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18298.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearOrphansCommand.php';
  18299.         $this->privates['oneup_uploader.command.clear_orphans'] = $instance = new \Oneup\UploaderBundle\Command\ClearOrphansCommand(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()));
  18300.         $instance->setName('oneup:uploader:clear-orphans');
  18301.         return $instance;
  18302.     }
  18303.     /**
  18304.      * Gets the private 'parameter_bag' shared service.
  18305.      *
  18306.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  18307.      */
  18308.     protected function getParameterBagService()
  18309.     {
  18310.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  18311.     }
  18312.     /**
  18313.      * Gets the private 'profiler_listener' shared service.
  18314.      *
  18315.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  18316.      */
  18317.     protected function getProfilerListenerService()
  18318.     {
  18319.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  18320.     }
  18321.     /**
  18322.      * Gets the private 'property_accessor' shared service.
  18323.      *
  18324.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  18325.      */
  18326.     protected function getPropertyAccessorService()
  18327.     {
  18328.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  18329.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  18330.     }
  18331.     /**
  18332.      * Gets the private 'property_info' shared service.
  18333.      *
  18334.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  18335.      */
  18336.     protected function getPropertyInfoService()
  18337.     {
  18338.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  18339.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  18340.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  18341.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  18342.         }, 3), new RewindableGenerator(function () {
  18343.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  18344.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  18345.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  18346.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  18347.         }, 4), new RewindableGenerator(function () {
  18348.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  18349.         }, 1), new RewindableGenerator(function () {
  18350.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  18351.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  18352.         }, 2), new RewindableGenerator(function () {
  18353.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  18354.         }, 1));
  18355.     }
  18356.     /**
  18357.      * Gets the private 'property_info.serializer_extractor' shared service.
  18358.      *
  18359.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  18360.      */
  18361.     protected function getPropertyInfo_SerializerExtractorService()
  18362.     {
  18363.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  18364.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  18365.     }
  18366.     /**
  18367.      * Gets the private 'router.cache_warmer' shared service.
  18368.      *
  18369.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  18370.      */
  18371.     protected function getRouter_CacheWarmerService()
  18372.     {
  18373.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18374.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  18375.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18376.             'router' => ['services''router''getRouterService'false],
  18377.         ], [
  18378.             'router' => '?',
  18379.         ]))->withContext('router.cache_warmer'$this));
  18380.     }
  18381.     /**
  18382.      * Gets the private 'router.expression_language_provider' shared service.
  18383.      *
  18384.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  18385.      */
  18386.     protected function getRouter_ExpressionLanguageProviderService()
  18387.     {
  18388.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18389.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  18390.         ], [
  18391.             'env' => 'Closure',
  18392.         ]));
  18393.     }
  18394.     /**
  18395.      * Gets the private 'router.request_context' shared service.
  18396.      *
  18397.      * @return \Symfony\Component\Routing\RequestContext
  18398.      */
  18399.     protected function getRouter_RequestContextService()
  18400.     {
  18401.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  18402.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  18403.         return $instance;
  18404.     }
  18405.     /**
  18406.      * Gets the private 'router_listener' shared service.
  18407.      *
  18408.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  18409.      */
  18410.     protected function getRouterListenerService()
  18411.     {
  18412.         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);
  18413.     }
  18414.     /**
  18415.      * Gets the private 'secrets.vault' shared service.
  18416.      *
  18417.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  18418.      */
  18419.     protected function getSecrets_VaultService()
  18420.     {
  18421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18422.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  18423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  18424.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  18425.         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'));
  18426.     }
  18427.     /**
  18428.      * Gets the private 'security.access_listener' shared service.
  18429.      *
  18430.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  18431.      */
  18432.     protected function getSecurity_AccessListenerService()
  18433.     {
  18434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  18435.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
  18436.     }
  18437.     /**
  18438.      * Gets the private 'security.access_map' shared service.
  18439.      *
  18440.      * @return \Symfony\Component\Security\Http\AccessMap
  18441.      */
  18442.     protected function getSecurity_AccessMapService()
  18443.     {
  18444.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  18445.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  18446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  18447.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  18448.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  18449.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/internal_api'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  18450.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  18451.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  18452.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_SUPER_ADMIN'], NULL);
  18453.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/manager'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  18454.         return $instance;
  18455.     }
  18456.     /**
  18457.      * Gets the private 'security.authenticator.guard.main.0' shared service.
  18458.      *
  18459.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  18460.      */
  18461.     protected function getSecurity_Authenticator_Guard_Main_0Service()
  18462.     {
  18463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  18464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  18465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  18466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  18467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  18468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  18469.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/FinishRegistrationBehavior.php';
  18470.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/PreviousUrlHelper.php';
  18471.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/SaveAuthFailureMessage.php';
  18472.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php';
  18473.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18474.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/CoreAuthenticator.php';
  18475.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/UserRetrieverInterface.php';
  18476.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/DoctrineUserRetriever.php';
  18477.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  18478.         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(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService())), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  18479.     }
  18480.     /**
  18481.      * Gets the private 'security.channel_listener' shared service.
  18482.      *
  18483.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  18484.      */
  18485.     protected function getSecurity_ChannelListenerService()
  18486.     {
  18487.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  18488.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  18489.         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());
  18490.     }
  18491.     /**
  18492.      * Gets the private 'security.command.debug_firewall' shared service.
  18493.      *
  18494.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  18495.      */
  18496.     protected function getSecurity_Command_DebugFirewallService()
  18497.     {
  18498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18499.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  18500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  18501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  18502.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  18503.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Security/InternalAuthenticator.php';
  18504.         $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'))));
  18505.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.SHVJBQn'] ?? $this->get_ServiceLocator_SHVJBQnService()), ($this->privates['.service_locator.qsmLBkW'] ?? $this->get_ServiceLocator_QsmLBkWService()), ['reverse_sync' => [=> $a], 'internal_api' => [=> ($this->privates['Nellapp\\Bundle\\SDKBundle\\ApiInternal\\Security\\InternalAuthenticator'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\ApiInternal\\Security\\InternalAuthenticator'] = new \Nellapp\Bundle\SDKBundle\ApiInternal\Security\InternalAuthenticator($this->getEnv('APP_SECRET'))))], 'api' => [=> $a], 'main' => [=> ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service())]], true);
  18506.         $instance->setName('debug:firewall');
  18507.         $instance->setDescription('Display information about your security firewall(s)');
  18508.         return $instance;
  18509.     }
  18510.     /**
  18511.      * Gets the private 'security.command.user_password_encoder' shared service.
  18512.      *
  18513.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  18514.      *
  18515.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  18516.      */
  18517.     protected function getSecurity_Command_UserPasswordEncoderService()
  18518.     {
  18519.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  18520.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'App\\Entity\\Account\\User']);
  18521.         $instance->setName('security:encode-password');
  18522.         $instance->setDescription('Encode a password');
  18523.         return $instance;
  18524.     }
  18525.     /**
  18526.      * Gets the private 'security.command.user_password_hash' shared service.
  18527.      *
  18528.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  18529.      */
  18530.     protected function getSecurity_Command_UserPasswordHashService()
  18531.     {
  18532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18533.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  18534.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\Account\\User']);
  18535.         $instance->setName('security:hash-password');
  18536.         $instance->setDescription('Hash a user password');
  18537.         return $instance;
  18538.     }
  18539.     /**
  18540.      * Gets the private 'security.context_listener.0' shared service.
  18541.      *
  18542.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  18543.      */
  18544.     protected function getSecurity_ContextListener_0Service()
  18545.     {
  18546.         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 () {
  18547.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  18548.         }, 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']);
  18549.     }
  18550.     /**
  18551.      * Gets the private 'security.csrf.token_storage' shared service.
  18552.      *
  18553.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  18554.      */
  18555.     protected function getSecurity_Csrf_TokenStorageService()
  18556.     {
  18557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  18558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  18559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  18560.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  18561.     }
  18562.     /**
  18563.      * Gets the private 'security.encoder_factory.generic' shared service.
  18564.      *
  18565.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  18566.      *
  18567.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  18568.      */
  18569.     protected function getSecurity_EncoderFactory_GenericService()
  18570.     {
  18571.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  18572.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\Account\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  18573.     }
  18574.     /**
  18575.      * Gets the private 'security.event_dispatcher.api' shared service.
  18576.      *
  18577.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18578.      */
  18579.     protected function getSecurity_EventDispatcher_ApiService()
  18580.     {
  18581.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18582.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18583.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  18584.         }, => 'preCheckCredentials'], 256);
  18585.         $instance->addListener('security.authentication.success', [=> function () {
  18586.             return ($this->privates['security.listener.user_checker.api'] ?? $this->getSecurity_Listener_UserChecker_ApiService());
  18587.         }, => 'postCheckCredentials'], 256);
  18588.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18589.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18590.         }, => 'checkPassport'], 1024);
  18591.         $instance->addListener('security.interactive_login', [=> function () {
  18592.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  18593.         }, => 'checkPendingExercise'], 0);
  18594.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18595.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18596.         }, => 'checkPassport'], 0);
  18597.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18598.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18599.         }, => 'onLoginSuccess'], 0);
  18600.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18601.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18602.         }, => 'logout'], 0);
  18603.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18604.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  18605.         }, => 'checkPassport'], 512);
  18606.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18607.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18608.         }, => 'onLogout'], 0);
  18609.         return $instance;
  18610.     }
  18611.     /**
  18612.      * Gets the private 'security.event_dispatcher.internal_api' shared service.
  18613.      *
  18614.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18615.      */
  18616.     protected function getSecurity_EventDispatcher_InternalApiService()
  18617.     {
  18618.         $this->privates['security.event_dispatcher.internal_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18619.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18620.             return ($this->privates['security.listener.user_checker.internal_api'] ?? $this->getSecurity_Listener_UserChecker_InternalApiService());
  18621.         }, => 'preCheckCredentials'], 256);
  18622.         $instance->addListener('security.authentication.success', [=> function () {
  18623.             return ($this->privates['security.listener.user_checker.internal_api'] ?? $this->getSecurity_Listener_UserChecker_InternalApiService());
  18624.         }, => 'postCheckCredentials'], 256);
  18625.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18626.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18627.         }, => 'checkPassport'], 1024);
  18628.         $instance->addListener('security.interactive_login', [=> function () {
  18629.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  18630.         }, => 'checkPendingExercise'], 0);
  18631.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18632.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18633.         }, => 'checkPassport'], 0);
  18634.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18635.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18636.         }, => 'onLoginSuccess'], 0);
  18637.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18638.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18639.         }, => 'logout'], 0);
  18640.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18641.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  18642.         }, => 'checkPassport'], 512);
  18643.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18644.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18645.         }, => 'onLogout'], 0);
  18646.         return $instance;
  18647.     }
  18648.     /**
  18649.      * Gets the private 'security.event_dispatcher.main' shared service.
  18650.      *
  18651.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18652.      */
  18653.     protected function getSecurity_EventDispatcher_MainService()
  18654.     {
  18655.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18656.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18657.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  18658.         }, => 'checkPassport'], 2048);
  18659.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18660.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  18661.         }, => 'onSuccessfulLogin'], 0);
  18662.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18663.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  18664.         }, => 'onLogout'], 64);
  18665.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18666.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  18667.         }, => 'onLogout'], 0);
  18668.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18669.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  18670.         }, => 'preCheckCredentials'], 256);
  18671.         $instance->addListener('security.authentication.success', [=> function () {
  18672.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  18673.         }, => 'postCheckCredentials'], 256);
  18674.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18675.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18676.         }, => 'checkPassport'], 1024);
  18677.         $instance->addListener('security.interactive_login', [=> function () {
  18678.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  18679.         }, => 'checkPendingExercise'], 0);
  18680.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18681.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18682.         }, => 'checkPassport'], 0);
  18683.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18684.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18685.         }, => 'onLoginSuccess'], 0);
  18686.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18687.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18688.         }, => 'logout'], 0);
  18689.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18690.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  18691.         }, => 'checkPassport'], 512);
  18692.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18693.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18694.         }, => 'onLogout'], 0);
  18695.         return $instance;
  18696.     }
  18697.     /**
  18698.      * Gets the private 'security.event_dispatcher.reverse_sync' shared service.
  18699.      *
  18700.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  18701.      */
  18702.     protected function getSecurity_EventDispatcher_ReverseSyncService()
  18703.     {
  18704.         $this->privates['security.event_dispatcher.reverse_sync'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  18705.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18706.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  18707.         }, => 'preCheckCredentials'], 256);
  18708.         $instance->addListener('security.authentication.success', [=> function () {
  18709.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  18710.         }, => 'postCheckCredentials'], 256);
  18711.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18712.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  18713.         }, => 'checkPassport'], 1024);
  18714.         $instance->addListener('security.interactive_login', [=> function () {
  18715.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  18716.         }, => 'checkPendingExercise'], 0);
  18717.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18718.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  18719.         }, => 'checkPassport'], 0);
  18720.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  18721.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  18722.         }, => 'onLoginSuccess'], 0);
  18723.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18724.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  18725.         }, => 'logout'], 0);
  18726.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  18727.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  18728.         }, => 'checkPassport'], 512);
  18729.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  18730.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  18731.         }, => 'onLogout'], 0);
  18732.         return $instance;
  18733.     }
  18734.     /**
  18735.      * Gets the private 'security.firewall.map' shared service.
  18736.      *
  18737.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  18738.      */
  18739.     protected function getSecurity_Firewall_MapService()
  18740.     {
  18741.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.SHVJBQn'] ?? $this->get_ServiceLocator_SHVJBQnService()), new RewindableGenerator(function () {
  18742.             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)/')));
  18743.             yield 'security.firewall.map.context.reverse_sync_doc' => ($this->privates['.security.request_matcher.rjAAtYb'] ?? ($this->privates['.security.request_matcher.rjAAtYb'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/doc')));
  18744.             yield 'security.firewall.map.context.reverse_sync' => ($this->privates['.security.request_matcher.0Z2yD2k'] ?? ($this->privates['.security.request_matcher.0Z2yD2k'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/')));
  18745.             yield 'security.firewall.map.context.internal_api' => ($this->privates['.security.request_matcher.o9KZ.LS'] ?? ($this->privates['.security.request_matcher.o9KZ.LS'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/internal_api/')));
  18746.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  18747.             yield 'security.firewall.map.context.main' => NULL;
  18748.         }, 6));
  18749.     }
  18750.     /**
  18751.      * Gets the private 'security.firewall.map.context.api' shared service.
  18752.      *
  18753.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18754.      */
  18755.     protected function getSecurity_Firewall_Map_Context_ApiService()
  18756.     {
  18757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18761.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18762.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18763.             yield => ($this->privates['debug.security.firewall.authenticator.api'] ?? $this->getDebug_Security_Firewall_Authenticator_ApiService());
  18764.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18765.         }, 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));
  18766.     }
  18767.     /**
  18768.      * Gets the private 'security.firewall.map.context.dev' shared service.
  18769.      *
  18770.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18771.      */
  18772.     protected function getSecurity_Firewall_Map_Context_DevService()
  18773.     {
  18774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18776.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18777.             return new \EmptyIterator();
  18778.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  18779.     }
  18780.     /**
  18781.      * Gets the private 'security.firewall.map.context.internal_api' shared service.
  18782.      *
  18783.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18784.      */
  18785.     protected function getSecurity_Firewall_Map_Context_InternalApiService()
  18786.     {
  18787.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18791.         return $this->privates['security.firewall.map.context.internal_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18792.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18793.             yield => ($this->privates['debug.security.firewall.authenticator.internal_api'] ?? $this->getDebug_Security_Firewall_Authenticator_InternalApiService());
  18794.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18795.         }, 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()), 'internal_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('internal_api''security.user_checker''.security.request_matcher.o9KZ.LS'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'Nellapp\\Bundle\\SDKBundle\\ApiInternal\\Security\\InternalAuthenticator'], NULL));
  18796.     }
  18797.     /**
  18798.      * Gets the private 'security.firewall.map.context.main' shared service.
  18799.      *
  18800.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  18801.      */
  18802.     protected function getSecurity_Firewall_Map_Context_MainService()
  18803.     {
  18804.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18805.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  18806.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18807.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18808.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  18809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18810.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  18811.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  18812.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  18813.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18814.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  18815.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  18816.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18817.         }, 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())));
  18818.     }
  18819.     /**
  18820.      * Gets the private 'security.firewall.map.context.reverse_sync' shared service.
  18821.      *
  18822.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18823.      */
  18824.     protected function getSecurity_Firewall_Map_Context_ReverseSyncService()
  18825.     {
  18826.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18827.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  18828.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  18829.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18830.         return $this->privates['security.firewall.map.context.reverse_sync'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18831.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  18832.             yield => ($this->privates['debug.security.firewall.authenticator.reverse_sync'] ?? $this->getDebug_Security_Firewall_Authenticator_ReverseSyncService());
  18833.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  18834.         }, 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.0Z2yD2k'truetrue'security.user.provider.concrete.app_user_provider'NULLNULLNULLNULL, [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'], NULL));
  18835.     }
  18836.     /**
  18837.      * Gets the private 'security.firewall.map.context.reverse_sync_doc' shared service.
  18838.      *
  18839.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  18840.      */
  18841.     protected function getSecurity_Firewall_Map_Context_ReverseSyncDocService()
  18842.     {
  18843.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18844.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  18845.         return $this->privates['security.firewall.map.context.reverse_sync_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  18846.             return new \EmptyIterator();
  18847.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('reverse_sync_doc''security.user_checker''.security.request_matcher.rjAAtYb'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  18848.     }
  18849.     /**
  18850.      * Gets the private 'security.helper' shared service.
  18851.      *
  18852.      * @return \Symfony\Component\Security\Core\Security
  18853.      */
  18854.     protected function getSecurity_HelperService()
  18855.     {
  18856.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18857.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  18858.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  18859.         ], [
  18860.             'security.authorization_checker' => '?',
  18861.             'security.token_storage' => '?',
  18862.         ]));
  18863.     }
  18864.     /**
  18865.      * Gets the private 'security.http_utils' shared service.
  18866.      *
  18867.      * @return \Symfony\Component\Security\Http\HttpUtils
  18868.      */
  18869.     protected function getSecurity_HttpUtilsService()
  18870.     {
  18871.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  18872.         $a = ($this->services['router'] ?? $this->getRouterService());
  18873.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  18874.     }
  18875.     /**
  18876.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  18877.      *
  18878.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  18879.      */
  18880.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  18881.     {
  18882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  18883.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  18884.     }
  18885.     /**
  18886.      * Gets the private 'security.listener.csrf_protection' shared service.
  18887.      *
  18888.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  18889.      */
  18890.     protected function getSecurity_Listener_CsrfProtectionService()
  18891.     {
  18892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  18893.         return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  18894.     }
  18895.     /**
  18896.      * Gets the private 'security.listener.main.user_provider' shared service.
  18897.      *
  18898.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  18899.      */
  18900.     protected function getSecurity_Listener_Main_UserProviderService()
  18901.     {
  18902.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  18903.         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()));
  18904.     }
  18905.     /**
  18906.      * Gets the private 'security.listener.password_migrating' shared service.
  18907.      *
  18908.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  18909.      */
  18910.     protected function getSecurity_Listener_PasswordMigratingService()
  18911.     {
  18912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  18913.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  18914.     }
  18915.     /**
  18916.      * Gets the private 'security.listener.session.main' shared service.
  18917.      *
  18918.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  18919.      */
  18920.     protected function getSecurity_Listener_Session_MainService()
  18921.     {
  18922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  18923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  18924.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  18925.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  18926.     }
  18927.     /**
  18928.      * Gets the private 'security.listener.user_checker.api' shared service.
  18929.      *
  18930.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18931.      */
  18932.     protected function getSecurity_Listener_UserChecker_ApiService()
  18933.     {
  18934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18936.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18937.         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())));
  18938.     }
  18939.     /**
  18940.      * Gets the private 'security.listener.user_checker.internal_api' shared service.
  18941.      *
  18942.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18943.      */
  18944.     protected function getSecurity_Listener_UserChecker_InternalApiService()
  18945.     {
  18946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18949.         return $this->privates['security.listener.user_checker.internal_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())));
  18950.     }
  18951.     /**
  18952.      * Gets the private 'security.listener.user_checker.main' shared service.
  18953.      *
  18954.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18955.      */
  18956.     protected function getSecurity_Listener_UserChecker_MainService()
  18957.     {
  18958.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18961.         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())));
  18962.     }
  18963.     /**
  18964.      * Gets the private 'security.listener.user_checker.reverse_sync' shared service.
  18965.      *
  18966.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  18967.      */
  18968.     protected function getSecurity_Listener_UserChecker_ReverseSyncService()
  18969.     {
  18970.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  18971.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  18972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  18973.         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())));
  18974.     }
  18975.     /**
  18976.      * Gets the private 'security.listener.user_provider' shared service.
  18977.      *
  18978.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  18979.      */
  18980.     protected function getSecurity_Listener_UserProviderService()
  18981.     {
  18982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  18983.         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()));
  18984.     }
  18985.     /**
  18986.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  18987.      *
  18988.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  18989.      */
  18990.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  18991.     {
  18992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  18993.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  18994.     }
  18995.     /**
  18996.      * Gets the private 'security.logout.listener.default.main' shared service.
  18997.      *
  18998.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  18999.      */
  19000.     protected function getSecurity_Logout_Listener_Default_MainService()
  19001.     {
  19002.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  19003.         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');
  19004.     }
  19005.     /**
  19006.      * Gets the private 'security.logout_url_generator' shared service.
  19007.      *
  19008.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  19009.      */
  19010.     protected function getSecurity_LogoutUrlGeneratorService()
  19011.     {
  19012.         $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()));
  19013.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  19014.         return $instance;
  19015.     }
  19016.     /**
  19017.      * Gets the private 'security.password_hasher_factory' shared service.
  19018.      *
  19019.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  19020.      */
  19021.     protected function getSecurity_PasswordHasherFactoryService()
  19022.     {
  19023.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  19024.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  19025.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\Account\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> '2y']]]);
  19026.     }
  19027.     /**
  19028.      * Gets the private 'security.role_hierarchy' shared service.
  19029.      *
  19030.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  19031.      */
  19032.     protected function getSecurity_RoleHierarchyService()
  19033.     {
  19034.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  19035.     }
  19036.     /**
  19037.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  19038.      *
  19039.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  19040.      */
  19041.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  19042.     {
  19043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  19044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  19045.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  19046.         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);
  19047.     }
  19048.     /**
  19049.      * Gets the private 'security.validator.user_password' shared service.
  19050.      *
  19051.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  19052.      */
  19053.     protected function getSecurity_Validator_UserPasswordService()
  19054.     {
  19055.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19056.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19057.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  19058.         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->getSecurity_PasswordHasherFactoryService()));
  19059.     }
  19060.     /**
  19061.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  19062.      *
  19063.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  19064.      */
  19065.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  19066.     {
  19067.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19068.     }
  19069.     /**
  19070.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  19071.      *
  19072.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  19073.      */
  19074.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  19075.     {
  19076.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  19077.         $a->add(new \Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceDoctrineParamConverter(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())), 0'doctrine.orm');
  19078.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  19079.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  19080.     }
  19081.     /**
  19082.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  19083.      *
  19084.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  19085.      */
  19086.     protected function getSensioFrameworkExtra_Security_ListenerService()
  19087.     {
  19088.         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->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  19089.     }
  19090.     /**
  19091.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  19092.      *
  19093.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  19094.      */
  19095.     protected function getSensioFrameworkExtra_View_ListenerService()
  19096.     {
  19097.         $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))));
  19098.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19099.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  19100.         ], [
  19101.             'twig' => '?',
  19102.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  19103.         return $instance;
  19104.     }
  19105.     /**
  19106.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  19107.      *
  19108.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  19109.      */
  19110.     protected function getSerializer_Mapping_CacheWarmerService()
  19111.     {
  19112.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19113.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  19114.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  19115.         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'));
  19116.     }
  19117.     /**
  19118.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  19119.      *
  19120.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  19121.      */
  19122.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  19123.     {
  19124.         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()))]));
  19125.     }
  19126.     /**
  19127.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  19128.      *
  19129.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  19130.      */
  19131.     protected function getSerializer_NameConverter_MetadataAwareService()
  19132.     {
  19133.         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()));
  19134.     }
  19135.     /**
  19136.      * Gets the private 'session.factory' shared service.
  19137.      *
  19138.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  19139.      */
  19140.     protected function getSession_FactoryService()
  19141.     {
  19142.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  19143.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  19144.         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(), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  19145.     }
  19146.     /**
  19147.      * Gets the private 'session.storage.factory.service' shared service.
  19148.      *
  19149.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  19150.      *
  19151.      * @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.
  19152.      */
  19153.     protected function getSession_Storage_Factory_ServiceService()
  19154.     {
  19155.         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.');
  19156.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  19157.     }
  19158.     /**
  19159.      * Gets the private 'session.storage.metadata_bag' shared service.
  19160.      *
  19161.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  19162.      *
  19163.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  19164.      */
  19165.     protected function getSession_Storage_MetadataBagService()
  19166.     {
  19167.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  19168.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  19169.     }
  19170.     /**
  19171.      * Gets the private 'session.storage.native' shared service.
  19172.      *
  19173.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  19174.      *
  19175.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  19176.      */
  19177.     protected function getSession_Storage_NativeService()
  19178.     {
  19179.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  19180.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  19181.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  19182.         $a = new \Redis();
  19183.         $a->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  19184.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler($a, ['prefix' => 'nellapp_session''ttl' => 46800]), $this->getSession_Storage_MetadataBagService());
  19185.     }
  19186.     /**
  19187.      * Gets the private 'session_listener' shared service.
  19188.      *
  19189.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  19190.      */
  19191.     protected function getSessionListenerService()
  19192.     {
  19193.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19194.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  19195.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  19196.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  19197.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  19198.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  19199.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  19200.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  19201.         ], [
  19202.             'initialized_session' => '?',
  19203.             'logger' => '?',
  19204.             'request_stack' => '?',
  19205.             'session' => '?',
  19206.             'session_collector' => '?',
  19207.             'session_factory' => '?',
  19208.             'session_storage' => '?',
  19209.         ]), true$this->parameters['session.storage.options']);
  19210.     }
  19211.     /**
  19212.      * Gets the private 'spiriit_form_filter.type.filter_boolean' shared service.
  19213.      *
  19214.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType
  19215.      */
  19216.     protected function getSpiriitFormFilter_Type_FilterBooleanService()
  19217.     {
  19218.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19219.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19220.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/BooleanFilterType.php';
  19221.         return $this->privates['spiriit_form_filter.type.filter_boolean'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType();
  19222.     }
  19223.     /**
  19224.      * Gets the private 'spiriit_form_filter.type.filter_checkbox' shared service.
  19225.      *
  19226.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType
  19227.      */
  19228.     protected function getSpiriitFormFilter_Type_FilterCheckboxService()
  19229.     {
  19230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19232.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CheckboxFilterType.php';
  19233.         return $this->privates['spiriit_form_filter.type.filter_checkbox'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType();
  19234.     }
  19235.     /**
  19236.      * Gets the private 'spiriit_form_filter.type.filter_choice' shared service.
  19237.      *
  19238.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType
  19239.      */
  19240.     protected function getSpiriitFormFilter_Type_FilterChoiceService()
  19241.     {
  19242.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19243.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19244.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/ChoiceFilterType.php';
  19245.         return $this->privates['spiriit_form_filter.type.filter_choice'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType();
  19246.     }
  19247.     /**
  19248.      * Gets the private 'spiriit_form_filter.type.filter_collection_adapter' shared service.
  19249.      *
  19250.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType
  19251.      */
  19252.     protected function getSpiriitFormFilter_Type_FilterCollectionAdapterService()
  19253.     {
  19254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19255.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19256.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CollectionAdapterFilterType.php';
  19257.         return $this->privates['spiriit_form_filter.type.filter_collection_adapter'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType();
  19258.     }
  19259.     /**
  19260.      * Gets the private 'spiriit_form_filter.type.filter_date' shared service.
  19261.      *
  19262.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType
  19263.      */
  19264.     protected function getSpiriitFormFilter_Type_FilterDateService()
  19265.     {
  19266.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19267.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19268.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateFilterType.php';
  19269.         return $this->privates['spiriit_form_filter.type.filter_date'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType();
  19270.     }
  19271.     /**
  19272.      * Gets the private 'spiriit_form_filter.type.filter_date_range' shared service.
  19273.      *
  19274.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType
  19275.      */
  19276.     protected function getSpiriitFormFilter_Type_FilterDateRangeService()
  19277.     {
  19278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19279.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19280.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateRangeFilterType.php';
  19281.         return $this->privates['spiriit_form_filter.type.filter_date_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType();
  19282.     }
  19283.     /**
  19284.      * Gets the private 'spiriit_form_filter.type.filter_datetime' shared service.
  19285.      *
  19286.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType
  19287.      */
  19288.     protected function getSpiriitFormFilter_Type_FilterDatetimeService()
  19289.     {
  19290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19291.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19292.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeFilterType.php';
  19293.         return $this->privates['spiriit_form_filter.type.filter_datetime'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType();
  19294.     }
  19295.     /**
  19296.      * Gets the private 'spiriit_form_filter.type.filter_datetime_range' shared service.
  19297.      *
  19298.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType
  19299.      */
  19300.     protected function getSpiriitFormFilter_Type_FilterDatetimeRangeService()
  19301.     {
  19302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19303.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19304.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeRangeFilterType.php';
  19305.         return $this->privates['spiriit_form_filter.type.filter_datetime_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType();
  19306.     }
  19307.     /**
  19308.      * Gets the private 'spiriit_form_filter.type.filter_entity' shared service.
  19309.      *
  19310.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType
  19311.      */
  19312.     protected function getSpiriitFormFilter_Type_FilterEntityService()
  19313.     {
  19314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19316.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EntityFilterType.php';
  19317.         return $this->privates['spiriit_form_filter.type.filter_entity'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19318.     }
  19319.     /**
  19320.      * Gets the private 'spiriit_form_filter.type.filter_enum' shared service.
  19321.      *
  19322.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType
  19323.      */
  19324.     protected function getSpiriitFormFilter_Type_FilterEnumService()
  19325.     {
  19326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19328.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EnumFilterType.php';
  19329.         return $this->privates['spiriit_form_filter.type.filter_enum'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType();
  19330.     }
  19331.     /**
  19332.      * Gets the private 'spiriit_form_filter.type.filter_number' shared service.
  19333.      *
  19334.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType
  19335.      */
  19336.     protected function getSpiriitFormFilter_Type_FilterNumberService()
  19337.     {
  19338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19340.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberFilterType.php';
  19341.         return $this->privates['spiriit_form_filter.type.filter_number'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType();
  19342.     }
  19343.     /**
  19344.      * Gets the private 'spiriit_form_filter.type.filter_number_range' shared service.
  19345.      *
  19346.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType
  19347.      */
  19348.     protected function getSpiriitFormFilter_Type_FilterNumberRangeService()
  19349.     {
  19350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19351.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19352.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberRangeFilterType.php';
  19353.         return $this->privates['spiriit_form_filter.type.filter_number_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType();
  19354.     }
  19355.     /**
  19356.      * Gets the private 'spiriit_form_filter.type.filter_sharedable' shared service.
  19357.      *
  19358.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType
  19359.      */
  19360.     protected function getSpiriitFormFilter_Type_FilterSharedableService()
  19361.     {
  19362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19364.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/SharedableFilterType.php';
  19365.         return $this->privates['spiriit_form_filter.type.filter_sharedable'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType();
  19366.     }
  19367.     /**
  19368.      * Gets the private 'spiriit_form_filter.type.filter_text' shared service.
  19369.      *
  19370.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType
  19371.      */
  19372.     protected function getSpiriitFormFilter_Type_FilterTextService()
  19373.     {
  19374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19376.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/TextFilterType.php';
  19377.         return $this->privates['spiriit_form_filter.type.filter_text'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType(1);
  19378.     }
  19379.     /**
  19380.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  19381.      *
  19382.      * @return \Gedmo\Sluggable\SluggableListener
  19383.      */
  19384.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  19385.     {
  19386.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  19387.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  19388.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  19389.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  19390.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19391.         return $instance;
  19392.     }
  19393.     /**
  19394.      * Gets the private 'translation.extractor' shared service.
  19395.      *
  19396.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  19397.      */
  19398.     protected function getTranslation_ExtractorService()
  19399.     {
  19400.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  19401.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  19402.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  19403.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  19404.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  19405.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  19406.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  19407.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  19408.         return $instance;
  19409.     }
  19410.     /**
  19411.      * Gets the private 'translation.loader.csv' shared service.
  19412.      *
  19413.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  19414.      */
  19415.     protected function getTranslation_Loader_CsvService()
  19416.     {
  19417.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  19421.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  19422.     }
  19423.     /**
  19424.      * Gets the private 'translation.loader.dat' shared service.
  19425.      *
  19426.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  19427.      */
  19428.     protected function getTranslation_Loader_DatService()
  19429.     {
  19430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  19432.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  19433.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  19434.     }
  19435.     /**
  19436.      * Gets the private 'translation.loader.ini' shared service.
  19437.      *
  19438.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  19439.      */
  19440.     protected function getTranslation_Loader_IniService()
  19441.     {
  19442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  19446.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  19447.     }
  19448.     /**
  19449.      * Gets the private 'translation.loader.json' shared service.
  19450.      *
  19451.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  19452.      */
  19453.     protected function getTranslation_Loader_JsonService()
  19454.     {
  19455.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19456.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19457.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  19459.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  19460.     }
  19461.     /**
  19462.      * Gets the private 'translation.loader.mo' shared service.
  19463.      *
  19464.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  19465.      */
  19466.     protected function getTranslation_Loader_MoService()
  19467.     {
  19468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  19472.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  19473.     }
  19474.     /**
  19475.      * Gets the private 'translation.loader.php' shared service.
  19476.      *
  19477.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  19478.      */
  19479.     protected function getTranslation_Loader_PhpService()
  19480.     {
  19481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  19485.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  19486.     }
  19487.     /**
  19488.      * Gets the private 'translation.loader.po' shared service.
  19489.      *
  19490.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  19491.      */
  19492.     protected function getTranslation_Loader_PoService()
  19493.     {
  19494.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19495.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19496.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19497.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  19498.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  19499.     }
  19500.     /**
  19501.      * Gets the private 'translation.loader.qt' shared service.
  19502.      *
  19503.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  19504.      */
  19505.     protected function getTranslation_Loader_QtService()
  19506.     {
  19507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  19509.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  19510.     }
  19511.     /**
  19512.      * Gets the private 'translation.loader.res' shared service.
  19513.      *
  19514.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  19515.      */
  19516.     protected function getTranslation_Loader_ResService()
  19517.     {
  19518.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19519.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  19520.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  19521.     }
  19522.     /**
  19523.      * Gets the private 'translation.loader.xliff' shared service.
  19524.      *
  19525.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  19526.      */
  19527.     protected function getTranslation_Loader_XliffService()
  19528.     {
  19529.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19530.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  19531.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  19532.     }
  19533.     /**
  19534.      * Gets the private 'translation.loader.yml' shared service.
  19535.      *
  19536.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  19537.      */
  19538.     protected function getTranslation_Loader_YmlService()
  19539.     {
  19540.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19541.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19542.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19543.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  19544.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  19545.     }
  19546.     /**
  19547.      * Gets the private 'translation.provider_collection' shared service.
  19548.      *
  19549.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  19550.      */
  19551.     protected function getTranslation_ProviderCollectionService()
  19552.     {
  19553.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  19554.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  19555.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  19556.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  19557.         }, 1), []))->fromConfig([]);
  19558.     }
  19559.     /**
  19560.      * Gets the private 'translation.reader' shared service.
  19561.      *
  19562.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  19563.      */
  19564.     protected function getTranslation_ReaderService()
  19565.     {
  19566.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  19567.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  19568.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  19569.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  19570.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  19571.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  19572.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  19573.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  19574.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  19575.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  19576.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  19577.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  19578.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  19579.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  19580.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  19581.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  19582.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  19583.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  19584.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  19585.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  19586.         $instance->addLoader('yaml'$a);
  19587.         $instance->addLoader('yml'$a);
  19588.         $instance->addLoader('xlf'$b);
  19589.         $instance->addLoader('xliff'$b);
  19590.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  19591.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  19592.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  19593.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  19594.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  19595.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  19596.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  19597.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  19598.         return $instance;
  19599.     }
  19600.     /**
  19601.      * Gets the private 'translation.warmer' shared service.
  19602.      *
  19603.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  19604.      */
  19605.     protected function getTranslation_WarmerService()
  19606.     {
  19607.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  19609.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19610.             'translator' => ['services''translator''getTranslatorService'false],
  19611.         ], [
  19612.             'translator' => '?',
  19613.         ]))->withContext('translation.warmer'$this));
  19614.     }
  19615.     /**
  19616.      * Gets the private 'translation.writer' shared service.
  19617.      *
  19618.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  19619.      */
  19620.     protected function getTranslation_WriterService()
  19621.     {
  19622.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  19623.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  19624.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  19625.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  19626.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  19627.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  19628.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  19629.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  19630.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  19631.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  19632.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  19633.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  19634.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  19635.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  19636.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  19637.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  19638.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  19639.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  19640.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  19641.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  19642.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  19643.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  19644.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  19645.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  19646.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  19647.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  19648.         return $instance;
  19649.     }
  19650.     /**
  19651.      * Gets the private 'translator.default' shared service.
  19652.      *
  19653.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  19654.      */
  19655.     protected function getTranslator_DefaultService()
  19656.     {
  19657.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19658.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  19659.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  19660.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  19661.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  19662.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  19663.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  19664.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  19665.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  19666.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  19667.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  19668.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  19669.         ], [
  19670.             'translation.loader.csv' => '?',
  19671.             'translation.loader.dat' => '?',
  19672.             'translation.loader.ini' => '?',
  19673.             'translation.loader.json' => '?',
  19674.             'translation.loader.mo' => '?',
  19675.             'translation.loader.php' => '?',
  19676.             'translation.loader.po' => '?',
  19677.             'translation.loader.qt' => '?',
  19678.             'translation.loader.res' => '?',
  19679.             'translation.loader.xliff' => '?',
  19680.             'translation.loader.yml' => '?',
  19681.         ]), 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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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/knplabs/knp-time-bundle/Resources/translations/time.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')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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/knplabs/knp-time-bundle/Resources/translations/time.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/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.en.xliff'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations/messages.en.yaml'), => (\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/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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/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/knplabs/knp-time-bundle/Resources/translations/time.fr.xliff'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.fr.yml'), => (\dirname(__DIR__4).'/translations/NellappSDKBundle.fr.yaml'), 10 => (\dirname(__DIR__4).'/translations/OneupUploaderBundle.fr.yaml'), 11 => (\dirname(__DIR__4).'/translations/date.fr.yaml'), 12 => (\dirname(__DIR__4).'/translations/email.fr.yaml'), 13 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 14 => (\dirname(__DIR__4).'/translations/security.fr.yaml'), 15 => (\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/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nb.xliff')], '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/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nn.xliff')], '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/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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/knplabs/knp-time-bundle/Resources/translations/time.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/knplabs/knp-time-bundle/Resources/translations/time.sk.xliff'), => (\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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.th.xliff')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.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'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.uk.xliff')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.vi.xliff')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_TW.xliff')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'bs_Latn_BA' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.bs_Latn_BA.xliff')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.eo.xliff')], 'hr_HR' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.hr_HR.xliff')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt_PT.xliff')], 'sr_Latin' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sr_Latin.xliff')], 'zh' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_HK.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/oneup/uploader-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 15 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 16 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/translations'), 30 => (\dirname(__DIR__4).'/vendor/ajgarlag/psr-http-message-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony/translations'), 35 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src/translations'), 36 => (\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/translations'), 37 => (\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/oneup/uploader-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/nellapp/sdk-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-time-bundle/Resources/translations'=> 'vendor/drosalys-web/form-bundle/src/Resources/translations'=> 'vendor/spiriitlabs/form-filter-bundle/Resources/translations'=> 'translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'vendor/symfony/twig-bundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'vendor/doctrine/doctrine-bundle/translations'14 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'15 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'16 => 'vendor/hautelook/alice-bundle/src/translations'17 => 'vendor/symfony/web-profiler-bundle/translations'18 => 'vendor/symfony/monolog-bundle/translations'19 => 'vendor/symfony/debug-bundle/translations'20 => 'vendor/doctrine/doctrine-migrations-bundle/translations'21 => 'vendor/symfony/maker-bundle/src/translations'22 => 'vendor/knplabs/knp-menu-bundle/src/translations'23 => 'vendor/liip/imagine-bundle/translations'24 => 'vendor/symfony/webpack-encore-bundle/src/translations'25 => 'vendor/jms/serializer-bundle/translations'26 => 'vendor/nelmio/api-doc-bundle/translations'27 => 'vendor/stof/doctrine-extensions-bundle/src/translations'28 => 'vendor/twig/extra-bundle/translations'29 => 'vendor/drosalys-web/object-extensions/src/Bridge/Symfony/translations'30 => 'vendor/ajgarlag/psr-http-message-bundle/src/translations'31 => 'vendor/sensio/framework-extra-bundle/src/translations'32 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations'33 => 'vendor/drosalys/api-bundle/src/translations'34 => 'vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony/translations'35 => 'vendor/oneup/flysystem-bundle/src/translations'36 => 'vendor/karser/karser-recaptcha3-bundle/translations'37 => 'vendor/symfony/ux-twig-component/translations']]], []);
  19682.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  19683.         $instance->setFallbackLocales([=> 'fr']);
  19684.         return $instance;
  19685.     }
  19686.     /**
  19687.      * Gets the private 'twig.command.debug' shared service.
  19688.      *
  19689.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  19690.      */
  19691.     protected function getTwig_Command_DebugService()
  19692.     {
  19693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19694.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  19695.         $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()));
  19696.         $instance->setName('debug:twig');
  19697.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  19698.         return $instance;
  19699.     }
  19700.     /**
  19701.      * Gets the private 'twig.command.lint' shared service.
  19702.      *
  19703.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  19704.      */
  19705.     protected function getTwig_Command_LintService()
  19706.     {
  19707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19708.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  19709.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  19710.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  19711.         $instance->setName('lint:twig');
  19712.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  19713.         return $instance;
  19714.     }
  19715.     /**
  19716.      * Gets the private 'twig.form.renderer' shared service.
  19717.      *
  19718.      * @return \Symfony\Component\Form\FormRenderer
  19719.      */
  19720.     protected function getTwig_Form_RendererService()
  19721.     {
  19722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  19723.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  19724.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  19725.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  19726.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  19727.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  19728.     }
  19729.     /**
  19730.      * Gets the private 'twig.runtime.httpkernel' shared service.
  19731.      *
  19732.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  19733.      */
  19734.     protected function getTwig_Runtime_HttpkernelService()
  19735.     {
  19736.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  19737.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  19738.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  19739.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  19740.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  19741.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  19742.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  19743.         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, [
  19744.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  19745.         ], [
  19746.             'inline' => '?',
  19747.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  19748.     }
  19749.     /**
  19750.      * Gets the private 'twig.runtime.security_csrf' shared service.
  19751.      *
  19752.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  19753.      */
  19754.     protected function getTwig_Runtime_SecurityCsrfService()
  19755.     {
  19756.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  19757.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  19758.     }
  19759.     /**
  19760.      * Gets the private 'twig.runtime.serializer' shared service.
  19761.      *
  19762.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  19763.      */
  19764.     protected function getTwig_Runtime_SerializerService()
  19765.     {
  19766.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19767.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  19768.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  19769.     }
  19770.     /**
  19771.      * Gets the private 'twig.template_cache_warmer' shared service.
  19772.      *
  19773.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  19774.      */
  19775.     protected function getTwig_TemplateCacheWarmerService()
  19776.     {
  19777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19778.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  19779.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  19780.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19781.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  19782.         ], [
  19783.             'twig' => '?',
  19784.         ]))->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/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  19785.     }
  19786.     /**
  19787.      * Gets the private 'url_helper' shared service.
  19788.      *
  19789.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  19790.      */
  19791.     protected function getUrlHelperService()
  19792.     {
  19793.         return $this->privates['url_helper'] = new \Symfony\Component\HttpFoundation\UrlHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  19794.     }
  19795.     /**
  19796.      * Gets the private 'ux.twig_component.component_factory' shared service.
  19797.      *
  19798.      * @return \Symfony\UX\TwigComponent\ComponentFactory
  19799.      */
  19800.     protected function getUx_TwigComponent_ComponentFactoryService()
  19801.     {
  19802.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
  19803.         return $this->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19804.             'CardImage' => [false'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage''getCardImageService'false],
  19805.             'CardModality' => [false'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality''getCardModalityService'false],
  19806.             'ChannelUserPermissionFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent''getChannelUserPermissionFormComponentService'false],
  19807.             'ChannelUserPermissionGroupFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent''getChannelUserPermissionGroupFormComponentService'false],
  19808.             'ChannelUserProfileCard' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard''getChannelUserProfileCardService'false],
  19809.             'HorizontalTrainingCard' => [false'App\\Twig\\Component\\Scholar\\HorizontalTrainingCard''getHorizontalTrainingCardService'false],
  19810.             'NellappVideoPlayer' => [false'App\\Twig\\Component\\NellappVideoPlayer''getNellappVideoPlayerService'false],
  19811.             'SdkBadgeComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\SdkBadgeComponent''getSdkBadgeComponentService'false],
  19812.             'TrainingCard' => [false'App\\Twig\\Component\\Scholar\\TrainingCard''getTrainingCardService'false],
  19813.         ], [
  19814.             'CardImage' => '?',
  19815.             'CardModality' => '?',
  19816.             'ChannelUserPermissionFormComponent' => '?',
  19817.             'ChannelUserPermissionGroupFormComponent' => '?',
  19818.             'ChannelUserProfileCard' => '?',
  19819.             'HorizontalTrainingCard' => '?',
  19820.             'NellappVideoPlayer' => '?',
  19821.             'SdkBadgeComponent' => '?',
  19822.             'TrainingCard' => '?',
  19823.         ]), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ['NellappVideoPlayer' => ['template' => 'Components/nellapp_video_player.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'NellappVideoPlayer''service_id' => 'App\\Twig\\Component\\NellappVideoPlayer''class' => 'App\\Twig\\Component\\NellappVideoPlayer'], 'HorizontalTrainingCard' => ['template' => 'Components/Scholar/horizontal_training_card.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'HorizontalTrainingCard''service_id' => 'App\\Twig\\Component\\Scholar\\HorizontalTrainingCard''class' => 'App\\Twig\\Component\\Scholar\\HorizontalTrainingCard'], 'CardImage' => ['template' => 'Components/Scholar/SubTrainingCard/card_image.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'CardImage''service_id' => 'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage''class' => 'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage'], 'CardModality' => ['template' => 'Components/Scholar/SubTrainingCard/card_modality.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'CardModality''service_id' => 'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality''class' => 'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality'], 'TrainingCard' => ['template' => 'Components/Scholar/training_card.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'TrainingCard''service_id' => 'App\\Twig\\Component\\Scholar\\TrainingCard''class' => 'App\\Twig\\Component\\Scholar\\TrainingCard'], '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']]);
  19824.     }
  19825.     /**
  19826.      * Gets the private 'ux.twig_component.component_renderer' shared service.
  19827.      *
  19828.      * @return \Symfony\UX\TwigComponent\ComponentRenderer
  19829.      */
  19830.     protected function getUx_TwigComponent_ComponentRendererService()
  19831.     {
  19832.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
  19833.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
  19834.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  19835.         return $this->privates['ux.twig_component.component_renderer'] = new \Symfony\UX\TwigComponent\ComponentRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['ux.twig_component.component_factory'] ?? $this->getUx_TwigComponent_ComponentFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), new \Symfony\UX\TwigComponent\ComponentStack());
  19836.     }
  19837.     /**
  19838.      * Gets the private 'validator.builder' shared service.
  19839.      *
  19840.      * @return \Symfony\Component\Validator\ValidatorBuilder
  19841.      */
  19842.     protected function getValidator_BuilderService()
  19843.     {
  19844.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  19845.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  19846.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19847.             'App\\Validator\\Constraints\\HtmlTagConstraintValidator' => ['privates''App\\Validator\\Constraints\\HtmlTagConstraintValidator''getHtmlTagConstraintValidatorService'false],
  19848.             'App\\Validator\\Constraints\\InjuryConstraintValidator' => ['privates''App\\Validator\\Constraints\\InjuryConstraintValidator''getInjuryConstraintValidatorService'false],
  19849.             'App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator' => ['privates''App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator''getMultipleChoiceQuestionConstraintValidatorService'false],
  19850.             'App\\Validator\\Constraints\\PracticalCaseConstraintValidator' => ['privates''App\\Validator\\Constraints\\PracticalCaseConstraintValidator''getPracticalCaseConstraintValidatorService'false],
  19851.             'App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator' => ['privates''App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator''getPracticalCaseResponseConstraintValidatorService'false],
  19852.             'App\\Validator\\Constraints\\ProductConstraintValidator' => ['privates''App\\Validator\\Constraints\\ProductConstraintValidator''getProductConstraintValidatorService'false],
  19853.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'false],
  19854.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  19855.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  19856.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  19857.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  19858.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  19859.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  19860.             'karser_recaptcha3_validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'false],
  19861.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  19862.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  19863.         ], [
  19864.             'App\\Validator\\Constraints\\HtmlTagConstraintValidator' => '?',
  19865.             'App\\Validator\\Constraints\\InjuryConstraintValidator' => '?',
  19866.             'App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator' => '?',
  19867.             'App\\Validator\\Constraints\\PracticalCaseConstraintValidator' => '?',
  19868.             'App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator' => '?',
  19869.             'App\\Validator\\Constraints\\ProductConstraintValidator' => '?',
  19870.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
  19871.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  19872.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  19873.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  19874.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  19875.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  19876.             'doctrine.orm.validator.unique' => '?',
  19877.             'karser_recaptcha3_validator' => '?',
  19878.             'security.validator.user_password' => '?',
  19879.             'validator.expression' => '?',
  19880.         ])));
  19881.         if ($this->has('translator')) {
  19882.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  19883.         }
  19884.         $instance->setTranslationDomain('validators');
  19885.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  19886.         $instance->enableAnnotationMapping(true);
  19887.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  19888.         $instance->addMethodMapping('loadValidatorMetadata');
  19889.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  19890.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  19891.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  19892.         return $instance;
  19893.     }
  19894.     /**
  19895.      * Gets the private 'validator.email' shared service.
  19896.      *
  19897.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  19898.      */
  19899.     protected function getValidator_EmailService()
  19900.     {
  19901.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19902.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19903.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  19904.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  19905.     }
  19906.     /**
  19907.      * Gets the private 'validator.expression' shared service.
  19908.      *
  19909.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  19910.      */
  19911.     protected function getValidator_ExpressionService()
  19912.     {
  19913.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19914.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19915.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  19916.         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())));
  19917.     }
  19918.     /**
  19919.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  19920.      *
  19921.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  19922.      */
  19923.     protected function getValidator_Mapping_CacheWarmerService()
  19924.     {
  19925.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  19927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  19928.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  19929.     }
  19930.     /**
  19931.      * Gets the private 'validator.not_compromised_password' shared service.
  19932.      *
  19933.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  19934.      */
  19935.     protected function getValidator_NotCompromisedPasswordService()
  19936.     {
  19937.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19938.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19939.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  19940.         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);
  19941.     }
  19942.     /**
  19943.      * Gets the private 'var_dumper.command.server_dump' shared service.
  19944.      *
  19945.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  19946.      */
  19947.     protected function getVarDumper_Command_ServerDumpService()
  19948.     {
  19949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19950.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  19951.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  19952.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  19953.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  19954.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  19955.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  19956.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  19957.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  19958.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  19959.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  19960.         $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()))]);
  19961.         $instance->setName('server:dump');
  19962.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  19963.         return $instance;
  19964.     }
  19965.     /**
  19966.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  19967.      *
  19968.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  19969.      */
  19970.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  19971.     {
  19972.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  19973.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  19974.         return $instance;
  19975.     }
  19976.     /**
  19977.      * Gets the private 'var_dumper.html_dumper' shared service.
  19978.      *
  19979.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  19980.      */
  19981.     protected function getVarDumper_HtmlDumperService()
  19982.     {
  19983.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  19984.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  19985.         return $instance;
  19986.     }
  19987.     /**
  19988.      * Gets the private 'var_dumper.server_connection' shared service.
  19989.      *
  19990.      * @return \Symfony\Component\VarDumper\Server\Connection
  19991.      */
  19992.     protected function getVarDumper_ServerConnectionService()
  19993.     {
  19994.         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()]);
  19995.     }
  19996.     /**
  19997.      * Gets the private 'web_profiler.csp.handler' shared service.
  19998.      *
  19999.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  20000.      */
  20001.     protected function getWebProfiler_Csp_HandlerService()
  20002.     {
  20003.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  20004.     }
  20005.     /**
  20006.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  20007.      *
  20008.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  20009.      */
  20010.     protected function getWebProfiler_DebugToolbarService()
  20011.     {
  20012.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($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()));
  20013.     }
  20014.     /**
  20015.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  20016.      *
  20017.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  20018.      */
  20019.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  20020.     {
  20021.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  20022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  20023.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  20024.         return $this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] = new \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer(['_default' => (\dirname(__DIR__4).'/public/build/common/entrypoints.json'), 'core' => (\dirname(__DIR__4).'/public/bundles/nellappsdk/entrypoints.json'), 'common' => (\dirname(__DIR__4).'/public/build/common/entrypoints.json'), 'vendor' => (\dirname(__DIR__4).'/public/build/vendor/entrypoints.json'), 'content' => (\dirname(__DIR__4).'/public/build/content/entrypoints.json'), 'backoffice' => (\dirname(__DIR__4).'/public/build/backoffice/entrypoints.json')], ($this->targetDir.''.'/webpack_encore.cache.php'));
  20025.     }
  20026.     /**
  20027.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  20028.      *
  20029.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  20030.      */
  20031.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  20032.     {
  20033.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  20034.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  20035.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  20036.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/common/entrypoints.json'), NULL'_default'true);
  20037.     }
  20038.     /**
  20039.      * Gets the private 'webpack_encore.entrypoint_lookup[backoffice]' shared service.
  20040.      *
  20041.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  20042.      */
  20043.     protected function getWebpackEncore_EntrypointLookupbackofficeService()
  20044.     {
  20045.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  20046.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  20047.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  20048.         return $this->privates['webpack_encore.entrypoint_lookup[backoffice]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/backoffice/entrypoints.json'), NULL'backoffice'true);
  20049.     }
  20050.     /**
  20051.      * Gets the private 'webpack_encore.entrypoint_lookup[common]' shared service.
  20052.      *
  20053.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  20054.      */
  20055.     protected function getWebpackEncore_EntrypointLookupcommonService()
  20056.     {
  20057.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  20058.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  20059.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  20060.         return $this->privates['webpack_encore.entrypoint_lookup[common]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/common/entrypoints.json'), NULL'common'true);
  20061.     }
  20062.     /**
  20063.      * Gets the private 'webpack_encore.entrypoint_lookup[content]' shared service.
  20064.      *
  20065.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  20066.      */
  20067.     protected function getWebpackEncore_EntrypointLookupcontentService()
  20068.     {
  20069.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  20070.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  20071.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  20072.         return $this->privates['webpack_encore.entrypoint_lookup[content]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/content/entrypoints.json'), NULL'content'true);
  20073.     }
  20074.     /**
  20075.      * Gets the private 'webpack_encore.entrypoint_lookup[core]' shared service.
  20076.      *
  20077.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  20078.      */
  20079.     protected function getWebpackEncore_EntrypointLookupcoreService()
  20080.     {
  20081.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  20082.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  20083.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  20084.         return $this->privates['webpack_encore.entrypoint_lookup[core]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/bundles/nellappsdk/entrypoints.json'), NULL'core'true);
  20085.     }
  20086.     /**
  20087.      * Gets the private 'webpack_encore.entrypoint_lookup[vendor]' shared service.
  20088.      *
  20089.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  20090.      */
  20091.     protected function getWebpackEncore_EntrypointLookupvendorService()
  20092.     {
  20093.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  20094.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  20095.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  20096.         return $this->privates['webpack_encore.entrypoint_lookup[vendor]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/vendor/entrypoints.json'), NULL'vendor'true);
  20097.     }
  20098.     /**
  20099.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  20100.      *
  20101.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  20102.      */
  20103.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  20104.     {
  20105.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20106.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  20107.             'backoffice' => ['privates''webpack_encore.entrypoint_lookup[backoffice]''getWebpackEncore_EntrypointLookupbackofficeService'false],
  20108.             'common' => ['privates''webpack_encore.entrypoint_lookup[common]''getWebpackEncore_EntrypointLookupcommonService'false],
  20109.             'content' => ['privates''webpack_encore.entrypoint_lookup[content]''getWebpackEncore_EntrypointLookupcontentService'false],
  20110.             'core' => ['privates''webpack_encore.entrypoint_lookup[core]''getWebpackEncore_EntrypointLookupcoreService'false],
  20111.             'vendor' => ['privates''webpack_encore.entrypoint_lookup[vendor]''getWebpackEncore_EntrypointLookupvendorService'false],
  20112.         ], [
  20113.             '_default' => '?',
  20114.             'backoffice' => '?',
  20115.             'common' => '?',
  20116.             'content' => '?',
  20117.             'core' => '?',
  20118.             'vendor' => '?',
  20119.         ]), '_default');
  20120.     }
  20121.     /**
  20122.      * Gets the private 'webpack_encore.exception_listener' shared service.
  20123.      *
  20124.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  20125.      */
  20126.     protected function getWebpackEncore_ExceptionListenerService()
  20127.     {
  20128.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  20129.         return $this->privates['webpack_encore.exception_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default'=> 'core'=> 'common'=> 'vendor'=> 'content'=> 'backoffice']);
  20130.     }
  20131.     /**
  20132.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  20133.      *
  20134.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  20135.      */
  20136.     protected function getWebpackEncore_TagRendererService()
  20137.     {
  20138.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  20139.         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()), ['crossorigin' => 'anonymous'], ['defer' => true], [], ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  20140.     }
  20141.     /**
  20142.      * Gets the public 'cache_clearer' alias.
  20143.      *
  20144.      * @return object The ".container.private.cache_clearer" service.
  20145.      */
  20146.     protected function getCacheClearerService()
  20147.     {
  20148.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  20149.         return $this->get('.container.private.cache_clearer');
  20150.     }
  20151.     /**
  20152.      * Gets the public 'filesystem' alias.
  20153.      *
  20154.      * @return object The ".container.private.filesystem" service.
  20155.      */
  20156.     protected function getFilesystemService()
  20157.     {
  20158.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  20159.         return $this->get('.container.private.filesystem');
  20160.     }
  20161.     /**
  20162.      * Gets the public 'serializer' alias.
  20163.      *
  20164.      * @return object The ".container.private.serializer" service.
  20165.      */
  20166.     protected function getSerializerService()
  20167.     {
  20168.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  20169.         return $this->get('.container.private.serializer');
  20170.     }
  20171.     /**
  20172.      * Gets the public 'security.csrf.token_manager' alias.
  20173.      *
  20174.      * @return object The ".container.private.security.csrf.token_manager" service.
  20175.      */
  20176.     protected function getSecurity_Csrf_TokenManagerService()
  20177.     {
  20178.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  20179.         return $this->get('.container.private.security.csrf.token_manager');
  20180.     }
  20181.     /**
  20182.      * Gets the public 'form.factory' alias.
  20183.      *
  20184.      * @return object The ".container.private.form.factory" service.
  20185.      */
  20186.     protected function getForm_FactoryService()
  20187.     {
  20188.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  20189.         return $this->get('.container.private.form.factory');
  20190.     }
  20191.     /**
  20192.      * Gets the public 'form.type.file' alias.
  20193.      *
  20194.      * @return object The ".container.private.form.type.file" service.
  20195.      */
  20196.     protected function getForm_Type_FileService()
  20197.     {
  20198.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  20199.         return $this->get('.container.private.form.type.file');
  20200.     }
  20201.     /**
  20202.      * Gets the public 'profiler' alias.
  20203.      *
  20204.      * @return object The ".container.private.profiler" service.
  20205.      */
  20206.     protected function getProfilerService()
  20207.     {
  20208.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  20209.         return $this->get('.container.private.profiler');
  20210.     }
  20211.     /**
  20212.      * Gets the public 'twig' alias.
  20213.      *
  20214.      * @return object The ".container.private.twig" service.
  20215.      */
  20216.     protected function getTwigService()
  20217.     {
  20218.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  20219.         return $this->get('.container.private.twig');
  20220.     }
  20221.     /**
  20222.      * Gets the public 'security.authorization_checker' alias.
  20223.      *
  20224.      * @return object The ".container.private.security.authorization_checker" service.
  20225.      */
  20226.     protected function getSecurity_AuthorizationCheckerService()
  20227.     {
  20228.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  20229.         return $this->get('.container.private.security.authorization_checker');
  20230.     }
  20231.     /**
  20232.      * Gets the public 'security.token_storage' alias.
  20233.      *
  20234.      * @return object The ".container.private.security.token_storage" service.
  20235.      */
  20236.     protected function getSecurity_TokenStorageService()
  20237.     {
  20238.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  20239.         return $this->get('.container.private.security.token_storage');
  20240.     }
  20241.     /**
  20242.      * Gets the public 'security.password_encoder' alias.
  20243.      *
  20244.      * @return object The ".container.private.security.password_encoder" service.
  20245.      */
  20246.     protected function getSecurity_PasswordEncoderService()
  20247.     {
  20248.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  20249.         return $this->get('.container.private.security.password_encoder');
  20250.     }
  20251.     /**
  20252.      * Gets the public 'session' alias.
  20253.      *
  20254.      * @return object The ".container.private.session" service.
  20255.      */
  20256.     protected function getSessionService()
  20257.     {
  20258.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  20259.         return $this->get('.container.private.session');
  20260.     }
  20261.     /**
  20262.      * Gets the public 'validator' alias.
  20263.      *
  20264.      * @return object The ".container.private.validator" service.
  20265.      */
  20266.     protected function getValidatorService()
  20267.     {
  20268.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  20269.         return $this->get('.container.private.validator');
  20270.     }
  20271.     /**
  20272.      * @return array|bool|float|int|string|\UnitEnum|null
  20273.      */
  20274.     public function getParameter(string $name)
  20275.     {
  20276.         if (isset($this->buildParameters[$name])) {
  20277.             return $this->buildParameters[$name];
  20278.         }
  20279.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  20280.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  20281.         }
  20282.         if (isset($this->loadedDynamicParameters[$name])) {
  20283.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  20284.         }
  20285.         return $this->parameters[$name];
  20286.     }
  20287.     public function hasParameter(string $name): bool
  20288.     {
  20289.         if (isset($this->buildParameters[$name])) {
  20290.             return true;
  20291.         }
  20292.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  20293.     }
  20294.     public function setParameter(string $name$value): void
  20295.     {
  20296.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  20297.     }
  20298.     public function getParameterBag(): ParameterBagInterface
  20299.     {
  20300.         if (null === $this->parameterBag) {
  20301.             $parameters $this->parameters;
  20302.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  20303.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  20304.             }
  20305.             foreach ($this->buildParameters as $name => $value) {
  20306.                 $parameters[$name] = $value;
  20307.             }
  20308.             $this->parameterBag = new FrozenParameterBag($parameters);
  20309.         }
  20310.         return $this->parameterBag;
  20311.     }
  20312.     private $loadedDynamicParameters = [
  20313.         'kernel.runtime_environment' => false,
  20314.         'kernel.build_dir' => false,
  20315.         'kernel.cache_dir' => false,
  20316.         'core_sync_reverse' => false,
  20317.         'kernel.secret' => false,
  20318.         'kernel.trusted_proxies' => false,
  20319.         'debug.container.dump' => false,
  20320.         'serializer.mapping.cache.file' => false,
  20321.         'session.save_path' => false,
  20322.         'validator.mapping.cache.file' => false,
  20323.         'profiler.storage.dsn' => false,
  20324.         'doctrine.orm.proxy_dir' => false,
  20325.         'hautelook_alice.fixtures_path' => false,
  20326.         'oneup_uploader.chunks' => false,
  20327.         'oneup_uploader.orphanage' => false,
  20328.         'oneup_uploader.config' => false,
  20329.         'nellapp_sdk.api_internal.secret' => false,
  20330.         'nellapp_sdk.sync.base_uri' => false,
  20331.         'nellapp_sdk.sync.secret' => false,
  20332.         'karser_recaptcha3.site_key' => false,
  20333.         'karser_recaptcha3.secret_key' => false,
  20334.     ];
  20335.     private $dynamicParameters = [];
  20336.     private function getDynamicParameter(string $name)
  20337.     {
  20338.         switch ($name) {
  20339.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  20340.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  20341.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  20342.             case 'core_sync_reverse'$value $this->getEnv('CORE_REVERSE_SYNC'); break;
  20343.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  20344.             case 'kernel.trusted_proxies'$value $this->getEnv('TRUSTED_PROXIES'); break;
  20345.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  20346.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  20347.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  20348.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  20349.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  20350.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  20351.             case 'hautelook_alice.fixtures_path'$value = [
  20352.                 => $this->getEnv('resolve:FIXTURES_DIRECTORY'),
  20353.             ]; break;
  20354.             case 'oneup_uploader.chunks'$value = [
  20355.                 'maxage' => 86400,
  20356.                 'storage' => [
  20357.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  20358.                     'type' => 'filesystem',
  20359.                     'filesystem' => NULL,
  20360.                     'stream_wrapper' => NULL,
  20361.                     'sync_buffer_size' => '100K',
  20362.                     'prefix' => 'chunks',
  20363.                 ],
  20364.                 'load_distribution' => true,
  20365.             ]; break;
  20366.             case 'oneup_uploader.orphanage'$value = [
  20367.                 'maxage' => 43200,
  20368.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  20369.             ]; break;
  20370.             case 'oneup_uploader.config'$value = [
  20371.                 'orphanage' => [
  20372.                     'maxage' => 43200,
  20373.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  20374.                 ],
  20375.                 'chunks' => [
  20376.                     'maxage' => 86400,
  20377.                     'storage' => [
  20378.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  20379.                         'type' => 'filesystem',
  20380.                         'filesystem' => NULL,
  20381.                         'stream_wrapper' => NULL,
  20382.                         'sync_buffer_size' => '100K',
  20383.                         'prefix' => 'chunks',
  20384.                     ],
  20385.                     'load_distribution' => true,
  20386.                 ],
  20387.                 'mappings' => [
  20388.                     'channel_images' => [
  20389.                         'frontend' => 'fineuploader',
  20390.                         'namer' => 'App\\Uploader\\Naming\\UuidNamer',
  20391.                         'max_size' => 50000000,
  20392.                         'allowed_mimetypes' => [
  20393.                             'image/jpeg' => [
  20394.                                 => 'jpg',
  20395.                                 => 'jpeg',
  20396.                             ],
  20397.                             'image/png' => [
  20398.                                 => 'png',
  20399.                             ],
  20400.                             'image/gif' => [
  20401.                                 => 'gif',
  20402.                             ],
  20403.                             'image/svg+xml' => [
  20404.                                 => 'svg',
  20405.                             ],
  20406.                         ],
  20407.                         'custom_frontend' => [
  20408.                             'name' => NULL,
  20409.                             'class' => NULL,
  20410.                         ],
  20411.                         'storage' => [
  20412.                             'service' => NULL,
  20413.                             'type' => 'filesystem',
  20414.                             'filesystem' => NULL,
  20415.                             'directory' => NULL,
  20416.                             'stream_wrapper' => NULL,
  20417.                             'sync_buffer_size' => '100K',
  20418.                         ],
  20419.                         'route_prefix' => '',
  20420.                         'endpoints' => [
  20421.                             'upload' => NULL,
  20422.                             'progress' => NULL,
  20423.                             'cancel' => NULL,
  20424.                         ],
  20425.                         'disallowed_mimetypes' => [
  20426.                         ],
  20427.                         'error_handler' => NULL,
  20428.                         'use_orphanage' => false,
  20429.                         'enable_progress' => false,
  20430.                         'enable_cancelation' => false,
  20431.                         'root_folder' => false,
  20432.                     ],
  20433.                     'user_avatar' => [
  20434.                         'frontend' => 'fineuploader',
  20435.                         'namer' => 'App\\Uploader\\Naming\\UserAvatarNamer',
  20436.                         'max_size' => 10485760,
  20437.                         'allowed_mimetypes' => [
  20438.                             'image/jpeg' => [
  20439.                                 => 'jpg',
  20440.                                 => 'jpeg',
  20441.                             ],
  20442.                             'image/png' => [
  20443.                                 => 'png',
  20444.                             ],
  20445.                             'image/gif' => [
  20446.                                 => 'gif',
  20447.                             ],
  20448.                             'image/svg+xml' => [
  20449.                                 => 'svg',
  20450.                             ],
  20451.                         ],
  20452.                         'custom_frontend' => [
  20453.                             'name' => NULL,
  20454.                             'class' => NULL,
  20455.                         ],
  20456.                         'storage' => [
  20457.                             'service' => NULL,
  20458.                             'type' => 'filesystem',
  20459.                             'filesystem' => NULL,
  20460.                             'directory' => NULL,
  20461.                             'stream_wrapper' => NULL,
  20462.                             'sync_buffer_size' => '100K',
  20463.                         ],
  20464.                         'route_prefix' => '',
  20465.                         'endpoints' => [
  20466.                             'upload' => NULL,
  20467.                             'progress' => NULL,
  20468.                             'cancel' => NULL,
  20469.                         ],
  20470.                         'disallowed_mimetypes' => [
  20471.                         ],
  20472.                         'error_handler' => NULL,
  20473.                         'use_orphanage' => false,
  20474.                         'enable_progress' => false,
  20475.                         'enable_cancelation' => false,
  20476.                         'root_folder' => false,
  20477.                     ],
  20478.                     'practical_case_response_file' => [
  20479.                         'use_orphanage' => true,
  20480.                         'frontend' => 'dropzone',
  20481.                         'max_size' => 64000000,
  20482.                         'allowed_mimetypes' => [
  20483.                             'image/jpeg' => [
  20484.                                 => 'jpg',
  20485.                                 => 'jpeg',
  20486.                             ],
  20487.                             'image/png' => [
  20488.                                 => 'png',
  20489.                             ],
  20490.                             'application/pdf' => [
  20491.                                 => 'pdf',
  20492.                             ],
  20493.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  20494.                                 => 'docx',
  20495.                             ],
  20496.                             'application/msword' => [
  20497.                                 => 'doc',
  20498.                             ],
  20499.                             'application/vnd.oasis.opendocument.text' => [
  20500.                                 => 'odt',
  20501.                             ],
  20502.                             'application/vnd.ms-excel' => [
  20503.                                 => 'xls',
  20504.                             ],
  20505.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  20506.                                 => 'xlsx',
  20507.                             ],
  20508.                             'application/vnd.ms-powerpoint' => [
  20509.                                 => 'ppt',
  20510.                             ],
  20511.                             'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  20512.                                 => 'pptx',
  20513.                             ],
  20514.                             'application/zip' => [
  20515.                                 => 'zip',
  20516.                             ],
  20517.                             'video/mp4' => [
  20518.                                 => 'mp4',
  20519.                             ],
  20520.                         ],
  20521.                         'storage' => [
  20522.                             'type' => 'flysystem',
  20523.                             'filesystem' => 'oneup_flysystem.practicalCaseResponse_filesystem',
  20524.                             'service' => NULL,
  20525.                             'directory' => NULL,
  20526.                             'stream_wrapper' => NULL,
  20527.                             'sync_buffer_size' => '100K',
  20528.                         ],
  20529.                         'custom_frontend' => [
  20530.                             'name' => NULL,
  20531.                             'class' => NULL,
  20532.                         ],
  20533.                         'route_prefix' => '',
  20534.                         'endpoints' => [
  20535.                             'upload' => NULL,
  20536.                             'progress' => NULL,
  20537.                             'cancel' => NULL,
  20538.                         ],
  20539.                         'disallowed_mimetypes' => [
  20540.                         ],
  20541.                         'error_handler' => NULL,
  20542.                         'enable_progress' => false,
  20543.                         'enable_cancelation' => false,
  20544.                         'namer' => 'oneup_uploader.namer.uniqid',
  20545.                         'root_folder' => false,
  20546.                     ],
  20547.                     'practical_case_resource_file' => [
  20548.                         'use_orphanage' => true,
  20549.                         'frontend' => 'dropzone',
  20550.                         'max_size' => 200000000,
  20551.                         'allowed_mimetypes' => [
  20552.                             'image/jpeg' => [
  20553.                                 => 'jpg',
  20554.                                 => 'jpeg',
  20555.                             ],
  20556.                             'image/png' => [
  20557.                                 => 'png',
  20558.                             ],
  20559.                             'application/pdf' => [
  20560.                                 => 'pdf',
  20561.                             ],
  20562.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  20563.                                 => 'docx',
  20564.                             ],
  20565.                             'application/msword' => [
  20566.                                 => 'doc',
  20567.                             ],
  20568.                             'application/vnd.oasis.opendocument.text' => [
  20569.                                 => 'odt',
  20570.                             ],
  20571.                             'application/vnd.ms-excel' => [
  20572.                                 => 'xls',
  20573.                             ],
  20574.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  20575.                                 => 'xlsx',
  20576.                             ],
  20577.                             'application/vnd.ms-powerpoint' => [
  20578.                                 => 'ppt',
  20579.                             ],
  20580.                             'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  20581.                                 => 'pptx',
  20582.                             ],
  20583.                             'application/zip' => [
  20584.                                 => 'zip',
  20585.                             ],
  20586.                             'video/mp4' => [
  20587.                                 => 'mp4',
  20588.                             ],
  20589.                         ],
  20590.                         'storage' => [
  20591.                             'type' => 'flysystem',
  20592.                             'filesystem' => 'oneup_flysystem.practicalCase_filesystem',
  20593.                             'service' => NULL,
  20594.                             'directory' => NULL,
  20595.                             'stream_wrapper' => NULL,
  20596.                             'sync_buffer_size' => '100K',
  20597.                         ],
  20598.                         'custom_frontend' => [
  20599.                             'name' => NULL,
  20600.                             'class' => NULL,
  20601.                         ],
  20602.                         'route_prefix' => '',
  20603.                         'endpoints' => [
  20604.                             'upload' => NULL,
  20605.                             'progress' => NULL,
  20606.                             'cancel' => NULL,
  20607.                         ],
  20608.                         'disallowed_mimetypes' => [
  20609.                         ],
  20610.                         'error_handler' => NULL,
  20611.                         'enable_progress' => false,
  20612.                         'enable_cancelation' => false,
  20613.                         'namer' => 'oneup_uploader.namer.uniqid',
  20614.                         'root_folder' => false,
  20615.                     ],
  20616.                 ],
  20617.                 'twig' => true,
  20618.             ]; break;
  20619.             case 'nellapp_sdk.api_internal.secret'$value $this->getEnv('APP_SECRET'); break;
  20620.             case 'nellapp_sdk.sync.base_uri'$value $this->getEnv('resolve:SYNC_DOMAIN'); break;
  20621.             case 'nellapp_sdk.sync.secret'$value $this->getEnv('resolve:SYNC_SECRET'); break;
  20622.             case 'karser_recaptcha3.site_key'$value $this->getEnv('RECAPTCHA3_KEY'); break;
  20623.             case 'karser_recaptcha3.secret_key'$value $this->getEnv('RECAPTCHA3_SECRET'); break;
  20624.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  20625.         }
  20626.         $this->loadedDynamicParameters[$name] = true;
  20627.         return $this->dynamicParameters[$name] = $value;
  20628.     }
  20629.     protected function getDefaultParameters(): array
  20630.     {
  20631.         return [
  20632.             'kernel.project_dir' => \dirname(__DIR__4),
  20633.             'kernel.environment' => 'dev',
  20634.             'kernel.debug' => true,
  20635.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  20636.             'kernel.bundles' => [
  20637.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  20638.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  20639.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  20640.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  20641.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  20642.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  20643.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  20644.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  20645.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  20646.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  20647.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  20648.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  20649.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  20650.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  20651.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  20652.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  20653.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  20654.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  20655.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  20656.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  20657.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  20658.                 'DrosalysWebObjectExtensionsBundle' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DrosalysWebObjectExtensionsBundle',
  20659.                 'AjgarlagPsrHttpMessageBundle' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle\\AjgarlagPsrHttpMessageBundle',
  20660.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  20661.                 'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\NellappSDKBundle',
  20662.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  20663.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  20664.                 'DrosalysApiBundle' => 'Drosalys\\Bundle\\ApiBundle\\DrosalysApiBundle',
  20665.                 'DrosalysWebDoctrineExtensionsBundle' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony\\DrosalysWebDoctrineExtensionsBundle',
  20666.                 'DrosalysWebFormBundle' => 'DrosalysWeb\\Bundle\\FormBundle\\DrosalysWebFormBundle',
  20667.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  20668.                 'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
  20669.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  20670.                 'SpiriitFormFilterBundle' => 'Spiriit\\Bundle\\FormFilterBundle\\SpiriitFormFilterBundle',
  20671.             ],
  20672.             'kernel.bundles_metadata' => [
  20673.                 'FrameworkBundle' => [
  20674.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  20675.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  20676.                 ],
  20677.                 'TwigBundle' => [
  20678.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  20679.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  20680.                 ],
  20681.                 'SecurityBundle' => [
  20682.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  20683.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  20684.                 ],
  20685.                 'DoctrineBundle' => [
  20686.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  20687.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  20688.                 ],
  20689.                 'NelmioAliceBundle' => [
  20690.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  20691.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  20692.                 ],
  20693.                 'FidryAliceDataFixturesBundle' => [
  20694.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  20695.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  20696.                 ],
  20697.                 'HautelookAliceBundle' => [
  20698.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  20699.                     'namespace' => 'Hautelook\\AliceBundle',
  20700.                 ],
  20701.                 'WebProfilerBundle' => [
  20702.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  20703.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  20704.                 ],
  20705.                 'MonologBundle' => [
  20706.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  20707.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  20708.                 ],
  20709.                 'DebugBundle' => [
  20710.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  20711.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  20712.                 ],
  20713.                 'DoctrineMigrationsBundle' => [
  20714.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  20715.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  20716.                 ],
  20717.                 'MakerBundle' => [
  20718.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  20719.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  20720.                 ],
  20721.                 'KnpMenuBundle' => [
  20722.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  20723.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  20724.                 ],
  20725.                 'OneupUploaderBundle' => [
  20726.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  20727.                     'namespace' => 'Oneup\\UploaderBundle',
  20728.                 ],
  20729.                 'LiipImagineBundle' => [
  20730.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  20731.                     'namespace' => 'Liip\\ImagineBundle',
  20732.                 ],
  20733.                 'KnpPaginatorBundle' => [
  20734.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  20735.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  20736.                 ],
  20737.                 'WebpackEncoreBundle' => [
  20738.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  20739.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  20740.                 ],
  20741.                 'JMSSerializerBundle' => [
  20742.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  20743.                     'namespace' => 'JMS\\SerializerBundle',
  20744.                 ],
  20745.                 'NelmioApiDocBundle' => [
  20746.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  20747.                     'namespace' => 'Nelmio\\ApiDocBundle',
  20748.                 ],
  20749.                 'StofDoctrineExtensionsBundle' => [
  20750.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  20751.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  20752.                 ],
  20753.                 'TwigExtraBundle' => [
  20754.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  20755.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  20756.                 ],
  20757.                 'DrosalysWebObjectExtensionsBundle' => [
  20758.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony'),
  20759.                     'namespace' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony',
  20760.                 ],
  20761.                 'AjgarlagPsrHttpMessageBundle' => [
  20762.                     'path' => (\dirname(__DIR__4).'/vendor/ajgarlag/psr-http-message-bundle/src'),
  20763.                     'namespace' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle',
  20764.                 ],
  20765.                 'SensioFrameworkExtraBundle' => [
  20766.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  20767.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  20768.                 ],
  20769.                 'NellappSDKBundle' => [
  20770.                     'path' => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src'),
  20771.                     'namespace' => 'Nellapp\\Bundle\\SDKBundle',
  20772.                 ],
  20773.                 'KnpTimeBundle' => [
  20774.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle'),
  20775.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  20776.                 ],
  20777.                 'KnpUOAuth2ClientBundle' => [
  20778.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  20779.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  20780.                 ],
  20781.                 'DrosalysApiBundle' => [
  20782.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src'),
  20783.                     'namespace' => 'Drosalys\\Bundle\\ApiBundle',
  20784.                 ],
  20785.                 'DrosalysWebDoctrineExtensionsBundle' => [
  20786.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony'),
  20787.                     'namespace' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony',
  20788.                 ],
  20789.                 'DrosalysWebFormBundle' => [
  20790.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src'),
  20791.                     'namespace' => 'DrosalysWeb\\Bundle\\FormBundle',
  20792.                 ],
  20793.                 'OneupFlysystemBundle' => [
  20794.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  20795.                     'namespace' => 'Oneup\\FlysystemBundle',
  20796.                 ],
  20797.                 'KarserRecaptcha3Bundle' => [
  20798.                     'path' => (\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle'),
  20799.                     'namespace' => 'Karser\\Recaptcha3Bundle',
  20800.                 ],
  20801.                 'TwigComponentBundle' => [
  20802.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component'),
  20803.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  20804.                 ],
  20805.                 'SpiriitFormFilterBundle' => [
  20806.                     'path' => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle'),
  20807.                     'namespace' => 'Spiriit\\Bundle\\FormFilterBundle',
  20808.                 ],
  20809.             ],
  20810.             'kernel.charset' => 'UTF-8',
  20811.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  20812.             'container.dumper.inline_class_loader' => true,
  20813.             'container.dumper.inline_factories' => true,
  20814.             'env(DATABASE_URL)' => '',
  20815.             'locale' => 'en',
  20816.             'file_practical_case_directory' => (\dirname(__DIR__4).'/public/uploads/practical_cases/'),
  20817.             'file_practical_case_maxsize' => 200000000,
  20818.             'file_practical_case_mime_types' => [
  20819.                 'image/jpeg' => [
  20820.                     => 'jpg',
  20821.                     => 'jpeg',
  20822.                 ],
  20823.                 'image/png' => [
  20824.                     => 'png',
  20825.                 ],
  20826.                 'application/pdf' => [
  20827.                     => 'pdf',
  20828.                 ],
  20829.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  20830.                     => 'docx',
  20831.                 ],
  20832.                 'application/msword' => [
  20833.                     => 'doc',
  20834.                 ],
  20835.                 'application/vnd.oasis.opendocument.text' => [
  20836.                     => 'odt',
  20837.                 ],
  20838.                 'application/vnd.ms-excel' => [
  20839.                     => 'xls',
  20840.                 ],
  20841.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  20842.                     => 'xlsx',
  20843.                 ],
  20844.                 'application/vnd.ms-powerpoint' => [
  20845.                     => 'ppt',
  20846.                 ],
  20847.                 'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  20848.                     => 'pptx',
  20849.                 ],
  20850.                 'application/zip' => [
  20851.                     => 'zip',
  20852.                 ],
  20853.                 'video/mp4' => [
  20854.                     => 'mp4',
  20855.                 ],
  20856.             ],
  20857.             'file_practical_case_response_directory' => (\dirname(__DIR__4).'/public/uploads/practical_cases_response/'),
  20858.             'file_practical_case_response_maxsize' => 64000000,
  20859.             'file_practical_case_response_mime_types' => [
  20860.                 'image/jpeg' => [
  20861.                     => 'jpg',
  20862.                     => 'jpeg',
  20863.                 ],
  20864.                 'image/png' => [
  20865.                     => 'png',
  20866.                 ],
  20867.                 'application/pdf' => [
  20868.                     => 'pdf',
  20869.                 ],
  20870.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  20871.                     => 'docx',
  20872.                 ],
  20873.                 'application/msword' => [
  20874.                     => 'doc',
  20875.                 ],
  20876.                 'application/vnd.oasis.opendocument.text' => [
  20877.                     => 'odt',
  20878.                 ],
  20879.                 'application/vnd.ms-excel' => [
  20880.                     => 'xls',
  20881.                 ],
  20882.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  20883.                     => 'xlsx',
  20884.                 ],
  20885.                 'application/vnd.ms-powerpoint' => [
  20886.                     => 'ppt',
  20887.                 ],
  20888.                 'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  20889.                     => 'pptx',
  20890.                 ],
  20891.                 'application/zip' => [
  20892.                     => 'zip',
  20893.                 ],
  20894.                 'video/mp4' => [
  20895.                     => 'mp4',
  20896.                 ],
  20897.             ],
  20898.             'event_dispatcher.event_aliases' => [
  20899.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  20900.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  20901.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  20902.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  20903.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  20904.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  20905.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  20906.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  20907.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  20908.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  20909.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  20910.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  20911.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  20912.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  20913.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  20914.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  20915.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  20916.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  20917.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  20918.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  20919.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  20920.             ],
  20921.             'fragment.renderer.hinclude.global_template' => NULL,
  20922.             'fragment.path' => '/_fragment',
  20923.             'kernel.http_method_override' => true,
  20924.             'kernel.trusted_hosts' => [
  20925.             ],
  20926.             'kernel.default_locale' => 'fr',
  20927.             'kernel.enabled_locales' => [
  20928.             ],
  20929.             'kernel.error_controller' => 'error_controller',
  20930.             'kernel.trusted_headers' => 30,
  20931.             'debug.file_link_format' => NULL,
  20932.             'asset.request_context.base_path' => NULL,
  20933.             'asset.request_context.secure' => NULL,
  20934.             'translator.logging' => false,
  20935.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  20936.             'debug.error_handler.throw_at' => -1,
  20937.             'router.request_context.host' => 'localhost',
  20938.             'router.request_context.scheme' => 'http',
  20939.             'router.request_context.base_url' => '',
  20940.             'router.resource' => 'kernel::loadRoutes',
  20941.             'request_listener.http_port' => 80,
  20942.             'request_listener.https_port' => 443,
  20943.             'session.metadata.storage_key' => '_sf2_meta',
  20944.             'session.storage.options' => [
  20945.                 'cache_limiter' => '0',
  20946.                 'cookie_lifetime' => 86400,
  20947.                 'cookie_secure' => 'auto',
  20948.                 'cookie_httponly' => false,
  20949.                 'cookie_samesite' => 'lax',
  20950.                 'gc_probability' => 1,
  20951.             ],
  20952.             'session.metadata.update_threshold' => 0,
  20953.             'form.type_extension.csrf.enabled' => true,
  20954.             'form.type_extension.csrf.field_name' => '_token',
  20955.             'validator.translation_domain' => 'validators',
  20956.             'profiler_listener.only_exceptions' => false,
  20957.             'profiler_listener.only_main_requests' => false,
  20958.             'twig.form.resources' => [
  20959.                 => 'form_div_layout.html.twig',
  20960.                 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
  20961.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  20962.                 => '@NellappSDK/Form/form_theme.html.twig',
  20963.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  20964.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  20965.                 => '@NellappSDK/Form/form_theme_channel_user_permission.html.twig',
  20966.                 => 'Form/layout.html.twig',
  20967.                 => 'Form/collection_layout.html.twig',
  20968.                 => 'Form/channel_layout.html.twig',
  20969.                 10 => 'Form/common_layout.html.twig',
  20970.                 11 => 'Form/exercise_layout.html.twig',
  20971.                 12 => 'Form/scholar_layout.html.twig',
  20972.                 13 => 'Form/form_theme_custom_upload_item.html.twig',
  20973.                 14 => 'Form/form_theme_custom_upload_file.html.twig',
  20974.                 15 => 'Form/form_rating_form_type.twig',
  20975.                 16 => 'Form/nellapp_slider_type.html.twig',
  20976.                 17 => '@DrosalysWebForm/Form/collection_layout.html.twig',
  20977.                 18 => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  20978.             ],
  20979.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  20980.             'security.role_hierarchy.roles' => [
  20981.                 'ROLE_APP_USER_READ' => [
  20982.                     => 'ROLE_USER',
  20983.                 ],
  20984.                 'ROLE_APP_USER_READ_LIST' => [
  20985.                     => 'ROLE_APP_USER_READ',
  20986.                 ],
  20987.                 'ROLE_APP_USER_CREATE' => [
  20988.                     => 'ROLE_APP_USER_READ',
  20989.                 ],
  20990.                 'ROLE_APP_USER_UPDATE' => [
  20991.                     => 'ROLE_APP_USER_CREATE',
  20992.                 ],
  20993.                 'ROLE_APP_USER_DELETE' => [
  20994.                     => 'ROLE_APP_USER_UPDATE',
  20995.                 ],
  20996.                 'ROLE_APP_USER_FULL' => [
  20997.                     => 'ROLE_APP_USER_READ_LIST',
  20998.                     => 'ROLE_APP_USER_DELETE',
  20999.                 ],
  21000.                 'ROLE_CHANNEL_READ' => [
  21001.                     => 'ROLE_USER',
  21002.                 ],
  21003.                 'ROLE_CHANNEL_READ_LIST' => [
  21004.                     => 'ROLE_CHANNEL_READ',
  21005.                 ],
  21006.                 'ROLE_CHANNEL_CREATE' => [
  21007.                     => 'ROLE_CHANNEL_READ',
  21008.                 ],
  21009.                 'ROLE_CHANNEL_UPDATE' => [
  21010.                     => 'ROLE_CHANNEL_CREATE',
  21011.                 ],
  21012.                 'ROLE_CHANNEL_DELETE' => [
  21013.                     => 'ROLE_CHANNEL_UPDATE',
  21014.                 ],
  21015.                 'ROLE_CHANNEL_FULL' => [
  21016.                     => 'ROLE_CHANNEL_READ_LIST',
  21017.                     => 'ROLE_CHANNEL_DELETE',
  21018.                 ],
  21019.                 'ROLE_ADMIN' => [
  21020.                     => 'ROLE_USER',
  21021.                     => 'ROLE_APP_USER_FULL',
  21022.                     => 'ROLE_CHANNEL_FULL',
  21023.                 ],
  21024.                 'ROLE_SUPER_ADMIN' => [
  21025.                     => 'ROLE_ADMIN',
  21026.                     => 'ROLE_ALLOWED_TO_SWITCH',
  21027.                 ],
  21028.             ],
  21029.             'security.access.denied_url' => NULL,
  21030.             'security.authentication.manager.erase_credentials' => true,
  21031.             'security.authentication.session_strategy.strategy' => 'migrate',
  21032.             'security.access.always_authenticate_before_granting' => false,
  21033.             'security.authentication.hide_user_not_found' => true,
  21034.             'security.firewalls' => [
  21035.                 => 'dev',
  21036.                 => 'reverse_sync_doc',
  21037.                 => 'reverse_sync',
  21038.                 => 'internal_api',
  21039.                 => 'api',
  21040.                 => 'main',
  21041.             ],
  21042.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  21043.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  21044.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  21045.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  21046.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  21047.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  21048.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  21049.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  21050.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  21051.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  21052.             'doctrine.entity_managers' => [
  21053.                 'default' => 'doctrine.orm.default_entity_manager',
  21054.             ],
  21055.             'doctrine.default_entity_manager' => 'default',
  21056.             'doctrine.dbal.connection_factory.types' => [
  21057.                 'uuid' => [
  21058.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  21059.                 ],
  21060.                 'ulid' => [
  21061.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  21062.                 ],
  21063.             ],
  21064.             'doctrine.connections' => [
  21065.                 'default' => 'doctrine.dbal.default_connection',
  21066.             ],
  21067.             'doctrine.default_connection' => 'default',
  21068.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  21069.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  21070.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  21071.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  21072.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  21073.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  21074.             'doctrine.orm.cache.memcache_host' => 'localhost',
  21075.             'doctrine.orm.cache.memcache_port' => 11211,
  21076.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  21077.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  21078.             'doctrine.orm.cache.memcached_host' => 'localhost',
  21079.             'doctrine.orm.cache.memcached_port' => 11211,
  21080.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  21081.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  21082.             'doctrine.orm.cache.redis_host' => 'localhost',
  21083.             'doctrine.orm.cache.redis_port' => 6379,
  21084.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  21085.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  21086.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  21087.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  21088.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  21089.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  21090.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  21091.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  21092.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  21093.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  21094.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  21095.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  21096.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  21097.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  21098.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  21099.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  21100.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  21101.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  21102.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  21103.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  21104.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  21105.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  21106.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  21107.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  21108.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  21109.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  21110.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  21111.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  21112.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  21113.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  21114.             'doctrine.orm.auto_generate_proxy_classes' => true,
  21115.             'doctrine.orm.proxy_namespace' => 'Proxies',
  21116.             'nelmio_alice.locale' => 'fr_FR',
  21117.             'nelmio_alice.seed' => 1,
  21118.             'nelmio_alice.functions_blacklist' => [
  21119.                 => 'current',
  21120.             ],
  21121.             'nelmio_alice.loading_limit' => 5,
  21122.             'nelmio_alice.max_unique_values_retry' => 150,
  21123.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  21124.             'hautelook_alice.root_dirs' => [
  21125.                 => \dirname(__DIR__4),
  21126.             ],
  21127.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  21128.             'web_profiler.debug_toolbar.mode' => 2,
  21129.             'monolog.use_microseconds' => true,
  21130.             'monolog.swift_mailer.handlers' => [
  21131.             ],
  21132.             'monolog.handlers_to_channels' => [
  21133.                 'monolog.handler.console' => [
  21134.                     'type' => 'exclusive',
  21135.                     'elements' => [
  21136.                         => 'event',
  21137.                         => 'doctrine',
  21138.                         => 'console',
  21139.                     ],
  21140.                 ],
  21141.                 'monolog.handler.main' => [
  21142.                     'type' => 'exclusive',
  21143.                     'elements' => [
  21144.                         => 'event',
  21145.                     ],
  21146.                 ],
  21147.             ],
  21148.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  21149.             'doctrine_migrations.name' => 'Application Migrations',
  21150.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  21151.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  21152.             'doctrine_migrations.table_name' => 'migration_versions',
  21153.             'doctrine_migrations.column_name' => 'version',
  21154.             'doctrine_migrations.column_length' => 14,
  21155.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  21156.             'doctrine_migrations.all_or_nothing' => false,
  21157.             'doctrine_migrations.custom_template' => NULL,
  21158.             'doctrine_migrations.organize_migrations' => false,
  21159.             'knp_menu.renderer.list.options' => [
  21160.             ],
  21161.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  21162.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  21163.             'knp_menu.renderer.twig.options' => [
  21164.             ],
  21165.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  21166.             'knp_menu.default_renderer' => 'twig',
  21167.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  21168.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  21169.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  21170.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  21171.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  21172.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  21173.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  21174.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  21175.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  21176.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  21177.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  21178.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  21179.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  21180.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  21181.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  21182.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  21183.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  21184.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  21185.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  21186.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  21187.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  21188.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  21189.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  21190.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  21191.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  21192.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  21193.             'oneup_uploader.config.channel_images' => [
  21194.                 'frontend' => 'fineuploader',
  21195.                 'namer' => 'App\\Uploader\\Naming\\UuidNamer',
  21196.                 'max_size' => 50000000,
  21197.                 'allowed_mimetypes' => [
  21198.                     'image/jpeg' => [
  21199.                         => 'jpg',
  21200.                         => 'jpeg',
  21201.                     ],
  21202.                     'image/png' => [
  21203.                         => 'png',
  21204.                     ],
  21205.                     'image/gif' => [
  21206.                         => 'gif',
  21207.                     ],
  21208.                     'image/svg+xml' => [
  21209.                         => 'svg',
  21210.                     ],
  21211.                 ],
  21212.                 'custom_frontend' => [
  21213.                     'name' => NULL,
  21214.                     'class' => NULL,
  21215.                 ],
  21216.                 'storage' => [
  21217.                     'service' => NULL,
  21218.                     'type' => 'filesystem',
  21219.                     'filesystem' => NULL,
  21220.                     'directory' => NULL,
  21221.                     'stream_wrapper' => NULL,
  21222.                     'sync_buffer_size' => '100K',
  21223.                 ],
  21224.                 'route_prefix' => '',
  21225.                 'endpoints' => [
  21226.                     'upload' => NULL,
  21227.                     'progress' => NULL,
  21228.                     'cancel' => NULL,
  21229.                 ],
  21230.                 'disallowed_mimetypes' => [
  21231.                 ],
  21232.                 'error_handler' => NULL,
  21233.                 'use_orphanage' => false,
  21234.                 'enable_progress' => false,
  21235.                 'enable_cancelation' => false,
  21236.                 'root_folder' => false,
  21237.             ],
  21238.             'oneup_uploader.config.user_avatar' => [
  21239.                 'frontend' => 'fineuploader',
  21240.                 'namer' => 'App\\Uploader\\Naming\\UserAvatarNamer',
  21241.                 'max_size' => 10485760,
  21242.                 'allowed_mimetypes' => [
  21243.                     'image/jpeg' => [
  21244.                         => 'jpg',
  21245.                         => 'jpeg',
  21246.                     ],
  21247.                     'image/png' => [
  21248.                         => 'png',
  21249.                     ],
  21250.                     'image/gif' => [
  21251.                         => 'gif',
  21252.                     ],
  21253.                     'image/svg+xml' => [
  21254.                         => 'svg',
  21255.                     ],
  21256.                 ],
  21257.                 'custom_frontend' => [
  21258.                     'name' => NULL,
  21259.                     'class' => NULL,
  21260.                 ],
  21261.                 'storage' => [
  21262.                     'service' => NULL,
  21263.                     'type' => 'filesystem',
  21264.                     'filesystem' => NULL,
  21265.                     'directory' => NULL,
  21266.                     'stream_wrapper' => NULL,
  21267.                     'sync_buffer_size' => '100K',
  21268.                 ],
  21269.                 'route_prefix' => '',
  21270.                 'endpoints' => [
  21271.                     'upload' => NULL,
  21272.                     'progress' => NULL,
  21273.                     'cancel' => NULL,
  21274.                 ],
  21275.                 'disallowed_mimetypes' => [
  21276.                 ],
  21277.                 'error_handler' => NULL,
  21278.                 'use_orphanage' => false,
  21279.                 'enable_progress' => false,
  21280.                 'enable_cancelation' => false,
  21281.                 'root_folder' => false,
  21282.             ],
  21283.             'oneup_uploader.config.practical_case_response_file' => [
  21284.                 'use_orphanage' => true,
  21285.                 'frontend' => 'dropzone',
  21286.                 'max_size' => 64000000,
  21287.                 'allowed_mimetypes' => [
  21288.                     'image/jpeg' => [
  21289.                         => 'jpg',
  21290.                         => 'jpeg',
  21291.                     ],
  21292.                     'image/png' => [
  21293.                         => 'png',
  21294.                     ],
  21295.                     'application/pdf' => [
  21296.                         => 'pdf',
  21297.                     ],
  21298.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  21299.                         => 'docx',
  21300.                     ],
  21301.                     'application/msword' => [
  21302.                         => 'doc',
  21303.                     ],
  21304.                     'application/vnd.oasis.opendocument.text' => [
  21305.                         => 'odt',
  21306.                     ],
  21307.                     'application/vnd.ms-excel' => [
  21308.                         => 'xls',
  21309.                     ],
  21310.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  21311.                         => 'xlsx',
  21312.                     ],
  21313.                     'application/vnd.ms-powerpoint' => [
  21314.                         => 'ppt',
  21315.                     ],
  21316.                     'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  21317.                         => 'pptx',
  21318.                     ],
  21319.                     'application/zip' => [
  21320.                         => 'zip',
  21321.                     ],
  21322.                     'video/mp4' => [
  21323.                         => 'mp4',
  21324.                     ],
  21325.                 ],
  21326.                 'storage' => [
  21327.                     'type' => 'flysystem',
  21328.                     'filesystem' => 'oneup_flysystem.practicalCaseResponse_filesystem',
  21329.                     'service' => NULL,
  21330.                     'directory' => NULL,
  21331.                     'stream_wrapper' => NULL,
  21332.                     'sync_buffer_size' => '100K',
  21333.                 ],
  21334.                 'custom_frontend' => [
  21335.                     'name' => NULL,
  21336.                     'class' => NULL,
  21337.                 ],
  21338.                 'route_prefix' => '',
  21339.                 'endpoints' => [
  21340.                     'upload' => NULL,
  21341.                     'progress' => NULL,
  21342.                     'cancel' => NULL,
  21343.                 ],
  21344.                 'disallowed_mimetypes' => [
  21345.                 ],
  21346.                 'error_handler' => NULL,
  21347.                 'enable_progress' => false,
  21348.                 'enable_cancelation' => false,
  21349.                 'namer' => 'oneup_uploader.namer.uniqid',
  21350.                 'root_folder' => false,
  21351.             ],
  21352.             'oneup_uploader.config.practical_case_resource_file' => [
  21353.                 'use_orphanage' => true,
  21354.                 'frontend' => 'dropzone',
  21355.                 'max_size' => 200000000,
  21356.                 'allowed_mimetypes' => [
  21357.                     'image/jpeg' => [
  21358.                         => 'jpg',
  21359.                         => 'jpeg',
  21360.                     ],
  21361.                     'image/png' => [
  21362.                         => 'png',
  21363.                     ],
  21364.                     'application/pdf' => [
  21365.                         => 'pdf',
  21366.                     ],
  21367.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  21368.                         => 'docx',
  21369.                     ],
  21370.                     'application/msword' => [
  21371.                         => 'doc',
  21372.                     ],
  21373.                     'application/vnd.oasis.opendocument.text' => [
  21374.                         => 'odt',
  21375.                     ],
  21376.                     'application/vnd.ms-excel' => [
  21377.                         => 'xls',
  21378.                     ],
  21379.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  21380.                         => 'xlsx',
  21381.                     ],
  21382.                     'application/vnd.ms-powerpoint' => [
  21383.                         => 'ppt',
  21384.                     ],
  21385.                     'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  21386.                         => 'pptx',
  21387.                     ],
  21388.                     'application/zip' => [
  21389.                         => 'zip',
  21390.                     ],
  21391.                     'video/mp4' => [
  21392.                         => 'mp4',
  21393.                     ],
  21394.                 ],
  21395.                 'storage' => [
  21396.                     'type' => 'flysystem',
  21397.                     'filesystem' => 'oneup_flysystem.practicalCase_filesystem',
  21398.                     'service' => NULL,
  21399.                     'directory' => NULL,
  21400.                     'stream_wrapper' => NULL,
  21401.                     'sync_buffer_size' => '100K',
  21402.                 ],
  21403.                 'custom_frontend' => [
  21404.                     'name' => NULL,
  21405.                     'class' => NULL,
  21406.                 ],
  21407.                 'route_prefix' => '',
  21408.                 'endpoints' => [
  21409.                     'upload' => NULL,
  21410.                     'progress' => NULL,
  21411.                     'cancel' => NULL,
  21412.                 ],
  21413.                 'disallowed_mimetypes' => [
  21414.                 ],
  21415.                 'error_handler' => NULL,
  21416.                 'enable_progress' => false,
  21417.                 'enable_cancelation' => false,
  21418.                 'namer' => 'oneup_uploader.namer.uniqid',
  21419.                 'root_folder' => false,
  21420.             ],
  21421.             'oneup_uploader.controllers' => [
  21422.                 'channel_images' => [
  21423.                     => 'oneup_uploader.controller.channel_images',
  21424.                     => [
  21425.                         'enable_progress' => false,
  21426.                         'enable_cancelation' => false,
  21427.                         'route_prefix' => '',
  21428.                         'endpoints' => [
  21429.                             'upload' => NULL,
  21430.                             'progress' => NULL,
  21431.                             'cancel' => NULL,
  21432.                         ],
  21433.                     ],
  21434.                 ],
  21435.                 'user_avatar' => [
  21436.                     => 'oneup_uploader.controller.user_avatar',
  21437.                     => [
  21438.                         'enable_progress' => false,
  21439.                         'enable_cancelation' => false,
  21440.                         'route_prefix' => '',
  21441.                         'endpoints' => [
  21442.                             'upload' => NULL,
  21443.                             'progress' => NULL,
  21444.                             'cancel' => NULL,
  21445.                         ],
  21446.                     ],
  21447.                 ],
  21448.                 'practical_case_response_file' => [
  21449.                     => 'oneup_uploader.controller.practical_case_response_file',
  21450.                     => [
  21451.                         'enable_progress' => false,
  21452.                         'enable_cancelation' => false,
  21453.                         'route_prefix' => '',
  21454.                         'endpoints' => [
  21455.                             'upload' => NULL,
  21456.                             'progress' => NULL,
  21457.                             'cancel' => NULL,
  21458.                         ],
  21459.                     ],
  21460.                 ],
  21461.                 'practical_case_resource_file' => [
  21462.                     => 'oneup_uploader.controller.practical_case_resource_file',
  21463.                     => [
  21464.                         'enable_progress' => false,
  21465.                         'enable_cancelation' => false,
  21466.                         'route_prefix' => '',
  21467.                         'endpoints' => [
  21468.                             'upload' => NULL,
  21469.                             'progress' => NULL,
  21470.                             'cancel' => NULL,
  21471.                         ],
  21472.                     ],
  21473.                 ],
  21474.             ],
  21475.             'oneup_uploader.maxsize' => [
  21476.                 'channel_images' => 20971520,
  21477.                 'user_avatar' => 10485760,
  21478.                 'practical_case_response_file' => 20971520,
  21479.                 'practical_case_resource_file' => 20971520,
  21480.             ],
  21481.             'liip_imagine.resolvers' => [
  21482.                 'default' => [
  21483.                     'web_path' => [
  21484.                         'web_root' => (\dirname(__DIR__4).'/public'),
  21485.                         'cache_prefix' => 'media/cache',
  21486.                     ],
  21487.                 ],
  21488.             ],
  21489.             'liip_imagine.loaders' => [
  21490.                 'default' => [
  21491.                     'filesystem' => [
  21492.                         'locator' => 'filesystem',
  21493.                         'data_root' => [
  21494.                             => (\dirname(__DIR__4).'/public'),
  21495.                         ],
  21496.                         'allow_unresolvable_data_roots' => false,
  21497.                         'bundle_resources' => [
  21498.                             'enabled' => false,
  21499.                             'access_control_type' => 'blacklist',
  21500.                             'access_control_list' => [
  21501.                             ],
  21502.                         ],
  21503.                     ],
  21504.                 ],
  21505.             ],
  21506.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  21507.             'liip_imagine.jpegoptim.stripAll' => true,
  21508.             'liip_imagine.jpegoptim.max' => NULL,
  21509.             'liip_imagine.jpegoptim.progressive' => true,
  21510.             'liip_imagine.jpegoptim.tempDir' => NULL,
  21511.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  21512.             'liip_imagine.optipng.level' => 7,
  21513.             'liip_imagine.optipng.stripAll' => true,
  21514.             'liip_imagine.optipng.tempDir' => NULL,
  21515.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  21516.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  21517.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  21518.             'liip_imagine.cwebp.tempDir' => NULL,
  21519.             'liip_imagine.cwebp.q' => 75,
  21520.             'liip_imagine.cwebp.alphaQ' => 100,
  21521.             'liip_imagine.cwebp.m' => 4,
  21522.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  21523.             'liip_imagine.cwebp.alphaMethod' => 1,
  21524.             'liip_imagine.cwebp.exact' => false,
  21525.             'liip_imagine.cwebp.metadata' => [
  21526.                 => 'none',
  21527.             ],
  21528.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  21529.             'liip_imagine.cache.resolver.default' => 'default',
  21530.             'liip_imagine.default_image' => NULL,
  21531.             'liip_imagine.filter_sets' => [
  21532.                 'channel_thumbnail' => [
  21533.                     'quality' => 100,
  21534.                     'jpeg_quality' => 80,
  21535.                     'png_compression_level' => 8,
  21536.                     'png_compression_filter' => NULL,
  21537.                     'format' => NULL,
  21538.                     'animated' => false,
  21539.                     'cache' => NULL,
  21540.                     'data_loader' => NULL,
  21541.                     'default_image' => NULL,
  21542.                     'filters' => [
  21543.                         'auto_rotate' => [
  21544.                         ],
  21545.                         'strip' => [
  21546.                         ],
  21547.                         'thumbnail' => [
  21548.                             'size' => [
  21549.                                 => 600,
  21550.                                 => 300,
  21551.                             ],
  21552.                             'mode' => 'inset',
  21553.                             'allow_upscale' => true,
  21554.                         ],
  21555.                     ],
  21556.                     'post_processors' => [
  21557.                     ],
  21558.                 ],
  21559.                 'avatar_thumbnail' => [
  21560.                     'quality' => 100,
  21561.                     'jpeg_quality' => 80,
  21562.                     'png_compression_level' => 8,
  21563.                     'png_compression_filter' => NULL,
  21564.                     'format' => NULL,
  21565.                     'animated' => false,
  21566.                     'cache' => NULL,
  21567.                     'data_loader' => NULL,
  21568.                     'default_image' => NULL,
  21569.                     'filters' => [
  21570.                         'auto_rotate' => [
  21571.                         ],
  21572.                         'strip' => [
  21573.                         ],
  21574.                         'thumbnail' => [
  21575.                             'size' => [
  21576.                                 => 100,
  21577.                                 => 100,
  21578.                             ],
  21579.                             'mode' => 'outbound',
  21580.                             'allow_upscale' => true,
  21581.                         ],
  21582.                     ],
  21583.                     'post_processors' => [
  21584.                     ],
  21585.                 ],
  21586.                 'card_thumbnail' => [
  21587.                     'quality' => 100,
  21588.                     'jpeg_quality' => 80,
  21589.                     'png_compression_level' => 8,
  21590.                     'png_compression_filter' => NULL,
  21591.                     'format' => NULL,
  21592.                     'animated' => false,
  21593.                     'cache' => NULL,
  21594.                     'data_loader' => NULL,
  21595.                     'default_image' => NULL,
  21596.                     'filters' => [
  21597.                         'auto_rotate' => [
  21598.                         ],
  21599.                         'strip' => [
  21600.                         ],
  21601.                         'thumbnail' => [
  21602.                             'size' => [
  21603.                                 => 300,
  21604.                                 => 200,
  21605.                             ],
  21606.                             'mode' => 'outbound',
  21607.                             'allow_upscale' => true,
  21608.                         ],
  21609.                     ],
  21610.                     'post_processors' => [
  21611.                     ],
  21612.                 ],
  21613.                 'card_preview' => [
  21614.                     'quality' => 100,
  21615.                     'jpeg_quality' => 80,
  21616.                     'png_compression_level' => 8,
  21617.                     'png_compression_filter' => NULL,
  21618.                     'format' => NULL,
  21619.                     'animated' => false,
  21620.                     'cache' => NULL,
  21621.                     'data_loader' => NULL,
  21622.                     'default_image' => NULL,
  21623.                     'filters' => [
  21624.                         'auto_rotate' => [
  21625.                         ],
  21626.                         'strip' => [
  21627.                         ],
  21628.                         'thumbnail' => [
  21629.                             'size' => [
  21630.                                 => 600,
  21631.                                 => 300,
  21632.                             ],
  21633.                             'mode' => 'inset',
  21634.                             'allow_upscale' => true,
  21635.                         ],
  21636.                     ],
  21637.                     'post_processors' => [
  21638.                     ],
  21639.                 ],
  21640.                 'default_file_preview' => [
  21641.                     'quality' => 100,
  21642.                     'jpeg_quality' => 80,
  21643.                     'png_compression_level' => 8,
  21644.                     'png_compression_filter' => NULL,
  21645.                     'format' => NULL,
  21646.                     'animated' => false,
  21647.                     'cache' => NULL,
  21648.                     'data_loader' => NULL,
  21649.                     'default_image' => NULL,
  21650.                     'filters' => [
  21651.                         'auto_rotate' => [
  21652.                         ],
  21653.                         'strip' => [
  21654.                         ],
  21655.                         'thumbnail' => [
  21656.                             'size' => [
  21657.                                 => 300,
  21658.                                 => 200,
  21659.                             ],
  21660.                             'mode' => 'inset',
  21661.                             'allow_upscale' => true,
  21662.                         ],
  21663.                     ],
  21664.                     'post_processors' => [
  21665.                     ],
  21666.                 ],
  21667.             ],
  21668.             'liip_imagine.binary.loader.default' => 'default',
  21669.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  21670.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  21671.             'liip_imagine.webp.generate' => false,
  21672.             'liip_imagine.webp.options' => [
  21673.                 'quality' => 100,
  21674.                 'cache' => NULL,
  21675.                 'data_loader' => NULL,
  21676.                 'post_processors' => [
  21677.                 ],
  21678.             ],
  21679.             'knp_paginator.template.pagination' => '@NellappSDK/Partials/component/pagination/pagination.html.twig',
  21680.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  21681.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  21682.             'knp_paginator.page_range' => 5,
  21683.             'knp_paginator.page_limit' => NULL,
  21684.             'nelmio_api_doc.areas' => [
  21685.                 => 'default',
  21686.                 => 'core_sync',
  21687.             ],
  21688.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  21689.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  21690.             'stof_doctrine_extensions.translation_fallback' => false,
  21691.             'stof_doctrine_extensions.persist_default_translation' => false,
  21692.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  21693.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  21694.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  21695.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  21696.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  21697.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  21698.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  21699.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  21700.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  21701.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  21702.             'drosalys_object_extensions.slug.delimiter' => '-',
  21703.             'drosalys_object_extensions.slug.on_pre_update' => false,
  21704.             'drosalys_object_extensions.slug.hierarchy_delimiter' => '/',
  21705.             'nellapp_sdk.global_getter.global_entities' => [
  21706.                 'channel_class' => 'App\\Entity\\Channel\\Channel',
  21707.                 'user_class' => 'App\\Entity\\Account\\User',
  21708.                 'channel_user_data_class' => 'App\\Entity\\ChannelUserData\\ChannelUserData',
  21709.                 'channel_user_role_class' => 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole',
  21710.             ],
  21711.             'nellapp_sdk.default.doctrine_connection' => 'default',
  21712.             'nellapp_sdk.auth.enable' => true,
  21713.             'nellapp_sdk.auth.doctrine_connection' => 'default',
  21714.             'nellapp_sdk.sync.enable' => true,
  21715.             'nellapp_sdk.channel.enable' => true,
  21716.             'entities_handled' => [
  21717.                 => 'channel_channel',
  21718.                 => 'channel_user_from_channels',
  21719.                 => 'channel_group',
  21720.                 => 'channel_user_role',
  21721.                 => 'channel_user_data',
  21722.                 => 'abstract_cursus',
  21723.                 => 'channel_training',
  21724.             ],
  21725.             'nellapp_sdk.template_header.search_deactivated_domain' => [
  21726.             ],
  21727.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  21728.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  21729.             'drosalys_api.serializer.symfony' => true,
  21730.             'drosalys_form.collection.import_template' => true,
  21731.             'drosalys_form.collection.main_form_template' => 'form_div_layout.html.twig',
  21732.             'drosalys_form.select_or_create.import_template' => true,
  21733.             'drosalys_form.select_or_create.layout_template' => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  21734.             'karser_recaptcha3.score_threshold' => 0.5,
  21735.             'karser_recaptcha3.enabled' => true,
  21736.             'karser_recaptcha3.host' => 'www.google.com',
  21737.             'spiriit_form_filter.query_builder_updater.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  21738.             'spiriit_form_filter.form_data_extractor.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  21739.             'spiriit_form_filter.data_extraction_method.default.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  21740.             'spiriit_form_filter.data_extraction_method.text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  21741.             'spiriit_form_filter.data_extraction_method.key_values.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  21742.             'spiriit_form_filter.filter_prepare.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  21743.             'spiriit_form_filter.type.filter_text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  21744.             'spiriit_form_filter.type.filter_number.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  21745.             'spiriit_form_filter.type.filter_number_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  21746.             'spiriit_form_filter.type.filter_checkbox.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  21747.             'spiriit_form_filter.type.filter_boolean.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  21748.             'spiriit_form_filter.type.filter_choice.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  21749.             'spiriit_form_filter.type.filter_date.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  21750.             'spiriit_form_filter.type.filter_date_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  21751.             'spiriit_form_filter.type.filter_datetime.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  21752.             'spiriit_form_filter.type.filter_datetime_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  21753.             'spiriit_form_filter.type.filter_collection_adapter.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  21754.             'spiriit_form_filter.type.filter_sharedable.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  21755.             'spiriit_form_filter.type.filter_enum.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType',
  21756.             'spiriit_form_filter.type_extension.filter_extension.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  21757.             'spiriit_form_filter.get_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  21758.             'spiriit_form_filter.apply_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  21759.             'spiriit_form_filter.type.filter_entity.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  21760.             'spiriit_form_filter.where_method' => 'and',
  21761.             'spiriit_form_filter.text.condition_pattern' => 1,
  21762.             'maker.compatible_check.doctrine.supports_attributes' => true,
  21763.             'data_collector.templates' => [
  21764.                 'data_collector.request' => [
  21765.                     => 'request',
  21766.                     => '@WebProfiler/Collector/request.html.twig',
  21767.                 ],
  21768.                 'data_collector.time' => [
  21769.                     => 'time',
  21770.                     => '@WebProfiler/Collector/time.html.twig',
  21771.                 ],
  21772.                 'data_collector.memory' => [
  21773.                     => 'memory',
  21774.                     => '@WebProfiler/Collector/memory.html.twig',
  21775.                 ],
  21776.                 'data_collector.validator' => [
  21777.                     => 'validator',
  21778.                     => '@WebProfiler/Collector/validator.html.twig',
  21779.                 ],
  21780.                 'data_collector.ajax' => [
  21781.                     => 'ajax',
  21782.                     => '@WebProfiler/Collector/ajax.html.twig',
  21783.                 ],
  21784.                 'data_collector.form' => [
  21785.                     => 'form',
  21786.                     => '@WebProfiler/Collector/form.html.twig',
  21787.                 ],
  21788.                 'data_collector.exception' => [
  21789.                     => 'exception',
  21790.                     => '@WebProfiler/Collector/exception.html.twig',
  21791.                 ],
  21792.                 'data_collector.logger' => [
  21793.                     => 'logger',
  21794.                     => '@WebProfiler/Collector/logger.html.twig',
  21795.                 ],
  21796.                 'data_collector.events' => [
  21797.                     => 'events',
  21798.                     => '@WebProfiler/Collector/events.html.twig',
  21799.                 ],
  21800.                 'data_collector.router' => [
  21801.                     => 'router',
  21802.                     => '@WebProfiler/Collector/router.html.twig',
  21803.                 ],
  21804.                 'data_collector.cache' => [
  21805.                     => 'cache',
  21806.                     => '@WebProfiler/Collector/cache.html.twig',
  21807.                 ],
  21808.                 'data_collector.translation' => [
  21809.                     => 'translation',
  21810.                     => '@WebProfiler/Collector/translation.html.twig',
  21811.                 ],
  21812.                 'data_collector.security' => [
  21813.                     => 'security',
  21814.                     => '@Security/Collector/security.html.twig',
  21815.                 ],
  21816.                 'data_collector.twig' => [
  21817.                     => 'twig',
  21818.                     => '@WebProfiler/Collector/twig.html.twig',
  21819.                 ],
  21820.                 'data_collector.http_client' => [
  21821.                     => 'http_client',
  21822.                     => '@WebProfiler/Collector/http_client.html.twig',
  21823.                 ],
  21824.                 'data_collector.doctrine' => [
  21825.                     => 'db',
  21826.                     => '@Doctrine/Collector/db.html.twig',
  21827.                 ],
  21828.                 'data_collector.dump' => [
  21829.                     => 'dump',
  21830.                     => '@Debug/Profiler/dump.html.twig',
  21831.                 ],
  21832.                 'data_collector.messenger' => [
  21833.                     => 'messenger',
  21834.                     => '@WebProfiler/Collector/messenger.html.twig',
  21835.                 ],
  21836.                 'data_collector.config' => [
  21837.                     => 'config',
  21838.                     => '@WebProfiler/Collector/config.html.twig',
  21839.                 ],
  21840.             ],
  21841.             'console.command.ids' => [
  21842.             ],
  21843.         ];
  21844.     }
  21845.     protected function throw($message)
  21846.     {
  21847.         throw new RuntimeException($message);
  21848.     }
  21849. }