var/cache/dev/Container5xOctp5/App_KernelDevDebugContainer.php line 26400

Open in your IDE?
  1. <?php
  2. namespace Container5xOctp5;
  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\\Async\\Account\\Assignable\\CollectionLessonAction' => 'getCollectionLessonActionService',
  52.             'App\\Controller\\Async\\Account\\Assignable\\CollectionUserLinkedAction' => 'getCollectionUserLinkedActionService',
  53.             'App\\Controller\\Async\\Account\\UpdateLastConnected' => 'getUpdateLastConnectedService',
  54.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction' => 'getCollectionUserActionService',
  55.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => 'getAttendancePostActionService',
  56.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction' => 'getChatBotActionService',
  57.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage' => 'getPostNewMessageService',
  58.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => 'getOrderChapterAsyncService',
  59.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => 'getOrderExerciseAsyncService',
  60.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => 'getAttendancePostAction2Service',
  61.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => 'getCollectionActionService',
  62.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => 'getExportLessonListActionService',
  63.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => 'getRemoveChapterExercisePracticalCaseAsyncService',
  64.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => 'getCollectionAction2Service',
  65.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => 'getExportModuleActionService',
  66.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => 'getExportModuleListActionService',
  67.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => 'getCollectionAction3Service',
  68.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => 'getExportTrainingActionService',
  69.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => 'getExportTrainingListActionService',
  70.             'App\\Controller\\Async\\Channel\\User\\CollectionAction' => 'getCollectionAction4Service',
  71.             'App\\Controller\\Async\\Channel\\Video\\DeleteAction' => 'getDeleteActionService',
  72.             'App\\Controller\\Async\\Channel\\Video\\EditAction' => 'getEditActionService',
  73.             'App\\Controller\\Async\\Channel\\Video\\GetUsageAction' => 'getGetUsageActionService',
  74.             'App\\Controller\\Async\\Channel\\Video\\IndexController' => 'getIndexControllerService',
  75.             'App\\Controller\\Async\\EmbedController' => 'getEmbedControllerService',
  76.             'App\\Controller\\Front\\Account\\Assignable\\CollectionAction' => 'getCollectionAction5Service',
  77.             'App\\Controller\\Front\\Account\\Message\\CollectionAction' => 'getCollectionAction6Service',
  78.             'App\\Controller\\Front\\Account\\Notification\\NotificationController' => 'getNotificationControllerService',
  79.             'App\\Controller\\Front\\Account\\Notification\\NotificationIndexController' => 'getNotificationIndexControllerService',
  80.             'App\\Controller\\Front\\Account\\Notification\\NotificationSeeAllController' => 'getNotificationSeeAllControllerService',
  81.             'App\\Controller\\Front\\Account\\Notification\\NotificationUnreadController' => 'getNotificationUnreadControllerService',
  82.             'App\\Controller\\Front\\Account\\Notification\\RedirectController' => 'getRedirectControllerService',
  83.             'App\\Controller\\Front\\Account\\Scholar\\Training\\CollectionActionCard' => 'getCollectionActionCardService',
  84.             'App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction' => 'getTrainingNameCollectionActionService',
  85.             'App\\Controller\\Front\\Channel\\Image\\DeleteController' => 'getDeleteControllerService',
  86.             'App\\Controller\\Front\\Channel\\Image\\ListController' => 'getListControllerService',
  87.             'App\\Controller\\Front\\Channel\\ShowController' => 'getShowControllerService',
  88.             'App\\Controller\\Front\\Channel\\ShowTrainingListController' => 'getShowTrainingListControllerService',
  89.             'App\\Controller\\Front\\Channel\\SubAjaxListController' => 'getSubAjaxListControllerService',
  90.             'App\\Controller\\Front\\Exercise\\AnswerController' => 'getAnswerControllerService',
  91.             'App\\Controller\\Front\\Exercise\\CancelController' => 'getCancelControllerService',
  92.             'App\\Controller\\Front\\Exercise\\FinishController' => 'getFinishControllerService',
  93.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => 'getRedirectToShowResultsActionService',
  94.             'App\\Controller\\Front\\Exercise\\ShowController' => 'getShowController2Service',
  95.             'App\\Controller\\Front\\Exercise\\SolutionController' => 'getSolutionControllerService',
  96.             'App\\Controller\\Front\\Exercise\\StartController' => 'getStartControllerService',
  97.             'App\\Controller\\Front\\HomeConnectedController' => 'getHomeConnectedControllerService',
  98.             'App\\Controller\\Front\\HomeController' => 'getHomeControllerService',
  99.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => 'getChapterControllerService',
  100.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController' => 'getAskTrainerControllerService',
  101.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => 'getDeleteMessageControllerService',
  102.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => 'getRedirectToMessageControllerService',
  103.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController' => 'getValidateChatConversationControllerService',
  104.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => 'getRedirectOnLessonControllerService',
  105.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => 'getShowController3Service',
  106.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => 'getShowLessonReviewControllerService',
  107.             'App\\Controller\\Front\\Scholar\\Module\\ShowController' => 'getShowController4Service',
  108.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => 'getCorrectorShowControllerService',
  109.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => 'getDeletePracticalCaseResponseControllerService',
  110.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController' => 'getDownloadPracticalCaseFilesControllerService',
  111.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => 'getRedirectToShowPracticalCaseActionService',
  112.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => 'getShowController5Service',
  113.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => 'getDeleteAdviceControllerService',
  114.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => 'getGetTrainingControllerService',
  115.             'App\\Controller\\Front\\Scholar\\Training\\AllTrainingController' => 'getAllTrainingControllerService',
  116.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => 'getPaymentFundingContactControllerService',
  117.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController' => 'getShowConnectedControllerService',
  118.             'App\\Controller\\Front\\Scholar\\Training\\ShowController' => 'getShowController6Service',
  119.             'App\\Controller\\Front\\SearchController' => 'getSearchControllerService',
  120.             'App\\Controller\\Manager\\Channel\\Assignable\\CloseAction' => 'getCloseActionService',
  121.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction' => 'getReattributeActionService',
  122.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => 'getDeleteMessageController2Service',
  123.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => 'getShowController7Service',
  124.             'App\\Controller\\Manager\\Channel\\DashboardAction' => 'getDashboardActionService',
  125.             'App\\Controller\\Manager\\Channel\\DeleteController' => 'getDeleteController2Service',
  126.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController' => 'getDeleteMultipleControllerService',
  127.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => 'getCollectionAction7Service',
  128.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => 'getDeleteController3Service',
  129.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => 'getEditControllerService',
  130.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => 'getExerciseResultShowActionService',
  131.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction' => 'getExerciseResultShowPdfActionService',
  132.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => 'getNewControllerService',
  133.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => 'getShowController8Service',
  134.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => 'getStartController2Service',
  135.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => 'getCheckSharedLessonActionService',
  136.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => 'getCollectionAction8Service',
  137.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController' => 'getDeleteMessageController3Service',
  138.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController' => 'getDeleteReviewControllerService',
  139.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction' => 'getDetailsActionService',
  140.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => 'getEditController2Service',
  141.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction' => 'getEnsureScormLessonActionService',
  142.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction' => 'getGetScormActionService',
  143.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController' => 'getIndexLessonControllerService',
  144.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction' => 'getMessageCollectionActionService',
  145.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => 'getNewController2Service',
  146.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => 'getReviewCollectionControllerService',
  147.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => 'getShareControllerService',
  148.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => 'getShowController9Service',
  149.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => 'getToggleActionService',
  150.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => 'getToggleLessonReviewActionService',
  151.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => 'getCollectionAction9Service',
  152.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction' => 'getDuplicateActionService',
  153.             'App\\Controller\\Manager\\Channel\\Module\\EditController' => 'getEditController3Service',
  154.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction' => 'getEnsureScormActionService',
  155.             'App\\Controller\\Manager\\Channel\\Module\\GetAction' => 'getGetActionService',
  156.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction' => 'getGetScormAction2Service',
  157.             'App\\Controller\\Manager\\Channel\\Module\\NewController' => 'getNewController3Service',
  158.             'App\\Controller\\Manager\\Channel\\Module\\ShareController' => 'getShareController2Service',
  159.             'App\\Controller\\Manager\\Channel\\Module\\ShowController' => 'getShowController10Service',
  160.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => 'getShowWithoutTrainingControllerService',
  161.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => 'getToggleAction2Service',
  162.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController' => 'getSharedLessonsControllerService',
  163.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController' => 'getSharedModulesControllerService',
  164.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController' => 'getSharedTrainingsControllerService',
  165.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController' => 'getToggleShareControllerService',
  166.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController' => 'getToggleShareMultipleControllerService',
  167.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController' => 'getSharedLessonShowControllerService',
  168.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController' => 'getSharedLessonsController2Service',
  169.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController' => 'getSharedModuleShowControllerService',
  170.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController' => 'getSharedModulesController2Service',
  171.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController' => 'getSharedTrainingShowControllerService',
  172.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController' => 'getSharedTrainingsIndexControllerService',
  173.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController' => 'getShareProgressControllerService',
  174.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => 'getSharedChannelsControllerService',
  175.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => 'getArchivePracticalCaseService',
  176.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => 'getDownloadPracticalCaseFilesController2Service',
  177.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => 'getEditController4Service',
  178.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => 'getNewController4Service',
  179.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => 'getShowController11Service',
  180.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => 'getCollectionAction10Service',
  181.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction' => 'getDuplicateAction2Service',
  182.             'App\\Controller\\Manager\\Channel\\Training\\EditController' => 'getEditController5Service',
  183.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction' => 'getEnsureScormAction2Service',
  184.             'App\\Controller\\Manager\\Channel\\Training\\GetAction' => 'getGetAction2Service',
  185.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction' => 'getGetScormAction3Service',
  186.             'App\\Controller\\Manager\\Channel\\Training\\NewController' => 'getNewController5Service',
  187.             'App\\Controller\\Manager\\Channel\\Training\\ShareController' => 'getShareController3Service',
  188.             'App\\Controller\\Manager\\Channel\\Training\\ShowController' => 'getShowController12Service',
  189.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => 'getToggleAction3Service',
  190.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction' => 'getCreateActionService',
  191.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction' => 'getDeleteAction2Service',
  192.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction' => 'getIndexActionService',
  193.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction' => 'getShowActionService',
  194.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction' => 'getUpdateActionService',
  195.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction' => 'getCreateAction2Service',
  196.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction' => 'getDeleteAction3Service',
  197.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction' => 'getIndexAction2Service',
  198.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction' => 'getShowAction2Service',
  199.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction' => 'getUpdateAction2Service',
  200.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction' => 'getCreateAction3Service',
  201.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction' => 'getDeleteAction4Service',
  202.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction' => 'getIndexAction3Service',
  203.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction' => 'getShowAction3Service',
  204.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction' => 'getUpdateAction3Service',
  205.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction' => 'getAddActionService',
  206.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction' => 'getRemoveActionService',
  207.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction' => 'getCreateAction4Service',
  208.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction' => 'getDeleteAction5Service',
  209.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction' => 'getIndexAction4Service',
  210.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction' => 'getShowAction4Service',
  211.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction' => 'getUpdateAction4Service',
  212.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction' => 'getCreateAction5Service',
  213.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction' => 'getDeleteAction6Service',
  214.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction' => 'getIndexAction5Service',
  215.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction' => 'getShowAction5Service',
  216.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction' => 'getUpdateAction5Service',
  217.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction' => 'getAddAction2Service',
  218.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction' => 'getRemoveAction2Service',
  219.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction' => 'getCreateAction6Service',
  220.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction' => 'getDeleteAction7Service',
  221.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction' => 'getIndexAction6Service',
  222.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction' => 'getShowAction6Service',
  223.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction' => 'getUpdateAction6Service',
  224.             'App\\Controller\\ReverseSync\\Channel\\Training\\CollectionAction' => 'getCollectionAction11Service',
  225.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction' => 'getGetAction3Service',
  226.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression' => 'getGetTrainingUserProgressionService',
  227.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction' => 'getCollectionAction12Service',
  228.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController' => 'getUserActivityExportControllerService',
  229.             'App\\Controller\\TemplateCustomController' => 'getTemplateCustomControllerService',
  230.             'App\\Uploader\\Naming\\RemoteVideoNamer' => 'getRemoteVideoNamerService',
  231.             'App\\Uploader\\Naming\\UserAvatarNamer' => 'getUserAvatarNamerService',
  232.             'App\\Uploader\\Naming\\UuidNamer' => 'getUuidNamerService',
  233.             'App\\WebSocket\\Component\\NotificationSocketComponent' => 'getNotificationSocketComponentService',
  234.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  235.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DoctrineBlamer.App\\Entity\\Account\\User' => 'getUserService',
  236.             'Faker\\Generator' => 'getGeneratorService',
  237.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  238.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectAction' => 'getConnectActionService',
  239.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction' => 'getConnectCheckActionService',
  240.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\GlobalLogoutController' => 'getGlobalLogoutControllerService',
  241.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction' => 'getLoggedOutActionService',
  242.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction' => 'getLogoutActionService',
  243.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction' => 'getCollectionAction13Service',
  244.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController' => 'getChatNotificationControllerService',
  245.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction' => 'getChannelAdminCollectionActionService',
  246.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction' => 'getChannelLearnerCollectionActionService',
  247.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction' => 'getChannelUserCollectionActionService',
  248.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController' => 'getChannelResourceAccessCacheControllerService',
  249.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction' => 'getDeleteAction8Service',
  250.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction' => 'getEditAction2Service',
  251.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction' => 'getIndexAction7Service',
  252.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction' => 'getNewActionService',
  253.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Controller\\Sync\\CollectionAction' => 'getCollectionAction14Service',
  254.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController' => 'getErrorControllerService',
  255.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  256.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  257.             'cache.app' => 'getCache_AppService',
  258.             'cache.app_clearer' => 'getCache_AppClearerService',
  259.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  260.             'cache.system' => 'getCache_SystemService',
  261.             'cache.system_clearer' => 'getCache_SystemClearerService',
  262.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  263.             'cache_warmer' => 'getCacheWarmerService',
  264.             'console.command_loader' => 'getConsole_CommandLoaderService',
  265.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  266.             'data_collector.dump' => 'getDataCollector_DumpService',
  267.             'doctrine' => 'getDoctrineService',
  268.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  269.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  270.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  271.             'error_controller' => 'getErrorController2Service',
  272.             'event_dispatcher' => 'getEventDispatcherService',
  273.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  274.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  275.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  276.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  277.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  278.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  279.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  280.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  281.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  282.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  283.             'http_kernel' => 'getHttpKernelService',
  284.             'jms_serializer' => 'getJmsSerializerService',
  285.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  286.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  287.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  288.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  289.             'k2r2_remote_sftp_filesystem' => 'getK2r2RemoteSftpFilesystemService',
  290.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  291.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  292.             'knp_paginator' => 'getKnpPaginatorService',
  293.             'knpu.oauth2.client.nellapp' => 'getKnpu_Oauth2_Client_NellappService',
  294.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  295.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  296.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  297.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  298.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  299.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  300.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  301.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  302.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  303.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  304.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  305.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  306.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  307.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  308.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  309.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  310.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  311.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  312.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  313.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  314.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  315.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  316.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  317.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  318.             'nelmio_api_doc.generator.core_sync' => 'getNelmioApiDoc_Generator_CoreSyncService',
  319.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  320.             'nelmio_api_doc.generator.partner_api' => 'getNelmioApiDoc_Generator_PartnerApiService',
  321.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  322.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  323.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  324.             'oneup_uploader.controller.channel_images' => 'getOneupUploader_Controller_ChannelImagesService',
  325.             'oneup_uploader.controller.k2r2_remote_video' => 'getOneupUploader_Controller_K2r2RemoteVideoService',
  326.             'oneup_uploader.controller.practical_case_resource_file' => 'getOneupUploader_Controller_PracticalCaseResourceFileService',
  327.             'oneup_uploader.controller.practical_case_response_file' => 'getOneupUploader_Controller_PracticalCaseResponseFileService',
  328.             'oneup_uploader.controller.user_avatar' => 'getOneupUploader_Controller_UserAvatarService',
  329.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  330.             'oneup_uploader.orphanage.practical_case_resource_file' => 'getOneupUploader_Orphanage_PracticalCaseResourceFileService',
  331.             'oneup_uploader.orphanage.practical_case_response_file' => 'getOneupUploader_Orphanage_PracticalCaseResponseFileService',
  332.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  333.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  334.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  335.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  336.             'practicalCaseResponse_filesystem' => 'getPracticalCaseResponseFilesystemService',
  337.             'practicalCase_filesystem' => 'getPracticalCaseFilesystemService',
  338.             'request_stack' => 'getRequestStackService',
  339.             'router' => 'getRouterService',
  340.             'routing.loader' => 'getRouting_LoaderService',
  341.             'services_resetter' => 'getServicesResetterService',
  342.             'spiriit_form_filter.filter_prepare' => 'getSpiriitFormFilter_FilterPrepareService',
  343.             'spiriit_form_filter.query_builder_updater' => 'getSpiriitFormFilter_QueryBuilderUpdaterService',
  344.             'translator' => 'getTranslatorService',
  345.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  346.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  347.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  348.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  349.             'cache_clearer' => 'getCacheClearerService',
  350.             'filesystem' => 'getFilesystemService',
  351.             'serializer' => 'getSerializerService',
  352.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  353.             'form.factory' => 'getForm_FactoryService',
  354.             'form.type.file' => 'getForm_Type_FileService',
  355.             'profiler' => 'getProfilerService',
  356.             'twig' => 'getTwigService',
  357.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  358.             'security.token_storage' => 'getSecurity_TokenStorageService',
  359.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  360.             'session' => 'getSessionService',
  361.             'validator' => 'getValidatorService',
  362.         ];
  363.         $this->aliases = [
  364.             'database_connection' => 'doctrine.dbal.default_connection',
  365.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  366.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  367.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  368.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  369.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  370.             'oauth2.registry' => 'knpu.oauth2.registry',
  371.         ];
  372.         $this->privates['service_container'] = function () {
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  379.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  380.             include_once \dirname(__DIR__4).'/src/Service/Account/UserAvatar.php';
  381.             include_once \dirname(__DIR__4).'/src/Service/Channel/Image/ImageUrlGenerator.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  394.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  424.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  487.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Mapping/Loader/AttributeLoader.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  529.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  585.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  586.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  589.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  590.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  591.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  592.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  609.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  611.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  617.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  618.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  619.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  620.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  622.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  626.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  627.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  628.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  629.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ActionRequestTrait.php';
  631.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ParamConverter/AutoInstanceObjectParamConverter.php';
  632.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  634.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  638.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  641.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  643.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  644.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/ControllerEntityResolverSubscriber.php';
  645.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/DeviceIdSubscriber.php';
  646.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RequestChannelDomainSubscriber.php';
  647.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RouteSecuritySubscriber.php';
  648.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntitiesService.php';
  649.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntityKeys.php';
  650.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/ChannelMainDomainUtils.php';
  651.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/DomainsRoutingUtils.php';
  652.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGeneratorInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainTrait.php';
  655.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/AbstractUrlGenerator.php';
  656.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGenerator.php';
  657.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/HandleExpireTokenSubscriber.php';
  658.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/RouteCollectionLoaderInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/AbstractRouteCollectionLoader.php';
  660.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Loader/RouteCollectionLoader.php';
  661.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Routing/RouteClient.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteNormalizer.php';
  664.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/AbstractForceUserFromSetupSubscriber.php';
  665.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ForceUserFromSetupSubscriber.php';
  666.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  667.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  668.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  669.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  671.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/UserResourceRepositoryInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository/UserFromChannelRepositoryInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository/UserFromChannelRepositoryTrait.php';
  674.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository.php';
  675.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Action/ActionRetriever.php';
  676.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionControllerSubscriber.php';
  677.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/DeserializeActionControllerSubscriber.php';
  678.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/SerializerInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/SerializerAdapter.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  696.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/YamlFileLoader.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  698.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/XmlFileLoader.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  703.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/AnnotatedRouteControllerLoader.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  706.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/RequestContext.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  711.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/SymfonyUrlGenerator.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  718.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  733.             include_once \dirname(__DIR__4).'/src/Serializer/ScholarNormalizer.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  740.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/AbstractSerialRelationHandler.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  743.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Denormalizer/SerialRelationDenormalizer.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  746.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Normalizer/SerialRelationNormalizer.php';
  747.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteCollectionNormalizer.php';
  748.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/EntityNormalizer.php';
  749.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/PaginationNormalizer.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  785.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  788.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  789.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  790.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  791.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  792.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  793.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  794.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  795.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  796.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  797.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  798.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  801.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  819.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/GetAvatarExtension.php';
  820.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/GetCountAnswersExtension.php';
  821.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/NotificationExtension.php';
  822.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Achievement/AchievementTimeLogExtension.php';
  823.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Achievement/ProgressionExtension.php';
  824.             include_once \dirname(__DIR__4).'/src/Twig/Extension/AdviceExtension.php';
  825.             include_once \dirname(__DIR__4).'/src/Twig/Extension/AssignableExtension.php';
  826.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelDescriptionExtension.php';
  827.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelTrainingsExtension.php';
  828.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelUserCheckExtension.php';
  829.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/SharedChannelExtension.php';
  830.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/SharedProgressExtension.php';
  831.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelExtension.php';
  832.             include_once \dirname(__DIR__4).'/src/Twig/Extension/CountryExtension.php';
  833.             include_once \dirname(__DIR__4).'/src/Twig/Extension/DateDiffExtension.php';
  834.             include_once \dirname(__DIR__4).'/src/Twig/Extension/DateDiffShortExtension.php';
  835.             include_once \dirname(__DIR__4).'/src/Twig/Extension/EntityExtension.php';
  836.             include_once \dirname(__DIR__4).'/src/Twig/Extension/EnumKeyTransExtension.php';
  837.             include_once \dirname(__DIR__4).'/src/Twig/Extension/FileExtension.php';
  838.             include_once \dirname(__DIR__4).'/src/Twig/Extension/FooterExtension.php';
  839.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Forum/MessageExtension.php';
  840.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ImageExtension.php';
  841.             include_once \dirname(__DIR__4).'/src/Twig/Extension/LockContentExtension.php';
  842.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Manager/ScholarCounterExtension.php';
  843.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Manager/ScholarLinkExtension.php';
  844.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Manager/ScholarPermissionCounterExtension.php';
  845.             include_once \dirname(__DIR__4).'/src/Twig/Extension/RatingExtension.php';
  846.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarChapterExtension.php';
  847.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarExerciseExtension.php';
  848.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarLessonExtension.php';
  849.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarModuleExtension.php';
  850.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarNavigationExtension.php';
  851.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarPracticalCaseExtension.php';
  852.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarStatusExtension.php';
  853.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarTrainingDescriptionExtension.php';
  854.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarTrainingExtension.php';
  855.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarTrainingTypeExtension.php';
  856.             include_once \dirname(__DIR__4).'/src/Twig/Extension/SearchExtension.php';
  857.             include_once \dirname(__DIR__4).'/src/Twig/Extension/SecondsToFormattedStringExtension.php';
  858.             include_once \dirname(__DIR__4).'/src/Twig/Extension/SnackExtension.php';
  859.             include_once \dirname(__DIR__4).'/src/Twig/Extension/TimerExtension.php';
  860.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  862.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  863.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  864.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  866.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  868.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  869.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  870.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  871.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  872.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  875.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  876.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  877.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  878.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  879.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Extension/PermissionExtension.php';
  880.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/DomainsRoutingExtension.php';
  881.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/UrlGeneratorExtension.php';
  882.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/AppExtension.php';
  883.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/BooleanExtension.php';
  884.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelExtension.php';
  885.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelGetterExtension.php';
  886.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelUserDataExtension.php';
  887.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChatNotificationExtension.php';
  888.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/CustomizableViewExtension.php';
  889.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnvExtension.php';
  890.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FileExtension.php';
  891.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FormExtension.php';
  892.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/HeaderExtension.php';
  893.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ImageExtension.php';
  894.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFileExtension.php';
  895.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFormatExtension.php';
  896.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PaginationExtension.php';
  897.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SerializerExtension.php';
  898.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavExtension.php';
  899.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavItemExtension.php';
  900.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/UserExtension.php';
  901.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/VersionExtension.php';
  902.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/WebSocketExtension.php';
  903.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Extension/UserFromChannelExtension.php';
  904.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Twig/Extension/TimeExtension.php';
  905.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  907.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Twig/Extension/RoutingExtension.php';
  908.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Generator/WebSocketWrapperUrlGenerator.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  910.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  912.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  920.             include_once __DIR__.'/proxy-classes.php';
  921.         };
  922.     }
  923.     public function compile(): void
  924.     {
  925.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  926.     }
  927.     public function isCompiled(): bool
  928.     {
  929.         return true;
  930.     }
  931.     public function getRemovedIds(): array
  932.     {
  933.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  934.     }
  935.     protected function createProxy($class\Closure $factory)
  936.     {
  937.         return $factory();
  938.     }
  939.     /**
  940.      * Gets the public '.container.private.cache_clearer' shared service.
  941.      *
  942.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  943.      */
  944.     protected function get_Container_Private_CacheClearerService()
  945.     {
  946.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  947.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  948.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  949.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  950.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  951.         }, 2));
  952.     }
  953.     /**
  954.      * Gets the public '.container.private.filesystem' shared service.
  955.      *
  956.      * @return \Symfony\Component\Filesystem\Filesystem
  957.      */
  958.     protected function get_Container_Private_FilesystemService()
  959.     {
  960.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  961.     }
  962.     /**
  963.      * Gets the public '.container.private.form.factory' shared service.
  964.      *
  965.      * @return \Symfony\Component\Form\FormFactory
  966.      */
  967.     protected function get_Container_Private_Form_FactoryService()
  968.     {
  969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  971.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  972.     }
  973.     /**
  974.      * Gets the public '.container.private.form.type.file' shared service.
  975.      *
  976.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  977.      */
  978.     protected function get_Container_Private_Form_Type_FileService()
  979.     {
  980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  982.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  983.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  984.     }
  985.     /**
  986.      * Gets the public '.container.private.profiler' shared service.
  987.      *
  988.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  989.      */
  990.     protected function get_Container_Private_ProfilerService()
  991.     {
  992.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  993.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  994.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  995.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  996.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  997.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  998.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  999.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1000.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1001.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1002.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1003.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1004.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1005.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1006.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1007.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1008.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1009.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1010.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1011.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1012.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1013.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1014.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1015.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1016.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1017.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1018.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1019.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1020.         if ($this->has('kernel')) {
  1021.             $h->setKernel($b);
  1022.         }
  1023.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1024.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1025.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1026.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1027.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1028.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1029.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1030.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1031.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1032.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1033.         $instance->add($d);
  1034.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1035.         $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));
  1036.         $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())));
  1037.         $instance->add($e);
  1038.         $instance->add($f);
  1039.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1040.         $instance->add($g);
  1041.         $instance->add($h);
  1042.         return $instance;
  1043.     }
  1044.     /**
  1045.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1046.      *
  1047.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1048.      */
  1049.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1050.     {
  1051.         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);
  1052.     }
  1053.     /**
  1054.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1055.      *
  1056.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1057.      */
  1058.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1059.     {
  1060.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1061.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1062.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1063.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1064.         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())));
  1065.     }
  1066.     /**
  1067.      * Gets the public '.container.private.security.password_encoder' shared service.
  1068.      *
  1069.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1070.      *
  1071.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1072.      */
  1073.     protected function get_Container_Private_Security_PasswordEncoderService()
  1074.     {
  1075.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1076.         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()));
  1077.     }
  1078.     /**
  1079.      * Gets the public '.container.private.security.token_storage' shared service.
  1080.      *
  1081.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1082.      */
  1083.     protected function get_Container_Private_Security_TokenStorageService()
  1084.     {
  1085.         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, [
  1086.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1087.         ], [
  1088.             'request_stack' => '?',
  1089.         ]));
  1090.     }
  1091.     /**
  1092.      * Gets the public '.container.private.serializer' shared service.
  1093.      *
  1094.      * @return \Symfony\Component\Serializer\Serializer
  1095.      */
  1096.     protected function get_Container_Private_SerializerService()
  1097.     {
  1098.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1099.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1100.         $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1101.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1102.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  1103.         $f = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL, []);
  1104.         $g = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1105.         $h = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer($b$c$a$d$eNULL, []);
  1106.         $h->setEm($g);
  1107.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \App\Serializer\ScholarNormalizer($f, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService())), => new \Nellapp\Bundle\SDKBundle\Serializer\SerialRelation\Denormalizer\SerialRelationDenormalizer($g), => new \Nellapp\Bundle\SDKBundle\Serializer\SerialRelation\Normalizer\SerialRelationNormalizer(), => 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())), => $h=> 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), 10 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 13 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL, [])), 14 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 18 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 19 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 20 => $f], [=> 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()]);
  1108.     }
  1109.     /**
  1110.      * Gets the public '.container.private.session' shared service.
  1111.      *
  1112.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1113.      */
  1114.     protected function get_Container_Private_SessionService()
  1115.     {
  1116.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1117.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1118.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  1119.     }
  1120.     /**
  1121.      * Gets the public '.container.private.twig' shared service.
  1122.      *
  1123.      * @return \Twig\Environment
  1124.      */
  1125.     protected function get_Container_Private_TwigService()
  1126.     {
  1127.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1128.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1129.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1130.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1131.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1132.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1133.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1134.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1135.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1136.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1137.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1138.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1139.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1140.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1141.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1142.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1143.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1144.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1145.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1146.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1147.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NellappSDKBundle'), 'NellappSDK');
  1148.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), 'NellappSDK');
  1149.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), '!NellappSDK');
  1150.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), 'DrosalysWebForm');
  1151.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), '!DrosalysWebForm');
  1152.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
  1153.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
  1154.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), 'SpiriitFormFilter');
  1155.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), '!SpiriitFormFilter');
  1156.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1157.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1158.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1159.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1160.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1161.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1162.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1163.         $f = ($this->services['router'] ?? $this->getRouterService());
  1164.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1165.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1166.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1167.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1168.         $j = new \Knp\Menu\Util\MenuManipulator();
  1169.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1170.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1171.         $l->setEnvironment('dev');
  1172.         $l->setDebug(true);
  1173.         if ($this->has('.container.private.security.token_storage')) {
  1174.             $l->setTokenStorage($h);
  1175.         }
  1176.         if ($this->has('request_stack')) {
  1177.             $l->setRequestStack($g);
  1178.         }
  1179.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1180.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1181.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1182.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1183.         $instance->addExtension($d);
  1184.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1185.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1186.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1187.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1188.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1189.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1190.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1191.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1192.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1193.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1194.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1195.         $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)));
  1196.         $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())));
  1197.         $instance->addExtension(new \App\Twig\Extension\Account\GetAvatarExtension(($this->privates['App\\Service\\Account\\UserAvatar'] ?? $this->getUserAvatarService())));
  1198.         $instance->addExtension(new \App\Twig\Extension\Account\GetCountAnswersExtension());
  1199.         $instance->addExtension(new \App\Twig\Extension\Account\NotificationExtension());
  1200.         $instance->addExtension(new \App\Twig\Extension\Achievement\AchievementTimeLogExtension());
  1201.         $instance->addExtension(new \App\Twig\Extension\Achievement\ProgressionExtension());
  1202.         $instance->addExtension(new \App\Twig\Extension\AdviceExtension());
  1203.         $instance->addExtension(new \App\Twig\Extension\AssignableExtension());
  1204.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelDescriptionExtension());
  1205.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelTrainingsExtension());
  1206.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelUserCheckExtension());
  1207.         $instance->addExtension(new \App\Twig\Extension\Channel\SharedChannelExtension());
  1208.         $instance->addExtension(new \App\Twig\Extension\Channel\SharedProgressExtension());
  1209.         $instance->addExtension(new \App\Twig\Extension\ChannelExtension());
  1210.         $instance->addExtension(new \App\Twig\Extension\CountryExtension());
  1211.         $instance->addExtension(new \App\Twig\Extension\DateDiffExtension());
  1212.         $instance->addExtension(new \App\Twig\Extension\DateDiffShortExtension());
  1213.         $instance->addExtension(new \App\Twig\Extension\EntityExtension());
  1214.         $instance->addExtension(new \App\Twig\Extension\EnumKeyTransExtension());
  1215.         $instance->addExtension(new \App\Twig\Extension\FileExtension());
  1216.         $instance->addExtension(new \App\Twig\Extension\FooterExtension());
  1217.         $instance->addExtension(new \App\Twig\Extension\Forum\MessageExtension());
  1218.         $instance->addExtension(new \App\Twig\Extension\ImageExtension(($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService())));
  1219.         $instance->addExtension(new \App\Twig\Extension\LockContentExtension());
  1220.         $instance->addExtension(new \App\Twig\Extension\Manager\ScholarCounterExtension());
  1221.         $instance->addExtension(new \App\Twig\Extension\Manager\ScholarLinkExtension());
  1222.         $instance->addExtension(new \App\Twig\Extension\Manager\ScholarPermissionCounterExtension());
  1223.         $instance->addExtension(new \App\Twig\Extension\RatingExtension());
  1224.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarChapterExtension());
  1225.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarExerciseExtension());
  1226.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarLessonExtension());
  1227.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarModuleExtension());
  1228.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarNavigationExtension());
  1229.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarPracticalCaseExtension());
  1230.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarStatusExtension());
  1231.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingDescriptionExtension());
  1232.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingExtension());
  1233.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingTypeExtension());
  1234.         $instance->addExtension(new \App\Twig\Extension\SearchExtension());
  1235.         $instance->addExtension(new \App\Twig\Extension\SecondsToFormattedStringExtension());
  1236.         $instance->addExtension(new \App\Twig\Extension\SnackExtension());
  1237.         $instance->addExtension(new \App\Twig\Extension\TimerExtension());
  1238.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1239.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1240.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1241.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  1242.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  1243.         ], [
  1244.             'list' => '?',
  1245.             'twig' => '?',
  1246.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1247.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  1248.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  1249.         }, 2)), $j$k), $k$j));
  1250.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1251.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1252.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1253.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1254.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1255.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1256.         ], [
  1257.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1258.             'webpack_encore.tag_renderer' => '?',
  1259.         ])));
  1260.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1261.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1262.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1263.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1264.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension());
  1265.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\DomainsRoutingExtension());
  1266.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension());
  1267.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\AppExtension());
  1268.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension());
  1269.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension());
  1270.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension());
  1271.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension());
  1272.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension());
  1273.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension());
  1274.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension());
  1275.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension());
  1276.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension());
  1277.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension());
  1278.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension());
  1279.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension());
  1280.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFormatExtension());
  1281.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension());
  1282.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension());
  1283.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension());
  1284.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension());
  1285.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension());
  1286.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension());
  1287.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\WebSocketExtension());
  1288.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension());
  1289.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  1290.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1291.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'false],
  1292.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'false],
  1293.         ], [
  1294.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  1295.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1296.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  1297.         $instance->addExtension(new \DrosalysWeb\Bundle\WebSocketBundle\Twig\Extension\RoutingExtension(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Generator\WebSocketWrapperUrlGenerator(($this->privates['drosalys.web_socket.routing.sf_router'] ?? $this->getDrosalys_WebSocket_Routing_SfRouterService()))));
  1298.         $instance->addGlobal('app'$l);
  1299.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1300.             'App\\Twig\\Runtime\\Account\\GetAvatarRuntime' => ['privates''App\\Twig\\Runtime\\Account\\GetAvatarRuntime''getGetAvatarRuntimeService'false],
  1301.             'App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime' => ['privates''App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime''getGetCountAnswersRuntimeService'false],
  1302.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => ['privates''App\\Twig\\Runtime\\Account\\NotificationRuntime''getNotificationRuntimeService'false],
  1303.             'App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime' => ['privates''App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime''getAchievementTimeLogRuntimeService'false],
  1304.             'App\\Twig\\Runtime\\Achievement\\ProgressionRuntime' => ['privates''App\\Twig\\Runtime\\Achievement\\ProgressionRuntime''getProgressionRuntimeService'false],
  1305.             'App\\Twig\\Runtime\\AdviceRuntime' => ['privates''App\\Twig\\Runtime\\AdviceRuntime''getAdviceRuntimeService'false],
  1306.             'App\\Twig\\Runtime\\AssignableRuntime' => ['privates''App\\Twig\\Runtime\\AssignableRuntime''getAssignableRuntimeService'false],
  1307.             'App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime''getChannelDescriptionRuntimeService'false],
  1308.             'App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime''getChannelTrainingsRuntimeService'false],
  1309.             'App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime''getChannelUserCheckRuntimeService'false],
  1310.             'App\\Twig\\Runtime\\Channel\\SharedChannelRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\SharedChannelRuntime''getSharedChannelRuntimeService'false],
  1311.             'App\\Twig\\Runtime\\Channel\\SharedProgressionRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\SharedProgressionRuntime''getSharedProgressionRuntimeService'false],
  1312.             'App\\Twig\\Runtime\\ChannelRuntime' => ['privates''App\\Twig\\Runtime\\ChannelRuntime''getChannelRuntimeService'false],
  1313.             'App\\Twig\\Runtime\\CountryRuntime' => ['privates''App\\Twig\\Runtime\\CountryRuntime''getCountryRuntimeService'false],
  1314.             'App\\Twig\\Runtime\\DateDiffRuntime' => ['privates''App\\Twig\\Runtime\\DateDiffRuntime''getDateDiffRuntimeService'false],
  1315.             'App\\Twig\\Runtime\\DateDiffShortRuntime' => ['privates''App\\Twig\\Runtime\\DateDiffShortRuntime''getDateDiffShortRuntimeService'false],
  1316.             'App\\Twig\\Runtime\\EntityRuntime' => ['privates''App\\Twig\\Runtime\\EntityRuntime''getEntityRuntimeService'false],
  1317.             'App\\Twig\\Runtime\\EnumKeyTransRuntime' => ['privates''App\\Twig\\Runtime\\EnumKeyTransRuntime''getEnumKeyTransRuntimeService'false],
  1318.             'App\\Twig\\Runtime\\FileRuntime' => ['privates''App\\Twig\\Runtime\\FileRuntime''getFileRuntimeService'false],
  1319.             'App\\Twig\\Runtime\\FooterRuntime' => ['privates''App\\Twig\\Runtime\\FooterRuntime''getFooterRuntimeService'false],
  1320.             'App\\Twig\\Runtime\\Forum\\MessageRuntime' => ['privates''App\\Twig\\Runtime\\Forum\\MessageRuntime''getMessageRuntimeService'false],
  1321.             'App\\Twig\\Runtime\\ImageRuntime' => ['privates''App\\Twig\\Runtime\\ImageRuntime''getImageRuntimeService'false],
  1322.             'App\\Twig\\Runtime\\LockContentRuntime' => ['privates''App\\Twig\\Runtime\\LockContentRuntime''getLockContentRuntimeService'false],
  1323.             'App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime' => ['privates''App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime''getScholarCounterRuntimeService'false],
  1324.             'App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime' => ['privates''App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime''getScholarLinkRuntimeService'false],
  1325.             'App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime' => ['privates''App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime''getScholarPermissionCounterRuntimeService'false],
  1326.             'App\\Twig\\Runtime\\RatingRuntime' => ['privates''App\\Twig\\Runtime\\RatingRuntime''getRatingRuntimeService'false],
  1327.             'App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime''getScholarChapterRuntimeService'false],
  1328.             'App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime''getScholarExerciseRuntimeService'false],
  1329.             'App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime''getScholarLessonRuntimeService'false],
  1330.             'App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime''getScholarModuleRuntimeService'false],
  1331.             'App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime''getScholarNavigationRuntimeService'false],
  1332.             'App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime''getScholarPracticalCaseRuntimeService'false],
  1333.             'App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime''getScholarStatusRuntimeService'false],
  1334.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime''getScholarTrainingDescriptionRuntimeService'false],
  1335.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime''getScholarTrainingRuntimeService'false],
  1336.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime''getScholarTrainingTypeRuntimeService'false],
  1337.             'App\\Twig\\Runtime\\SearchRuntime' => ['privates''App\\Twig\\Runtime\\SearchRuntime''getSearchRuntimeService'false],
  1338.             'App\\Twig\\Runtime\\SecondsToFomattedStringRuntime' => ['privates''App\\Twig\\Runtime\\SecondsToFomattedStringRuntime''getSecondsToFomattedStringRuntimeService'false],
  1339.             'App\\Twig\\Runtime\\SnackRuntime' => ['privates''App\\Twig\\Runtime\\SnackRuntime''getSnackRuntimeService'false],
  1340.             'App\\Twig\\Runtime\\TimerRuntime' => ['privates''App\\Twig\\Runtime\\TimerRuntime''getTimerRuntimeService'false],
  1341.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1342.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1343.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1344.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1345.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1346.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime''getChannelUserDataPermissionRuntimeService'false],
  1347.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime''getTranslateRuntimeService'false],
  1348.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime''getUserOwnerRuntimeService'false],
  1349.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime''getDomainsRoutingRuntimeService'false],
  1350.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime''getUrlGeneratorRuntimeService'false],
  1351.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime''getAppRuntimeService'false],
  1352.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime''getBooleanRuntimeService'false],
  1353.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime''getChannelGetterRuntimeService'false],
  1354.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime''getChannelRuntime2Service'false],
  1355.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime''getChannelUserDataRuntimeService'false],
  1356.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime''getChatNotificationRuntimeService'false],
  1357.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime''getCustomizableViewRuntimeService'false],
  1358.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime''getEnvRuntimeService'false],
  1359.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime''getFileRuntime2Service'false],
  1360.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime''getFormRuntimeService'false],
  1361.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime''getHeaderRuntimeService'false],
  1362.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime''getImageRunTime2Service'false],
  1363.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime''getNellappFileRuntimeService'false],
  1364.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime''getNellappFormatRuntimeService'false],
  1365.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime''getPaginationRuntimeService'false],
  1366.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime''getSerializerRuntimeService'false],
  1367.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime''getSideNavItemRuntimeService'false],
  1368.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime''getSideNavRuntimeService'false],
  1369.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime''getUserRunTimeService'false],
  1370.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime''getVersionRuntimeService'false],
  1371.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime''getWebSocketRuntimeService'false],
  1372.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime''getUserFromChannelRuntimeService'false],
  1373.         ], [
  1374.             'App\\Twig\\Runtime\\Account\\GetAvatarRuntime' => '?',
  1375.             'App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime' => '?',
  1376.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => '?',
  1377.             'App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime' => '?',
  1378.             'App\\Twig\\Runtime\\Achievement\\ProgressionRuntime' => '?',
  1379.             'App\\Twig\\Runtime\\AdviceRuntime' => '?',
  1380.             'App\\Twig\\Runtime\\AssignableRuntime' => '?',
  1381.             'App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime' => '?',
  1382.             'App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime' => '?',
  1383.             'App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime' => '?',
  1384.             'App\\Twig\\Runtime\\Channel\\SharedChannelRuntime' => '?',
  1385.             'App\\Twig\\Runtime\\Channel\\SharedProgressionRuntime' => '?',
  1386.             'App\\Twig\\Runtime\\ChannelRuntime' => '?',
  1387.             'App\\Twig\\Runtime\\CountryRuntime' => '?',
  1388.             'App\\Twig\\Runtime\\DateDiffRuntime' => '?',
  1389.             'App\\Twig\\Runtime\\DateDiffShortRuntime' => '?',
  1390.             'App\\Twig\\Runtime\\EntityRuntime' => '?',
  1391.             'App\\Twig\\Runtime\\EnumKeyTransRuntime' => '?',
  1392.             'App\\Twig\\Runtime\\FileRuntime' => '?',
  1393.             'App\\Twig\\Runtime\\FooterRuntime' => '?',
  1394.             'App\\Twig\\Runtime\\Forum\\MessageRuntime' => '?',
  1395.             'App\\Twig\\Runtime\\ImageRuntime' => '?',
  1396.             'App\\Twig\\Runtime\\LockContentRuntime' => '?',
  1397.             'App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime' => '?',
  1398.             'App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime' => '?',
  1399.             'App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime' => '?',
  1400.             'App\\Twig\\Runtime\\RatingRuntime' => '?',
  1401.             'App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime' => '?',
  1402.             'App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime' => '?',
  1403.             'App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime' => '?',
  1404.             'App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime' => '?',
  1405.             'App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime' => '?',
  1406.             'App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime' => '?',
  1407.             'App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime' => '?',
  1408.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime' => '?',
  1409.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime' => '?',
  1410.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime' => '?',
  1411.             'App\\Twig\\Runtime\\SearchRuntime' => '?',
  1412.             'App\\Twig\\Runtime\\SecondsToFomattedStringRuntime' => '?',
  1413.             'App\\Twig\\Runtime\\SnackRuntime' => '?',
  1414.             'App\\Twig\\Runtime\\TimerRuntime' => '?',
  1415.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1416.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1417.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1418.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1419.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1420.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => '?',
  1421.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => '?',
  1422.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => '?',
  1423.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => '?',
  1424.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => '?',
  1425.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => '?',
  1426.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => '?',
  1427.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => '?',
  1428.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => '?',
  1429.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => '?',
  1430.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => '?',
  1431.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => '?',
  1432.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => '?',
  1433.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => '?',
  1434.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => '?',
  1435.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => '?',
  1436.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => '?',
  1437.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => '?',
  1438.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => '?',
  1439.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => '?',
  1440.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => '?',
  1441.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => '?',
  1442.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => '?',
  1443.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => '?',
  1444.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => '?',
  1445.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => '?',
  1446.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => '?',
  1447.         ])));
  1448.         $instance->addGlobal('nellapp_wordpress_url'$this->getEnv('NELLAPP_WORDPRESS_URL'));
  1449.         $instance->addGlobal('global_alert'$this->getEnv('NELLAPP_GLOBAL_ALERT'));
  1450.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1451.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1452.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  1453.         (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',')))->configure($instance);
  1454.         return $instance;
  1455.     }
  1456.     /**
  1457.      * Gets the public '.container.private.validator' shared service.
  1458.      *
  1459.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1460.      */
  1461.     protected function get_Container_Private_ValidatorService()
  1462.     {
  1463.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1464.     }
  1465.     /**
  1466.      * Gets the public 'App\Controller\Admin\CustomPage\CreatePageController' shared autowired service.
  1467.      *
  1468.      * @return \App\Controller\Admin\CustomPage\CreatePageController
  1469.      */
  1470.     protected function getCreatePageControllerService()
  1471.     {
  1472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1473.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/CreatePageController.php';
  1474.         $this->services['App\\Controller\\Admin\\CustomPage\\CreatePageController'] = $instance = new \App\Controller\Admin\CustomPage\CreatePageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
  1475.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Admin\\CustomPage\\CreatePageController'$this));
  1476.         return $instance;
  1477.     }
  1478.     /**
  1479.      * Gets the public 'App\Controller\Admin\CustomPage\DeletePageController' shared autowired service.
  1480.      *
  1481.      * @return \App\Controller\Admin\CustomPage\DeletePageController
  1482.      */
  1483.     protected function getDeletePageControllerService()
  1484.     {
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1486.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/DeletePageController.php';
  1487.         $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()));
  1488.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Admin\\CustomPage\\DeletePageController'$this));
  1489.         return $instance;
  1490.     }
  1491.     /**
  1492.      * Gets the public 'App\Controller\Admin\CustomPage\EditPageController' shared autowired service.
  1493.      *
  1494.      * @return \App\Controller\Admin\CustomPage\EditPageController
  1495.      */
  1496.     protected function getEditPageControllerService()
  1497.     {
  1498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1499.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/EditPageController.php';
  1500.         $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()));
  1501.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Admin\\CustomPage\\EditPageController'$this));
  1502.         return $instance;
  1503.     }
  1504.     /**
  1505.      * Gets the public 'App\Controller\Admin\CustomPage\ListCustomPageController' shared autowired service.
  1506.      *
  1507.      * @return \App\Controller\Admin\CustomPage\ListCustomPageController
  1508.      */
  1509.     protected function getListCustomPageControllerService()
  1510.     {
  1511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1512.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/ListCustomPageController.php';
  1513.         $this->services['App\\Controller\\Admin\\CustomPage\\ListCustomPageController'] = $instance = new \App\Controller\Admin\CustomPage\ListCustomPageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
  1514.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Admin\\CustomPage\\ListCustomPageController'$this));
  1515.         return $instance;
  1516.     }
  1517.     /**
  1518.      * Gets the public 'App\Controller\Admin\DashboardController' shared autowired service.
  1519.      *
  1520.      * @return \App\Controller\Admin\DashboardController
  1521.      */
  1522.     protected function getDashboardControllerService()
  1523.     {
  1524.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  1525.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DashboardController.php';
  1526.         $this->services['App\\Controller\\Admin\\DashboardController'] = $instance = new \App\Controller\Admin\DashboardController();
  1527.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1528.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  1529.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1530.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  1531.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1532.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1533.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1534.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  1535.         return $instance;
  1536.     }
  1537.     /**
  1538.      * Gets the public 'App\Controller\Async\Account\Assignable\CollectionLessonAction' shared autowired service.
  1539.      *
  1540.      * @return \App\Controller\Async\Account\Assignable\CollectionLessonAction
  1541.      */
  1542.     protected function getCollectionLessonActionService()
  1543.     {
  1544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1545.         include_once \dirname(__DIR__4).'/src/Controller/Async/Account/Assignable/CollectionLessonAction.php';
  1546.         $this->services['App\\Controller\\Async\\Account\\Assignable\\CollectionLessonAction'] = $instance = new \App\Controller\Async\Account\Assignable\CollectionLessonAction(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  1547.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Account\\Assignable\\CollectionLessonAction'$this));
  1548.         return $instance;
  1549.     }
  1550.     /**
  1551.      * Gets the public 'App\Controller\Async\Account\Assignable\CollectionUserLinkedAction' shared autowired service.
  1552.      *
  1553.      * @return \App\Controller\Async\Account\Assignable\CollectionUserLinkedAction
  1554.      */
  1555.     protected function getCollectionUserLinkedActionService()
  1556.     {
  1557.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1558.         include_once \dirname(__DIR__4).'/src/Controller/Async/Account/Assignable/CollectionUserLinkedAction.php';
  1559.         $this->services['App\\Controller\\Async\\Account\\Assignable\\CollectionUserLinkedAction'] = $instance = new \App\Controller\Async\Account\Assignable\CollectionUserLinkedAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1560.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Account\\Assignable\\CollectionUserLinkedAction'$this));
  1561.         return $instance;
  1562.     }
  1563.     /**
  1564.      * Gets the public 'App\Controller\Async\Account\UpdateLastConnected' shared autowired service.
  1565.      *
  1566.      * @return \App\Controller\Async\Account\UpdateLastConnected
  1567.      */
  1568.     protected function getUpdateLastConnectedService()
  1569.     {
  1570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1571.         include_once \dirname(__DIR__4).'/src/Controller/Async/Account/UpdateLastConnected.php';
  1572.         $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()));
  1573.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Account\\UpdateLastConnected'$this));
  1574.         return $instance;
  1575.     }
  1576.     /**
  1577.      * Gets the public 'App\Controller\Async\Channel\Assignable\CollectionUserAction' shared autowired service.
  1578.      *
  1579.      * @return \App\Controller\Async\Channel\Assignable\CollectionUserAction
  1580.      */
  1581.     protected function getCollectionUserActionService()
  1582.     {
  1583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1584.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Assignable/CollectionUserAction.php';
  1585.         $this->services['App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction'] = $instance = new \App\Controller\Async\Channel\Assignable\CollectionUserAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1586.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction'$this));
  1587.         return $instance;
  1588.     }
  1589.     /**
  1590.      * Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction' shared autowired service.
  1591.      *
  1592.      * @return \App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction
  1593.      */
  1594.     protected function getAttendancePostActionService()
  1595.     {
  1596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1597.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/AbstractAttendanceController.php';
  1598.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Chapter/AttendancePostAction.php';
  1599.         $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()));
  1600.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction'$this));
  1601.         return $instance;
  1602.     }
  1603.     /**
  1604.      * Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\ChatBot\ChatBotAction' shared autowired service.
  1605.      *
  1606.      * @return \App\Controller\Async\Channel\Scholar\Chapter\ChatBot\ChatBotAction
  1607.      */
  1608.     protected function getChatBotActionService()
  1609.     {
  1610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1611.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Chapter/ChatBot/ChatBotAction.php';
  1612.         include_once \dirname(__DIR__4).'/src/Service/K2r2/ChatService.php';
  1613.         include_once \dirname(__DIR__4).'/src/Service/Forum/MessageManager.php';
  1614.         $a = ($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService());
  1615.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Chapter\ChatBot\ChatBotAction(new \App\Service\K2r2\ChatService(($this->privates['App\\Service\\K2r2\\K2r2ApiService'] ?? $this->getK2r2ApiServiceService()), ($this->privates['App\\Service\\Forum\\MessageManager'] ?? ($this->privates['App\\Service\\Forum\\MessageManager'] = new \App\Service\Forum\MessageManager())), $a), $a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
  1616.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction'$this));
  1617.         return $instance;
  1618.     }
  1619.     /**
  1620.      * Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\ChatBot\PostNewMessage' shared autowired service.
  1621.      *
  1622.      * @return \App\Controller\Async\Channel\Scholar\Chapter\ChatBot\PostNewMessage
  1623.      */
  1624.     protected function getPostNewMessageService()
  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/Chapter/ChatBot/PostNewMessage.php';
  1628.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage'] = $instance = new \App\Controller\Async\Channel\Scholar\Chapter\ChatBot\PostNewMessage(($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
  1629.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage'$this));
  1630.         return $instance;
  1631.     }
  1632.     /**
  1633.      * Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync' shared autowired service.
  1634.      *
  1635.      * @return \App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync
  1636.      */
  1637.     protected function getOrderChapterAsyncService()
  1638.     {
  1639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1640.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Chapter/OrderChapterAsync.php';
  1641.         $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()));
  1642.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync'$this));
  1643.         return $instance;
  1644.     }
  1645.     /**
  1646.      * Gets the public 'App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync' shared autowired service.
  1647.      *
  1648.      * @return \App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync
  1649.      */
  1650.     protected function getOrderExerciseAsyncService()
  1651.     {
  1652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1653.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Exercice/OrderExerciseAsync.php';
  1654.         $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()));
  1655.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync'$this));
  1656.         return $instance;
  1657.     }
  1658.     /**
  1659.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction' shared autowired service.
  1660.      *
  1661.      * @return \App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction
  1662.      */
  1663.     protected function getAttendancePostAction2Service()
  1664.     {
  1665.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1666.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/AbstractAttendanceController.php';
  1667.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/AttendancePostAction.php';
  1668.         $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()));
  1669.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction'$this));
  1670.         return $instance;
  1671.     }
  1672.     /**
  1673.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\CollectionAction' shared autowired service.
  1674.      *
  1675.      * @return \App\Controller\Async\Channel\Scholar\Lesson\CollectionAction
  1676.      */
  1677.     protected function getCollectionActionService()
  1678.     {
  1679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1680.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/CollectionAction.php';
  1681.         $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()));
  1682.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction'$this));
  1683.         return $instance;
  1684.     }
  1685.     /**
  1686.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction' shared autowired service.
  1687.      *
  1688.      * @return \App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction
  1689.      */
  1690.     protected function getExportLessonListActionService()
  1691.     {
  1692.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1693.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1694.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1695.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/ExportLessonListAction.php';
  1696.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1697.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
  1698.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/LessonExportScholarList.php';
  1699.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1700.         $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);
  1701.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction'$this));
  1702.         return $instance;
  1703.     }
  1704.     /**
  1705.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync' shared autowired service.
  1706.      *
  1707.      * @return \App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync
  1708.      */
  1709.     protected function getRemoveChapterExercisePracticalCaseAsyncService()
  1710.     {
  1711.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1712.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/RemoveChapterExercisePracticalCaseAsync.php';
  1713.         $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()));
  1714.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync'$this));
  1715.         return $instance;
  1716.     }
  1717.     /**
  1718.      * Gets the public 'App\Controller\Async\Channel\Scholar\Module\CollectionAction' shared autowired service.
  1719.      *
  1720.      * @return \App\Controller\Async\Channel\Scholar\Module\CollectionAction
  1721.      */
  1722.     protected function getCollectionAction2Service()
  1723.     {
  1724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1725.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Module/CollectionAction.php';
  1726.         $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()));
  1727.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction'$this));
  1728.         return $instance;
  1729.     }
  1730.     /**
  1731.      * Gets the public 'App\Controller\Async\Channel\Scholar\Module\ExportModuleAction' shared autowired service.
  1732.      *
  1733.      * @return \App\Controller\Async\Channel\Scholar\Module\ExportModuleAction
  1734.      */
  1735.     protected function getExportModuleActionService()
  1736.     {
  1737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1738.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1739.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1740.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleAction.php';
  1741.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1742.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/AbstractExportScholarEntity.php';
  1743.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/ModuleExportScholarEntity.php';
  1744.         $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())));
  1745.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction'$this));
  1746.         return $instance;
  1747.     }
  1748.     /**
  1749.      * Gets the public 'App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction' shared autowired service.
  1750.      *
  1751.      * @return \App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction
  1752.      */
  1753.     protected function getExportModuleListActionService()
  1754.     {
  1755.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1756.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1757.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1758.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleListAction.php';
  1759.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1760.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
  1761.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/ModuleExportScholarList.php';
  1762.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1763.         $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);
  1764.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction'$this));
  1765.         return $instance;
  1766.     }
  1767.     /**
  1768.      * Gets the public 'App\Controller\Async\Channel\Scholar\Training\CollectionAction' shared autowired service.
  1769.      *
  1770.      * @return \App\Controller\Async\Channel\Scholar\Training\CollectionAction
  1771.      */
  1772.     protected function getCollectionAction3Service()
  1773.     {
  1774.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1775.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/CollectionAction.php';
  1776.         $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()));
  1777.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction'$this));
  1778.         return $instance;
  1779.     }
  1780.     /**
  1781.      * Gets the public 'App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction' shared autowired service.
  1782.      *
  1783.      * @return \App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction
  1784.      */
  1785.     protected function getExportTrainingActionService()
  1786.     {
  1787.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1788.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1789.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1790.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingAction.php';
  1791.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1792.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/AbstractExportScholarEntity.php';
  1793.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/TrainingExportScholarEntity.php';
  1794.         $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())));
  1795.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction'$this));
  1796.         return $instance;
  1797.     }
  1798.     /**
  1799.      * Gets the public 'App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction' shared autowired service.
  1800.      *
  1801.      * @return \App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction
  1802.      */
  1803.     protected function getExportTrainingListActionService()
  1804.     {
  1805.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1806.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1807.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1808.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingListAction.php';
  1809.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1810.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
  1811.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/TrainingExportScholarList.php';
  1812.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1813.         $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);
  1814.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction'$this));
  1815.         return $instance;
  1816.     }
  1817.     /**
  1818.      * Gets the public 'App\Controller\Async\Channel\User\CollectionAction' shared autowired service.
  1819.      *
  1820.      * @return \App\Controller\Async\Channel\User\CollectionAction
  1821.      */
  1822.     protected function getCollectionAction4Service()
  1823.     {
  1824.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/User/CollectionAction.php';
  1825.         return $this->services['App\\Controller\\Async\\Channel\\User\\CollectionAction'] = new \App\Controller\Async\Channel\User\CollectionAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1826.     }
  1827.     /**
  1828.      * Gets the public 'App\Controller\Async\Channel\Video\DeleteAction' shared autowired service.
  1829.      *
  1830.      * @return \App\Controller\Async\Channel\Video\DeleteAction
  1831.      */
  1832.     protected function getDeleteActionService()
  1833.     {
  1834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1835.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Video/DeleteAction.php';
  1836.         $this->services['App\\Controller\\Async\\Channel\\Video\\DeleteAction'] = $instance = new \App\Controller\Async\Channel\Video\DeleteAction(($this->privates['App\\Service\\Channel\\Video\\ScholarVideoService'] ?? $this->getScholarVideoServiceService()));
  1837.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Video\\DeleteAction'$this));
  1838.         return $instance;
  1839.     }
  1840.     /**
  1841.      * Gets the public 'App\Controller\Async\Channel\Video\EditAction' shared autowired service.
  1842.      *
  1843.      * @return \App\Controller\Async\Channel\Video\EditAction
  1844.      */
  1845.     protected function getEditActionService()
  1846.     {
  1847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1848.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Video/EditAction.php';
  1849.         $this->services['App\\Controller\\Async\\Channel\\Video\\EditAction'] = $instance = new \App\Controller\Async\Channel\Video\EditAction();
  1850.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Video\\EditAction'$this));
  1851.         return $instance;
  1852.     }
  1853.     /**
  1854.      * Gets the public 'App\Controller\Async\Channel\Video\GetUsageAction' shared autowired service.
  1855.      *
  1856.      * @return \App\Controller\Async\Channel\Video\GetUsageAction
  1857.      */
  1858.     protected function getGetUsageActionService()
  1859.     {
  1860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1861.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Video/GetUsageAction.php';
  1862.         $this->services['App\\Controller\\Async\\Channel\\Video\\GetUsageAction'] = $instance = new \App\Controller\Async\Channel\Video\GetUsageAction(($this->privates['App\\Service\\Channel\\Video\\ScholarVideoService'] ?? $this->getScholarVideoServiceService()));
  1863.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Video\\GetUsageAction'$this));
  1864.         return $instance;
  1865.     }
  1866.     /**
  1867.      * Gets the public 'App\Controller\Async\Channel\Video\IndexController' shared autowired service.
  1868.      *
  1869.      * @return \App\Controller\Async\Channel\Video\IndexController
  1870.      */
  1871.     protected function getIndexControllerService()
  1872.     {
  1873.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1874.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Video/IndexController.php';
  1875.         $this->services['App\\Controller\\Async\\Channel\\Video\\IndexController'] = $instance = new \App\Controller\Async\Channel\Video\IndexController(($this->privates['App\\Repository\\Scholar\\ScholarVideoRepository'] ?? $this->getScholarVideoRepositoryService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1876.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\Channel\\Video\\IndexController'$this));
  1877.         return $instance;
  1878.     }
  1879.     /**
  1880.      * Gets the public 'App\Controller\Async\EmbedController' shared autowired service.
  1881.      *
  1882.      * @return \App\Controller\Async\EmbedController
  1883.      */
  1884.     protected function getEmbedControllerService()
  1885.     {
  1886.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1887.         include_once \dirname(__DIR__4).'/src/Controller/Async/EmbedController.php';
  1888.         $this->services['App\\Controller\\Async\\EmbedController'] = $instance = new \App\Controller\Async\EmbedController();
  1889.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Async\\EmbedController'$this));
  1890.         return $instance;
  1891.     }
  1892.     /**
  1893.      * Gets the public 'App\Controller\Front\Account\Assignable\CollectionAction' shared autowired service.
  1894.      *
  1895.      * @return \App\Controller\Front\Account\Assignable\CollectionAction
  1896.      */
  1897.     protected function getCollectionAction5Service()
  1898.     {
  1899.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1900.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Assignable/CollectionAction.php';
  1901.         $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()));
  1902.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Account\\Assignable\\CollectionAction'$this));
  1903.         return $instance;
  1904.     }
  1905.     /**
  1906.      * Gets the public 'App\Controller\Front\Account\Message\CollectionAction' shared autowired service.
  1907.      *
  1908.      * @return \App\Controller\Front\Account\Message\CollectionAction
  1909.      */
  1910.     protected function getCollectionAction6Service()
  1911.     {
  1912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1913.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Message/CollectionAction.php';
  1914.         $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\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()));
  1915.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Account\\Message\\CollectionAction'$this));
  1916.         return $instance;
  1917.     }
  1918.     /**
  1919.      * Gets the public 'App\Controller\Front\Account\Notification\NotificationController' shared autowired service.
  1920.      *
  1921.      * @return \App\Controller\Front\Account\Notification\NotificationController
  1922.      */
  1923.     protected function getNotificationControllerService()
  1924.     {
  1925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1926.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Notification/NotificationController.php';
  1927.         $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()));
  1928.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationController'$this));
  1929.         return $instance;
  1930.     }
  1931.     /**
  1932.      * Gets the public 'App\Controller\Front\Account\Notification\NotificationIndexController' shared autowired service.
  1933.      *
  1934.      * @return \App\Controller\Front\Account\Notification\NotificationIndexController
  1935.      */
  1936.     protected function getNotificationIndexControllerService()
  1937.     {
  1938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1939.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Notification/NotificationIndexController.php';
  1940.         $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()));
  1941.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationIndexController'$this));
  1942.         return $instance;
  1943.     }
  1944.     /**
  1945.      * Gets the public 'App\Controller\Front\Account\Notification\NotificationSeeAllController' shared autowired service.
  1946.      *
  1947.      * @return \App\Controller\Front\Account\Notification\NotificationSeeAllController
  1948.      */
  1949.     protected function getNotificationSeeAllControllerService()
  1950.     {
  1951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1952.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Notification/NotificationSeeAllController.php';
  1953.         $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()));
  1954.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationSeeAllController'$this));
  1955.         return $instance;
  1956.     }
  1957.     /**
  1958.      * Gets the public 'App\Controller\Front\Account\Notification\NotificationUnreadController' shared autowired service.
  1959.      *
  1960.      * @return \App\Controller\Front\Account\Notification\NotificationUnreadController
  1961.      */
  1962.     protected function getNotificationUnreadControllerService()
  1963.     {
  1964.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1965.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Notification/NotificationUnreadController.php';
  1966.         $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()));
  1967.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Account\\Notification\\NotificationUnreadController'$this));
  1968.         return $instance;
  1969.     }
  1970.     /**
  1971.      * Gets the public 'App\Controller\Front\Account\Notification\RedirectController' shared autowired service.
  1972.      *
  1973.      * @return \App\Controller\Front\Account\Notification\RedirectController
  1974.      */
  1975.     protected function getRedirectControllerService()
  1976.     {
  1977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1978.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Notification/RedirectController.php';
  1979.         $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()));
  1980.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Account\\Notification\\RedirectController'$this));
  1981.         return $instance;
  1982.     }
  1983.     /**
  1984.      * Gets the public 'App\Controller\Front\Account\Scholar\Training\CollectionActionCard' shared autowired service.
  1985.      *
  1986.      * @return \App\Controller\Front\Account\Scholar\Training\CollectionActionCard
  1987.      */
  1988.     protected function getCollectionActionCardService()
  1989.     {
  1990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1991.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Scholar/Training/CollectionActionCard.php';
  1992.         $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()));
  1993.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Account\\Scholar\\Training\\CollectionActionCard'$this));
  1994.         return $instance;
  1995.     }
  1996.     /**
  1997.      * Gets the public 'App\Controller\Front\Async\Scholar\TrainingNameCollectionAction' shared autowired service.
  1998.      *
  1999.      * @return \App\Controller\Front\Async\Scholar\TrainingNameCollectionAction
  2000.      */
  2001.     protected function getTrainingNameCollectionActionService()
  2002.     {
  2003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2004.         include_once \dirname(__DIR__4).'/src/Controller/Front/Async/Scholar/TrainingNameCollectionAction.php';
  2005.         $this->services['App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction'] = $instance = new \App\Controller\Front\Async\Scholar\TrainingNameCollectionAction(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  2006.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction'$this));
  2007.         return $instance;
  2008.     }
  2009.     /**
  2010.      * Gets the public 'App\Controller\Front\Channel\Image\DeleteController' shared autowired service.
  2011.      *
  2012.      * @return \App\Controller\Front\Channel\Image\DeleteController
  2013.      */
  2014.     protected function getDeleteControllerService()
  2015.     {
  2016.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2017.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/Image/DeleteController.php';
  2018.         $this->services['App\\Controller\\Front\\Channel\\Image\\DeleteController'] = $instance = new \App\Controller\Front\Channel\Image\DeleteController();
  2019.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2020.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2021.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2022.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2023.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2024.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2025.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2026.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2027.         return $instance;
  2028.     }
  2029.     /**
  2030.      * Gets the public 'App\Controller\Front\Channel\Image\ListController' shared autowired service.
  2031.      *
  2032.      * @return \App\Controller\Front\Channel\Image\ListController
  2033.      */
  2034.     protected function getListControllerService()
  2035.     {
  2036.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2037.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/Image/ListController.php';
  2038.         $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()));
  2039.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Channel\\Image\\ListController'$this));
  2040.         return $instance;
  2041.     }
  2042.     /**
  2043.      * Gets the public 'App\Controller\Front\Channel\ShowController' shared autowired service.
  2044.      *
  2045.      * @return \App\Controller\Front\Channel\ShowController
  2046.      */
  2047.     protected function getShowControllerService()
  2048.     {
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2050.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/ShowController.php';
  2051.         $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()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Service\\Scholar\\TrainingTransformerService'] ?? $this->getTrainingTransformerServiceService()));
  2052.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Channel\\ShowController'$this));
  2053.         return $instance;
  2054.     }
  2055.     /**
  2056.      * Gets the public 'App\Controller\Front\Channel\ShowTrainingListController' shared autowired service.
  2057.      *
  2058.      * @return \App\Controller\Front\Channel\ShowTrainingListController
  2059.      */
  2060.     protected function getShowTrainingListControllerService()
  2061.     {
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2063.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/ShowTrainingListController.php';
  2064.         $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()), ($this->privates['App\\Service\\Scholar\\TrainingTransformerService'] ?? $this->getTrainingTransformerServiceService()));
  2065.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Channel\\ShowTrainingListController'$this));
  2066.         return $instance;
  2067.     }
  2068.     /**
  2069.      * Gets the public 'App\Controller\Front\Channel\SubAjaxListController' shared autowired service.
  2070.      *
  2071.      * @return \App\Controller\Front\Channel\SubAjaxListController
  2072.      */
  2073.     protected function getSubAjaxListControllerService()
  2074.     {
  2075.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2076.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/SubAjaxListController.php';
  2077.         $this->services['App\\Controller\\Front\\Channel\\SubAjaxListController'] = $instance = new \App\Controller\Front\Channel\SubAjaxListController();
  2078.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2079.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2080.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2081.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2082.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2083.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2084.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2085.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2086.         return $instance;
  2087.     }
  2088.     /**
  2089.      * Gets the public 'App\Controller\Front\Exercise\AnswerController' shared autowired service.
  2090.      *
  2091.      * @return \App\Controller\Front\Exercise\AnswerController
  2092.      */
  2093.     protected function getAnswerControllerService()
  2094.     {
  2095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2096.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/AnswerController.php';
  2097.         $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()));
  2098.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Exercise\\AnswerController'$this));
  2099.         return $instance;
  2100.     }
  2101.     /**
  2102.      * Gets the public 'App\Controller\Front\Exercise\CancelController' shared autowired service.
  2103.      *
  2104.      * @return \App\Controller\Front\Exercise\CancelController
  2105.      */
  2106.     protected function getCancelControllerService()
  2107.     {
  2108.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2109.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/CancelController.php';
  2110.         $this->services['App\\Controller\\Front\\Exercise\\CancelController'] = $instance = new \App\Controller\Front\Exercise\CancelController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2111.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Exercise\\CancelController'$this));
  2112.         return $instance;
  2113.     }
  2114.     /**
  2115.      * Gets the public 'App\Controller\Front\Exercise\FinishController' shared autowired service.
  2116.      *
  2117.      * @return \App\Controller\Front\Exercise\FinishController
  2118.      */
  2119.     protected function getFinishControllerService()
  2120.     {
  2121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2122.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/FinishController.php';
  2123.         $this->services['App\\Controller\\Front\\Exercise\\FinishController'] = $instance = new \App\Controller\Front\Exercise\FinishController();
  2124.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Exercise\\FinishController'$this));
  2125.         return $instance;
  2126.     }
  2127.     /**
  2128.      * Gets the public 'App\Controller\Front\Exercise\RedirectToShowResultsAction' shared autowired service.
  2129.      *
  2130.      * @return \App\Controller\Front\Exercise\RedirectToShowResultsAction
  2131.      */
  2132.     protected function getRedirectToShowResultsActionService()
  2133.     {
  2134.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2135.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/RedirectToShowResultsAction.php';
  2136.         $this->services['App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction'] = $instance = new \App\Controller\Front\Exercise\RedirectToShowResultsAction();
  2137.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction'$this));
  2138.         return $instance;
  2139.     }
  2140.     /**
  2141.      * Gets the public 'App\Controller\Front\Exercise\ShowController' shared autowired service.
  2142.      *
  2143.      * @return \App\Controller\Front\Exercise\ShowController
  2144.      */
  2145.     protected function getShowController2Service()
  2146.     {
  2147.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2148.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/ShowController.php';
  2149.         $this->services['App\\Controller\\Front\\Exercise\\ShowController'] = $instance = new \App\Controller\Front\Exercise\ShowController(($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
  2150.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Exercise\\ShowController'$this));
  2151.         return $instance;
  2152.     }
  2153.     /**
  2154.      * Gets the public 'App\Controller\Front\Exercise\SolutionController' shared autowired service.
  2155.      *
  2156.      * @return \App\Controller\Front\Exercise\SolutionController
  2157.      */
  2158.     protected function getSolutionControllerService()
  2159.     {
  2160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2161.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/SolutionController.php';
  2162.         $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()));
  2163.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Exercise\\SolutionController'$this));
  2164.         return $instance;
  2165.     }
  2166.     /**
  2167.      * Gets the public 'App\Controller\Front\Exercise\StartController' shared autowired service.
  2168.      *
  2169.      * @return \App\Controller\Front\Exercise\StartController
  2170.      */
  2171.     protected function getStartControllerService()
  2172.     {
  2173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2174.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/StartController.php';
  2175.         $this->services['App\\Controller\\Front\\Exercise\\StartController'] = $instance = new \App\Controller\Front\Exercise\StartController(($this->privates['App\\Service\\Exercise\\UserExerciseResultManipulator'] ?? $this->getUserExerciseResultManipulatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2176.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Exercise\\StartController'$this));
  2177.         return $instance;
  2178.     }
  2179.     /**
  2180.      * Gets the public 'App\Controller\Front\HomeConnectedController' shared autowired service.
  2181.      *
  2182.      * @return \App\Controller\Front\HomeConnectedController
  2183.      */
  2184.     protected function getHomeConnectedControllerService()
  2185.     {
  2186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2187.         include_once \dirname(__DIR__4).'/src/Controller/Front/HomeConnectedController.php';
  2188.         $this->services['App\\Controller\\Front\\HomeConnectedController'] = $instance = new \App\Controller\Front\HomeConnectedController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2189.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\HomeConnectedController'$this));
  2190.         return $instance;
  2191.     }
  2192.     /**
  2193.      * Gets the public 'App\Controller\Front\HomeController' shared autowired service.
  2194.      *
  2195.      * @return \App\Controller\Front\HomeController
  2196.      */
  2197.     protected function getHomeControllerService()
  2198.     {
  2199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2200.         include_once \dirname(__DIR__4).'/src/Controller/Front/HomeController.php';
  2201.         include_once \dirname(__DIR__4).'/src/Service/NellappGlobalStatsService.php';
  2202.         $a = ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService());
  2203.         $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()), ($this->privates['App\\Service\\Scholar\\TrainingTransformerService'] ?? $this->getTrainingTransformerServiceService())), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()));
  2204.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\HomeController'$this));
  2205.         return $instance;
  2206.     }
  2207.     /**
  2208.      * Gets the public 'App\Controller\Front\Scholar\Chapter\ChapterController' shared autowired service.
  2209.      *
  2210.      * @return \App\Controller\Front\Scholar\Chapter\ChapterController
  2211.      */
  2212.     protected function getChapterControllerService()
  2213.     {
  2214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2215.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/ChapterController.php';
  2216.         include_once \dirname(__DIR__4).'/src/Service/Forum/MessageManager.php';
  2217.         $this->services['App\\Controller\\Front\\Scholar\\Chapter\\ChapterController'] = $instance = new \App\Controller\Front\Scholar\Chapter\ChapterController(($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()), ($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()), ($this->privates['App\\Service\\Forum\\MessageManager'] ?? ($this->privates['App\\Service\\Forum\\MessageManager'] = new \App\Service\Forum\MessageManager())), ($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()));
  2218.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\ChapterController'$this));
  2219.         return $instance;
  2220.     }
  2221.     /**
  2222.      * Gets the public 'App\Controller\Front\Scholar\Chapter\Message\AskTrainerController' shared autowired service.
  2223.      *
  2224.      * @return \App\Controller\Front\Scholar\Chapter\Message\AskTrainerController
  2225.      */
  2226.     protected function getAskTrainerControllerService()
  2227.     {
  2228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2229.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/AskTrainerController.php';
  2230.         $this->services['App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController'] = $instance = new \App\Controller\Front\Scholar\Chapter\Message\AskTrainerController(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2231.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController'$this));
  2232.         return $instance;
  2233.     }
  2234.     /**
  2235.      * Gets the public 'App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController' shared autowired service.
  2236.      *
  2237.      * @return \App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController
  2238.      */
  2239.     protected function getDeleteMessageControllerService()
  2240.     {
  2241.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2242.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/DeleteMessageController.php';
  2243.         $this->services['App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController'] = $instance = new \App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Scholar\\LessonStatsService'] ?? $this->getLessonStatsServiceService()));
  2244.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController'$this));
  2245.         return $instance;
  2246.     }
  2247.     /**
  2248.      * Gets the public 'App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController' shared autowired service.
  2249.      *
  2250.      * @return \App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController
  2251.      */
  2252.     protected function getRedirectToMessageControllerService()
  2253.     {
  2254.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2255.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/RedirectToMessageController.php';
  2256.         $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()));
  2257.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController'$this));
  2258.         return $instance;
  2259.     }
  2260.     /**
  2261.      * Gets the public 'App\Controller\Front\Scholar\Chapter\Message\ValidateChatConversationController' shared autowired service.
  2262.      *
  2263.      * @return \App\Controller\Front\Scholar\Chapter\Message\ValidateChatConversationController
  2264.      */
  2265.     protected function getValidateChatConversationControllerService()
  2266.     {
  2267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2268.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/ValidateChatConversationController.php';
  2269.         $this->services['App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController'] = $instance = new \App\Controller\Front\Scholar\Chapter\Message\ValidateChatConversationController(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2270.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController'$this));
  2271.         return $instance;
  2272.     }
  2273.     /**
  2274.      * Gets the public 'App\Controller\Front\Scholar\Lesson\RedirectOnLessonController' shared autowired service.
  2275.      *
  2276.      * @return \App\Controller\Front\Scholar\Lesson\RedirectOnLessonController
  2277.      */
  2278.     protected function getRedirectOnLessonControllerService()
  2279.     {
  2280.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2281.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Lesson/RedirectOnLessonController.php';
  2282.         $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()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()), ($this->services['router'] ?? $this->getRouterService()));
  2283.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController'$this));
  2284.         return $instance;
  2285.     }
  2286.     /**
  2287.      * Gets the public 'App\Controller\Front\Scholar\Lesson\ShowController' shared autowired service.
  2288.      *
  2289.      * @return \App\Controller\Front\Scholar\Lesson\ShowController
  2290.      */
  2291.     protected function getShowController3Service()
  2292.     {
  2293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2294.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Lesson/ShowController.php';
  2295.         $this->services['App\\Controller\\Front\\Scholar\\Lesson\\ShowController'] = $instance = new \App\Controller\Front\Scholar\Lesson\ShowController(($this->privates['App\\Service\\Achievement\\AchievementManager'] ?? $this->getAchievementManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2296.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\ShowController'$this));
  2297.         return $instance;
  2298.     }
  2299.     /**
  2300.      * Gets the public 'App\Controller\Front\Scholar\Lesson\ShowLessonReviewController' shared autowired service.
  2301.      *
  2302.      * @return \App\Controller\Front\Scholar\Lesson\ShowLessonReviewController
  2303.      */
  2304.     protected function getShowLessonReviewControllerService()
  2305.     {
  2306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2307.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Lesson/ShowLessonReviewController.php';
  2308.         $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()));
  2309.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController'$this));
  2310.         return $instance;
  2311.     }
  2312.     /**
  2313.      * Gets the public 'App\Controller\Front\Scholar\Module\ShowController' shared autowired service.
  2314.      *
  2315.      * @return \App\Controller\Front\Scholar\Module\ShowController
  2316.      */
  2317.     protected function getShowController4Service()
  2318.     {
  2319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2320.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Module/ShowController.php';
  2321.         $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()));
  2322.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Module\\ShowController'$this));
  2323.         return $instance;
  2324.     }
  2325.     /**
  2326.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\CorrectorShowController' shared autowired service.
  2327.      *
  2328.      * @return \App\Controller\Front\Scholar\PracticalCase\CorrectorShowController
  2329.      */
  2330.     protected function getCorrectorShowControllerService()
  2331.     {
  2332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2333.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/CorrectorShowController.php';
  2334.         $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()));
  2335.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController'$this));
  2336.         return $instance;
  2337.     }
  2338.     /**
  2339.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController' shared autowired service.
  2340.      *
  2341.      * @return \App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController
  2342.      */
  2343.     protected function getDeletePracticalCaseResponseControllerService()
  2344.     {
  2345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2346.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/DeletePracticalCaseResponseController.php';
  2347.         $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()));
  2348.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController'$this));
  2349.         return $instance;
  2350.     }
  2351.     /**
  2352.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController' shared autowired service.
  2353.      *
  2354.      * @return \App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController
  2355.      */
  2356.     protected function getDownloadPracticalCaseFilesControllerService()
  2357.     {
  2358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2359.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/DownloadPracticalCaseFilesController.php';
  2360.         $this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController(($this->privates['App\\Service\\Common\\FileService'] ?? $this->getFileServiceService()));
  2361.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController'$this));
  2362.         return $instance;
  2363.     }
  2364.     /**
  2365.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction' shared autowired service.
  2366.      *
  2367.      * @return \App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction
  2368.      */
  2369.     protected function getRedirectToShowPracticalCaseActionService()
  2370.     {
  2371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2372.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/RedirectToShowPracticalCaseAction.php';
  2373.         $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()));
  2374.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction'$this));
  2375.         return $instance;
  2376.     }
  2377.     /**
  2378.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\ShowController' shared autowired service.
  2379.      *
  2380.      * @return \App\Controller\Front\Scholar\PracticalCase\ShowController
  2381.      */
  2382.     protected function getShowController5Service()
  2383.     {
  2384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2385.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/ShowController.php';
  2386.         include_once \dirname(__DIR__4).'/src/Service/Scholar/PracticalCase/PracticalCaseManager.php';
  2387.         $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()), ($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()), new \App\Service\Scholar\PracticalCase\PracticalCaseManager());
  2388.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController'$this));
  2389.         return $instance;
  2390.     }
  2391.     /**
  2392.      * Gets the public 'App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController' shared autowired service.
  2393.      *
  2394.      * @return \App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController
  2395.      */
  2396.     protected function getDeleteAdviceControllerService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2399.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/Advice/DeleteAdviceController.php';
  2400.         $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()));
  2401.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController'$this));
  2402.         return $instance;
  2403.     }
  2404.     /**
  2405.      * Gets the public 'App\Controller\Front\Scholar\Training\Ajax\GetTrainingController' shared autowired service.
  2406.      *
  2407.      * @return \App\Controller\Front\Scholar\Training\Ajax\GetTrainingController
  2408.      */
  2409.     protected function getGetTrainingControllerService()
  2410.     {
  2411.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2412.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/Ajax/GetTrainingController.php';
  2413.         $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()), ($this->privates['App\\Service\\Scholar\\TrainingTransformerService'] ?? $this->getTrainingTransformerServiceService()));
  2414.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2415.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2416.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2417.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2418.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2419.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2420.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2421.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2422.         return $instance;
  2423.     }
  2424.     /**
  2425.      * Gets the public 'App\Controller\Front\Scholar\Training\AllTrainingController' shared autowired service.
  2426.      *
  2427.      * @return \App\Controller\Front\Scholar\Training\AllTrainingController
  2428.      */
  2429.     protected function getAllTrainingControllerService()
  2430.     {
  2431.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2432.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/AllTrainingController.php';
  2433.         $this->services['App\\Controller\\Front\\Scholar\\Training\\AllTrainingController'] = $instance = new \App\Controller\Front\Scholar\Training\AllTrainingController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  2434.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2435.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2436.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2437.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2438.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2439.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2440.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2441.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2442.         return $instance;
  2443.     }
  2444.     /**
  2445.      * Gets the public 'App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController' shared autowired service.
  2446.      *
  2447.      * @return \App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController
  2448.      */
  2449.     protected function getPaymentFundingContactControllerService()
  2450.     {
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2452.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/Payment/PaymentFundingContactController.php';
  2453.         $this->services['App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController'] = $instance = new \App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController(($this->privates['App\\Service\\Mailer\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()));
  2454.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController'$this));
  2455.         return $instance;
  2456.     }
  2457.     /**
  2458.      * Gets the public 'App\Controller\Front\Scholar\Training\ShowConnectedController' shared autowired service.
  2459.      *
  2460.      * @return \App\Controller\Front\Scholar\Training\ShowConnectedController
  2461.      */
  2462.     protected function getShowConnectedControllerService()
  2463.     {
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2465.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/ShowConnectedController.php';
  2466.         $this->services['App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController'] = $instance = new \App\Controller\Front\Scholar\Training\ShowConnectedController();
  2467.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController'$this));
  2468.         return $instance;
  2469.     }
  2470.     /**
  2471.      * Gets the public 'App\Controller\Front\Scholar\Training\ShowController' shared autowired service.
  2472.      *
  2473.      * @return \App\Controller\Front\Scholar\Training\ShowController
  2474.      */
  2475.     protected function getShowController6Service()
  2476.     {
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2478.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/ShowController.php';
  2479.         $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['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()), ($this->privates['App\\Service\\Scholar\\UserProgression\\UserProgressionService'] ?? $this->getUserProgressionServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
  2480.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\Scholar\\Training\\ShowController'$this));
  2481.         return $instance;
  2482.     }
  2483.     /**
  2484.      * Gets the public 'App\Controller\Front\SearchController' shared autowired service.
  2485.      *
  2486.      * @return \App\Controller\Front\SearchController
  2487.      */
  2488.     protected function getSearchControllerService()
  2489.     {
  2490.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2491.         include_once \dirname(__DIR__4).'/src/Controller/Front/SearchController.php';
  2492.         $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()), ($this->privates['App\\Service\\Scholar\\TrainingTransformerService'] ?? $this->getTrainingTransformerServiceService()));
  2493.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Front\\SearchController'$this));
  2494.         return $instance;
  2495.     }
  2496.     /**
  2497.      * Gets the public 'App\Controller\Manager\Channel\Assignable\CloseAction' shared autowired service.
  2498.      *
  2499.      * @return \App\Controller\Manager\Channel\Assignable\CloseAction
  2500.      */
  2501.     protected function getCloseActionService()
  2502.     {
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2504.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Assignable/CloseAction.php';
  2505.         $this->services['App\\Controller\\Manager\\Channel\\Assignable\\CloseAction'] = $instance = new \App\Controller\Manager\Channel\Assignable\CloseAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Common\\AssignableRepository'] ?? $this->getAssignableRepositoryService()));
  2506.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Assignable\\CloseAction'$this));
  2507.         return $instance;
  2508.     }
  2509.     /**
  2510.      * Gets the public 'App\Controller\Manager\Channel\Assignable\ReattributeAction' shared autowired service.
  2511.      *
  2512.      * @return \App\Controller\Manager\Channel\Assignable\ReattributeAction
  2513.      */
  2514.     protected function getReattributeActionService()
  2515.     {
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2517.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Assignable/ReattributeAction.php';
  2518.         $this->services['App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction'] = $instance = new \App\Controller\Manager\Channel\Assignable\ReattributeAction(($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()));
  2519.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction'$this));
  2520.         return $instance;
  2521.     }
  2522.     /**
  2523.      * Gets the public 'App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController' shared autowired service.
  2524.      *
  2525.      * @return \App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController
  2526.      */
  2527.     protected function getDeleteMessageController2Service()
  2528.     {
  2529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2530.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Chapter/Message/DeleteMessageController.php';
  2531.         $this->services['App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController'] = $instance = new \App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2532.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController'$this));
  2533.         return $instance;
  2534.     }
  2535.     /**
  2536.      * Gets the public 'App\Controller\Manager\Channel\Chapter\ShowController' shared autowired service.
  2537.      *
  2538.      * @return \App\Controller\Manager\Channel\Chapter\ShowController
  2539.      */
  2540.     protected function getShowController7Service()
  2541.     {
  2542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2543.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Chapter/ShowController.php';
  2544.         include_once \dirname(__DIR__4).'/src/Service/Forum/MessageManager.php';
  2545.         $this->services['App\\Controller\\Manager\\Channel\\Chapter\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Chapter\ShowController(($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()), ($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()), ($this->privates['App\\Service\\Forum\\MessageManager'] ?? ($this->privates['App\\Service\\Forum\\MessageManager'] = new \App\Service\Forum\MessageManager())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
  2546.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Chapter\\ShowController'$this));
  2547.         return $instance;
  2548.     }
  2549.     /**
  2550.      * Gets the public 'App\Controller\Manager\Channel\DashboardAction' shared autowired service.
  2551.      *
  2552.      * @return \App\Controller\Manager\Channel\DashboardAction
  2553.      */
  2554.     protected function getDashboardActionService()
  2555.     {
  2556.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2557.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/DashboardAction.php';
  2558.         $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()));
  2559.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\DashboardAction'$this));
  2560.         return $instance;
  2561.     }
  2562.     /**
  2563.      * Gets the public 'App\Controller\Manager\Channel\DeleteController' shared autowired service.
  2564.      *
  2565.      * @return \App\Controller\Manager\Channel\DeleteController
  2566.      */
  2567.     protected function getDeleteController2Service()
  2568.     {
  2569.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2570.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/DeleteController.php';
  2571.         $this->services['App\\Controller\\Manager\\Channel\\DeleteController'] = $instance = new \App\Controller\Manager\Channel\DeleteController(($this->services['translator'] ?? $this->getTranslatorService()));
  2572.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2573.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2574.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2575.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2576.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2577.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2578.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2579.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2580.         return $instance;
  2581.     }
  2582.     /**
  2583.      * Gets the public 'App\Controller\Manager\Channel\DeleteMultipleController' shared autowired service.
  2584.      *
  2585.      * @return \App\Controller\Manager\Channel\DeleteMultipleController
  2586.      */
  2587.     protected function getDeleteMultipleControllerService()
  2588.     {
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2590.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/DeleteMultipleController.php';
  2591.         $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()));
  2592.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\DeleteMultipleController'$this));
  2593.         return $instance;
  2594.     }
  2595.     /**
  2596.      * Gets the public 'App\Controller\Manager\Channel\Exercise\CollectionAction' shared autowired service.
  2597.      *
  2598.      * @return \App\Controller\Manager\Channel\Exercise\CollectionAction
  2599.      */
  2600.     protected function getCollectionAction7Service()
  2601.     {
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2603.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/CollectionAction.php';
  2604.         $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()));
  2605.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction'$this));
  2606.         return $instance;
  2607.     }
  2608.     /**
  2609.      * Gets the public 'App\Controller\Manager\Channel\Exercise\DeleteController' shared autowired service.
  2610.      *
  2611.      * @return \App\Controller\Manager\Channel\Exercise\DeleteController
  2612.      */
  2613.     protected function getDeleteController3Service()
  2614.     {
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2616.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/DeleteController.php';
  2617.         $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()));
  2618.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\DeleteController'$this));
  2619.         return $instance;
  2620.     }
  2621.     /**
  2622.      * Gets the public 'App\Controller\Manager\Channel\Exercise\EditController' shared autowired service.
  2623.      *
  2624.      * @return \App\Controller\Manager\Channel\Exercise\EditController
  2625.      */
  2626.     protected function getEditControllerService()
  2627.     {
  2628.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2629.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/EditController.php';
  2630.         $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()));
  2631.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\EditController'$this));
  2632.         return $instance;
  2633.     }
  2634.     /**
  2635.      * Gets the public 'App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction' shared autowired service.
  2636.      *
  2637.      * @return \App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction
  2638.      */
  2639.     protected function getExerciseResultShowActionService()
  2640.     {
  2641.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2642.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/ExerciseResultShowAction.php';
  2643.         $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()));
  2644.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction'$this));
  2645.         return $instance;
  2646.     }
  2647.     /**
  2648.      * Gets the public 'App\Controller\Manager\Channel\Exercise\ExerciseResultShowPdfAction' shared autowired service.
  2649.      *
  2650.      * @return \App\Controller\Manager\Channel\Exercise\ExerciseResultShowPdfAction
  2651.      */
  2652.     protected function getExerciseResultShowPdfActionService()
  2653.     {
  2654.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2655.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/ExerciseResultShowPdfAction.php';
  2656.         include_once \dirname(__DIR__4).'/src/Service/Pdf/AbstractGenerator.php';
  2657.         include_once \dirname(__DIR__4).'/src/Service/Pdf/ExportExerciseResultGenerator.php';
  2658.         include_once \dirname(__DIR__4).'/vendor/chrome-php/chrome/src/BrowserFactory.php';
  2659.         $this->services['App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction'] = $instance = new \App\Controller\Manager\Channel\Exercise\ExerciseResultShowPdfAction(new \App\Service\Pdf\ExportExerciseResultGenerator(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), new \HeadlessChromium\BrowserFactory($this->getEnv('resolve:CHROME_BIN')), ($this->targetDir.''.'/pdf_tmp/'), \dirname(__DIR__4)));
  2660.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction'$this));
  2661.         return $instance;
  2662.     }
  2663.     /**
  2664.      * Gets the public 'App\Controller\Manager\Channel\Exercise\NewController' shared autowired service.
  2665.      *
  2666.      * @return \App\Controller\Manager\Channel\Exercise\NewController
  2667.      */
  2668.     protected function getNewControllerService()
  2669.     {
  2670.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2671.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/NewController.php';
  2672.         $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()));
  2673.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\NewController'$this));
  2674.         return $instance;
  2675.     }
  2676.     /**
  2677.      * Gets the public 'App\Controller\Manager\Channel\Exercise\ShowController' shared autowired service.
  2678.      *
  2679.      * @return \App\Controller\Manager\Channel\Exercise\ShowController
  2680.      */
  2681.     protected function getShowController8Service()
  2682.     {
  2683.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2684.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/ShowController.php';
  2685.         $this->services['App\\Controller\\Manager\\Channel\\Exercise\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Exercise\ShowController();
  2686.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\ShowController'$this));
  2687.         return $instance;
  2688.     }
  2689.     /**
  2690.      * Gets the public 'App\Controller\Manager\Channel\Exercise\StartController' shared autowired service.
  2691.      *
  2692.      * @return \App\Controller\Manager\Channel\Exercise\StartController
  2693.      */
  2694.     protected function getStartController2Service()
  2695.     {
  2696.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2697.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/StartController.php';
  2698.         $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()));
  2699.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\StartController'$this));
  2700.         return $instance;
  2701.     }
  2702.     /**
  2703.      * Gets the public 'App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction' shared autowired service.
  2704.      *
  2705.      * @return \App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction
  2706.      */
  2707.     protected function getCheckSharedLessonActionService()
  2708.     {
  2709.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2710.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/CheckSharedLessonAction.php';
  2711.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
  2712.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction'$this));
  2713.         return $instance;
  2714.     }
  2715.     /**
  2716.      * Gets the public 'App\Controller\Manager\Channel\Lesson\CollectionAction' shared autowired service.
  2717.      *
  2718.      * @return \App\Controller\Manager\Channel\Lesson\CollectionAction
  2719.      */
  2720.     protected function getCollectionAction8Service()
  2721.     {
  2722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2723.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
  2724.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/CollectionAction.php';
  2725.         $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()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository'] ?? $this->getPracticalCaseRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2726.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction'$this));
  2727.         return $instance;
  2728.     }
  2729.     /**
  2730.      * Gets the public 'App\Controller\Manager\Channel\Lesson\DeleteMessageController' shared autowired service.
  2731.      *
  2732.      * @return \App\Controller\Manager\Channel\Lesson\DeleteMessageController
  2733.      */
  2734.     protected function getDeleteMessageController3Service()
  2735.     {
  2736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2737.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/DeleteMessageController.php';
  2738.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController'] = $instance = new \App\Controller\Manager\Channel\Lesson\DeleteMessageController(($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Scholar\\LessonStatsService'] ?? $this->getLessonStatsServiceService()));
  2739.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController'$this));
  2740.         return $instance;
  2741.     }
  2742.     /**
  2743.      * Gets the public 'App\Controller\Manager\Channel\Lesson\DeleteReviewController' shared autowired service.
  2744.      *
  2745.      * @return \App\Controller\Manager\Channel\Lesson\DeleteReviewController
  2746.      */
  2747.     protected function getDeleteReviewControllerService()
  2748.     {
  2749.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2750.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/DeleteReviewController.php';
  2751.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController'] = $instance = new \App\Controller\Manager\Channel\Lesson\DeleteReviewController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] ?? $this->getLessonReviewRepositoryService()), ($this->privates['App\\Service\\Scholar\\LessonStatsService'] ?? $this->getLessonStatsServiceService()));
  2752.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController'$this));
  2753.         return $instance;
  2754.     }
  2755.     /**
  2756.      * Gets the public 'App\Controller\Manager\Channel\Lesson\DetailsAction' shared autowired service.
  2757.      *
  2758.      * @return \App\Controller\Manager\Channel\Lesson\DetailsAction
  2759.      */
  2760.     protected function getDetailsActionService()
  2761.     {
  2762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2763.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/DetailsAction.php';
  2764.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\DetailsAction();
  2765.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction'$this));
  2766.         return $instance;
  2767.     }
  2768.     /**
  2769.      * Gets the public 'App\Controller\Manager\Channel\Lesson\EditController' shared autowired service.
  2770.      *
  2771.      * @return \App\Controller\Manager\Channel\Lesson\EditController
  2772.      */
  2773.     protected function getEditController2Service()
  2774.     {
  2775.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2776.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/EditController.php';
  2777.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\EditController'] = $instance = new \App\Controller\Manager\Channel\Lesson\EditController();
  2778.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2779.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2780.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2781.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2782.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2783.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2784.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2785.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2786.         return $instance;
  2787.     }
  2788.     /**
  2789.      * Gets the public 'App\Controller\Manager\Channel\Lesson\EnsureScormLessonAction' shared autowired service.
  2790.      *
  2791.      * @return \App\Controller\Manager\Channel\Lesson\EnsureScormLessonAction
  2792.      */
  2793.     protected function getEnsureScormLessonActionService()
  2794.     {
  2795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2796.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/EnsureScormLessonAction.php';
  2797.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\EnsureScormLessonAction(($this->privates['App\\Service\\Scorm\\ScormService'] ?? $this->getScormServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2798.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction'$this));
  2799.         return $instance;
  2800.     }
  2801.     /**
  2802.      * Gets the public 'App\Controller\Manager\Channel\Lesson\GetScormAction' shared autowired service.
  2803.      *
  2804.      * @return \App\Controller\Manager\Channel\Lesson\GetScormAction
  2805.      */
  2806.     protected function getGetScormActionService()
  2807.     {
  2808.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2809.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/GetScormAction.php';
  2810.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\GetScormAction(($this->privates['App\\Repository\\Scorm\\ProductItemRepository'] ?? $this->getProductItemRepositoryService()), ($this->privates['App\\Repository\\Scorm\\ContentFileRepository'] ?? $this->getContentFileRepositoryService()));
  2811.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction'$this));
  2812.         return $instance;
  2813.     }
  2814.     /**
  2815.      * Gets the public 'App\Controller\Manager\Channel\Lesson\IndexLessonController' shared autowired service.
  2816.      *
  2817.      * @return \App\Controller\Manager\Channel\Lesson\IndexLessonController
  2818.      */
  2819.     protected function getIndexLessonControllerService()
  2820.     {
  2821.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2822.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/IndexLessonController.php';
  2823.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController'] = $instance = new \App\Controller\Manager\Channel\Lesson\IndexLessonController(($this->privates['App\\Service\\K2r2\\IndexingService'] ?? $this->getIndexingServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2824.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController'$this));
  2825.         return $instance;
  2826.     }
  2827.     /**
  2828.      * Gets the public 'App\Controller\Manager\Channel\Lesson\MessageCollectionAction' shared autowired service.
  2829.      *
  2830.      * @return \App\Controller\Manager\Channel\Lesson\MessageCollectionAction
  2831.      */
  2832.     protected function getMessageCollectionActionService()
  2833.     {
  2834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2835.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/MessageCollectionAction.php';
  2836.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\MessageCollectionAction(($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2837.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction'$this));
  2838.         return $instance;
  2839.     }
  2840.     /**
  2841.      * Gets the public 'App\Controller\Manager\Channel\Lesson\NewController' shared autowired service.
  2842.      *
  2843.      * @return \App\Controller\Manager\Channel\Lesson\NewController
  2844.      */
  2845.     protected function getNewController2Service()
  2846.     {
  2847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2848.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/NewController.php';
  2849.         $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()));
  2850.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\NewController'$this));
  2851.         return $instance;
  2852.     }
  2853.     /**
  2854.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ReviewCollectionController' shared autowired service.
  2855.      *
  2856.      * @return \App\Controller\Manager\Channel\Lesson\ReviewCollectionController
  2857.      */
  2858.     protected function getReviewCollectionControllerService()
  2859.     {
  2860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2861.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ReviewCollectionController.php';
  2862.         $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()));
  2863.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController'$this));
  2864.         return $instance;
  2865.     }
  2866.     /**
  2867.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ShareController' shared autowired service.
  2868.      *
  2869.      * @return \App\Controller\Manager\Channel\Lesson\ShareController
  2870.      */
  2871.     protected function getShareControllerService()
  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/Lesson/ShareController.php';
  2876.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressService.php';
  2877.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\ShareController'] = $instance = new \App\Controller\Manager\Channel\Lesson\ShareController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Service\\ShareContent\\ShareProgressService'] ?? ($this->privates['App\\Service\\ShareContent\\ShareProgressService'] = new \App\Service\ShareContent\ShareProgressService())));
  2878.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ShareController'$this));
  2879.         return $instance;
  2880.     }
  2881.     /**
  2882.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ShowController' shared autowired service.
  2883.      *
  2884.      * @return \App\Controller\Manager\Channel\Lesson\ShowController
  2885.      */
  2886.     protected function getShowController9Service()
  2887.     {
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2889.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ShowController.php';
  2890.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Lesson\ShowController();
  2891.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ShowController'$this));
  2892.         return $instance;
  2893.     }
  2894.     /**
  2895.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ToggleAction' shared autowired service.
  2896.      *
  2897.      * @return \App\Controller\Manager\Channel\Lesson\ToggleAction
  2898.      */
  2899.     protected function getToggleActionService()
  2900.     {
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2902.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ToggleAction.php';
  2903.         $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()));
  2904.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction'$this));
  2905.         return $instance;
  2906.     }
  2907.     /**
  2908.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction' shared autowired service.
  2909.      *
  2910.      * @return \App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction
  2911.      */
  2912.     protected function getToggleLessonReviewActionService()
  2913.     {
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2915.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ToggleLessonReviewAction.php';
  2916.         $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()));
  2917.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction'$this));
  2918.         return $instance;
  2919.     }
  2920.     /**
  2921.      * Gets the public 'App\Controller\Manager\Channel\Module\CollectionAction' shared autowired service.
  2922.      *
  2923.      * @return \App\Controller\Manager\Channel\Module\CollectionAction
  2924.      */
  2925.     protected function getCollectionAction9Service()
  2926.     {
  2927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2928.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
  2929.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/CollectionAction.php';
  2930.         $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()));
  2931.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Module\\CollectionAction'$this));
  2932.         return $instance;
  2933.     }
  2934.     /**
  2935.      * Gets the public 'App\Controller\Manager\Channel\Module\DuplicateAction' shared autowired service.
  2936.      *
  2937.      * @return \App\Controller\Manager\Channel\Module\DuplicateAction
  2938.      */
  2939.     protected function getDuplicateActionService()
  2940.     {
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2942.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/DuplicateAction.php';
  2943.         $this->services['App\\Controller\\Manager\\Channel\\Module\\DuplicateAction'] = $instance = new \App\Controller\Manager\Channel\Module\DuplicateAction(($this->privates['App\\Service\\Scholar\\DuplicateScholarService'] ?? $this->getDuplicateScholarServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2944.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Module\\DuplicateAction'$this));
  2945.         return $instance;
  2946.     }
  2947.     /**
  2948.      * Gets the public 'App\Controller\Manager\Channel\Module\EditController' shared autowired service.
  2949.      *
  2950.      * @return \App\Controller\Manager\Channel\Module\EditController
  2951.      */
  2952.     protected function getEditController3Service()
  2953.     {
  2954.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2955.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/EditController.php';
  2956.         $this->services['App\\Controller\\Manager\\Channel\\Module\\EditController'] = $instance = new \App\Controller\Manager\Channel\Module\EditController();
  2957.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2958.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2959.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2960.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2961.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2962.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2963.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2964.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2965.         return $instance;
  2966.     }
  2967.     /**
  2968.      * Gets the public 'App\Controller\Manager\Channel\Module\EnsureScormAction' shared autowired service.
  2969.      *
  2970.      * @return \App\Controller\Manager\Channel\Module\EnsureScormAction
  2971.      */
  2972.     protected function getEnsureScormActionService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2975.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/EnsureScormAction.php';
  2976.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormTerminateTracker.php';
  2977.         $this->services['App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction'] = $instance = new \App\Controller\Manager\Channel\Module\EnsureScormAction(($this->privates['App\\Service\\Scorm\\ScormTerminateTracker'] ?? ($this->privates['App\\Service\\Scorm\\ScormTerminateTracker'] = new \App\Service\Scorm\ScormTerminateTracker())), ($this->services['translator'] ?? $this->getTranslatorService()));
  2978.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction'$this));
  2979.         return $instance;
  2980.     }
  2981.     /**
  2982.      * Gets the public 'App\Controller\Manager\Channel\Module\GetAction' shared autowired service.
  2983.      *
  2984.      * @return \App\Controller\Manager\Channel\Module\GetAction
  2985.      */
  2986.     protected function getGetActionService()
  2987.     {
  2988.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2989.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/GetAction.php';
  2990.         $this->services['App\\Controller\\Manager\\Channel\\Module\\GetAction'] = $instance = new \App\Controller\Manager\Channel\Module\GetAction();
  2991.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Module\\GetAction'$this));
  2992.         return $instance;
  2993.     }
  2994.     /**
  2995.      * Gets the public 'App\Controller\Manager\Channel\Module\GetScormAction' shared autowired service.
  2996.      *
  2997.      * @return \App\Controller\Manager\Channel\Module\GetScormAction
  2998.      */
  2999.     protected function getGetScormAction2Service()
  3000.     {
  3001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3002.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/GetScormAction.php';
  3003.         $this->services['App\\Controller\\Manager\\Channel\\Module\\GetScormAction'] = $instance = new \App\Controller\Manager\Channel\Module\GetScormAction(($this->privates['App\\Repository\\Scorm\\ProductItemRepository'] ?? $this->getProductItemRepositoryService()));
  3004.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Module\\GetScormAction'$this));
  3005.         return $instance;
  3006.     }
  3007.     /**
  3008.      * Gets the public 'App\Controller\Manager\Channel\Module\NewController' shared autowired service.
  3009.      *
  3010.      * @return \App\Controller\Manager\Channel\Module\NewController
  3011.      */
  3012.     protected function getNewController3Service()
  3013.     {
  3014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3015.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/NewController.php';
  3016.         $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()));
  3017.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Module\\NewController'$this));
  3018.         return $instance;
  3019.     }
  3020.     /**
  3021.      * Gets the public 'App\Controller\Manager\Channel\Module\ShareController' shared autowired service.
  3022.      *
  3023.      * @return \App\Controller\Manager\Channel\Module\ShareController
  3024.      */
  3025.     protected function getShareController2Service()
  3026.     {
  3027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3028.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/AbstractShareController.php';
  3029.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ShareController.php';
  3030.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressService.php';
  3031.         $this->services['App\\Controller\\Manager\\Channel\\Module\\ShareController'] = $instance = new \App\Controller\Manager\Channel\Module\ShareController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Service\\ShareContent\\ShareProgressService'] ?? ($this->privates['App\\Service\\ShareContent\\ShareProgressService'] = new \App\Service\ShareContent\ShareProgressService())));
  3032.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShareController'$this));
  3033.         return $instance;
  3034.     }
  3035.     /**
  3036.      * Gets the public 'App\Controller\Manager\Channel\Module\ShowController' shared autowired service.
  3037.      *
  3038.      * @return \App\Controller\Manager\Channel\Module\ShowController
  3039.      */
  3040.     protected function getShowController10Service()
  3041.     {
  3042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3043.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ShowController.php';
  3044.         $this->services['App\\Controller\\Manager\\Channel\\Module\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Module\ShowController(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
  3045.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShowController'$this));
  3046.         return $instance;
  3047.     }
  3048.     /**
  3049.      * Gets the public 'App\Controller\Manager\Channel\Module\ShowWithoutTrainingController' shared autowired service.
  3050.      *
  3051.      * @return \App\Controller\Manager\Channel\Module\ShowWithoutTrainingController
  3052.      */
  3053.     protected function getShowWithoutTrainingControllerService()
  3054.     {
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3056.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ShowWithoutTrainingController.php';
  3057.         $this->services['App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController'] = $instance = new \App\Controller\Manager\Channel\Module\ShowWithoutTrainingController();
  3058.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController'$this));
  3059.         return $instance;
  3060.     }
  3061.     /**
  3062.      * Gets the public 'App\Controller\Manager\Channel\Module\ToggleAction' shared autowired service.
  3063.      *
  3064.      * @return \App\Controller\Manager\Channel\Module\ToggleAction
  3065.      */
  3066.     protected function getToggleAction2Service()
  3067.     {
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3069.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ToggleAction.php';
  3070.         $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()));
  3071.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Module\\ToggleAction'$this));
  3072.         return $instance;
  3073.     }
  3074.     /**
  3075.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedLessonsController' shared autowired service.
  3076.      *
  3077.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedLessonsController
  3078.      */
  3079.     protected function getSharedLessonsControllerService()
  3080.     {
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3082.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/SharedLessonsController.php';
  3083.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\Channel\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()));
  3084.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController'$this));
  3085.         return $instance;
  3086.     }
  3087.     /**
  3088.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedModulesController' shared autowired service.
  3089.      *
  3090.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedModulesController
  3091.      */
  3092.     protected function getSharedModulesControllerService()
  3093.     {
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3095.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/SharedModulesController.php';
  3096.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\Channel\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()));
  3097.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController'$this));
  3098.         return $instance;
  3099.     }
  3100.     /**
  3101.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedTrainingsController' shared autowired service.
  3102.      *
  3103.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedTrainingsController
  3104.      */
  3105.     protected function getSharedTrainingsControllerService()
  3106.     {
  3107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3108.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/SharedTrainingsController.php';
  3109.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\Channel\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()));
  3110.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController'$this));
  3111.         return $instance;
  3112.     }
  3113.     /**
  3114.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Channel\ToggleShareController' shared autowired service.
  3115.      *
  3116.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Channel\ToggleShareController
  3117.      */
  3118.     protected function getToggleShareControllerService()
  3119.     {
  3120.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3121.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/ToggleShareController.php';
  3122.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\Channel\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()));
  3123.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController'$this));
  3124.         return $instance;
  3125.     }
  3126.     /**
  3127.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Channel\ToggleShareMultipleController' shared autowired service.
  3128.      *
  3129.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Channel\ToggleShareMultipleController
  3130.      */
  3131.     protected function getToggleShareMultipleControllerService()
  3132.     {
  3133.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3134.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/ToggleShareMultipleController.php';
  3135.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\Channel\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()));
  3136.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController'$this));
  3137.         return $instance;
  3138.     }
  3139.     /**
  3140.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Lesson\SharedLessonShowController' shared autowired service.
  3141.      *
  3142.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Lesson\SharedLessonShowController
  3143.      */
  3144.     protected function getSharedLessonShowControllerService()
  3145.     {
  3146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3147.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Lesson/SharedLessonShowController.php';
  3148.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\Content\Lesson\SharedLessonShowController(($this->privates['App\\Repository\\Scholar\\SharedLessonRepository'] ?? $this->getSharedLessonRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  3149.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController'$this));
  3150.         return $instance;
  3151.     }
  3152.     /**
  3153.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Lesson\SharedLessonsController' shared autowired service.
  3154.      *
  3155.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Lesson\SharedLessonsController
  3156.      */
  3157.     protected function getSharedLessonsController2Service()
  3158.     {
  3159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3160.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Lesson/SharedLessonsController.php';
  3161.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\Content\Lesson\SharedLessonsController(($this->privates['App\\Repository\\Scholar\\OriginLessonRepository'] ?? $this->getOriginLessonRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  3162.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController'$this));
  3163.         return $instance;
  3164.     }
  3165.     /**
  3166.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Module\SharedModuleShowController' shared autowired service.
  3167.      *
  3168.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Module\SharedModuleShowController
  3169.      */
  3170.     protected function getSharedModuleShowControllerService()
  3171.     {
  3172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3173.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Module/SharedModuleShowController.php';
  3174.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\Content\Module\SharedModuleShowController(($this->privates['App\\Repository\\Scholar\\SharedModuleRepository'] ?? $this->getSharedModuleRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  3175.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController'$this));
  3176.         return $instance;
  3177.     }
  3178.     /**
  3179.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Module\SharedModulesController' shared autowired service.
  3180.      *
  3181.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Module\SharedModulesController
  3182.      */
  3183.     protected function getSharedModulesController2Service()
  3184.     {
  3185.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3186.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Module/SharedModulesController.php';
  3187.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\Content\Module\SharedModulesController(($this->privates['App\\Repository\\Scholar\\OriginModuleRepository'] ?? $this->getOriginModuleRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  3188.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController'$this));
  3189.         return $instance;
  3190.     }
  3191.     /**
  3192.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Training\SharedTrainingShowController' shared autowired service.
  3193.      *
  3194.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Training\SharedTrainingShowController
  3195.      */
  3196.     protected function getSharedTrainingShowControllerService()
  3197.     {
  3198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3199.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Training/SharedTrainingShowController.php';
  3200.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\Content\Training\SharedTrainingShowController(($this->privates['App\\Repository\\Scholar\\SharedTrainingRepository'] ?? $this->getSharedTrainingRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  3201.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController'$this));
  3202.         return $instance;
  3203.     }
  3204.     /**
  3205.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Training\SharedTrainingsIndexController' shared autowired service.
  3206.      *
  3207.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Training\SharedTrainingsIndexController
  3208.      */
  3209.     protected function getSharedTrainingsIndexControllerService()
  3210.     {
  3211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3212.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Training/SharedTrainingsIndexController.php';
  3213.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\Content\Training\SharedTrainingsIndexController(($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()));
  3214.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController'$this));
  3215.         return $instance;
  3216.     }
  3217.     /**
  3218.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\ShareProgressController' shared autowired service.
  3219.      *
  3220.      * @return \App\Controller\Manager\Channel\Order\SharedContent\ShareProgressController
  3221.      */
  3222.     protected function getShareProgressControllerService()
  3223.     {
  3224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3225.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/ShareProgressController.php';
  3226.         $this->services['App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController'] = $instance = new \App\Controller\Manager\Channel\Order\SharedContent\ShareProgressController(($this->privates['App\\Repository\\Channel\\ShareContent\\AbstractProgressRepository'] ?? $this->getAbstractProgressRepositoryService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), ($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  3227.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController'$this));
  3228.         return $instance;
  3229.     }
  3230.     /**
  3231.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController' shared autowired service.
  3232.      *
  3233.      * @return \App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController
  3234.      */
  3235.     protected function getSharedChannelsControllerService()
  3236.     {
  3237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3238.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/SharedChannelsController.php';
  3239.         $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()));
  3240.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController'$this));
  3241.         return $instance;
  3242.     }
  3243.     /**
  3244.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase' shared autowired service.
  3245.      *
  3246.      * @return \App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase
  3247.      */
  3248.     protected function getArchivePracticalCaseService()
  3249.     {
  3250.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3251.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/ArchivePracticalCase.php';
  3252.         $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()));
  3253.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase'$this));
  3254.         return $instance;
  3255.     }
  3256.     /**
  3257.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController' shared autowired service.
  3258.      *
  3259.      * @return \App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController
  3260.      */
  3261.     protected function getDownloadPracticalCaseFilesController2Service()
  3262.     {
  3263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3264.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/DownloadPracticalCaseFilesController.php';
  3265.         $this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController(($this->privates['App\\Service\\Common\\FileService'] ?? $this->getFileServiceService()));
  3266.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController'$this));
  3267.         return $instance;
  3268.     }
  3269.     /**
  3270.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\EditController' shared autowired service.
  3271.      *
  3272.      * @return \App\Controller\Manager\Channel\PracticalCase\EditController
  3273.      */
  3274.     protected function getEditController4Service()
  3275.     {
  3276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3277.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/EditController.php';
  3278.         $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()));
  3279.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\EditController'$this));
  3280.         return $instance;
  3281.     }
  3282.     /**
  3283.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\NewController' shared autowired service.
  3284.      *
  3285.      * @return \App\Controller\Manager\Channel\PracticalCase\NewController
  3286.      */
  3287.     protected function getNewController4Service()
  3288.     {
  3289.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3290.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/NewController.php';
  3291.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  3292.         $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()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  3293.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\NewController'$this));
  3294.         return $instance;
  3295.     }
  3296.     /**
  3297.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\ShowController' shared autowired service.
  3298.      *
  3299.      * @return \App\Controller\Manager\Channel\PracticalCase\ShowController
  3300.      */
  3301.     protected function getShowController11Service()
  3302.     {
  3303.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3304.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/ShowController.php';
  3305.         $this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\ShowController();
  3306.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController'$this));
  3307.         return $instance;
  3308.     }
  3309.     /**
  3310.      * Gets the public 'App\Controller\Manager\Channel\Training\CollectionAction' shared autowired service.
  3311.      *
  3312.      * @return \App\Controller\Manager\Channel\Training\CollectionAction
  3313.      */
  3314.     protected function getCollectionAction10Service()
  3315.     {
  3316.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3317.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
  3318.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/CollectionAction.php';
  3319.         $this->services['App\\Controller\\Manager\\Channel\\Training\\CollectionAction'] = $instance = new \App\Controller\Manager\Channel\Training\CollectionAction(($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()));
  3320.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Training\\CollectionAction'$this));
  3321.         return $instance;
  3322.     }
  3323.     /**
  3324.      * Gets the public 'App\Controller\Manager\Channel\Training\DuplicateAction' shared autowired service.
  3325.      *
  3326.      * @return \App\Controller\Manager\Channel\Training\DuplicateAction
  3327.      */
  3328.     protected function getDuplicateAction2Service()
  3329.     {
  3330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3331.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/DuplicateAction.php';
  3332.         $this->services['App\\Controller\\Manager\\Channel\\Training\\DuplicateAction'] = $instance = new \App\Controller\Manager\Channel\Training\DuplicateAction(($this->privates['App\\Service\\Scholar\\DuplicateScholarService'] ?? $this->getDuplicateScholarServiceService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3333.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Training\\DuplicateAction'$this));
  3334.         return $instance;
  3335.     }
  3336.     /**
  3337.      * Gets the public 'App\Controller\Manager\Channel\Training\EditController' shared autowired service.
  3338.      *
  3339.      * @return \App\Controller\Manager\Channel\Training\EditController
  3340.      */
  3341.     protected function getEditController5Service()
  3342.     {
  3343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3344.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/EditController.php';
  3345.         $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()));
  3346.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Training\\EditController'$this));
  3347.         return $instance;
  3348.     }
  3349.     /**
  3350.      * Gets the public 'App\Controller\Manager\Channel\Training\EnsureScormAction' shared autowired service.
  3351.      *
  3352.      * @return \App\Controller\Manager\Channel\Training\EnsureScormAction
  3353.      */
  3354.     protected function getEnsureScormAction2Service()
  3355.     {
  3356.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3357.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/EnsureScormAction.php';
  3358.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormTerminateTracker.php';
  3359.         $this->services['App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction'] = $instance = new \App\Controller\Manager\Channel\Training\EnsureScormAction(($this->privates['App\\Service\\Scorm\\ScormTerminateTracker'] ?? ($this->privates['App\\Service\\Scorm\\ScormTerminateTracker'] = new \App\Service\Scorm\ScormTerminateTracker())), ($this->services['translator'] ?? $this->getTranslatorService()));
  3360.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction'$this));
  3361.         return $instance;
  3362.     }
  3363.     /**
  3364.      * Gets the public 'App\Controller\Manager\Channel\Training\GetAction' shared autowired service.
  3365.      *
  3366.      * @return \App\Controller\Manager\Channel\Training\GetAction
  3367.      */
  3368.     protected function getGetAction2Service()
  3369.     {
  3370.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3371.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/GetAction.php';
  3372.         $this->services['App\\Controller\\Manager\\Channel\\Training\\GetAction'] = $instance = new \App\Controller\Manager\Channel\Training\GetAction();
  3373.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Training\\GetAction'$this));
  3374.         return $instance;
  3375.     }
  3376.     /**
  3377.      * Gets the public 'App\Controller\Manager\Channel\Training\GetScormAction' shared autowired service.
  3378.      *
  3379.      * @return \App\Controller\Manager\Channel\Training\GetScormAction
  3380.      */
  3381.     protected function getGetScormAction3Service()
  3382.     {
  3383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3384.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/GetScormAction.php';
  3385.         $this->services['App\\Controller\\Manager\\Channel\\Training\\GetScormAction'] = $instance = new \App\Controller\Manager\Channel\Training\GetScormAction(($this->privates['App\\Repository\\Scorm\\ProductItemRepository'] ?? $this->getProductItemRepositoryService()));
  3386.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Training\\GetScormAction'$this));
  3387.         return $instance;
  3388.     }
  3389.     /**
  3390.      * Gets the public 'App\Controller\Manager\Channel\Training\NewController' shared autowired service.
  3391.      *
  3392.      * @return \App\Controller\Manager\Channel\Training\NewController
  3393.      */
  3394.     protected function getNewController5Service()
  3395.     {
  3396.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3397.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/NewController.php';
  3398.         $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()));
  3399.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Training\\NewController'$this));
  3400.         return $instance;
  3401.     }
  3402.     /**
  3403.      * Gets the public 'App\Controller\Manager\Channel\Training\ShareController' shared autowired service.
  3404.      *
  3405.      * @return \App\Controller\Manager\Channel\Training\ShareController
  3406.      */
  3407.     protected function getShareController3Service()
  3408.     {
  3409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3410.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/AbstractShareController.php';
  3411.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/ShareController.php';
  3412.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressService.php';
  3413.         $this->services['App\\Controller\\Manager\\Channel\\Training\\ShareController'] = $instance = new \App\Controller\Manager\Channel\Training\ShareController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Service\\ShareContent\\ShareProgressService'] ?? ($this->privates['App\\Service\\ShareContent\\ShareProgressService'] = new \App\Service\ShareContent\ShareProgressService())));
  3414.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Training\\ShareController'$this));
  3415.         return $instance;
  3416.     }
  3417.     /**
  3418.      * Gets the public 'App\Controller\Manager\Channel\Training\ShowController' shared autowired service.
  3419.      *
  3420.      * @return \App\Controller\Manager\Channel\Training\ShowController
  3421.      */
  3422.     protected function getShowController12Service()
  3423.     {
  3424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3425.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/ShowController.php';
  3426.         $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['App\\Service\\Scholar\\UserProgression\\UserProgressionService'] ?? $this->getUserProgressionServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
  3427.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Training\\ShowController'$this));
  3428.         return $instance;
  3429.     }
  3430.     /**
  3431.      * Gets the public 'App\Controller\Manager\Channel\Training\ToggleAction' shared autowired service.
  3432.      *
  3433.      * @return \App\Controller\Manager\Channel\Training\ToggleAction
  3434.      */
  3435.     protected function getToggleAction3Service()
  3436.     {
  3437.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3438.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/ToggleAction.php';
  3439.         $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()));
  3440.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\Manager\\Channel\\Training\\ToggleAction'$this));
  3441.         return $instance;
  3442.     }
  3443.     /**
  3444.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Chapter\CreateAction' shared autowired service.
  3445.      *
  3446.      * @return \App\Controller\PartnerApi\Channel\Scholar\Chapter\CreateAction
  3447.      */
  3448.     protected function getCreateActionService()
  3449.     {
  3450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3451.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Chapter/CreateAction.php';
  3452.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Chapter\CreateAction();
  3453.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction'$this));
  3454.         return $instance;
  3455.     }
  3456.     /**
  3457.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Chapter\DeleteAction' shared autowired service.
  3458.      *
  3459.      * @return \App\Controller\PartnerApi\Channel\Scholar\Chapter\DeleteAction
  3460.      */
  3461.     protected function getDeleteAction2Service()
  3462.     {
  3463.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3464.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Chapter/DeleteAction.php';
  3465.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Chapter\DeleteAction();
  3466.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction'$this));
  3467.         return $instance;
  3468.     }
  3469.     /**
  3470.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Chapter\IndexAction' shared autowired service.
  3471.      *
  3472.      * @return \App\Controller\PartnerApi\Channel\Scholar\Chapter\IndexAction
  3473.      */
  3474.     protected function getIndexActionService()
  3475.     {
  3476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3477.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Chapter/IndexAction.php';
  3478.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Chapter\IndexAction(($this->privates['App\\Repository\\Scholar\\OriginChapterRepository'] ?? $this->getOriginChapterRepositoryService()));
  3479.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction'$this));
  3480.         return $instance;
  3481.     }
  3482.     /**
  3483.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Chapter\ShowAction' shared autowired service.
  3484.      *
  3485.      * @return \App\Controller\PartnerApi\Channel\Scholar\Chapter\ShowAction
  3486.      */
  3487.     protected function getShowActionService()
  3488.     {
  3489.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3490.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Chapter/ShowAction.php';
  3491.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Chapter\ShowAction();
  3492.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction'$this));
  3493.         return $instance;
  3494.     }
  3495.     /**
  3496.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Chapter\UpdateAction' shared autowired service.
  3497.      *
  3498.      * @return \App\Controller\PartnerApi\Channel\Scholar\Chapter\UpdateAction
  3499.      */
  3500.     protected function getUpdateActionService()
  3501.     {
  3502.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3503.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Chapter/UpdateAction.php';
  3504.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Chapter\UpdateAction();
  3505.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction'$this));
  3506.         return $instance;
  3507.     }
  3508.     /**
  3509.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Exercise\CreateAction' shared autowired service.
  3510.      *
  3511.      * @return \App\Controller\PartnerApi\Channel\Scholar\Exercise\CreateAction
  3512.      */
  3513.     protected function getCreateAction2Service()
  3514.     {
  3515.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3516.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Exercise/CreateAction.php';
  3517.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Exercise\CreateAction();
  3518.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction'$this));
  3519.         return $instance;
  3520.     }
  3521.     /**
  3522.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Exercise\DeleteAction' shared autowired service.
  3523.      *
  3524.      * @return \App\Controller\PartnerApi\Channel\Scholar\Exercise\DeleteAction
  3525.      */
  3526.     protected function getDeleteAction3Service()
  3527.     {
  3528.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3529.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Exercise/DeleteAction.php';
  3530.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Exercise\DeleteAction();
  3531.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction'$this));
  3532.         return $instance;
  3533.     }
  3534.     /**
  3535.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Exercise\IndexAction' shared autowired service.
  3536.      *
  3537.      * @return \App\Controller\PartnerApi\Channel\Scholar\Exercise\IndexAction
  3538.      */
  3539.     protected function getIndexAction2Service()
  3540.     {
  3541.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3542.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Exercise/IndexAction.php';
  3543.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Exercise\IndexAction(($this->privates['App\\Repository\\Exercise\\OriginExerciseRepository'] ?? $this->getOriginExerciseRepositoryService()));
  3544.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction'$this));
  3545.         return $instance;
  3546.     }
  3547.     /**
  3548.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Exercise\ShowAction' shared autowired service.
  3549.      *
  3550.      * @return \App\Controller\PartnerApi\Channel\Scholar\Exercise\ShowAction
  3551.      */
  3552.     protected function getShowAction2Service()
  3553.     {
  3554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3555.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Exercise/ShowAction.php';
  3556.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Exercise\ShowAction();
  3557.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction'$this));
  3558.         return $instance;
  3559.     }
  3560.     /**
  3561.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Exercise\UpdateAction' shared autowired service.
  3562.      *
  3563.      * @return \App\Controller\PartnerApi\Channel\Scholar\Exercise\UpdateAction
  3564.      */
  3565.     protected function getUpdateAction2Service()
  3566.     {
  3567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3568.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Exercise/UpdateAction.php';
  3569.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Exercise\UpdateAction();
  3570.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction'$this));
  3571.         return $instance;
  3572.     }
  3573.     /**
  3574.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Lesson\CreateAction' shared autowired service.
  3575.      *
  3576.      * @return \App\Controller\PartnerApi\Channel\Scholar\Lesson\CreateAction
  3577.      */
  3578.     protected function getCreateAction3Service()
  3579.     {
  3580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3581.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Lesson/CreateAction.php';
  3582.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Lesson\CreateAction();
  3583.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction'$this));
  3584.         return $instance;
  3585.     }
  3586.     /**
  3587.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Lesson\DeleteAction' shared autowired service.
  3588.      *
  3589.      * @return \App\Controller\PartnerApi\Channel\Scholar\Lesson\DeleteAction
  3590.      */
  3591.     protected function getDeleteAction4Service()
  3592.     {
  3593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3594.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Lesson/DeleteAction.php';
  3595.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Lesson\DeleteAction();
  3596.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction'$this));
  3597.         return $instance;
  3598.     }
  3599.     /**
  3600.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Lesson\IndexAction' shared autowired service.
  3601.      *
  3602.      * @return \App\Controller\PartnerApi\Channel\Scholar\Lesson\IndexAction
  3603.      */
  3604.     protected function getIndexAction3Service()
  3605.     {
  3606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3607.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Lesson/IndexAction.php';
  3608.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Lesson\IndexAction(($this->privates['App\\Repository\\Scholar\\OriginLessonRepository'] ?? $this->getOriginLessonRepositoryService()));
  3609.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction'$this));
  3610.         return $instance;
  3611.     }
  3612.     /**
  3613.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Lesson\ShowAction' shared autowired service.
  3614.      *
  3615.      * @return \App\Controller\PartnerApi\Channel\Scholar\Lesson\ShowAction
  3616.      */
  3617.     protected function getShowAction3Service()
  3618.     {
  3619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3620.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Lesson/ShowAction.php';
  3621.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Lesson\ShowAction();
  3622.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction'$this));
  3623.         return $instance;
  3624.     }
  3625.     /**
  3626.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Lesson\UpdateAction' shared autowired service.
  3627.      *
  3628.      * @return \App\Controller\PartnerApi\Channel\Scholar\Lesson\UpdateAction
  3629.      */
  3630.     protected function getUpdateAction3Service()
  3631.     {
  3632.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3633.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Lesson/UpdateAction.php';
  3634.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Lesson\UpdateAction();
  3635.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction'$this));
  3636.         return $instance;
  3637.     }
  3638.     /**
  3639.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\ModuleLesson\AddAction' shared autowired service.
  3640.      *
  3641.      * @return \App\Controller\PartnerApi\Channel\Scholar\ModuleLesson\AddAction
  3642.      */
  3643.     protected function getAddActionService()
  3644.     {
  3645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3646.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/ModuleLesson/AddAction.php';
  3647.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\ModuleLesson\AddAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3648.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction'$this));
  3649.         return $instance;
  3650.     }
  3651.     /**
  3652.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\ModuleLesson\RemoveAction' shared autowired service.
  3653.      *
  3654.      * @return \App\Controller\PartnerApi\Channel\Scholar\ModuleLesson\RemoveAction
  3655.      */
  3656.     protected function getRemoveActionService()
  3657.     {
  3658.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3659.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/ModuleLesson/RemoveAction.php';
  3660.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\ModuleLesson\RemoveAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3661.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction'$this));
  3662.         return $instance;
  3663.     }
  3664.     /**
  3665.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Module\CreateAction' shared autowired service.
  3666.      *
  3667.      * @return \App\Controller\PartnerApi\Channel\Scholar\Module\CreateAction
  3668.      */
  3669.     protected function getCreateAction4Service()
  3670.     {
  3671.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3672.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Module/CreateAction.php';
  3673.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Module\CreateAction();
  3674.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction'$this));
  3675.         return $instance;
  3676.     }
  3677.     /**
  3678.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Module\DeleteAction' shared autowired service.
  3679.      *
  3680.      * @return \App\Controller\PartnerApi\Channel\Scholar\Module\DeleteAction
  3681.      */
  3682.     protected function getDeleteAction5Service()
  3683.     {
  3684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3685.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Module/DeleteAction.php';
  3686.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Module\DeleteAction();
  3687.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction'$this));
  3688.         return $instance;
  3689.     }
  3690.     /**
  3691.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Module\IndexAction' shared autowired service.
  3692.      *
  3693.      * @return \App\Controller\PartnerApi\Channel\Scholar\Module\IndexAction
  3694.      */
  3695.     protected function getIndexAction4Service()
  3696.     {
  3697.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3698.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Module/IndexAction.php';
  3699.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Module\IndexAction(($this->privates['App\\Repository\\Scholar\\OriginModuleRepository'] ?? $this->getOriginModuleRepositoryService()));
  3700.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction'$this));
  3701.         return $instance;
  3702.     }
  3703.     /**
  3704.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Module\ShowAction' shared autowired service.
  3705.      *
  3706.      * @return \App\Controller\PartnerApi\Channel\Scholar\Module\ShowAction
  3707.      */
  3708.     protected function getShowAction4Service()
  3709.     {
  3710.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3711.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Module/ShowAction.php';
  3712.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Module\ShowAction();
  3713.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction'$this));
  3714.         return $instance;
  3715.     }
  3716.     /**
  3717.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Module\UpdateAction' shared autowired service.
  3718.      *
  3719.      * @return \App\Controller\PartnerApi\Channel\Scholar\Module\UpdateAction
  3720.      */
  3721.     protected function getUpdateAction4Service()
  3722.     {
  3723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3724.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Module/UpdateAction.php';
  3725.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Module\UpdateAction();
  3726.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction'$this));
  3727.         return $instance;
  3728.     }
  3729.     /**
  3730.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\PracticalCase\CreateAction' shared autowired service.
  3731.      *
  3732.      * @return \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\CreateAction
  3733.      */
  3734.     protected function getCreateAction5Service()
  3735.     {
  3736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3737.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/PracticalCase/CreateAction.php';
  3738.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\CreateAction();
  3739.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction'$this));
  3740.         return $instance;
  3741.     }
  3742.     /**
  3743.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\PracticalCase\DeleteAction' shared autowired service.
  3744.      *
  3745.      * @return \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\DeleteAction
  3746.      */
  3747.     protected function getDeleteAction6Service()
  3748.     {
  3749.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3750.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/PracticalCase/DeleteAction.php';
  3751.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\DeleteAction();
  3752.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction'$this));
  3753.         return $instance;
  3754.     }
  3755.     /**
  3756.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\PracticalCase\IndexAction' shared autowired service.
  3757.      *
  3758.      * @return \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\IndexAction
  3759.      */
  3760.     protected function getIndexAction5Service()
  3761.     {
  3762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3763.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/PracticalCase/IndexAction.php';
  3764.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\IndexAction(($this->privates['App\\Repository\\Scholar\\PracticalCase\\OriginPracticalCaseRepository'] ?? $this->getOriginPracticalCaseRepositoryService()));
  3765.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction'$this));
  3766.         return $instance;
  3767.     }
  3768.     /**
  3769.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\PracticalCase\ShowAction' shared autowired service.
  3770.      *
  3771.      * @return \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\ShowAction
  3772.      */
  3773.     protected function getShowAction5Service()
  3774.     {
  3775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3776.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/PracticalCase/ShowAction.php';
  3777.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\ShowAction();
  3778.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction'$this));
  3779.         return $instance;
  3780.     }
  3781.     /**
  3782.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\PracticalCase\UpdateAction' shared autowired service.
  3783.      *
  3784.      * @return \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\UpdateAction
  3785.      */
  3786.     protected function getUpdateAction5Service()
  3787.     {
  3788.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3789.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/PracticalCase/UpdateAction.php';
  3790.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\UpdateAction();
  3791.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction'$this));
  3792.         return $instance;
  3793.     }
  3794.     /**
  3795.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\TrainingModule\AddAction' shared autowired service.
  3796.      *
  3797.      * @return \App\Controller\PartnerApi\Channel\Scholar\TrainingModule\AddAction
  3798.      */
  3799.     protected function getAddAction2Service()
  3800.     {
  3801.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3802.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/TrainingModule/AddAction.php';
  3803.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\TrainingModule\AddAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3804.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction'$this));
  3805.         return $instance;
  3806.     }
  3807.     /**
  3808.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\TrainingModule\RemoveAction' shared autowired service.
  3809.      *
  3810.      * @return \App\Controller\PartnerApi\Channel\Scholar\TrainingModule\RemoveAction
  3811.      */
  3812.     protected function getRemoveAction2Service()
  3813.     {
  3814.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3815.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/TrainingModule/RemoveAction.php';
  3816.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\TrainingModule\RemoveAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3817.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction'$this));
  3818.         return $instance;
  3819.     }
  3820.     /**
  3821.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Training\CreateAction' shared autowired service.
  3822.      *
  3823.      * @return \App\Controller\PartnerApi\Channel\Scholar\Training\CreateAction
  3824.      */
  3825.     protected function getCreateAction6Service()
  3826.     {
  3827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3828.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Training/CreateAction.php';
  3829.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Training\CreateAction();
  3830.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction'$this));
  3831.         return $instance;
  3832.     }
  3833.     /**
  3834.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Training\DeleteAction' shared autowired service.
  3835.      *
  3836.      * @return \App\Controller\PartnerApi\Channel\Scholar\Training\DeleteAction
  3837.      */
  3838.     protected function getDeleteAction7Service()
  3839.     {
  3840.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3841.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Training/DeleteAction.php';
  3842.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Training\DeleteAction();
  3843.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction'$this));
  3844.         return $instance;
  3845.     }
  3846.     /**
  3847.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Training\IndexAction' shared autowired service.
  3848.      *
  3849.      * @return \App\Controller\PartnerApi\Channel\Scholar\Training\IndexAction
  3850.      */
  3851.     protected function getIndexAction6Service()
  3852.     {
  3853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3854.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Training/IndexAction.php';
  3855.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Training\IndexAction(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  3856.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction'$this));
  3857.         return $instance;
  3858.     }
  3859.     /**
  3860.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Training\ShowAction' shared autowired service.
  3861.      *
  3862.      * @return \App\Controller\PartnerApi\Channel\Scholar\Training\ShowAction
  3863.      */
  3864.     protected function getShowAction6Service()
  3865.     {
  3866.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3867.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Training/ShowAction.php';
  3868.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Training\ShowAction();
  3869.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction'$this));
  3870.         return $instance;
  3871.     }
  3872.     /**
  3873.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Training\UpdateAction' shared autowired service.
  3874.      *
  3875.      * @return \App\Controller\PartnerApi\Channel\Scholar\Training\UpdateAction
  3876.      */
  3877.     protected function getUpdateAction6Service()
  3878.     {
  3879.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3880.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Training/UpdateAction.php';
  3881.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Training\UpdateAction();
  3882.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction'$this));
  3883.         return $instance;
  3884.     }
  3885.     /**
  3886.      * Gets the public 'App\Controller\ReverseSync\Channel\Training\CollectionAction' shared autowired service.
  3887.      *
  3888.      * @return \App\Controller\ReverseSync\Channel\Training\CollectionAction
  3889.      */
  3890.     protected function getCollectionAction11Service()
  3891.     {
  3892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3893.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Channel/Training/CollectionAction.php';
  3894.         $this->services['App\\Controller\\ReverseSync\\Channel\\Training\\CollectionAction'] = $instance = new \App\Controller\ReverseSync\Channel\Training\CollectionAction(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  3895.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\ReverseSync\\Channel\\Training\\CollectionAction'$this));
  3896.         return $instance;
  3897.     }
  3898.     /**
  3899.      * Gets the public 'App\Controller\ReverseSync\Channel\Training\GetAction' shared autowired service.
  3900.      *
  3901.      * @return \App\Controller\ReverseSync\Channel\Training\GetAction
  3902.      */
  3903.     protected function getGetAction3Service()
  3904.     {
  3905.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Channel/Training/GetAction.php';
  3906.         return $this->services['App\\Controller\\ReverseSync\\Channel\\Training\\GetAction'] = new \App\Controller\ReverseSync\Channel\Training\GetAction();
  3907.     }
  3908.     /**
  3909.      * Gets the public 'App\Controller\ReverseSync\Scholar\GetTrainingUserProgression' shared autowired service.
  3910.      *
  3911.      * @return \App\Controller\ReverseSync\Scholar\GetTrainingUserProgression
  3912.      */
  3913.     protected function getGetTrainingUserProgressionService()
  3914.     {
  3915.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Scholar/GetTrainingUserProgression.php';
  3916.         return $this->services['App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression'] = new \App\Controller\ReverseSync\Scholar\GetTrainingUserProgression(($this->privates['App\\Service\\Scholar\\UserProgression\\UserProgressionService'] ?? $this->getUserProgressionServiceService()));
  3917.     }
  3918.     /**
  3919.      * Gets the public 'App\Controller\ReverseSync\Scholar\Lesson\CollectionAction' shared autowired service.
  3920.      *
  3921.      * @return \App\Controller\ReverseSync\Scholar\Lesson\CollectionAction
  3922.      */
  3923.     protected function getCollectionAction12Service()
  3924.     {
  3925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3926.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Scholar/Lesson/CollectionAction.php';
  3927.         $this->services['App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction'] = $instance = new \App\Controller\ReverseSync\Scholar\Lesson\CollectionAction(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  3928.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction'$this));
  3929.         return $instance;
  3930.     }
  3931.     /**
  3932.      * Gets the public 'App\Controller\ReverseSync\Scholar\UserActivityExportController' shared autowired service.
  3933.      *
  3934.      * @return \App\Controller\ReverseSync\Scholar\UserActivityExportController
  3935.      */
  3936.     protected function getUserActivityExportControllerService()
  3937.     {
  3938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3939.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Scholar/UserActivityExportController.php';
  3940.         include_once \dirname(__DIR__4).'/src/Service/Export/ExportUserActivity.php';
  3941.         $this->services['App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController'] = $instance = new \App\Controller\ReverseSync\Scholar\UserActivityExportController(new \App\Service\Export\ExportUserActivity(($this->privates['App\\Service\\Scholar\\UserProgression\\UserProgressionService'] ?? $this->getUserProgressionServiceService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))));
  3942.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController'$this));
  3943.         return $instance;
  3944.     }
  3945.     /**
  3946.      * Gets the public 'App\Controller\TemplateCustomController' shared autowired service.
  3947.      *
  3948.      * @return \App\Controller\TemplateCustomController
  3949.      */
  3950.     protected function getTemplateCustomControllerService()
  3951.     {
  3952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3953.         include_once \dirname(__DIR__4).'/src/Controller/TemplateCustomController.php';
  3954.         $this->services['App\\Controller\\TemplateCustomController'] = $instance = new \App\Controller\TemplateCustomController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
  3955.         $instance->setContainer(($this->privates['.service_locator.G_SbxWW'] ?? $this->get_ServiceLocator_GSbxWWService())->withContext('App\\Controller\\TemplateCustomController'$this));
  3956.         return $instance;
  3957.     }
  3958.     /**
  3959.      * Gets the public 'App\Uploader\Naming\RemoteVideoNamer' shared autowired service.
  3960.      *
  3961.      * @return \App\Uploader\Naming\RemoteVideoNamer
  3962.      */
  3963.     protected function getRemoteVideoNamerService()
  3964.     {
  3965.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  3966.         include_once \dirname(__DIR__4).'/src/Uploader/Naming/RemoteVideoNamer.php';
  3967.         return $this->services['App\\Uploader\\Naming\\RemoteVideoNamer'] = new \App\Uploader\Naming\RemoteVideoNamer(($this->privates['App\\Service\\Channel\\Video\\ScholarVideoService'] ?? $this->getScholarVideoServiceService()));
  3968.     }
  3969.     /**
  3970.      * Gets the public 'App\Uploader\Naming\UserAvatarNamer' shared autowired service.
  3971.      *
  3972.      * @return \App\Uploader\Naming\UserAvatarNamer
  3973.      */
  3974.     protected function getUserAvatarNamerService()
  3975.     {
  3976.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  3977.         include_once \dirname(__DIR__4).'/src/Uploader/Naming/UserAvatarNamer.php';
  3978.         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()));
  3979.     }
  3980.     /**
  3981.      * Gets the public 'App\Uploader\Naming\UuidNamer' shared autowired service.
  3982.      *
  3983.      * @return \App\Uploader\Naming\UuidNamer
  3984.      */
  3985.     protected function getUuidNamerService()
  3986.     {
  3987.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  3988.         include_once \dirname(__DIR__4).'/src/Uploader/Naming/UuidNamer.php';
  3989.         return $this->services['App\\Uploader\\Naming\\UuidNamer'] = new \App\Uploader\Naming\UuidNamer();
  3990.     }
  3991.     /**
  3992.      * Gets the public 'App\WebSocket\Component\NotificationSocketComponent' shared autowired service.
  3993.      *
  3994.      * @return \App\WebSocket\Component\NotificationSocketComponent
  3995.      */
  3996.     protected function getNotificationSocketComponentService()
  3997.     {
  3998.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  4000.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/ComponentTrait.php';
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractComponent.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractMessageComponent.php';
  4006.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/NotificationSocketComponent.php';
  4007.         return $this->services['App\\WebSocket\\Component\\NotificationSocketComponent'] = new \App\WebSocket\Component\NotificationSocketComponent(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['drosalys.web_socket.loop'] ?? $this->getDrosalys_WebSocket_LoopService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4008.     }
  4009.     /**
  4010.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  4011.      *
  4012.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  4013.      */
  4014.     protected function getProfilerControllerService()
  4015.     {
  4016.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  4017.         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()));
  4018.     }
  4019.     /**
  4020.      * Gets the public 'DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer.App\Entity\Account\User' shared service.
  4021.      *
  4022.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer
  4023.      */
  4024.     protected function getUserService()
  4025.     {
  4026.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  4027.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/Blamer.php';
  4028.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/DoctrineBlamer.php';
  4029.         return $this->services['DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DoctrineBlamer.App\\Entity\\Account\\User'] = new \DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'App\\Entity\\Account\\User', [=> 'App\\Entity'=> 'DrosalysWeb\\ObjectExtensions\\SerializeLog\\Model']);
  4030.     }
  4031.     /**
  4032.      * Gets the public 'Faker\Generator' shared service.
  4033.      *
  4034.      * @return \Faker\Generator
  4035.      */
  4036.     protected function getGeneratorService()
  4037.     {
  4038.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  4039.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  4040.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  4041.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Base.php';
  4042.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/HtmlLorem.php';
  4043.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Image.php';
  4044.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/Image.php';
  4045.         $this->services['Faker\\Generator'] = $instance \Faker\Factory::create('fr_FR');
  4046.         $instance->seed(1);
  4047.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  4048.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem($instance));
  4049.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\Image($instance));
  4050.         return $instance;
  4051.     }
  4052.     /**
  4053.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  4054.      *
  4055.      * @return \Liip\ImagineBundle\Controller\ImagineController
  4056.      */
  4057.     protected function getImagineControllerService()
  4058.     {
  4059.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  4060.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  4061.         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));
  4062.     }
  4063.     /**
  4064.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction' shared autowired service.
  4065.      *
  4066.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction
  4067.      */
  4068.     protected function getConnectActionService()
  4069.     {
  4070.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectAction.php';
  4071.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  4072.         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']))));
  4073.     }
  4074.     /**
  4075.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction' shared autowired service.
  4076.      *
  4077.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction
  4078.      */
  4079.     protected function getConnectCheckActionService()
  4080.     {
  4081.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectCheckAction.php';
  4082.         return $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction'] = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction();
  4083.     }
  4084.     /**
  4085.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\GlobalLogoutController' shared autowired service.
  4086.      *
  4087.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\GlobalLogoutController
  4088.      */
  4089.     protected function getGlobalLogoutControllerService()
  4090.     {
  4091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/GlobalLogoutController.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Session/SessionDeleter.php';
  4094.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\GlobalLogoutController'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\GlobalLogoutController(new \Nellapp\Bundle\SDKBundle\Auth\Session\SessionDeleter(($this->privates['Redis'] ?? $this->getRedisService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'nellapp'));
  4095.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\GlobalLogoutController'$this));
  4096.         return $instance;
  4097.     }
  4098.     /**
  4099.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction' shared autowired service.
  4100.      *
  4101.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction
  4102.      */
  4103.     protected function getLoggedOutActionService()
  4104.     {
  4105.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4106.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LoggedOutAction.php';
  4107.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction();
  4108.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'$this));
  4109.         return $instance;
  4110.     }
  4111.     /**
  4112.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction' shared autowired service.
  4113.      *
  4114.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction
  4115.      */
  4116.     protected function getLogoutActionService()
  4117.     {
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LogoutAction.php';
  4120.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction();
  4121.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'$this));
  4122.         return $instance;
  4123.     }
  4124.     /**
  4125.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction' shared autowired service.
  4126.      *
  4127.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction
  4128.      */
  4129.     protected function getCollectionAction13Service()
  4130.     {
  4131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4132.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  4133.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChannelUserRole/CollectionAction.php';
  4134.         $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()));
  4135.         $instance->setContainer(($this->privates['.service_locator.T3y10Vt'] ?? $this->get_ServiceLocator_T3y10VtService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction'$this));
  4136.         return $instance;
  4137.     }
  4138.     /**
  4139.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController' shared autowired service.
  4140.      *
  4141.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController
  4142.      */
  4143.     protected function getChatNotificationControllerService()
  4144.     {
  4145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChatNotification/ChatNotificationController.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/ProxyClientInterface.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/AbstractProxyClient.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Proxy/ProxyClient.php';
  4150.         $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['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService())), ($this->privates['nellapp_sdk.routing.internal_url_generator'] ?? $this->getNellappSdk_Routing_InternalUrlGeneratorService()));
  4151.         $instance->setContainer(($this->privates['.service_locator.T3y10Vt'] ?? $this->get_ServiceLocator_T3y10VtService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController'$this));
  4152.         return $instance;
  4153.     }
  4154.     /**
  4155.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction' shared autowired service.
  4156.      *
  4157.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction
  4158.      */
  4159.     protected function getChannelAdminCollectionActionService()
  4160.     {
  4161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelAdminCollectionAction.php';
  4164.         $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()));
  4165.         $instance->setContainer(($this->privates['.service_locator.T3y10Vt'] ?? $this->get_ServiceLocator_T3y10VtService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction'$this));
  4166.         return $instance;
  4167.     }
  4168.     /**
  4169.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction' shared autowired service.
  4170.      *
  4171.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction
  4172.      */
  4173.     protected function getChannelLearnerCollectionActionService()
  4174.     {
  4175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4176.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  4177.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelLearnerCollectionAction.php';
  4178.         $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()));
  4179.         $instance->setContainer(($this->privates['.service_locator.T3y10Vt'] ?? $this->get_ServiceLocator_T3y10VtService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction'$this));
  4180.         return $instance;
  4181.     }
  4182.     /**
  4183.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction' shared autowired service.
  4184.      *
  4185.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction
  4186.      */
  4187.     protected function getChannelUserCollectionActionService()
  4188.     {
  4189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4190.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelUserCollectionAction.php';
  4192.         $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()));
  4193.         $instance->setContainer(($this->privates['.service_locator.T3y10Vt'] ?? $this->get_ServiceLocator_T3y10VtService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction'$this));
  4194.         return $instance;
  4195.     }
  4196.     /**
  4197.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController' shared autowired service.
  4198.      *
  4199.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController
  4200.      */
  4201.     protected function getChannelResourceAccessCacheControllerService()
  4202.     {
  4203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Async/ChannelResourceAccessCacheController.php';
  4205.         $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()));
  4206.         $instance->setContainer(($this->privates['.service_locator.793NzDJ'] ?? $this->get_ServiceLocator_793NzDJService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController'$this));
  4207.         return $instance;
  4208.     }
  4209.     /**
  4210.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction' shared autowired service.
  4211.      *
  4212.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction
  4213.      */
  4214.     protected function getDeleteAction8Service()
  4215.     {
  4216.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/DeleteAction.php';
  4219.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4220.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  4221.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  4222.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  4223.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  4224.         $instance->setContainer(($this->privates['.service_locator.793NzDJ'] ?? $this->get_ServiceLocator_793NzDJService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction'$this));
  4225.         return $instance;
  4226.     }
  4227.     /**
  4228.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction' shared autowired service.
  4229.      *
  4230.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction
  4231.      */
  4232.     protected function getEditAction2Service()
  4233.     {
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/EditAction.php';
  4237.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4238.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  4239.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  4240.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  4241.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  4242.         $instance->setContainer(($this->privates['.service_locator.793NzDJ'] ?? $this->get_ServiceLocator_793NzDJService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction'$this));
  4243.         return $instance;
  4244.     }
  4245.     /**
  4246.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction' shared autowired service.
  4247.      *
  4248.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction
  4249.      */
  4250.     protected function getIndexAction7Service()
  4251.     {
  4252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  4254.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/IndexAction.php';
  4255.         $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()));
  4256.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  4257.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  4258.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  4259.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  4260.         $instance->setContainer(($this->privates['.service_locator.793NzDJ'] ?? $this->get_ServiceLocator_793NzDJService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction'$this));
  4261.         return $instance;
  4262.     }
  4263.     /**
  4264.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction' shared autowired service.
  4265.      *
  4266.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction
  4267.      */
  4268.     protected function getNewActionService()
  4269.     {
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/NewAction.php';
  4273.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4274.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  4275.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  4276.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  4277.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  4278.         $instance->setContainer(($this->privates['.service_locator.793NzDJ'] ?? $this->get_ServiceLocator_793NzDJService())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction'$this));
  4279.         return $instance;
  4280.     }
  4281.     /**
  4282.      * Gets the public 'Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction' shared autowired service.
  4283.      *
  4284.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction
  4285.      */
  4286.     protected function getCollectionAction14Service()
  4287.     {
  4288.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Controller/Sync/CollectionAction.php';
  4289.         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()));
  4290.     }
  4291.     /**
  4292.      * Gets the public 'Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController' shared autowired service.
  4293.      *
  4294.      * @return \Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController
  4295.      */
  4296.     protected function getErrorControllerService()
  4297.     {
  4298.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Controller/ErrorController.php';
  4299.         return $this->services['Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController'] = new \Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4300.     }
  4301.     /**
  4302.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  4303.      *
  4304.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  4305.      */
  4306.     protected function getRedirectController2Service()
  4307.     {
  4308.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  4309.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4310.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  4311.     }
  4312.     /**
  4313.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  4314.      *
  4315.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  4316.      */
  4317.     protected function getTemplateControllerService()
  4318.     {
  4319.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  4320.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4321.     }
  4322.     /**
  4323.      * Gets the public 'cache.app' shared service.
  4324.      *
  4325.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4326.      */
  4327.     protected function getCache_AppService()
  4328.     {
  4329.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.IdSBhyU'] ?? $this->get_CacheConnection_IdSBhyUService()), '+LOZLitaLc'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4330.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4331.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4332.     }
  4333.     /**
  4334.      * Gets the public 'cache.app_clearer' shared service.
  4335.      *
  4336.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4337.      */
  4338.     protected function getCache_AppClearerService()
  4339.     {
  4340.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4342.         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())]);
  4343.     }
  4344.     /**
  4345.      * Gets the public 'cache.global_clearer' shared service.
  4346.      *
  4347.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4348.      */
  4349.     protected function getCache_GlobalClearerService()
  4350.     {
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4353.         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())]);
  4354.     }
  4355.     /**
  4356.      * Gets the public 'cache.system' shared service.
  4357.      *
  4358.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4359.      */
  4360.     protected function getCache_SystemService()
  4361.     {
  4362.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('XvksJlmZPB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4363.     }
  4364.     /**
  4365.      * Gets the public 'cache.system_clearer' shared service.
  4366.      *
  4367.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4368.      */
  4369.     protected function getCache_SystemClearerService()
  4370.     {
  4371.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4372.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4373.         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())]);
  4374.     }
  4375.     /**
  4376.      * Gets the public 'cache.validator_expression_language' shared service.
  4377.      *
  4378.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4379.      */
  4380.     protected function getCache_ValidatorExpressionLanguageService()
  4381.     {
  4382.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yImJ3dCOSy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4383.     }
  4384.     /**
  4385.      * Gets the public 'cache_warmer' shared service.
  4386.      *
  4387.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  4388.      */
  4389.     protected function getCacheWarmerService()
  4390.     {
  4391.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4392.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  4393.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  4394.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  4395.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  4396.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  4397.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  4398.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  4399.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  4400.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  4401.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  4402.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  4403.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
  4404.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  4405.     }
  4406.     /**
  4407.      * Gets the public 'console.command_loader' shared service.
  4408.      *
  4409.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  4410.      */
  4411.     protected function getConsole_CommandLoaderService()
  4412.     {
  4413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  4414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  4415.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4416.             'App\\Command\\CalculateMcqCommand' => ['privates''App\\Command\\CalculateMcqCommand''getCalculateMcqCommandService'false],
  4417.             'App\\Command\\CheckSharedEntityCommand' => ['privates''.App\\Command\\CheckSharedEntityCommand.lazy''getCheckSharedEntityCommand_LazyService'false],
  4418.             'App\\Command\\FixImageChapterCommand' => ['privates''App\\Command\\FixImageChapterCommand''getFixImageChapterCommandService'false],
  4419.             'App\\Command\\InitK2r2RemoteVideoCommand' => ['privates''.App\\Command\\InitK2r2RemoteVideoCommand.lazy''getInitK2r2RemoteVideoCommand_LazyService'false],
  4420.             'App\\Command\\K2R2IndexingCommand' => ['privates''.App\\Command\\K2R2IndexingCommand.lazy''getK2R2IndexingCommand_LazyService'false],
  4421.             'App\\Command\\K2r2\\IndexYoutubeVideoCommand' => ['privates''.App\\Command\\K2r2\\IndexYoutubeVideoCommand.lazy''getIndexYoutubeVideoCommand_LazyService'false],
  4422.             'App\\Command\\PartnerApi\\PartnerApiUserChannelCommand' => ['privates''.App\\Command\\PartnerApi\\PartnerApiUserChannelCommand.lazy''getPartnerApiUserChannelCommand_LazyService'false],
  4423.             'App\\Command\\PartnerApi\\PartnerApiUserCreateCommand' => ['privates''.App\\Command\\PartnerApi\\PartnerApiUserCreateCommand.lazy''getPartnerApiUserCreateCommand_LazyService'false],
  4424.             'App\\Command\\PartnerApi\\PartnerApiUserListCommand' => ['privates''.App\\Command\\PartnerApi\\PartnerApiUserListCommand.lazy''getPartnerApiUserListCommand_LazyService'false],
  4425.             'App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand' => ['privates''.App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand.lazy''getPartnerApiUserRevokeCommand_LazyService'false],
  4426.             'App\\Command\\RefreshLessonStatsCommand' => ['privates''.App\\Command\\RefreshLessonStatsCommand.lazy''getRefreshLessonStatsCommand_LazyService'false],
  4427.             'App\\Command\\Scorm\\ForceScormUpdateCommand' => ['privates''.App\\Command\\Scorm\\ForceScormUpdateCommand.lazy''getForceScormUpdateCommand_LazyService'false],
  4428.             'App\\Command\\Scorm\\GenerateScormCommand' => ['privates''.App\\Command\\Scorm\\GenerateScormCommand.lazy''getGenerateScormCommand_LazyService'false],
  4429.             'App\\Command\\Scorm\\InitializeScormCommand' => ['privates''.App\\Command\\Scorm\\InitializeScormCommand.lazy''getInitializeScormCommand_LazyService'false],
  4430.             'App\\Command\\ShareContentEntityCommand' => ['privates''.App\\Command\\ShareContentEntityCommand.lazy''getShareContentEntityCommand_LazyService'false],
  4431.             'App\\Command\\SharedChildrenUpdatedAtCommand' => ['privates''.App\\Command\\SharedChildrenUpdatedAtCommand.lazy''getSharedChildrenUpdatedAtCommand_LazyService'false],
  4432.             'App\\Command\\UpdateMimeTypeForNellappFileCommand' => ['privates''.App\\Command\\UpdateMimeTypeForNellappFileCommand.lazy''getUpdateMimeTypeForNellappFileCommand_LazyService'false],
  4433.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  4434.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  4435.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  4436.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  4437.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  4438.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  4439.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  4440.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  4441.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  4442.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  4443.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  4444.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  4445.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  4446.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  4447.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  4448.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  4449.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  4450.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  4451.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  4452.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  4453.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  4454.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  4455.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  4456.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  4457.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  4458.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  4459.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  4460.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  4461.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  4462.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  4463.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  4464.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  4465.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  4466.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  4467.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  4468.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  4469.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  4470.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  4471.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  4472.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  4473.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  4474.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  4475.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  4476.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  4477.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  4478.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  4479.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  4480.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  4481.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  4482.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  4483.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  4484.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  4485.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  4486.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  4487.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  4488.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  4489.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  4490.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  4491.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  4492.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  4493.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  4494.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  4495.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  4496.             '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],
  4497.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  4498.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  4499.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  4500.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  4501.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  4502.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  4503.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  4504.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  4505.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  4506.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  4507.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  4508.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  4509.             'oneup_uploader.command.clear_chunks' => ['privates''oneup_uploader.command.clear_chunks''getOneupUploader_Command_ClearChunksService'false],
  4510.             'oneup_uploader.command.clear_orphans' => ['privates''oneup_uploader.command.clear_orphans''getOneupUploader_Command_ClearOrphansService'false],
  4511.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  4512.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  4513.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  4514.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand.lazy''getCheckChannelMenuDisplayedCommand_LazyService'false],
  4515.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand.lazy''getCleanExpiredChannelResourcePermissionCommand_LazyService'false],
  4516.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => ['privates''Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand''getFailedMessageCommandService'false],
  4517.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand.lazy''getFullRefreshClassCommand_LazyService'false],
  4518.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand.lazy''getRefreshClassCommand_LazyService'false],
  4519.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand.lazy''getRefreshOneCommand_LazyService'false],
  4520.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand.lazy''getUserFromChannelCommand_LazyService'false],
  4521.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand.lazy''getSyncOneCommand_LazyService'false],
  4522.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => ['privates''DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand''getServerRunCommandService'false],
  4523.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  4524.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  4525.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  4526.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  4527.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  4528.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  4529.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  4530.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  4531.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  4532.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  4533.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  4534.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  4535.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  4536.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  4537.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  4538.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  4539.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  4540.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  4541.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  4542.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  4543.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  4544.         ], [
  4545.             'App\\Command\\CalculateMcqCommand' => 'App\\Command\\CalculateMcqCommand',
  4546.             'App\\Command\\CheckSharedEntityCommand' => '?',
  4547.             'App\\Command\\FixImageChapterCommand' => 'App\\Command\\FixImageChapterCommand',
  4548.             'App\\Command\\InitK2r2RemoteVideoCommand' => '?',
  4549.             'App\\Command\\K2R2IndexingCommand' => '?',
  4550.             'App\\Command\\K2r2\\IndexYoutubeVideoCommand' => '?',
  4551.             'App\\Command\\PartnerApi\\PartnerApiUserChannelCommand' => '?',
  4552.             'App\\Command\\PartnerApi\\PartnerApiUserCreateCommand' => '?',
  4553.             'App\\Command\\PartnerApi\\PartnerApiUserListCommand' => '?',
  4554.             'App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand' => '?',
  4555.             'App\\Command\\RefreshLessonStatsCommand' => '?',
  4556.             'App\\Command\\Scorm\\ForceScormUpdateCommand' => '?',
  4557.             'App\\Command\\Scorm\\GenerateScormCommand' => '?',
  4558.             'App\\Command\\Scorm\\InitializeScormCommand' => '?',
  4559.             'App\\Command\\ShareContentEntityCommand' => '?',
  4560.             'App\\Command\\SharedChildrenUpdatedAtCommand' => '?',
  4561.             'App\\Command\\UpdateMimeTypeForNellappFileCommand' => '?',
  4562.             'console.command.about' => '?',
  4563.             'console.command.assets_install' => '?',
  4564.             'console.command.cache_clear' => '?',
  4565.             'console.command.cache_pool_clear' => '?',
  4566.             'console.command.cache_pool_prune' => '?',
  4567.             'console.command.cache_pool_delete' => '?',
  4568.             'console.command.cache_pool_list' => '?',
  4569.             'console.command.cache_warmup' => '?',
  4570.             'console.command.config_debug' => '?',
  4571.             'console.command.config_dump_reference' => '?',
  4572.             'console.command.container_debug' => '?',
  4573.             'console.command.container_lint' => '?',
  4574.             'console.command.debug_autowiring' => '?',
  4575.             'console.command.dotenv_debug' => '?',
  4576.             'console.command.event_dispatcher_debug' => '?',
  4577.             'console.command.messenger_consume_messages' => '?',
  4578.             'console.command.messenger_setup_transports' => '?',
  4579.             'console.command.messenger_debug' => '?',
  4580.             'console.command.messenger_stop_workers' => '?',
  4581.             'console.command.messenger_failed_messages_retry' => '?',
  4582.             'console.command.messenger_failed_messages_show' => '?',
  4583.             'console.command.messenger_failed_messages_remove' => '?',
  4584.             'console.command.router_debug' => '?',
  4585.             'console.command.router_match' => '?',
  4586.             'console.command.translation_debug' => '?',
  4587.             'console.command.translation_extract' => '?',
  4588.             'console.command.validator_debug' => '?',
  4589.             'console.command.translation_pull' => '?',
  4590.             'console.command.translation_push' => '?',
  4591.             'console.command.xliff_lint' => '?',
  4592.             'console.command.yaml_lint' => '?',
  4593.             'console.command.form_debug' => '?',
  4594.             'console.command.secrets_set' => '?',
  4595.             'console.command.secrets_remove' => '?',
  4596.             'console.command.secrets_generate_key' => '?',
  4597.             'console.command.secrets_list' => '?',
  4598.             'console.command.secrets_decrypt_to_local' => '?',
  4599.             'console.command.secrets_encrypt_from_local' => '?',
  4600.             'twig.command.debug' => '?',
  4601.             'twig.command.lint' => '?',
  4602.             'security.command.debug_firewall' => '?',
  4603.             'security.command.user_password_encoder' => '?',
  4604.             'security.command.user_password_hash' => '?',
  4605.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  4606.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  4607.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  4608.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  4609.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  4610.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  4611.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  4612.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  4613.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  4614.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  4615.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  4616.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  4617.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  4618.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  4619.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  4620.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  4621.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  4622.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  4623.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  4624.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  4625.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  4626.             'var_dumper.command.server_dump' => '?',
  4627.             'monolog.command.server_log' => '?',
  4628.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  4629.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  4630.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  4631.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  4632.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  4633.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  4634.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  4635.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  4636.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  4637.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  4638.             'oneup_uploader.command.clear_chunks' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  4639.             'oneup_uploader.command.clear_orphans' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  4640.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  4641.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  4642.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  4643.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => '?',
  4644.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => '?',
  4645.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand',
  4646.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => '?',
  4647.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => '?',
  4648.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => '?',
  4649.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => '?',
  4650.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => '?',
  4651.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand',
  4652.             'maker.auto_command.make_auth' => '?',
  4653.             'maker.auto_command.make_command' => '?',
  4654.             'maker.auto_command.make_controller' => '?',
  4655.             'maker.auto_command.make_crud' => '?',
  4656.             'maker.auto_command.make_docker_database' => '?',
  4657.             'maker.auto_command.make_entity' => '?',
  4658.             'maker.auto_command.make_fixtures' => '?',
  4659.             'maker.auto_command.make_form' => '?',
  4660.             'maker.auto_command.make_message' => '?',
  4661.             'maker.auto_command.make_messenger_middleware' => '?',
  4662.             'maker.auto_command.make_registration_form' => '?',
  4663.             'maker.auto_command.make_reset_password' => '?',
  4664.             'maker.auto_command.make_serializer_encoder' => '?',
  4665.             'maker.auto_command.make_serializer_normalizer' => '?',
  4666.             'maker.auto_command.make_subscriber' => '?',
  4667.             'maker.auto_command.make_twig_extension' => '?',
  4668.             'maker.auto_command.make_test' => '?',
  4669.             'maker.auto_command.make_validator' => '?',
  4670.             'maker.auto_command.make_voter' => '?',
  4671.             'maker.auto_command.make_user' => '?',
  4672.             'maker.auto_command.make_migration' => '?',
  4673.         ]), ['app:calculate-mcq' => 'App\\Command\\CalculateMcqCommand''app:check-shared-entity' => 'App\\Command\\CheckSharedEntityCommand''app:fix-image-chapter' => 'App\\Command\\FixImageChapterCommand''init:k2r2-video' => 'App\\Command\\InitK2r2RemoteVideoCommand''app:k2r2-index-shared-lesson' => 'App\\Command\\K2R2IndexingCommand''app:k2r2:index-youtube-video' => 'App\\Command\\K2r2\\IndexYoutubeVideoCommand''app:partner-api:user:channel' => 'App\\Command\\PartnerApi\\PartnerApiUserChannelCommand''app:partner-api:user:create' => 'App\\Command\\PartnerApi\\PartnerApiUserCreateCommand''app:partner-api:user:list' => 'App\\Command\\PartnerApi\\PartnerApiUserListCommand''app:partner-api:user:revoke' => 'App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand''refresh:lesson-stats' => 'App\\Command\\RefreshLessonStatsCommand''scorm:force-update' => 'App\\Command\\Scorm\\ForceScormUpdateCommand''scorm:generate' => 'App\\Command\\Scorm\\GenerateScormCommand''scorm:initialize' => 'App\\Command\\Scorm\\InitializeScormCommand''app:share-content' => 'App\\Command\\ShareContentEntityCommand''app:shared-children-updated-at' => 'App\\Command\\SharedChildrenUpdatedAtCommand''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:check:expired-permission' => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand''nellapp:failed-message' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand''nellapp:force-full-refresh' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand''nellapp:force-refresh' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand''nellapp:force-refresh-one' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand''nellapp:force-sync:ufc' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand''nellapp:sync:one' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand''drosalys:ws:server-run' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand''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']);
  4674.     }
  4675.     /**
  4676.      * Gets the public 'container.env_var_processors_locator' shared service.
  4677.      *
  4678.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4679.      */
  4680.     protected function getContainer_EnvVarProcessorsLocatorService()
  4681.     {
  4682.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4683.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4684.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4685.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4686.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4687.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4688.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4689.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4690.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4691.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4692.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4693.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4694.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4695.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4696.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4697.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4698.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4699.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4700.         ], [
  4701.             'base64' => '?',
  4702.             'bool' => '?',
  4703.             'const' => '?',
  4704.             'csv' => '?',
  4705.             'default' => '?',
  4706.             'file' => '?',
  4707.             'float' => '?',
  4708.             'int' => '?',
  4709.             'json' => '?',
  4710.             'key' => '?',
  4711.             'not' => '?',
  4712.             'query_string' => '?',
  4713.             'require' => '?',
  4714.             'resolve' => '?',
  4715.             'string' => '?',
  4716.             'trim' => '?',
  4717.             'url' => '?',
  4718.         ]);
  4719.     }
  4720.     /**
  4721.      * Gets the public 'data_collector.dump' shared service.
  4722.      *
  4723.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  4724.      */
  4725.     protected function getDataCollector_DumpService()
  4726.     {
  4727.         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()));
  4728.     }
  4729.     /**
  4730.      * Gets the public 'doctrine' shared service.
  4731.      *
  4732.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  4733.      */
  4734.     protected function getDoctrineService()
  4735.     {
  4736.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  4737.     }
  4738.     /**
  4739.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  4740.      *
  4741.      * @return \Doctrine\DBAL\Connection
  4742.      */
  4743.     protected function getDoctrine_Dbal_DefaultConnectionService()
  4744.     {
  4745.         $a = new \Doctrine\DBAL\Configuration();
  4746.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4747.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4748.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4749.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4750.         $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()))]));
  4751.         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, [
  4752.             'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber''getImageSubscriberService'false],
  4753.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber''getCountSharedContentSubscriberService'false],
  4754.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber''getLessonSubscriberService'false],
  4755.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber''getOriginChapterSubscriberService'false],
  4756.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber''getOriginExerciseSubscriberService'false],
  4757.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber''getOriginPracticalCaseSubscriberService'false],
  4758.             'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber''getProductUpdateSubscriberService'false],
  4759.             'App\\Doctrine\\EventSubscriber\\Scholar\\ScholarFlushSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Scholar\\ScholarFlushSubscriber''getScholarFlushSubscriberService'false],
  4760.             'App\\Doctrine\\EventSubscriber\\Scholar\\ScormScholarSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Scholar\\ScormScholarSubscriber''getScormScholarSubscriberService'false],
  4761.             'App\\Doctrine\\EventSubscriber\\Scholar\\SharedContentScholarSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Scholar\\SharedContentScholarSubscriber''getSharedContentScholarSubscriberService'false],
  4762.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber''getBlameSubscriberService'false],
  4763.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber''getHierarchySlugSubscriberService'false],
  4764.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User''getUser5Service'false],
  4765.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber''getHierarchySubscriberService'false],
  4766.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber''getSlugSubscriberService'false],
  4767.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber''getTimestampSubscriberService'false],
  4768.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber''getTranslationSubscriberService'false],
  4769.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber''getSlugSubscriber2Service'false],
  4770.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber''getTimestampSubscriber2Service'false],
  4771.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber''getTerminateExportableSubscriberService'false],
  4772.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber''getValidGlobalChannelAndUserSubscriberService'false],
  4773.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber''getChannelMenuDisplayedSubscriber2Service'false],
  4774.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber''getPermissionConstraintSubscriberService'false],
  4775.             'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber''getReverseSyncSubscriberService'false],
  4776.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber''getNellappFileSubscriberService'false],
  4777.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  4778.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  4779.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  4780.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  4781.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  4782.             'nellapp_sdk.auth.user_resolve_target_entity' => ['privates''nellapp_sdk.auth.user_resolve_target_entity''getNellappSdk_Auth_UserResolveTargetEntityService'false],
  4783.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => ['privates''nellapp_sdk.channel.abstract_cursus_resolve_target_entity''getNellappSdk_Channel_AbstractCursusResolveTargetEntityService'false],
  4784.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_channel_resolve_target_entity''getNellappSdk_Channel_ChannelChannelResolveTargetEntityService'false],
  4785.             'nellapp_sdk.channel.channel_configuration_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_configuration_resolve_target_entity''getNellappSdk_Channel_ChannelConfigurationResolveTargetEntityService'false],
  4786.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_training_resolve_target_entity''getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService'false],
  4787.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_data_resolve_target_entity''getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService'false],
  4788.             '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],
  4789.             'nellapp_sdk.channel.channel_user_perm_training_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_perm_training_resolve_target_entity''getNellappSdk_Channel_ChannelUserPermTrainingResolveTargetEntityService'false],
  4790.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_role_resolve_target_entity''getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService'false],
  4791.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_white_label_resolve_target_entity''getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService'false],
  4792.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService'false],
  4793.             '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],
  4794.             '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],
  4795.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelWhiteLabelClassResolveTargetEntityService'false],
  4796.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService'false],
  4797.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'false],
  4798.         ], [
  4799.             'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber' => '?',
  4800.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber' => '?',
  4801.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber' => '?',
  4802.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber' => '?',
  4803.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber' => '?',
  4804.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber' => '?',
  4805.             'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber' => '?',
  4806.             'App\\Doctrine\\EventSubscriber\\Scholar\\ScholarFlushSubscriber' => '?',
  4807.             'App\\Doctrine\\EventSubscriber\\Scholar\\ScormScholarSubscriber' => '?',
  4808.             'App\\Doctrine\\EventSubscriber\\Scholar\\SharedContentScholarSubscriber' => '?',
  4809.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => '?',
  4810.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber' => '?',
  4811.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => '?',
  4812.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => '?',
  4813.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber' => '?',
  4814.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => '?',
  4815.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => '?',
  4816.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber' => '?',
  4817.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => '?',
  4818.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => '?',
  4819.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => '?',
  4820.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => '?',
  4821.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => '?',
  4822.             'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber' => '?',
  4823.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => '?',
  4824.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4825.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4826.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4827.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4828.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  4829.             'nellapp_sdk.auth.user_resolve_target_entity' => '?',
  4830.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => '?',
  4831.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => '?',
  4832.             'nellapp_sdk.channel.channel_configuration_resolve_target_entity' => '?',
  4833.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => '?',
  4834.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => '?',
  4835.             'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' => '?',
  4836.             'nellapp_sdk.channel.channel_user_perm_training_resolve_target_entity' => '?',
  4837.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => '?',
  4838.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => '?',
  4839.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => '?',
  4840.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => '?',
  4841.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => '?',
  4842.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => '?',
  4843.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => '?',
  4844.             'stof_doctrine_extensions.listener.sluggable' => '?',
  4845.         ]), [=> 'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Scholar\\ScholarFlushSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Scholar\\ScormScholarSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Scholar\\SharedContentScholarSubscriber'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.channel_white_label_class_resolve_target_entity'26 => 'nellapp_sdk.global_getter.user_class_resolve_target_entity'27 => 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'28 => 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'29 => 'nellapp_sdk.auth.user_resolve_target_entity'30 => 'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber'31 => 'nellapp_sdk.channel.channel_channel_resolve_target_entity'32 => 'nellapp_sdk.channel.channel_configuration_resolve_target_entity'33 => 'nellapp_sdk.channel.channel_white_label_resolve_target_entity'34 => 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'35 => 'nellapp_sdk.channel.channel_user_role_resolve_target_entity'36 => 'nellapp_sdk.channel.channel_user_data_resolve_target_entity'37 => 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity'38 => 'nellapp_sdk.channel.channel_training_resolve_target_entity'39 => 'nellapp_sdk.channel.channel_user_perm_training_resolve_target_entity'40 => 'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber'41 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 42 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 43 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 44 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User'], 45 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'], 46 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'], 47 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber']]), []);
  4846.     }
  4847.     /**
  4848.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  4849.      *
  4850.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  4851.      */
  4852.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  4853.     {
  4854.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4855.             'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''getUserSubscriberService'false],
  4856.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''getChannelUserDataSubscriberService'false],
  4857.             'App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber''getAssignableSubscriberService'false],
  4858.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''getFileSubscriberService'false],
  4859.             'App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber''getMessageSubscriberService'false],
  4860.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber''getAnswerSubscriberService'false],
  4861.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber''getChapterSubscriberService'false],
  4862.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber''getExerciseSubscriberService'false],
  4863.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''getLessonPrerequisiteSubscriberService'false],
  4864.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''getLessonReviewSubscriberService'false],
  4865.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''getModuleLessonSubscriberService'false],
  4866.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''getModuleStatusSubscriberService'false],
  4867.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber''getOriginLessonSubscriberService'false],
  4868.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber''getOriginModuleSubscriberService'false],
  4869.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber''getPracticalCaseResourceSubscriberService'false],
  4870.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''getPracticalCaseResponseSubscriberService'false],
  4871.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''getPracticalCaseSubscriberService'false],
  4872.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber''getQuestionSubscriberService'false],
  4873.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''getShareLessonSubscriberService'false],
  4874.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''getSharedModuleSubscriberService'false],
  4875.         ], [
  4876.             'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber' => '?',
  4877.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => '?',
  4878.             'App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber' => '?',
  4879.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => '?',
  4880.             'App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber' => '?',
  4881.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber' => '?',
  4882.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber' => '?',
  4883.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber' => '?',
  4884.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber' => '?',
  4885.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber' => '?',
  4886.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber' => '?',
  4887.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber' => '?',
  4888.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber' => '?',
  4889.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber' => '?',
  4890.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber' => '?',
  4891.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber' => '?',
  4892.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber' => '?',
  4893.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber' => '?',
  4894.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber' => '?',
  4895.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber' => '?',
  4896.         ]));
  4897.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber');
  4898.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber');
  4899.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber');
  4900.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber''App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber');
  4901.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber');
  4902.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber');
  4903.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber''App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber');
  4904.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber');
  4905.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber');
  4906.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber');
  4907.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber');
  4908.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber');
  4909.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber');
  4910.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber');
  4911.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber');
  4912.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber');
  4913.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber');
  4914.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber');
  4915.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber');
  4916.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber');
  4917.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
  4918.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
  4919.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
  4920.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber');
  4921.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber');
  4922.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber');
  4923.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
  4924.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
  4925.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
  4926.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber');
  4927.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber');
  4928.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber');
  4929.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber');
  4930.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber');
  4931.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber');
  4932.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber');
  4933.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber');
  4934.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber');
  4935.         return $instance;
  4936.     }
  4937.     /**
  4938.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  4939.      *
  4940.      * @return \Doctrine\ORM\EntityManager
  4941.      */
  4942.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  4943.     {
  4944.         if ($lazyLoad) {
  4945.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  4946.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  4947.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  4948.                     $proxy->setProxyInitializer(null);
  4949.                     return true;
  4950.                 });
  4951.             });
  4952.         }
  4953.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  4957.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  4958.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  4959.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  4960.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  4961.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  4962.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  4964.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  4966.         $a = new \Doctrine\ORM\Configuration();
  4967.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  4968.         $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')])));
  4969.         $b->addDriver($c'App\\Entity');
  4970.         $b->addDriver($c'Nellapp\\Bundle\\SDKBundle\\Entity');
  4971.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Entity');
  4972.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity');
  4973.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Permission\\Entity');
  4974.         $a->setEntityNamespaces(['App' => 'App\\Entity''NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\Entity']);
  4975.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4976.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  4977.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  4978.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4979.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  4980.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  4981.         ], [
  4982.             'doctrine.ulid_generator' => '?',
  4983.             'doctrine.uuid_generator' => '?',
  4984.         ])));
  4985.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  4986.         $a->setProxyNamespace('Proxies');
  4987.         $a->setAutoGenerateProxyClasses(true);
  4988.         $a->setSchemaIgnoreClasses([]);
  4989.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  4990.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  4991.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  4992.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  4993.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  4994.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4995.             'App\\Repository\\Account\\AdviceRepository' => ['privates''App\\Repository\\Account\\AdviceRepository''getAdviceRepositoryService'false],
  4996.             'App\\Repository\\Account\\LogUserDataRepository' => ['privates''App\\Repository\\Account\\LogUserDataRepository''getLogUserDataRepositoryService'false],
  4997.             'App\\Repository\\Account\\NotificationRepository' => ['privates''App\\Repository\\Account\\NotificationRepository''getNotificationRepositoryService'false],
  4998.             'App\\Repository\\Account\\UserRepository' => ['privates''App\\Repository\\Account\\UserRepository''getUserRepositoryService'false],
  4999.             'App\\Repository\\Achievement\\AchievementChapterRepository' => ['privates''App\\Repository\\Achievement\\AchievementChapterRepository''getAchievementChapterRepositoryService'false],
  5000.             'App\\Repository\\Achievement\\AchievementContentRepository' => ['privates''App\\Repository\\Achievement\\AchievementContentRepository''getAchievementContentRepositoryService'false],
  5001.             'App\\Repository\\Achievement\\AchievementLessonRepository' => ['privates''App\\Repository\\Achievement\\AchievementLessonRepository''getAchievementLessonRepositoryService'false],
  5002.             'App\\Repository\\Achievement\\AchievementModuleRepository' => ['privates''App\\Repository\\Achievement\\AchievementModuleRepository''getAchievementModuleRepositoryService'false],
  5003.             'App\\Repository\\Achievement\\AchievementTimeLogLessonRepository' => ['privates''App\\Repository\\Achievement\\AchievementTimeLogLessonRepository''getAchievementTimeLogLessonRepositoryService'false],
  5004.             'App\\Repository\\Achievement\\AchievementTimeLogRepository' => ['privates''App\\Repository\\Achievement\\AchievementTimeLogRepository''getAchievementTimeLogRepositoryService'false],
  5005.             'App\\Repository\\Achievement\\AchievementTrainingRepository' => ['privates''App\\Repository\\Achievement\\AchievementTrainingRepository''getAchievementTrainingRepositoryService'false],
  5006.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\AbstractCursusRepository''getAbstractCursusRepositoryService'false],
  5007.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\ChannelUserDataRepository''getChannelUserDataRepositoryService'false],
  5008.             'App\\Repository\\Channel\\ChannelDescriptionRepository' => ['privates''App\\Repository\\Channel\\ChannelDescriptionRepository''getChannelDescriptionRepositoryService'false],
  5009.             'App\\Repository\\Channel\\ChannelGalleryRepository' => ['privates''App\\Repository\\Channel\\ChannelGalleryRepository''getChannelGalleryRepositoryService'false],
  5010.             'App\\Repository\\Channel\\ChannelRepository' => ['privates''App\\Repository\\Channel\\ChannelRepository''getChannelRepositoryService'false],
  5011.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => ['privates''App\\Repository\\Channel\\ChannelWhiteLabelRepository''getChannelWhiteLabelRepositoryService'false],
  5012.             'App\\Repository\\Channel\\GroupRepository' => ['privates''App\\Repository\\Channel\\GroupRepository''getGroupRepositoryService'false],
  5013.             'App\\Repository\\Channel\\ImageRepository' => ['privates''App\\Repository\\Channel\\ImageRepository''getImageRepositoryService'false],
  5014.             'App\\Repository\\Channel\\InstitutionRepository' => ['privates''App\\Repository\\Channel\\InstitutionRepository''getInstitutionRepositoryService'false],
  5015.             'App\\Repository\\Channel\\Partner\\PartnerRepository' => ['privates''App\\Repository\\Channel\\Partner\\PartnerRepository''getPartnerRepositoryService'false],
  5016.             'App\\Repository\\Channel\\ShareContent\\AbstractProgressRepository' => ['privates''App\\Repository\\Channel\\ShareContent\\AbstractProgressRepository''getAbstractProgressRepositoryService'false],
  5017.             'App\\Repository\\Channel\\SharedChannelRepository' => ['privates''App\\Repository\\Channel\\SharedChannelRepository''getSharedChannelRepositoryService'false],
  5018.             'App\\Repository\\Common\\AssignableRepository' => ['privates''App\\Repository\\Common\\AssignableRepository''getAssignableRepositoryService'false],
  5019.             'App\\Repository\\Common\\FileRepository' => ['privates''App\\Repository\\Common\\FileRepository''getFileRepositoryService'false],
  5020.             'App\\Repository\\Exercise\\ExerciseRepository' => ['privates''App\\Repository\\Exercise\\ExerciseRepository''getExerciseRepositoryService'false],
  5021.             'App\\Repository\\Exercise\\OriginExerciseRepository' => ['privates''App\\Repository\\Exercise\\OriginExerciseRepository''getOriginExerciseRepositoryService'false],
  5022.             'App\\Repository\\Exercise\\User\\ExerciseResultRepository' => ['privates''App\\Repository\\Exercise\\User\\ExerciseResultRepository''getExerciseResultRepositoryService'false],
  5023.             'App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository' => ['privates''App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository''getMultipleChoiceQuestionResultRepositoryService'false],
  5024.             'App\\Repository\\Forum\\AbstractMessageRepository' => ['privates''App\\Repository\\Forum\\AbstractMessageRepository''getAbstractMessageRepositoryService'false],
  5025.             'App\\Repository\\Forum\\ChapterMessageRepository' => ['privates''App\\Repository\\Forum\\ChapterMessageRepository''getChapterMessageRepositoryService'false],
  5026.             'App\\Repository\\Payment\\LessonProductRepository' => ['privates''App\\Repository\\Payment\\LessonProductRepository''getLessonProductRepositoryService'false],
  5027.             'App\\Repository\\Payment\\ModuleProductRepository' => ['privates''App\\Repository\\Payment\\ModuleProductRepository''getModuleProductRepositoryService'false],
  5028.             'App\\Repository\\Payment\\OrderAttemptRepository' => ['privates''App\\Repository\\Payment\\OrderAttemptRepository''getOrderAttemptRepositoryService'false],
  5029.             'App\\Repository\\Payment\\TrainingProductRepository' => ['privates''App\\Repository\\Payment\\TrainingProductRepository''getTrainingProductRepositoryService'false],
  5030.             'App\\Repository\\Scholar\\ChapterRepository' => ['privates''App\\Repository\\Scholar\\ChapterRepository''getChapterRepositoryService'false],
  5031.             'App\\Repository\\Scholar\\Indexed\\IndexedContentRepository' => ['privates''App\\Repository\\Scholar\\Indexed\\IndexedContentRepository''getIndexedContentRepositoryService'false],
  5032.             'App\\Repository\\Scholar\\LessonPrerequisiteRepository' => ['privates''App\\Repository\\Scholar\\LessonPrerequisiteRepository''getLessonPrerequisiteRepositoryService'false],
  5033.             'App\\Repository\\Scholar\\LessonRepository' => ['privates''App\\Repository\\Scholar\\LessonRepository''getLessonRepositoryService'false],
  5034.             'App\\Repository\\Scholar\\LessonReviewRepository' => ['privates''App\\Repository\\Scholar\\LessonReviewRepository''getLessonReviewRepositoryService'false],
  5035.             'App\\Repository\\Scholar\\LessonStatsRepository' => ['privates''App\\Repository\\Scholar\\LessonStatsRepository''getLessonStatsRepositoryService'false],
  5036.             'App\\Repository\\Scholar\\ModulePermissionRepository' => ['privates''App\\Repository\\Scholar\\ModulePermissionRepository''getModulePermissionRepositoryService'false],
  5037.             'App\\Repository\\Scholar\\ModuleRepository' => ['privates''App\\Repository\\Scholar\\ModuleRepository''getModuleRepositoryService'false],
  5038.             'App\\Repository\\Scholar\\OriginChapterRepository' => ['privates''App\\Repository\\Scholar\\OriginChapterRepository''getOriginChapterRepositoryService'false],
  5039.             'App\\Repository\\Scholar\\OriginLessonRepository' => ['privates''App\\Repository\\Scholar\\OriginLessonRepository''getOriginLessonRepositoryService'false],
  5040.             'App\\Repository\\Scholar\\OriginModuleRepository' => ['privates''App\\Repository\\Scholar\\OriginModuleRepository''getOriginModuleRepositoryService'false],
  5041.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository''getFilePracticalCaseRepositoryService'false],
  5042.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository''getFilePracticalCaseResponseRepositoryService'false],
  5043.             'App\\Repository\\Scholar\\PracticalCase\\OriginPracticalCaseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\OriginPracticalCaseRepository''getOriginPracticalCaseRepositoryService'false],
  5044.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository''getPracticalCaseRepositoryService'false],
  5045.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository''getPracticalCaseResourceRepositoryService'false],
  5046.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository''getPracticalCaseResponseRepositoryService'false],
  5047.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository''getPracticalCaseUserRepositoryService'false],
  5048.             'App\\Repository\\Scholar\\ScholarVideoRepository' => ['privates''App\\Repository\\Scholar\\ScholarVideoRepository''getScholarVideoRepositoryService'false],
  5049.             'App\\Repository\\Scholar\\SharedChapterRepository' => ['privates''App\\Repository\\Scholar\\SharedChapterRepository''getSharedChapterRepositoryService'false],
  5050.             'App\\Repository\\Scholar\\SharedExerciseRepository' => ['privates''App\\Repository\\Scholar\\SharedExerciseRepository''getSharedExerciseRepositoryService'false],
  5051.             'App\\Repository\\Scholar\\SharedLessonRepository' => ['privates''App\\Repository\\Scholar\\SharedLessonRepository''getSharedLessonRepositoryService'false],
  5052.             'App\\Repository\\Scholar\\SharedModuleRepository' => ['privates''App\\Repository\\Scholar\\SharedModuleRepository''getSharedModuleRepositoryService'false],
  5053.             'App\\Repository\\Scholar\\SharedPracticalCaseRepository' => ['privates''App\\Repository\\Scholar\\SharedPracticalCaseRepository''getSharedPracticalCaseRepositoryService'false],
  5054.             'App\\Repository\\Scholar\\SharedTrainingRepository' => ['privates''App\\Repository\\Scholar\\SharedTrainingRepository''getSharedTrainingRepositoryService'false],
  5055.             'App\\Repository\\Scholar\\TrainingDescriptionRepository' => ['privates''App\\Repository\\Scholar\\TrainingDescriptionRepository''getTrainingDescriptionRepositoryService'false],
  5056.             'App\\Repository\\Scholar\\TrainingPermissionRepository' => ['privates''App\\Repository\\Scholar\\TrainingPermissionRepository''getTrainingPermissionRepositoryService'false],
  5057.             'App\\Repository\\Scholar\\TrainingRepository' => ['privates''App\\Repository\\Scholar\\TrainingRepository''getTrainingRepositoryService'false],
  5058.             'App\\Repository\\Scorm\\ContentFileRepository' => ['privates''App\\Repository\\Scorm\\ContentFileRepository''getContentFileRepositoryService'false],
  5059.             'App\\Repository\\Scorm\\ContentFolderRepository' => ['privates''App\\Repository\\Scorm\\ContentFolderRepository''getContentFolderRepositoryService'false],
  5060.             'App\\Repository\\Scorm\\LessonContentFolderRepository' => ['privates''App\\Repository\\Scorm\\LessonContentFolderRepository''getLessonContentFolderRepositoryService'false],
  5061.             'App\\Repository\\Scorm\\ProductFolderRepository' => ['privates''App\\Repository\\Scorm\\ProductFolderRepository''getProductFolderRepositoryService'false],
  5062.             'App\\Repository\\Scorm\\ProductItemRepository' => ['privates''App\\Repository\\Scorm\\ProductItemRepository''getProductItemRepositoryService'false],
  5063.             'App\\Repository\\Template\\TemplatePageRepository' => ['privates''App\\Repository\\Template\\TemplatePageRepository''getTemplatePageRepositoryService'false],
  5064.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository''getChannelUserRoleRepositoryService'false],
  5065.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository''getUserFromChannelRepositoryService'false],
  5066.         ], [
  5067.             'App\\Repository\\Account\\AdviceRepository' => '?',
  5068.             'App\\Repository\\Account\\LogUserDataRepository' => '?',
  5069.             'App\\Repository\\Account\\NotificationRepository' => '?',
  5070.             'App\\Repository\\Account\\UserRepository' => '?',
  5071.             'App\\Repository\\Achievement\\AchievementChapterRepository' => '?',
  5072.             'App\\Repository\\Achievement\\AchievementContentRepository' => '?',
  5073.             'App\\Repository\\Achievement\\AchievementLessonRepository' => '?',
  5074.             'App\\Repository\\Achievement\\AchievementModuleRepository' => '?',
  5075.             'App\\Repository\\Achievement\\AchievementTimeLogLessonRepository' => '?',
  5076.             'App\\Repository\\Achievement\\AchievementTimeLogRepository' => '?',
  5077.             'App\\Repository\\Achievement\\AchievementTrainingRepository' => '?',
  5078.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => '?',
  5079.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => '?',
  5080.             'App\\Repository\\Channel\\ChannelDescriptionRepository' => '?',
  5081.             'App\\Repository\\Channel\\ChannelGalleryRepository' => '?',
  5082.             'App\\Repository\\Channel\\ChannelRepository' => '?',
  5083.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => '?',
  5084.             'App\\Repository\\Channel\\GroupRepository' => '?',
  5085.             'App\\Repository\\Channel\\ImageRepository' => '?',
  5086.             'App\\Repository\\Channel\\InstitutionRepository' => '?',
  5087.             'App\\Repository\\Channel\\Partner\\PartnerRepository' => '?',
  5088.             'App\\Repository\\Channel\\ShareContent\\AbstractProgressRepository' => '?',
  5089.             'App\\Repository\\Channel\\SharedChannelRepository' => '?',
  5090.             'App\\Repository\\Common\\AssignableRepository' => '?',
  5091.             'App\\Repository\\Common\\FileRepository' => '?',
  5092.             'App\\Repository\\Exercise\\ExerciseRepository' => '?',
  5093.             'App\\Repository\\Exercise\\OriginExerciseRepository' => '?',
  5094.             'App\\Repository\\Exercise\\User\\ExerciseResultRepository' => '?',
  5095.             'App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository' => '?',
  5096.             'App\\Repository\\Forum\\AbstractMessageRepository' => '?',
  5097.             'App\\Repository\\Forum\\ChapterMessageRepository' => '?',
  5098.             'App\\Repository\\Payment\\LessonProductRepository' => '?',
  5099.             'App\\Repository\\Payment\\ModuleProductRepository' => '?',
  5100.             'App\\Repository\\Payment\\OrderAttemptRepository' => '?',
  5101.             'App\\Repository\\Payment\\TrainingProductRepository' => '?',
  5102.             'App\\Repository\\Scholar\\ChapterRepository' => '?',
  5103.             'App\\Repository\\Scholar\\Indexed\\IndexedContentRepository' => '?',
  5104.             'App\\Repository\\Scholar\\LessonPrerequisiteRepository' => '?',
  5105.             'App\\Repository\\Scholar\\LessonRepository' => '?',
  5106.             'App\\Repository\\Scholar\\LessonReviewRepository' => '?',
  5107.             'App\\Repository\\Scholar\\LessonStatsRepository' => '?',
  5108.             'App\\Repository\\Scholar\\ModulePermissionRepository' => '?',
  5109.             'App\\Repository\\Scholar\\ModuleRepository' => '?',
  5110.             'App\\Repository\\Scholar\\OriginChapterRepository' => '?',
  5111.             'App\\Repository\\Scholar\\OriginLessonRepository' => '?',
  5112.             'App\\Repository\\Scholar\\OriginModuleRepository' => '?',
  5113.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository' => '?',
  5114.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository' => '?',
  5115.             'App\\Repository\\Scholar\\PracticalCase\\OriginPracticalCaseRepository' => '?',
  5116.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository' => '?',
  5117.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository' => '?',
  5118.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository' => '?',
  5119.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository' => '?',
  5120.             'App\\Repository\\Scholar\\ScholarVideoRepository' => '?',
  5121.             'App\\Repository\\Scholar\\SharedChapterRepository' => '?',
  5122.             'App\\Repository\\Scholar\\SharedExerciseRepository' => '?',
  5123.             'App\\Repository\\Scholar\\SharedLessonRepository' => '?',
  5124.             'App\\Repository\\Scholar\\SharedModuleRepository' => '?',
  5125.             'App\\Repository\\Scholar\\SharedPracticalCaseRepository' => '?',
  5126.             'App\\Repository\\Scholar\\SharedTrainingRepository' => '?',
  5127.             'App\\Repository\\Scholar\\TrainingDescriptionRepository' => '?',
  5128.             'App\\Repository\\Scholar\\TrainingPermissionRepository' => '?',
  5129.             'App\\Repository\\Scholar\\TrainingRepository' => '?',
  5130.             'App\\Repository\\Scorm\\ContentFileRepository' => '?',
  5131.             'App\\Repository\\Scorm\\ContentFolderRepository' => '?',
  5132.             'App\\Repository\\Scorm\\LessonContentFolderRepository' => '?',
  5133.             'App\\Repository\\Scorm\\ProductFolderRepository' => '?',
  5134.             'App\\Repository\\Scorm\\ProductItemRepository' => '?',
  5135.             'App\\Repository\\Template\\TemplatePageRepository' => '?',
  5136.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => '?',
  5137.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => '?',
  5138.         ])));
  5139.         $a->addCustomStringFunction('MATCH_AGAINST''App\\Doctrine\\MatchAgainstFunction');
  5140.         $a->addCustomStringFunction('TYPE''App\\Doctrine\\TypeFunction');
  5141.         $a->addCustomStringFunction('FIND_IN_SET''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  5142.         $a->addCustomStringFunction('REGEXP''DoctrineExtensions\\Query\\Mysql\\Regexp');
  5143.         $a->addCustomNumericFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  5144.         $a->addCustomDatetimeFunction('TIMEDIFF''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  5145.         $a->addCustomDatetimeFunction('TIME_TO_SEC''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  5146.         $a->addCustomDatetimeFunction('GREATEST_DATE''App\\Doctrine\\GreatestDateFunction');
  5147.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  5148.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  5149.         return $instance;
  5150.     }
  5151.     /**
  5152.      * Gets the public 'error_controller' shared service.
  5153.      *
  5154.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  5155.      */
  5156.     protected function getErrorController2Service()
  5157.     {
  5158.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5163.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5164.         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)));
  5165.     }
  5166.     /**
  5167.      * Gets the public 'event_dispatcher' shared service.
  5168.      *
  5169.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  5170.      */
  5171.     protected function getEventDispatcherService()
  5172.     {
  5173.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  5174.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5175.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  5176.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5177.         $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())));
  5178.         $instance->addListener('oneup_uploader.post_upload', [=> function () {
  5179.             return ($this->privates['app.file_upload_listener'] ?? $this->getApp_FileUploadListenerService());
  5180.         }, => 'postUpload'], 0);
  5181.         $instance->addListener('kernel.controller', [=> function () {
  5182.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  5183.         }, => 'onKernelController'], 0);
  5184.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5185.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  5186.         }, => 'checkPassport'], 1024);
  5187.         $instance->addListener('kernel.response', [=> function () {
  5188.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5189.         }, => 'onKernelResponse'], 0);
  5190.         $instance->addListener('oneup_uploader.validation', [=> function () {
  5191.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  5192.         }, => 'onValidate'], 0);
  5193.         $instance->addListener('oneup_uploader.validation', [=> function () {
  5194.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  5195.         }, => 'onValidate'], 0);
  5196.         $instance->addListener('oneup_uploader.validation', [=> function () {
  5197.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  5198.         }, => 'onValidate'], 0);
  5199.         $instance->addListener('kernel.request', [=> function () {
  5200.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  5201.         }, => 'onKernelRequest'], 0);
  5202.         $instance->addListener('kernel.exception', [=> function () {
  5203.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  5204.         }, => 'onKernelException'], 0);
  5205.         $instance->addListener('spiriit_filter.prepare', [=> function () {
  5206.             return ($this->services['spiriit_form_filter.filter_prepare'] ?? ($this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  5207.         }, => 'onFilterBuilderPrepare'], 0);
  5208.         $instance->addListener('spiriit_filter.apply_filters.orm', [=> function () {
  5209.             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')));
  5210.         }, => 'onApplyFilterCondition'], 0);
  5211.         $instance->addListener('oneup_uploader.pre_upload.user_avatar', [=> function () {
  5212.             return ($this->privates['App\\EventSubscriber\\Account\\AvatarSubscriber'] ?? $this->getAvatarSubscriberService());
  5213.         }, => 'onPreUpload'], 0);
  5214.         $instance->addListener('oneup_uploader.post_persist.user_avatar', [=> function () {
  5215.             return ($this->privates['App\\EventSubscriber\\Account\\AvatarSubscriber'] ?? $this->getAvatarSubscriberService());
  5216.         }, => 'onFinishedUpload'], 0);
  5217.         $instance->addListener('oneup_uploader.pre_upload.channel_images', [=> function () {
  5218.             return ($this->privates['App\\EventSubscriber\\Channel\\ImageUploaderSubscriber'] ?? $this->getImageUploaderSubscriberService());
  5219.         }, => 'onPreUpload'], 0);
  5220.         $instance->addListener('oneup_uploader.post_persist.channel_images', [=> function () {
  5221.             return ($this->privates['App\\EventSubscriber\\Channel\\ImageUploaderSubscriber'] ?? $this->getImageUploaderSubscriberService());
  5222.         }, => 'onFinishedUpload'], 0);
  5223.         $instance->addListener('security.interactive_login', [=> function () {
  5224.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  5225.         }, => 'checkPendingExercise'], 0);
  5226.         $instance->addListener('kernel.exception', [=> function () {
  5227.             return ($this->privates['App\\EventSubscriber\\PartnerApi\\PartnerApiExceptionSubscriber'] ?? ($this->privates['App\\EventSubscriber\\PartnerApi\\PartnerApiExceptionSubscriber'] = new \App\EventSubscriber\PartnerApi\PartnerApiExceptionSubscriber(($this->services['kernel'] ?? $this->get('kernel'1)), 'partner-api')));
  5228.         }, => 'onKernelException'], 0);
  5229.         $instance->addListener('kernel.terminate', [=> function () {
  5230.             return ($this->privates['App\\EventSubscriber\\Scorm\\ScormSubscriber'] ?? $this->getScormSubscriberService());
  5231.         }, => 'terminate'], 0);
  5232.         $instance->addListener('kernel.response', [=> function () {
  5233.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  5234.         }, => 'onKernelResponse'], 0);
  5235.         $instance->addListener('kernel.response', [=> function () {
  5236.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  5237.         }, => 'onKernelResponse'], -1024);
  5238.         $instance->addListener('kernel.request', [=> function () {
  5239.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5240.         }, => 'setDefaultLocale'], 100);
  5241.         $instance->addListener('kernel.request', [=> function () {
  5242.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5243.         }, => 'onKernelRequest'], 16);
  5244.         $instance->addListener('kernel.finish_request', [=> function () {
  5245.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5246.         }, => 'onKernelFinishRequest'], 0);
  5247.         $instance->addListener('kernel.request', [=> function () {
  5248.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  5249.         }, => 'onKernelRequest'], 256);
  5250.         $instance->addListener('kernel.response', [=> function () {
  5251.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  5252.         }, => 'onResponse'], -255);
  5253.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5254.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5255.         }, => 'onControllerArguments'], 0);
  5256.         $instance->addListener('kernel.exception', [=> function () {
  5257.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5258.         }, => 'logKernelException'], 0);
  5259.         $instance->addListener('kernel.exception', [=> function () {
  5260.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5261.         }, => 'onKernelException'], -128);
  5262.         $instance->addListener('kernel.response', [=> function () {
  5263.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5264.         }, => 'removeCspHeader'], -128);
  5265.         $instance->addListener('kernel.request', [=> function () {
  5266.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  5267.         }, => 'onKernelRequest'], 15);
  5268.         $instance->addListener('kernel.finish_request', [=> function () {
  5269.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  5270.         }, => 'onKernelFinishRequest'], -15);
  5271.         $instance->addListener('console.error', [=> function () {
  5272.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  5273.         }, => 'onConsoleError'], -128);
  5274.         $instance->addListener('console.terminate', [=> function () {
  5275.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  5276.         }, => 'onConsoleTerminate'], -128);
  5277.         $instance->addListener('console.error', [=> function () {
  5278.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  5279.         }, => 'onConsoleError'], 0);
  5280.         $instance->addListener('kernel.request', [=> function () {
  5281.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5282.         }, => 'configure'], 2048);
  5283.         $instance->addListener('console.command', [=> function () {
  5284.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5285.         }, => 'configure'], 2048);
  5286.         $instance->addListener('kernel.request', [=> function () {
  5287.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5288.         }, => 'onKernelRequest'], 32);
  5289.         $instance->addListener('kernel.finish_request', [=> function () {
  5290.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5291.         }, => 'onKernelFinishRequest'], 0);
  5292.         $instance->addListener('kernel.exception', [=> function () {
  5293.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5294.         }, => 'onKernelException'], -64);
  5295.         $instance->addListener('kernel.response', [=> function () {
  5296.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  5297.         }, => 'onKernelResponse'], 0);
  5298.         $instance->addListener('kernel.request', [=> function () {
  5299.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5300.         }, => 'onKernelRequest'], 128);
  5301.         $instance->addListener('kernel.response', [=> function () {
  5302.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5303.         }, => 'onKernelResponse'], -1000);
  5304.         $instance->addListener('kernel.finish_request', [=> function () {
  5305.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5306.         }, => 'onFinishRequest'], 0);
  5307.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5308.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  5309.         }, => 'onMessageFailed'], 100);
  5310.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5311.             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()));
  5312.         }, => 'onMessageFailed'], 200);
  5313.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5314.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  5315.         }, => 'onMessageFailed'], -100);
  5316.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  5317.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  5318.         }, => 'onWorkerStarted'], 0);
  5319.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  5320.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  5321.         }, => 'onWorkerRunning'], 0);
  5322.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5323.             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()));
  5324.         }, => 'onMessageFailed'], 0);
  5325.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  5326.             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()));
  5327.         }, => 'onWorkerRunning'], 0);
  5328.         $instance->addListener('kernel.response', [=> function () {
  5329.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5330.         }, => 'onKernelResponse'], -100);
  5331.         $instance->addListener('kernel.exception', [=> function () {
  5332.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5333.         }, => 'onKernelException'], 0);
  5334.         $instance->addListener('kernel.terminate', [=> function () {
  5335.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5336.         }, => 'onKernelTerminate'], -1024);
  5337.         $instance->addListener('kernel.controller', [=> function () {
  5338.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5339.         }, => 'onKernelController'], 0);
  5340.         $instance->addListener('kernel.response', [=> function () {
  5341.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5342.         }, => 'onKernelResponse'], 0);
  5343.         $instance->addListener('kernel.response', [=> function () {
  5344.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  5345.         }, => 'onKernelResponse'], 0);
  5346.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5347.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  5348.         }, => 'checkPassport'], 0);
  5349.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5350.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  5351.         }, => 'onLoginSuccess'], 0);
  5352.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  5353.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  5354.         }, => 'onVoterVote'], 0);
  5355.         $instance->addListener('kernel.request', [=> function () {
  5356.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5357.         }, => 'configureLogoutUrlGenerator'], 8);
  5358.         $instance->addListener('kernel.request', [=> function () {
  5359.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5360.         }, => 'onKernelRequest'], 8);
  5361.         $instance->addListener('kernel.finish_request', [=> function () {
  5362.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5363.         }, => 'onKernelFinishRequest'], 0);
  5364.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  5365.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  5366.         }, => 'onWorkerMessageHandled'], 0);
  5367.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5368.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  5369.         }, => 'onWorkerMessageFailed'], 0);
  5370.         $instance->addListener('kernel.response', [=> function () {
  5371.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  5372.         }, => 'onKernelResponse'], -128);
  5373.         $instance->addListener('console.command', [=> function () {
  5374.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5375.         }, => 'onCommand'], 255);
  5376.         $instance->addListener('console.terminate', [=> function () {
  5377.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5378.         }, => 'onTerminate'], -255);
  5379.         $instance->addListener('console.command', [=> function () {
  5380.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  5381.         }, => 'configure'], 1024);
  5382.         $instance->addListener('console.error', [=> function () {
  5383.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  5384.         }, => 'onConsoleError'], 0);
  5385.         $instance->addListener('console.terminate', [=> function () {
  5386.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  5387.         }, => 'onConsoleTerminate'], 0);
  5388.         $instance->addListener('knp_pager.before', [=> function () {
  5389.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  5390.         }, => 'before'], 0);
  5391.         $instance->addListener('knp_pager.pagination', [=> function () {
  5392.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  5393.         }, => 'pagination'], 0);
  5394.         $instance->addListener('knp_pager.before', [=> function () {
  5395.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  5396.         }, => 'before'], 1);
  5397.         $instance->addListener('knp_pager.before', [=> function () {
  5398.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  5399.         }, => 'before'], 1);
  5400.         $instance->addListener('knp_pager.pagination', [=> function () {
  5401.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  5402.         }, => 'pagination'], 1);
  5403.         $instance->addListener('kernel.finish_request', [=> function () {
  5404.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  5405.         }, => 'resetAssets'], 0);
  5406.         $instance->addListener('kernel.view', [=> function () {
  5407.             return ($this->privates['Ajgarlag\\Bundle\\PsrHttpMessageBundle\\EventListener\\PsrResponseListener'] ?? $this->getPsrResponseListenerService());
  5408.         }, => 'onKernelView'], 0);
  5409.         $instance->addListener('kernel.controller', [=> function () {
  5410.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  5411.         }, => 'onKernelController'], 0);
  5412.         $instance->addListener('kernel.controller', [=> function () {
  5413.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  5414.         }, => 'onKernelController'], 0);
  5415.         $instance->addListener('kernel.controller', [=> function () {
  5416.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  5417.         }, => 'onKernelController'], -128);
  5418.         $instance->addListener('kernel.view', [=> function () {
  5419.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  5420.         }, => 'onKernelView'], 0);
  5421.         $instance->addListener('kernel.controller', [=> function () {
  5422.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  5423.         }, => 'onKernelController'], 0);
  5424.         $instance->addListener('kernel.response', [=> function () {
  5425.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  5426.         }, => 'onKernelResponse'], 0);
  5427.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5428.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  5429.         }, => 'onKernelControllerArguments'], 0);
  5430.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5431.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  5432.         }, => 'onKernelControllerArguments'], 0);
  5433.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5434.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] ?? $this->getControllerEntityResolverSubscriberService());
  5435.         }, => '__invoke'], 31);
  5436.         $instance->addListener('kernel.response', [=> function () {
  5437.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\DeviceIdSubscriber'] ?? $this->getDeviceIdSubscriberService());
  5438.         }, => 'onResponse'], 0);
  5439.         $instance->addListener('kernel.request', [=> function () {
  5440.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] ?? $this->getRequestChannelDomainSubscriberService());
  5441.         }, => '__invoke'], 32);
  5442.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5443.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber()));
  5444.         }, => '__invoke'], 15);
  5445.         $instance->addListener('kernel.terminate', [=> function () {
  5446.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  5447.         }, => 'refreshTracked'], 0);
  5448.         $instance->addListener('console.terminate', [=> function () {
  5449.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  5450.         }, => 'refreshTracked'], 0);
  5451.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5452.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  5453.         }, => 'onLoginSuccess'], 0);
  5454.         $instance->addListener('kernel.terminate', [=> function () {
  5455.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  5456.         }, => 'onTerminate'], 0);
  5457.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5458.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  5459.         }, => 'logout'], 0);
  5460.         $instance->addListener('kernel.request', [=> function () {
  5461.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] ?? $this->getHandleExpireTokenSubscriberService());
  5462.         }, => 'onKernelRequest'], 0);
  5463.         $instance->addListener('kernel.terminate', [=> function () {
  5464.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'] ?? $this->getReverseSyncSubscriber2Service());
  5465.         }, => 'sendTracked'], 0);
  5466.         $instance->addListener('console.terminate', [=> function () {
  5467.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'] ?? $this->getReverseSyncSubscriber2Service());
  5468.         }, => 'sendTracked'], 0);
  5469.         $instance->addListener('Nellapp\\Bundle\\SDKBundle\\Permission\\Event\\ChannelMenuDisplayedEvent', [=> function () {
  5470.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] ?? $this->getChannelMenuDisplayedSubscriberService());
  5471.         }, => '__invoke'], 0);
  5472.         $instance->addListener('kernel.request', [=> function () {
  5473.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'] ?? $this->getForceUserFromSetupSubscriberService());
  5474.         }, => '__invoke'], 0);
  5475.         $instance->addListener('kernel.terminate', [=> function () {
  5476.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  5477.         }, => 'exportTracked'], 0);
  5478.         $instance->addListener('console.terminate', [=> function () {
  5479.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  5480.         }, => 'exportTracked'], 0);
  5481.         $instance->addListener('kernel.terminate', [=> function () {
  5482.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  5483.         }, => 'refreshTracked'], 0);
  5484.         $instance->addListener('console.terminate', [=> function () {
  5485.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  5486.         }, => 'refreshTracked'], 0);
  5487.         $instance->addListener('kernel.controller', [=> function () {
  5488.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] ?? $this->getActionControllerSubscriberService());
  5489.         }, => '__invoke'], 15);
  5490.         $instance->addListener('kernel.view', [=> function () {
  5491.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] ?? $this->getActionResponseSubscriberService());
  5492.         }, => '__invoke'], 63);
  5493.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5494.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] ?? $this->getDeserializeActionControllerSubscriberService());
  5495.         }, => '__invoke'], -63);
  5496.         $instance->addListener('kernel.exception', [=> function () {
  5497.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber()));
  5498.         }, => '__invoke'], -195);
  5499.         $instance->addListener('spiriit_form_filter.apply.orm.filter_boolean', [=> function () {
  5500.             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()));
  5501.         }, => 'filterBoolean'], 0);
  5502.         $instance->addListener('spiriit_form_filter.apply.orm.filter_checkbox', [=> function () {
  5503.             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()));
  5504.         }, => 'filterCheckbox'], 0);
  5505.         $instance->addListener('spiriit_form_filter.apply.orm.filter_choice', [=> function () {
  5506.             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()));
  5507.         }, => 'filterValue'], 0);
  5508.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date', [=> function () {
  5509.             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()));
  5510.         }, => 'filterDate'], 0);
  5511.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date_range', [=> function () {
  5512.             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()));
  5513.         }, => 'filterDateRange'], 0);
  5514.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime', [=> function () {
  5515.             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()));
  5516.         }, => 'filterDateTime'], 0);
  5517.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime_range', [=> function () {
  5518.             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()));
  5519.         }, => 'filterDateTimeRange'], 0);
  5520.         $instance->addListener('spiriit_form_filter.apply.orm.filter_entity', [=> function () {
  5521.             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()));
  5522.         }, => 'filterEntity'], 0);
  5523.         $instance->addListener('spiriit_form_filter.apply.orm.filter_enum', [=> function () {
  5524.             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()));
  5525.         }, => 'filterEnum'], 0);
  5526.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number', [=> function () {
  5527.             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()));
  5528.         }, => 'filterNumber'], 0);
  5529.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number_range', [=> function () {
  5530.             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()));
  5531.         }, => 'filterNumberRange'], 0);
  5532.         $instance->addListener('spiriit_form_filter.apply.orm.filter_text', [=> function () {
  5533.             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()));
  5534.         }, => 'filterText'], 0);
  5535.         $instance->addListener('spiriit_form_filter.apply.orm.text', [=> function () {
  5536.             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()));
  5537.         }, => 'filterText'], 0);
  5538.         $instance->addListener('spiriit_form_filter.apply.orm.email', [=> function () {
  5539.             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()));
  5540.         }, => 'filterValue'], 0);
  5541.         $instance->addListener('spiriit_form_filter.apply.orm.integer', [=> function () {
  5542.             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()));
  5543.         }, => 'filterValue'], 0);
  5544.         $instance->addListener('spiriit_form_filter.apply.orm.money', [=> function () {
  5545.             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()));
  5546.         }, => 'filterValue'], 0);
  5547.         $instance->addListener('spiriit_form_filter.apply.orm.number', [=> function () {
  5548.             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()));
  5549.         }, => 'filterValue'], 0);
  5550.         $instance->addListener('spiriit_form_filter.apply.orm.percent', [=> function () {
  5551.             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()));
  5552.         }, => 'filterValue'], 0);
  5553.         $instance->addListener('spiriit_form_filter.apply.orm.search', [=> function () {
  5554.             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()));
  5555.         }, => 'filterValue'], 0);
  5556.         $instance->addListener('spiriit_form_filter.apply.orm.url', [=> function () {
  5557.             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()));
  5558.         }, => 'filterValue'], 0);
  5559.         $instance->addListener('spiriit_form_filter.apply.orm.choice', [=> function () {
  5560.             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()));
  5561.         }, => 'filterValue'], 0);
  5562.         $instance->addListener('spiriit_form_filter.apply.orm.entity', [=> function () {
  5563.             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()));
  5564.         }, => 'filterEntity'], 0);
  5565.         $instance->addListener('spiriit_form_filter.apply.orm.country', [=> function () {
  5566.             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()));
  5567.         }, => 'filterValue'], 0);
  5568.         $instance->addListener('spiriit_form_filter.apply.orm.language', [=> function () {
  5569.             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()));
  5570.         }, => 'filterValue'], 0);
  5571.         $instance->addListener('spiriit_form_filter.apply.orm.locale', [=> function () {
  5572.             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()));
  5573.         }, => 'filterValue'], 0);
  5574.         $instance->addListener('spiriit_form_filter.apply.orm.timezone', [=> function () {
  5575.             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()));
  5576.         }, => 'filterValue'], 0);
  5577.         $instance->addListener('spiriit_form_filter.apply.orm.date', [=> function () {
  5578.             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()));
  5579.         }, => 'filterDate'], 0);
  5580.         $instance->addListener('spiriit_form_filter.apply.orm.datetime', [=> function () {
  5581.             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()));
  5582.         }, => 'filterDate'], 0);
  5583.         $instance->addListener('spiriit_form_filter.apply.orm.birthday', [=> function () {
  5584.             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()));
  5585.         }, => 'filterDate'], 0);
  5586.         $instance->addListener('spiriit_form_filter.apply.orm.checkbox', [=> function () {
  5587.             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()));
  5588.         }, => 'filterValue'], 0);
  5589.         $instance->addListener('spiriit_form_filter.apply.orm.radio', [=> function () {
  5590.             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()));
  5591.         }, => 'filterValue'], 0);
  5592.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5593.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  5594.         }, => 'checkPassport'], 512);
  5595.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5596.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5597.         }, => 'onLogout'], 0);
  5598.         return $instance;
  5599.     }
  5600.     /**
  5601.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  5602.      *
  5603.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  5604.      */
  5605.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  5606.     {
  5607.         if ($lazyLoad) {
  5608.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  5609.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5610.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  5611.                     $proxy->setProxyInitializer(null);
  5612.                     return true;
  5613.                 });
  5614.             });
  5615.         }
  5616.         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()));
  5617.     }
  5618.     /**
  5619.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  5620.      *
  5621.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  5622.      */
  5623.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  5624.     {
  5625.         if ($lazyLoad) {
  5626.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  5627.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5628.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  5629.                     $proxy->setProxyInitializer(null);
  5630.                     return true;
  5631.                 });
  5632.             });
  5633.         }
  5634.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5635.     }
  5636.     /**
  5637.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  5638.      *
  5639.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  5640.      */
  5641.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  5642.     {
  5643.         if ($lazyLoad) {
  5644.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  5645.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5646.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  5647.                     $proxy->setProxyInitializer(null);
  5648.                     return true;
  5649.                 });
  5650.             });
  5651.         }
  5652.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5653.     }
  5654.     /**
  5655.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  5656.      *
  5657.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  5658.      */
  5659.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  5660.     {
  5661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5662.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  5663.         $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()));
  5664.         $instance->setName('hautelook:fixtures:load');
  5665.         return $instance;
  5666.     }
  5667.     /**
  5668.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  5669.      *
  5670.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  5671.      */
  5672.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  5673.     {
  5674.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  5676.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  5677.         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))))));
  5678.     }
  5679.     /**
  5680.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  5681.      *
  5682.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  5683.      */
  5684.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  5685.     {
  5686.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  5687.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  5688.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  5689.         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))))));
  5690.     }
  5691.     /**
  5692.      * Gets the public 'hautelook_alice.loader' shared service.
  5693.      *
  5694.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  5695.      */
  5696.     protected function getHautelookAlice_LoaderService()
  5697.     {
  5698.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  5700.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  5701.         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()));
  5702.     }
  5703.     /**
  5704.      * Gets the public 'hautelook_alice.locator' shared service.
  5705.      *
  5706.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  5707.      */
  5708.     protected function getHautelookAlice_LocatorService()
  5709.     {
  5710.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  5712.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  5713.         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']));
  5714.     }
  5715.     /**
  5716.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  5717.      *
  5718.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  5719.      */
  5720.     protected function getHautelookAlice_Resolver_BundleService()
  5721.     {
  5722.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  5723.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  5724.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  5725.         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))));
  5726.     }
  5727.     /**
  5728.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  5729.      *
  5730.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  5731.      */
  5732.     protected function getHautelookAlice_Resolver_FileService()
  5733.     {
  5734.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  5736.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  5737.     }
  5738.     /**
  5739.      * Gets the public 'http_kernel' shared service.
  5740.      *
  5741.      * @return \Symfony\Component\HttpKernel\HttpKernel
  5742.      */
  5743.     protected function getHttpKernelService()
  5744.     {
  5745.         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()));
  5746.     }
  5747.     /**
  5748.      * Gets the public 'jms_serializer' shared service.
  5749.      *
  5750.      * @return \JMS\Serializer\Serializer
  5751.      */
  5752.     protected function getJmsSerializerService()
  5753.     {
  5754.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  5757.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  5762.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  5764.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  5765.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  5766.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  5767.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  5768.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  5776.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  5777.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  5778.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  5780.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  5781.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  5783.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  5785.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  5791.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  5792.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  5793.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  5794.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5795.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  5796.         ], [
  5797.             'metadata_driver' => '?',
  5798.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  5799.         $a->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')))));
  5800.         $a->setIncludeInterfaces(false);
  5801.         $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5802.             'App\\Serializer\\Handler\\PaginationHandler' => ['privates''App\\Serializer\\Handler\\PaginationHandler''getPaginationHandlerService'false],
  5803.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  5804.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  5805.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  5806.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  5807.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  5808.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler' => ['privates''Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler''getRouteHandlerService'false],
  5809.         ], [
  5810.             'App\\Serializer\\Handler\\PaginationHandler' => '?',
  5811.             'jms_serializer.array_collection_handler' => '?',
  5812.             'jms_serializer.constraint_violation_handler' => '?',
  5813.             'jms_serializer.datetime_handler' => '?',
  5814.             'jms_serializer.form_error_handler' => '?',
  5815.             'jms_serializer.iterator_handler' => '?',
  5816.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler' => '?',
  5817.         ]), [=> ['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']]]]);
  5818.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  5819.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  5820.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  5821.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  5822.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5823.             'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber' => ['privates''App\\Serializer\\EventSubscriber\\ChannelImageSubscriber''getChannelImageSubscriberService'false],
  5824.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  5825.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  5826.         ], [
  5827.             'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber' => '?',
  5828.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  5829.             'jms_serializer.stopwatch_subscriber' => '?',
  5830.         ]));
  5831.         $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']]]);
  5832.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  5833.         $g->setOptions(1216);
  5834.         $h = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  5835.         $h->setOptions(0);
  5836.         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())));
  5837.     }
  5838.     /**
  5839.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  5840.      *
  5841.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  5842.      */
  5843.     protected function getJmsSerializer_DeserializationContextFactoryService()
  5844.     {
  5845.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  5846.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  5847.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  5848.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  5849.     }
  5850.     /**
  5851.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  5852.      *
  5853.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  5854.      */
  5855.     protected function getJmsSerializer_MetadataDriverService()
  5856.     {
  5857.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  5859.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  5860.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  5863.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  5864.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  5865.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  5866.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  5867.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  5868.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  5869.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  5870.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  5873.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  5874.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
  5875.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  5877.         $a = new \Metadata\Driver\FileLocator([]);
  5878.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  5879.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  5880.         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);
  5881.     }
  5882.     /**
  5883.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  5884.      *
  5885.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  5886.      */
  5887.     protected function getJmsSerializer_SerializationContextFactoryService()
  5888.     {
  5889.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  5892.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  5893.     }
  5894.     /**
  5895.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  5896.      *
  5897.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  5898.      */
  5899.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  5900.     {
  5901.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  5902.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  5903.     }
  5904.     /**
  5905.      * Gets the public 'k2r2_remote_sftp_filesystem' shared service.
  5906.      *
  5907.      * @return \League\Flysystem\Filesystem
  5908.      */
  5909.     protected function getK2r2RemoteSftpFilesystemService()
  5910.     {
  5911.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  5912.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  5913.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  5915.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  5916.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-sftp-v3/SftpAdapter.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-sftp-v3/ConnectionProvider.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-sftp-v3/SftpConnectionProvider.php';
  5920.         return $this->services['k2r2_remote_sftp_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\PhpseclibV3\SftpAdapter(\League\Flysystem\PhpseclibV3\SftpConnectionProvider::fromArray(['host' => $this->getEnv('K2R2_SFTP_HOST'), 'username' => $this->getEnv('K2R2_SFTP_USER'), 'password' => $this->getEnv('K2R2_SFTP_PASS'), 'timeout' => 900'maxTries' => 10'privateKey' => NULL'passphrase' => NULL'port' => 22'useAgent' => false'hostFingerprint' => NULL'connectivityChecker' => NULL]), $this->getEnv('K2R2_SFTP_ROOT'), NULLNULL), []);
  5921.     }
  5922.     /**
  5923.      * Gets the public 'knp_menu.factory' shared service.
  5924.      *
  5925.      * @return \Knp\Menu\MenuFactory
  5926.      */
  5927.     protected function getKnpMenu_FactoryService()
  5928.     {
  5929.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  5933.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Menu/Extension/RoutingExtension.php';
  5934.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  5935.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  5936.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService())), 0);
  5937.         return $instance;
  5938.     }
  5939.     /**
  5940.      * Gets the public 'knp_menu.matcher' shared service.
  5941.      *
  5942.      * @return \Knp\Menu\Matcher\Matcher
  5943.      */
  5944.     protected function getKnpMenu_MatcherService()
  5945.     {
  5946.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  5947.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  5948.         }, 1));
  5949.     }
  5950.     /**
  5951.      * Gets the public 'knp_paginator' shared service.
  5952.      *
  5953.      * @return \Knp\Component\Pager\Paginator
  5954.      */
  5955.     protected function getKnpPaginatorService($lazyLoad true)
  5956.     {
  5957.         if ($lazyLoad) {
  5958.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  5959.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5960.                     $wrappedInstance $this->getKnpPaginatorService(false);
  5961.                     $proxy->setProxyInitializer(null);
  5962.                     return true;
  5963.                 });
  5964.             });
  5965.         }
  5966.         $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())));
  5967.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  5968.         return $instance;
  5969.     }
  5970.     /**
  5971.      * Gets the public 'knpu.oauth2.client.nellapp' shared service.
  5972.      *
  5973.      * @return \KnpU\OAuth2ClientBundle\Client\OAuth2Client
  5974.      */
  5975.     protected function getKnpu_Oauth2_Client_NellappService()
  5976.     {
  5977.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
  5979.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  5982.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  5983.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  5984.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
  5985.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
  5986.         $a = (new \KnpU\OAuth2ClientBundle\DependencyInjection\ProviderFactory(($this->services['router'] ?? $this->getRouterService())))->createProvider('Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\Provider\\CoreProvider', ['clientId' => $this->getEnv('resolve:OAUTH_CLIENT_ID'), 'clientSecret' => $this->getEnv('resolve:OAUTH_CLIENT_SECRET'), 'verify' => false], 'nellapp_sdk_connect_nellapp_check', [], []);
  5987.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5988.         $a->setChannelMainDomainUtils(new \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils($b, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nellapp'))), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService())));
  5989.         $a->setDomainsRoutingUtils(new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nellapp'));
  5990.         return $this->services['knpu.oauth2.client.nellapp'] = new \KnpU\OAuth2ClientBundle\Client\OAuth2Client($a$b);
  5991.     }
  5992.     /**
  5993.      * Gets the public 'knpu.oauth2.registry' shared service.
  5994.      *
  5995.      * @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
  5996.      */
  5997.     protected function getKnpu_Oauth2_RegistryService()
  5998.     {
  5999.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  6000.         return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']);
  6001.     }
  6002.     /**
  6003.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  6004.      *
  6005.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  6006.      */
  6007.     protected function getLiipImagine_Binary_Loader_DefaultService()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  6013.         $a \Symfony\Component\Mime\MimeTypes::getDefault();
  6014.         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));
  6015.     }
  6016.     /**
  6017.      * Gets the public 'liip_imagine.cache.manager' shared service.
  6018.      *
  6019.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  6020.      */
  6021.     protected function getLiipImagine_Cache_ManagerService()
  6022.     {
  6023.         $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);
  6024.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  6025.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  6026.         return $instance;
  6027.     }
  6028.     /**
  6029.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  6030.      *
  6031.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  6032.      */
  6033.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  6034.     {
  6035.         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');
  6036.     }
  6037.     /**
  6038.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  6039.      *
  6040.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  6041.      */
  6042.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  6043.     {
  6044.         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()));
  6045.     }
  6046.     /**
  6047.      * Gets the public 'liip_imagine.cache.signer' shared service.
  6048.      *
  6049.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  6050.      */
  6051.     protected function getLiipImagine_Cache_SignerService()
  6052.     {
  6053.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  6054.     }
  6055.     /**
  6056.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  6057.      *
  6058.      * @return \Liip\ImagineBundle\Config\StackCollection
  6059.      */
  6060.     protected function getLiipImagine_Config_StackCollectionService()
  6061.     {
  6062.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  6067.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  6070.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  6071.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  6072.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  6073.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  6076.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  6077.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  6079.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  6082.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  6083.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  6084.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  6086.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  6087.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  6088.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  6089.         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']);
  6090.     }
  6091.     /**
  6092.      * Gets the public 'liip_imagine.data.manager' shared service.
  6093.      *
  6094.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  6095.      */
  6096.     protected function getLiipImagine_Data_ManagerService()
  6097.     {
  6098.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  6099.         $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);
  6100.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  6101.         return $instance;
  6102.     }
  6103.     /**
  6104.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  6105.      *
  6106.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  6107.      */
  6108.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  6109.     {
  6110.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  6113.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  6114.     }
  6115.     /**
  6116.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  6117.      *
  6118.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  6119.      */
  6120.     protected function getLiipImagine_Filter_Loader_FixedService()
  6121.     {
  6122.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  6124.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  6125.     }
  6126.     /**
  6127.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  6128.      *
  6129.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  6130.      */
  6131.     protected function getLiipImagine_Filter_Loader_FlipService()
  6132.     {
  6133.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6134.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  6135.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  6136.     }
  6137.     /**
  6138.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  6139.      *
  6140.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  6141.      */
  6142.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  6143.     {
  6144.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6145.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  6146.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  6147.     }
  6148.     /**
  6149.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  6150.      *
  6151.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  6152.      */
  6153.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  6154.     {
  6155.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  6157.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  6158.     }
  6159.     /**
  6160.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  6161.      *
  6162.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  6163.      */
  6164.     protected function getLiipImagine_Filter_Loader_ResampleService()
  6165.     {
  6166.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  6168.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  6169.     }
  6170.     /**
  6171.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  6172.      *
  6173.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  6174.      */
  6175.     protected function getLiipImagine_Filter_Loader_RotateService()
  6176.     {
  6177.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  6179.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  6180.     }
  6181.     /**
  6182.      * Gets the public 'liip_imagine.filter.manager' shared service.
  6183.      *
  6184.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  6185.      */
  6186.     protected function getLiipImagine_Filter_ManagerService()
  6187.     {
  6188.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  6189.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6190.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  6191.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  6192.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  6193.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  6194.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  6195.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  6196.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  6198.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  6201.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  6202.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  6203.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  6204.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  6205.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  6206.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  6207.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  6208.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  6209.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  6210.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  6211.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  6214.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  6215.         $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()));
  6216.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  6217.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  6218.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  6219.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  6220.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  6221.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a\dirname(__DIR__4)));
  6222.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a\dirname(__DIR__4)));
  6223.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  6224.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  6225.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  6226.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  6227.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  6228.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  6229.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  6230.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  6231.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  6232.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  6233.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  6234.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  6235.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  6236.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  6237.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  6238.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  6239.         return $instance;
  6240.     }
  6241.     /**
  6242.      * Gets the public 'messenger.default_bus' shared service.
  6243.      *
  6244.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  6245.      */
  6246.     protected function getMessenger_DefaultBusService()
  6247.     {
  6248.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  6249.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  6250.             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')));
  6251.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  6252.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  6253.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  6254.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'] ?? $this->getMenuDisplayedMiddlewareService());
  6255.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  6256.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  6257.         }, 8)));
  6258.     }
  6259.     /**
  6260.      * Gets the public 'nelmio_alice.data_loader' shared service.
  6261.      *
  6262.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  6263.      */
  6264.     protected function getNelmioAlice_DataLoaderService()
  6265.     {
  6266.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  6267.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  6268.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  6269.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  6270.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  6271.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  6276.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  6277.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  6278.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  6282.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  6283.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  6284.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  6285.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  6290.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  6291.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  6292.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  6296.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  6297.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  6298.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  6301.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  6303.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  6306.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  6316.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  6318.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  6320.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  6324.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  6329.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  6330.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  6331.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  6337.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  6338.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  6339.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  6340.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  6341.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  6342.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  6343.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  6344.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  6345.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  6353.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  6354.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  6355.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  6356.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  6357.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  6358.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  6359.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  6361.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  6364.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  6365.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  6366.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  6367.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  6369.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  6370.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  6371.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  6372.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  6373.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  6374.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  6375.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  6376.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  6377.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  6378.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  6379.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  6380.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  6381.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  6382.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  6383.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  6385.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  6386.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  6388.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  6391.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  6392.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  6393.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  6394.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  6396.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  6397.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  6398.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  6399.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  6400.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  6402.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  6403.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  6410.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6411.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  6413.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  6414.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  6416.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  6417.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  6418.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  6419.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  6425.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  6426.         $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()]));
  6427.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  6428.         $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()]))))));
  6429.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  6430.         $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()]);
  6431.         $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);
  6432.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6433.         $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()]);
  6434.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  6435.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  6436.         $j->setContainer($this);
  6437.         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)))));
  6438.     }
  6439.     /**
  6440.      * Gets the public 'nelmio_alice.file_loader' shared service.
  6441.      *
  6442.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  6443.      */
  6444.     protected function getNelmioAlice_FileLoaderService()
  6445.     {
  6446.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  6447.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  6448.         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()));
  6449.     }
  6450.     /**
  6451.      * Gets the public 'nelmio_alice.files_loader' shared service.
  6452.      *
  6453.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  6454.      */
  6455.     protected function getNelmioAlice_FilesLoaderService()
  6456.     {
  6457.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  6458.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  6459.         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()));
  6460.     }
  6461.     /**
  6462.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  6463.      *
  6464.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  6465.      */
  6466.     protected function getNelmioApiDoc_Command_DumpService()
  6467.     {
  6468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6469.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  6470.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6471.         $instance->setName('nelmio:apidoc:dump');
  6472.         return $instance;
  6473.     }
  6474.     /**
  6475.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  6476.      *
  6477.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  6478.      */
  6479.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  6480.     {
  6481.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  6482.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6483.     }
  6484.     /**
  6485.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  6486.      *
  6487.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  6488.      */
  6489.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  6490.     {
  6491.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  6492.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6493.     }
  6494.     /**
  6495.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  6496.      *
  6497.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  6498.      */
  6499.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  6500.     {
  6501.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  6502.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6503.     }
  6504.     /**
  6505.      * Gets the public 'nelmio_api_doc.generator.core_sync' shared service.
  6506.      *
  6507.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  6508.      */
  6509.     protected function getNelmioApiDoc_Generator_CoreSyncService()
  6510.     {
  6511.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  6512.         $this->services['nelmio_api_doc.generator.core_sync'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  6513.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? ($this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([])));
  6514.             yield => ($this->privates['nelmio_api_doc.describers.config.core_sync'] ?? $this->getNelmioApiDoc_Describers_Config_CoreSyncService());
  6515.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.core_sync'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_CoreSyncService());
  6516.             yield => ($this->privates['nelmio_api_doc.describers.route.core_sync'] ?? $this->getNelmioApiDoc_Describers_Route_CoreSyncService());
  6517.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  6518.         }, 5), new RewindableGenerator(function () {
  6519.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  6520.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  6521.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  6522.         }, 3));
  6523.         $instance->setAlternativeNames([]);
  6524.         $instance->setMediaTypes([=> 'json']);
  6525.         $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  6526.         return $instance;
  6527.     }
  6528.     /**
  6529.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  6530.      *
  6531.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  6532.      */
  6533.     protected function getNelmioApiDoc_Generator_DefaultService()
  6534.     {
  6535.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  6536.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  6537.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? ($this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([])));
  6538.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? $this->getNelmioApiDoc_Describers_Config_DefaultService());
  6539.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  6540.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  6541.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  6542.         }, 5), new RewindableGenerator(function () {
  6543.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  6544.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  6545.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  6546.         }, 3));
  6547.         $instance->setAlternativeNames([]);
  6548.         $instance->setMediaTypes([=> 'json']);
  6549.         $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  6550.         return $instance;
  6551.     }
  6552.     /**
  6553.      * Gets the public 'nelmio_api_doc.generator.partner_api' shared service.
  6554.      *
  6555.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  6556.      */
  6557.     protected function getNelmioApiDoc_Generator_PartnerApiService()
  6558.     {
  6559.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  6560.         $this->services['nelmio_api_doc.generator.partner_api'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  6561.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? ($this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([])));
  6562.             yield => ($this->privates['nelmio_api_doc.describers.config.partner_api'] ?? $this->getNelmioApiDoc_Describers_Config_PartnerApiService());
  6563.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.partner_api'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_PartnerApiService());
  6564.             yield => ($this->privates['nelmio_api_doc.describers.route.partner_api'] ?? $this->getNelmioApiDoc_Describers_Route_PartnerApiService());
  6565.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  6566.         }, 5), new RewindableGenerator(function () {
  6567.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  6568.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  6569.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  6570.         }, 3));
  6571.         $instance->setAlternativeNames([]);
  6572.         $instance->setMediaTypes([=> 'json']);
  6573.         $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  6574.         return $instance;
  6575.     }
  6576.     /**
  6577.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  6578.      *
  6579.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  6580.      */
  6581.     protected function getNelmioApiDoc_RenderDocsService()
  6582.     {
  6583.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  6584.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  6585.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  6586.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  6587.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  6588.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6589.             'core_sync' => ['services''nelmio_api_doc.generator.core_sync''getNelmioApiDoc_Generator_CoreSyncService'false],
  6590.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  6591.             'partner_api' => ['services''nelmio_api_doc.generator.partner_api''getNelmioApiDoc_Generator_PartnerApiService'false],
  6592.         ], [
  6593.             'core_sync' => '?',
  6594.             'default' => '?',
  6595.             'partner_api' => '?',
  6596.         ]), 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())));
  6597.     }
  6598.     /**
  6599.      * Gets the public 'oneup_flysystem.mount_manager' shared service.
  6600.      *
  6601.      * @return \League\Flysystem\MountManager
  6602.      */
  6603.     protected function getOneupFlysystem_MountManagerService()
  6604.     {
  6605.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  6607.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/MountManager.php';
  6609.         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()), 'k2r2_remote_sftp' => ($this->services['k2r2_remote_sftp_filesystem'] ?? $this->getK2r2RemoteSftpFilesystemService())]);
  6610.     }
  6611.     /**
  6612.      * Gets the public 'oneup_uploader.chunk_manager' shared service.
  6613.      *
  6614.      * @return \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager
  6615.      */
  6616.     protected function getOneupUploader_ChunkManagerService()
  6617.     {
  6618.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManagerInterface.php';
  6619.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManager.php';
  6620.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  6622.         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')))));
  6623.     }
  6624.     /**
  6625.      * Gets the public 'oneup_uploader.controller.channel_images' shared service.
  6626.      *
  6627.      * @return \Oneup\UploaderBundle\Controller\FineUploaderController
  6628.      */
  6629.     protected function getOneupUploader_Controller_ChannelImagesService()
  6630.     {
  6631.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/FineUploaderController.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/NoopErrorHandler.php';
  6638.         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');
  6639.     }
  6640.     /**
  6641.      * Gets the public 'oneup_uploader.controller.k2r2_remote_video' shared service.
  6642.      *
  6643.      * @return \Oneup\UploaderBundle\Controller\FineUploaderController
  6644.      */
  6645.     protected function getOneupUploader_Controller_K2r2RemoteVideoService()
  6646.     {
  6647.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/FineUploaderController.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  6652.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  6653.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/NoopErrorHandler.php';
  6654.         return $this->services['oneup_uploader.controller.k2r2_remote_video'] = new \Oneup\UploaderBundle\Controller\FineUploaderController($this, new \Oneup\UploaderBundle\Uploader\Storage\FlysystemStorage(($this->services['k2r2_remote_sftp_filesystem'] ?? $this->getK2r2RemoteSftpFilesystemService()), 102400NULL''), ($this->privates['oneup_uploader.error_handler.fineuploader'] ?? ($this->privates['oneup_uploader.error_handler.fineuploader'] = new \Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler())), $this->parameters['oneup_uploader.config.k2r2_remote_video'], 'k2r2_remote_video');
  6655.     }
  6656.     /**
  6657.      * Gets the public 'oneup_uploader.controller.practical_case_resource_file' shared service.
  6658.      *
  6659.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  6660.      */
  6661.     protected function getOneupUploader_Controller_PracticalCaseResourceFileService()
  6662.     {
  6663.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  6667.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  6668.         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');
  6669.     }
  6670.     /**
  6671.      * Gets the public 'oneup_uploader.controller.practical_case_response_file' shared service.
  6672.      *
  6673.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  6674.      */
  6675.     protected function getOneupUploader_Controller_PracticalCaseResponseFileService()
  6676.     {
  6677.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  6682.         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');
  6683.     }
  6684.     /**
  6685.      * Gets the public 'oneup_uploader.controller.user_avatar' shared service.
  6686.      *
  6687.      * @return \Oneup\UploaderBundle\Controller\FineUploaderController
  6688.      */
  6689.     protected function getOneupUploader_Controller_UserAvatarService()
  6690.     {
  6691.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  6692.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/FineUploaderController.php';
  6694.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  6696.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  6697.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/NoopErrorHandler.php';
  6698.         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');
  6699.     }
  6700.     /**
  6701.      * Gets the public 'oneup_uploader.namer.uniqid' shared service.
  6702.      *
  6703.      * @return \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer
  6704.      */
  6705.     protected function getOneupUploader_Namer_UniqidService()
  6706.     {
  6707.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  6708.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  6709.         return $this->services['oneup_uploader.namer.uniqid'] = new \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer();
  6710.     }
  6711.     /**
  6712.      * Gets the public 'oneup_uploader.orphanage.practical_case_resource_file' shared service.
  6713.      *
  6714.      * @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
  6715.      */
  6716.     protected function getOneupUploader_Orphanage_PracticalCaseResourceFileService()
  6717.     {
  6718.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
  6722.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  6724.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  6725.         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');
  6726.     }
  6727.     /**
  6728.      * Gets the public 'oneup_uploader.orphanage.practical_case_response_file' shared service.
  6729.      *
  6730.      * @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
  6731.      */
  6732.     protected function getOneupUploader_Orphanage_PracticalCaseResponseFileService()
  6733.     {
  6734.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  6735.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  6736.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
  6737.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
  6738.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  6739.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  6740.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  6741.         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');
  6742.     }
  6743.     /**
  6744.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  6745.      *
  6746.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  6747.      */
  6748.     protected function getOneupUploader_OrphanageManagerService()
  6749.     {
  6750.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  6751.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  6752.     }
  6753.     /**
  6754.      * Gets the public 'oneup_uploader.routing.loader' shared service.
  6755.      *
  6756.      * @return \Oneup\UploaderBundle\Routing\RouteLoader
  6757.      */
  6758.     protected function getOneupUploader_Routing_LoaderService()
  6759.     {
  6760.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Routing/RouteLoader.php';
  6761.         return $this->services['oneup_uploader.routing.loader'] = new \Oneup\UploaderBundle\Routing\RouteLoader($this->parameters['oneup_uploader.controllers']);
  6762.     }
  6763.     /**
  6764.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  6765.      *
  6766.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  6767.      */
  6768.     protected function getOneupUploader_Templating_UploaderHelperService()
  6769.     {
  6770.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
  6771.     }
  6772.     /**
  6773.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  6774.      *
  6775.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  6776.      */
  6777.     protected function getOneupUploader_Twig_Extension_UploaderService()
  6778.     {
  6779.         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()));
  6780.     }
  6781.     /**
  6782.      * Gets the public 'practicalCaseResponse_filesystem' shared service.
  6783.      *
  6784.      * @return \League\Flysystem\Filesystem
  6785.      */
  6786.     protected function getPracticalCaseResponseFilesystemService()
  6787.     {
  6788.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  6789.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  6790.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  6791.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  6792.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  6793.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  6794.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  6795.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  6796.         return $this->services['practicalCaseResponse_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__4).'/public/uploads/practical_cases_response/'), NULL22NULLfalse), []);
  6797.     }
  6798.     /**
  6799.      * Gets the public 'practicalCase_filesystem' shared service.
  6800.      *
  6801.      * @return \League\Flysystem\Filesystem
  6802.      */
  6803.     protected function getPracticalCaseFilesystemService()
  6804.     {
  6805.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  6807.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  6808.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  6809.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  6810.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  6811.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  6812.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  6813.         return $this->services['practicalCase_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__4).'/public/uploads/practical_cases/'), NULL22NULLfalse), []);
  6814.     }
  6815.     /**
  6816.      * Gets the public 'request_stack' shared service.
  6817.      *
  6818.      * @return \Symfony\Component\HttpFoundation\RequestStack
  6819.      */
  6820.     protected function getRequestStackService()
  6821.     {
  6822.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  6823.     }
  6824.     /**
  6825.      * Gets the public 'router' shared autowired service.
  6826.      *
  6827.      * @return \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator
  6828.      */
  6829.     protected function getRouterService()
  6830.     {
  6831.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6832.         $b = new \Symfony\Bundle\FrameworkBundle\Routing\Router($this'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'fr');
  6833.         $b->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6834.         $b->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6835.         return $this->services['router'] = new \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator($b$a);
  6836.     }
  6837.     /**
  6838.      * Gets the public 'routing.loader' shared service.
  6839.      *
  6840.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  6841.      */
  6842.     protected function getRouting_LoaderService()
  6843.     {
  6844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/GlobalRoutesLoader.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelResourceAccessCacheLoader.php';
  6849.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelUserPermissionResourceCrudLoader.php';
  6850.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  6851.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  6852.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  6853.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  6854.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  6855.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  6856.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  6857.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  6858.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  6859.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6860.             'kernel' => ['services''kernel''getKernelService'false],
  6861.         ], [
  6862.             'kernel' => 'App\\Kernel',
  6863.         ]), 'dev'));
  6864.         $a->addLoader(($this->services['oneup_uploader.routing.loader'] ?? $this->getOneupUploader_Routing_LoaderService()));
  6865.         $a->addLoader(new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\GlobalRoutesLoader());
  6866.         $a->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelResourceAccessCacheLoader());
  6867.         $a->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelUserPermissionResourceCrudLoader(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService())));
  6868.         $a->addLoader($c);
  6869.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  6870.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  6871.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  6872.     }
  6873.     /**
  6874.      * Gets the public 'services_resetter' shared service.
  6875.      *
  6876.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  6877.      */
  6878.     protected function getServicesResetterService()
  6879.     {
  6880.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  6881.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  6882.             if (isset($this->services['cache.app'])) {
  6883.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  6884.             }
  6885.             if (isset($this->services['cache.system'])) {
  6886.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  6887.             }
  6888.             if (isset($this->privates['cache.validator'])) {
  6889.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  6890.             }
  6891.             if (isset($this->privates['cache.serializer'])) {
  6892.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  6893.             }
  6894.             if (isset($this->privates['cache.annotations'])) {
  6895.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  6896.             }
  6897.             if (isset($this->privates['cache.property_info'])) {
  6898.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  6899.             }
  6900.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  6901.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  6902.             }
  6903.             if (isset($this->privates['.debug.http_client'])) {
  6904.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  6905.             }
  6906.             if (isset($this->privates['debug.stopwatch'])) {
  6907.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  6908.             }
  6909.             if (isset($this->services['event_dispatcher'])) {
  6910.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  6911.             }
  6912.             if (isset($this->privates['session_listener'])) {
  6913.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  6914.             }
  6915.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  6916.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  6917.             }
  6918.             if (isset($this->services['cache.validator_expression_language'])) {
  6919.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  6920.             }
  6921.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  6922.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  6923.             }
  6924.             if (isset($this->services['.container.private.profiler'])) {
  6925.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  6926.             }
  6927.             if (isset($this->services['.container.private.validator'])) {
  6928.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  6929.             }
  6930.             if (isset($this->services['.container.private.security.token_storage'])) {
  6931.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  6932.             }
  6933.             if (isset($this->privates['cache.security_expression_language'])) {
  6934.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  6935.             }
  6936.             if (isset($this->services['doctrine'])) {
  6937.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  6938.             }
  6939.             if (isset($this->privates['form.type.entity'])) {
  6940.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  6941.             }
  6942.             if (isset($this->privates['monolog.handler.main'])) {
  6943.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  6944.             }
  6945.             if (isset($this->privates['monolog.handler.console'])) {
  6946.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  6947.             }
  6948.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  6949.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  6950.             }
  6951.             if (isset($this->privates['cache.webpack_encore'])) {
  6952.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  6953.             }
  6954.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  6955.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  6956.             }
  6957.             if (isset($this->privates['webpack_encore.entrypoint_lookup[core]'])) {
  6958.                 yield 'webpack_encore.entrypoint_lookup[core]' => ($this->privates['webpack_encore.entrypoint_lookup[core]'] ?? null);
  6959.             }
  6960.             if (isset($this->privates['webpack_encore.entrypoint_lookup[common]'])) {
  6961.                 yield 'webpack_encore.entrypoint_lookup[common]' => ($this->privates['webpack_encore.entrypoint_lookup[common]'] ?? null);
  6962.             }
  6963.             if (isset($this->privates['webpack_encore.entrypoint_lookup[vendor]'])) {
  6964.                 yield 'webpack_encore.entrypoint_lookup[vendor]' => ($this->privates['webpack_encore.entrypoint_lookup[vendor]'] ?? null);
  6965.             }
  6966.             if (isset($this->privates['webpack_encore.entrypoint_lookup[content]'])) {
  6967.                 yield 'webpack_encore.entrypoint_lookup[content]' => ($this->privates['webpack_encore.entrypoint_lookup[content]'] ?? null);
  6968.             }
  6969.             if (isset($this->privates['webpack_encore.entrypoint_lookup[backoffice]'])) {
  6970.                 yield 'webpack_encore.entrypoint_lookup[backoffice]' => ($this->privates['webpack_encore.entrypoint_lookup[backoffice]'] ?? null);
  6971.             }
  6972.             if (isset($this->privates['.debug.http_client'])) {
  6973.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  6974.             }
  6975.         }, function () {
  6976.             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']));
  6977.         }), ['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']]);
  6978.     }
  6979.     /**
  6980.      * Gets the public 'spiriit_form_filter.filter_prepare' shared service.
  6981.      *
  6982.      * @return \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener
  6983.      */
  6984.     protected function getSpiriitFormFilter_FilterPrepareService()
  6985.     {
  6986.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Event/Listener/PrepareListener.php';
  6987.         return $this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener();
  6988.     }
  6989.     /**
  6990.      * Gets the public 'spiriit_form_filter.query_builder_updater' shared service.
  6991.      *
  6992.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater
  6993.      */
  6994.     protected function getSpiriitFormFilter_QueryBuilderUpdaterService()
  6995.     {
  6996.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdaterInterface.php';
  6997.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdater.php';
  6998.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractorInterface.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractor.php';
  7000.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DataExtractionMethodInterface.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DefaultExtractionMethod.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/TextExtractionMethod.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/ValueKeysExtractionMethod.php';
  7004.         $a = new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\FormDataExtractor();
  7005.         $a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\DefaultExtractionMethod());
  7006.         $a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\TextExtractionMethod());
  7007.         $a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\ValueKeysExtractionMethod());
  7008.         return $this->services['spiriit_form_filter.query_builder_updater'] = new \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7009.     }
  7010.     /**
  7011.      * Gets the public 'translator' shared service.
  7012.      *
  7013.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  7014.      */
  7015.     protected function getTranslatorService()
  7016.     {
  7017.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  7018.     }
  7019.     /**
  7020.      * Gets the public 'var_dumper.cloner' shared service.
  7021.      *
  7022.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  7023.      */
  7024.     protected function getVarDumper_ClonerService()
  7025.     {
  7026.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  7027.         $instance->setMaxItems(2500);
  7028.         $instance->setMinDepth(1);
  7029.         $instance->setMaxString(-1);
  7030.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  7031.         return $instance;
  7032.     }
  7033.     /**
  7034.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  7035.      *
  7036.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  7037.      */
  7038.     protected function getWebProfiler_Controller_ExceptionPanelService()
  7039.     {
  7040.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  7041.         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()));
  7042.     }
  7043.     /**
  7044.      * Gets the public 'web_profiler.controller.profiler' shared service.
  7045.      *
  7046.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  7047.      */
  7048.     protected function getWebProfiler_Controller_ProfilerService()
  7049.     {
  7050.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  7051.         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));
  7052.     }
  7053.     /**
  7054.      * Gets the public 'web_profiler.controller.router' shared service.
  7055.      *
  7056.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  7057.      */
  7058.     protected function getWebProfiler_Controller_RouterService()
  7059.     {
  7060.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  7061.         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 () {
  7062.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  7063.         }, 1));
  7064.     }
  7065.     /**
  7066.      * Gets the private '.App\Command\CheckSharedEntityCommand.lazy' shared service.
  7067.      *
  7068.      * @return \Symfony\Component\Console\Command\LazyCommand
  7069.      */
  7070.     protected function getCheckSharedEntityCommand_LazyService()
  7071.     {
  7072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7074.         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 {
  7075.             return ($this->privates['App\\Command\\CheckSharedEntityCommand'] ?? $this->getCheckSharedEntityCommandService());
  7076.         });
  7077.     }
  7078.     /**
  7079.      * Gets the private '.App\Command\InitK2r2RemoteVideoCommand.lazy' shared service.
  7080.      *
  7081.      * @return \Symfony\Component\Console\Command\LazyCommand
  7082.      */
  7083.     protected function getInitK2r2RemoteVideoCommand_LazyService()
  7084.     {
  7085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7087.         return $this->privates['.App\\Command\\InitK2r2RemoteVideoCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('init:k2r2-video', [], 'Create Scholar video data from k2r2 remove server video'false, function (): \App\Command\InitK2r2RemoteVideoCommand {
  7088.             return ($this->privates['App\\Command\\InitK2r2RemoteVideoCommand'] ?? $this->getInitK2r2RemoteVideoCommandService());
  7089.         });
  7090.     }
  7091.     /**
  7092.      * Gets the private '.App\Command\K2R2IndexingCommand.lazy' shared service.
  7093.      *
  7094.      * @return \Symfony\Component\Console\Command\LazyCommand
  7095.      */
  7096.     protected function getK2R2IndexingCommand_LazyService()
  7097.     {
  7098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7100.         return $this->privates['.App\\Command\\K2R2IndexingCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:k2r2-index-shared-lesson', [], 'Index shared lesson on k2r2 api'false, function (): \App\Command\K2R2IndexingCommand {
  7101.             return ($this->privates['App\\Command\\K2R2IndexingCommand'] ?? $this->getK2R2IndexingCommandService());
  7102.         });
  7103.     }
  7104.     /**
  7105.      * Gets the private '.App\Command\K2r2\IndexYoutubeVideoCommand.lazy' shared service.
  7106.      *
  7107.      * @return \Symfony\Component\Console\Command\LazyCommand
  7108.      */
  7109.     protected function getIndexYoutubeVideoCommand_LazyService()
  7110.     {
  7111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7113.         return $this->privates['.App\\Command\\K2r2\\IndexYoutubeVideoCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:k2r2:index-youtube-video', [], 'Index old youtube videos on k2r2 server'false, function (): \App\Command\K2r2\IndexYoutubeVideoCommand {
  7114.             return ($this->privates['App\\Command\\K2r2\\IndexYoutubeVideoCommand'] ?? $this->getIndexYoutubeVideoCommandService());
  7115.         });
  7116.     }
  7117.     /**
  7118.      * Gets the private '.App\Command\PartnerApi\PartnerApiUserChannelCommand.lazy' shared service.
  7119.      *
  7120.      * @return \Symfony\Component\Console\Command\LazyCommand
  7121.      */
  7122.     protected function getPartnerApiUserChannelCommand_LazyService()
  7123.     {
  7124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7126.         return $this->privates['.App\\Command\\PartnerApi\\PartnerApiUserChannelCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:partner-api:user:channel', [], 'Revokes an existing PartnerApiUser.'false, function (): \App\Command\PartnerApi\PartnerApiUserChannelCommand {
  7127.             return ($this->privates['App\\Command\\PartnerApi\\PartnerApiUserChannelCommand'] ?? $this->getPartnerApiUserChannelCommandService());
  7128.         });
  7129.     }
  7130.     /**
  7131.      * Gets the private '.App\Command\PartnerApi\PartnerApiUserCreateCommand.lazy' shared service.
  7132.      *
  7133.      * @return \Symfony\Component\Console\Command\LazyCommand
  7134.      */
  7135.     protected function getPartnerApiUserCreateCommand_LazyService()
  7136.     {
  7137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7139.         return $this->privates['.App\\Command\\PartnerApi\\PartnerApiUserCreateCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:partner-api:user:create', [], 'Creates a new PartnerApiUser with generated token.'false, function (): \App\Command\PartnerApi\PartnerApiUserCreateCommand {
  7140.             return ($this->privates['App\\Command\\PartnerApi\\PartnerApiUserCreateCommand'] ?? $this->getPartnerApiUserCreateCommandService());
  7141.         });
  7142.     }
  7143.     /**
  7144.      * Gets the private '.App\Command\PartnerApi\PartnerApiUserListCommand.lazy' shared service.
  7145.      *
  7146.      * @return \Symfony\Component\Console\Command\LazyCommand
  7147.      */
  7148.     protected function getPartnerApiUserListCommand_LazyService()
  7149.     {
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7152.         return $this->privates['.App\\Command\\PartnerApi\\PartnerApiUserListCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:partner-api:user:list', [], 'Lists all existing PartnerApiUser.'false, function (): \App\Command\PartnerApi\PartnerApiUserListCommand {
  7153.             return ($this->privates['App\\Command\\PartnerApi\\PartnerApiUserListCommand'] ?? $this->getPartnerApiUserListCommandService());
  7154.         });
  7155.     }
  7156.     /**
  7157.      * Gets the private '.App\Command\PartnerApi\PartnerApiUserRevokeCommand.lazy' shared service.
  7158.      *
  7159.      * @return \Symfony\Component\Console\Command\LazyCommand
  7160.      */
  7161.     protected function getPartnerApiUserRevokeCommand_LazyService()
  7162.     {
  7163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7165.         return $this->privates['.App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:partner-api:user:revoke', [], 'Revokes an existing PartnerApiUser.'false, function (): \App\Command\PartnerApi\PartnerApiUserRevokeCommand {
  7166.             return ($this->privates['App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand'] ?? $this->getPartnerApiUserRevokeCommandService());
  7167.         });
  7168.     }
  7169.     /**
  7170.      * Gets the private '.App\Command\RefreshLessonStatsCommand.lazy' shared service.
  7171.      *
  7172.      * @return \Symfony\Component\Console\Command\LazyCommand
  7173.      */
  7174.     protected function getRefreshLessonStatsCommand_LazyService()
  7175.     {
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7178.         return $this->privates['.App\\Command\\RefreshLessonStatsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('refresh:lesson-stats', [], 'Refresh lessons stats data'false, function (): \App\Command\RefreshLessonStatsCommand {
  7179.             return ($this->privates['App\\Command\\RefreshLessonStatsCommand'] ?? $this->getRefreshLessonStatsCommandService());
  7180.         });
  7181.     }
  7182.     /**
  7183.      * Gets the private '.App\Command\Scorm\ForceScormUpdateCommand.lazy' shared service.
  7184.      *
  7185.      * @return \Symfony\Component\Console\Command\LazyCommand
  7186.      */
  7187.     protected function getForceScormUpdateCommand_LazyService()
  7188.     {
  7189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7191.         return $this->privates['.App\\Command\\Scorm\\ForceScormUpdateCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('scorm:force-update', [], 'Force scorm package update after given date'false, function (): \App\Command\Scorm\ForceScormUpdateCommand {
  7192.             return ($this->privates['App\\Command\\Scorm\\ForceScormUpdateCommand'] ?? $this->getForceScormUpdateCommandService());
  7193.         });
  7194.     }
  7195.     /**
  7196.      * Gets the private '.App\Command\Scorm\GenerateScormCommand.lazy' shared service.
  7197.      *
  7198.      * @return \Symfony\Component\Console\Command\LazyCommand
  7199.      */
  7200.     protected function getGenerateScormCommand_LazyService()
  7201.     {
  7202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7204.         return $this->privates['.App\\Command\\Scorm\\GenerateScormCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('scorm:generate', [], 'Generate SCORM 1.2 package for a lesson'false, function (): \App\Command\Scorm\GenerateScormCommand {
  7205.             return ($this->privates['App\\Command\\Scorm\\GenerateScormCommand'] ?? $this->getGenerateScormCommandService());
  7206.         });
  7207.     }
  7208.     /**
  7209.      * Gets the private '.App\Command\Scorm\InitializeScormCommand.lazy' shared service.
  7210.      *
  7211.      * @return \Symfony\Component\Console\Command\LazyCommand
  7212.      */
  7213.     protected function getInitializeScormCommand_LazyService()
  7214.     {
  7215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7217.         return $this->privates['.App\\Command\\Scorm\\InitializeScormCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('scorm:initialize', [], 'Initialize the scorm'false, function (): \App\Command\Scorm\InitializeScormCommand {
  7218.             return ($this->privates['App\\Command\\Scorm\\InitializeScormCommand'] ?? $this->getInitializeScormCommandService());
  7219.         });
  7220.     }
  7221.     /**
  7222.      * Gets the private '.App\Command\ShareContentEntityCommand.lazy' shared service.
  7223.      *
  7224.      * @return \Symfony\Component\Console\Command\LazyCommand
  7225.      */
  7226.     protected function getShareContentEntityCommand_LazyService()
  7227.     {
  7228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7230.         return $this->privates['.App\\Command\\ShareContentEntityCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:share-content', [], 'Share given content to target Channel'false, function (): \App\Command\ShareContentEntityCommand {
  7231.             return ($this->privates['App\\Command\\ShareContentEntityCommand'] ?? $this->getShareContentEntityCommandService());
  7232.         });
  7233.     }
  7234.     /**
  7235.      * Gets the private '.App\Command\SharedChildrenUpdatedAtCommand.lazy' shared service.
  7236.      *
  7237.      * @return \Symfony\Component\Console\Command\LazyCommand
  7238.      */
  7239.     protected function getSharedChildrenUpdatedAtCommand_LazyService()
  7240.     {
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7243.         return $this->privates['.App\\Command\\SharedChildrenUpdatedAtCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:shared-children-updated-at', [], 'Update childrenUpdatedAtValue for SharedLesson, SharedModule and SharedTraining entities'false, function (): \App\Command\SharedChildrenUpdatedAtCommand {
  7244.             return ($this->privates['App\\Command\\SharedChildrenUpdatedAtCommand'] ?? $this->getSharedChildrenUpdatedAtCommandService());
  7245.         });
  7246.     }
  7247.     /**
  7248.      * Gets the private '.App\Command\UpdateMimeTypeForNellappFileCommand.lazy' shared service.
  7249.      *
  7250.      * @return \Symfony\Component\Console\Command\LazyCommand
  7251.      */
  7252.     protected function getUpdateMimeTypeForNellappFileCommand_LazyService()
  7253.     {
  7254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7256.         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 {
  7257.             return ($this->privates['App\\Command\\UpdateMimeTypeForNellappFileCommand'] ?? $this->getUpdateMimeTypeForNellappFileCommandService());
  7258.         });
  7259.     }
  7260.     /**
  7261.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand.lazy' shared service.
  7262.      *
  7263.      * @return \Symfony\Component\Console\Command\LazyCommand
  7264.      */
  7265.     protected function getCheckChannelMenuDisplayedCommand_LazyService()
  7266.     {
  7267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7269.         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 {
  7270.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand'] ?? $this->getCheckChannelMenuDisplayedCommandService());
  7271.         });
  7272.     }
  7273.     /**
  7274.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand.lazy' shared service.
  7275.      *
  7276.      * @return \Symfony\Component\Console\Command\LazyCommand
  7277.      */
  7278.     protected function getCleanExpiredChannelResourcePermissionCommand_LazyService()
  7279.     {
  7280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7282.         return $this->privates['.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('nellapp:check:expired-permission', [], 'Remove from database expired channel resource permissions.'false, function (): \Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand {
  7283.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand'] ?? $this->getCleanExpiredChannelResourcePermissionCommandService());
  7284.         });
  7285.     }
  7286.     /**
  7287.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand.lazy' shared service.
  7288.      *
  7289.      * @return \Symfony\Component\Console\Command\LazyCommand
  7290.      */
  7291.     protected function getFullRefreshClassCommand_LazyService()
  7292.     {
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7295.         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 {
  7296.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand'] ?? $this->getFullRefreshClassCommandService());
  7297.         });
  7298.     }
  7299.     /**
  7300.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand.lazy' shared service.
  7301.      *
  7302.      * @return \Symfony\Component\Console\Command\LazyCommand
  7303.      */
  7304.     protected function getRefreshClassCommand_LazyService()
  7305.     {
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7308.         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 {
  7309.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] ?? $this->getRefreshClassCommandService());
  7310.         });
  7311.     }
  7312.     /**
  7313.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand.lazy' shared service.
  7314.      *
  7315.      * @return \Symfony\Component\Console\Command\LazyCommand
  7316.      */
  7317.     protected function getRefreshOneCommand_LazyService()
  7318.     {
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7321.         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 {
  7322.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] ?? $this->getRefreshOneCommandService());
  7323.         });
  7324.     }
  7325.     /**
  7326.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand.lazy' shared service.
  7327.      *
  7328.      * @return \Symfony\Component\Console\Command\LazyCommand
  7329.      */
  7330.     protected function getUserFromChannelCommand_LazyService()
  7331.     {
  7332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7334.         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 {
  7335.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand'] ?? $this->getUserFromChannelCommandService());
  7336.         });
  7337.     }
  7338.     /**
  7339.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand.lazy' shared service.
  7340.      *
  7341.      * @return \Symfony\Component\Console\Command\LazyCommand
  7342.      */
  7343.     protected function getSyncOneCommand_LazyService()
  7344.     {
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7347.         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 {
  7348.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand'] ?? $this->getSyncOneCommandService());
  7349.         });
  7350.     }
  7351.     /**
  7352.      * Gets the private '.cache_connection.IdSBhyU' shared service.
  7353.      *
  7354.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  7355.      */
  7356.     protected function get_CacheConnection_IdSBhyUService()
  7357.     {
  7358.         return $this->privates['.cache_connection.IdSBhyU'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://'.$this->getEnv('string:REDIS_HOST').':'.$this->getEnv('string:int:REDIS_PORT'), ['lazy' => true]);
  7359.     }
  7360.     /**
  7361.      * Gets the private '.console.command.about.lazy' shared service.
  7362.      *
  7363.      * @return \Symfony\Component\Console\Command\LazyCommand
  7364.      */
  7365.     protected function get_Console_Command_About_LazyService()
  7366.     {
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7369.         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 {
  7370.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  7371.         });
  7372.     }
  7373.     /**
  7374.      * Gets the private '.console.command.assets_install.lazy' shared service.
  7375.      *
  7376.      * @return \Symfony\Component\Console\Command\LazyCommand
  7377.      */
  7378.     protected function get_Console_Command_AssetsInstall_LazyService()
  7379.     {
  7380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7382.         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 {
  7383.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  7384.         });
  7385.     }
  7386.     /**
  7387.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  7388.      *
  7389.      * @return \Symfony\Component\Console\Command\LazyCommand
  7390.      */
  7391.     protected function get_Console_Command_CacheClear_LazyService()
  7392.     {
  7393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7395.         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 {
  7396.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  7397.         });
  7398.     }
  7399.     /**
  7400.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  7401.      *
  7402.      * @return \Symfony\Component\Console\Command\LazyCommand
  7403.      */
  7404.     protected function get_Console_Command_CachePoolClear_LazyService()
  7405.     {
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7408.         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 {
  7409.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  7410.         });
  7411.     }
  7412.     /**
  7413.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  7414.      *
  7415.      * @return \Symfony\Component\Console\Command\LazyCommand
  7416.      */
  7417.     protected function get_Console_Command_CachePoolDelete_LazyService()
  7418.     {
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7421.         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 {
  7422.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  7423.         });
  7424.     }
  7425.     /**
  7426.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  7427.      *
  7428.      * @return \Symfony\Component\Console\Command\LazyCommand
  7429.      */
  7430.     protected function get_Console_Command_CachePoolList_LazyService()
  7431.     {
  7432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7434.         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 {
  7435.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  7436.         });
  7437.     }
  7438.     /**
  7439.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  7440.      *
  7441.      * @return \Symfony\Component\Console\Command\LazyCommand
  7442.      */
  7443.     protected function get_Console_Command_CachePoolPrune_LazyService()
  7444.     {
  7445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7447.         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 {
  7448.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  7449.         });
  7450.     }
  7451.     /**
  7452.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  7453.      *
  7454.      * @return \Symfony\Component\Console\Command\LazyCommand
  7455.      */
  7456.     protected function get_Console_Command_CacheWarmup_LazyService()
  7457.     {
  7458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7460.         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 {
  7461.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  7462.         });
  7463.     }
  7464.     /**
  7465.      * Gets the private '.console.command.config_debug.lazy' shared service.
  7466.      *
  7467.      * @return \Symfony\Component\Console\Command\LazyCommand
  7468.      */
  7469.     protected function get_Console_Command_ConfigDebug_LazyService()
  7470.     {
  7471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7473.         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 {
  7474.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  7475.         });
  7476.     }
  7477.     /**
  7478.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  7479.      *
  7480.      * @return \Symfony\Component\Console\Command\LazyCommand
  7481.      */
  7482.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  7483.     {
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7486.         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 {
  7487.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  7488.         });
  7489.     }
  7490.     /**
  7491.      * Gets the private '.console.command.container_debug.lazy' shared service.
  7492.      *
  7493.      * @return \Symfony\Component\Console\Command\LazyCommand
  7494.      */
  7495.     protected function get_Console_Command_ContainerDebug_LazyService()
  7496.     {
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7499.         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 {
  7500.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  7501.         });
  7502.     }
  7503.     /**
  7504.      * Gets the private '.console.command.container_lint.lazy' shared service.
  7505.      *
  7506.      * @return \Symfony\Component\Console\Command\LazyCommand
  7507.      */
  7508.     protected function get_Console_Command_ContainerLint_LazyService()
  7509.     {
  7510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7512.         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 {
  7513.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  7514.         });
  7515.     }
  7516.     /**
  7517.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  7518.      *
  7519.      * @return \Symfony\Component\Console\Command\LazyCommand
  7520.      */
  7521.     protected function get_Console_Command_DebugAutowiring_LazyService()
  7522.     {
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7525.         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 {
  7526.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  7527.         });
  7528.     }
  7529.     /**
  7530.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  7531.      *
  7532.      * @return \Symfony\Component\Console\Command\LazyCommand
  7533.      */
  7534.     protected function get_Console_Command_DotenvDebug_LazyService()
  7535.     {
  7536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7537.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7538.         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 {
  7539.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  7540.         });
  7541.     }
  7542.     /**
  7543.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  7544.      *
  7545.      * @return \Symfony\Component\Console\Command\LazyCommand
  7546.      */
  7547.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  7548.     {
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7550.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7551.         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 {
  7552.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  7553.         });
  7554.     }
  7555.     /**
  7556.      * Gets the private '.console.command.form_debug.lazy' shared service.
  7557.      *
  7558.      * @return \Symfony\Component\Console\Command\LazyCommand
  7559.      */
  7560.     protected function get_Console_Command_FormDebug_LazyService()
  7561.     {
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7564.         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 {
  7565.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  7566.         });
  7567.     }
  7568.     /**
  7569.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  7570.      *
  7571.      * @return \Symfony\Component\Console\Command\LazyCommand
  7572.      */
  7573.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  7574.     {
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7577.         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 {
  7578.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  7579.         });
  7580.     }
  7581.     /**
  7582.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  7583.      *
  7584.      * @return \Symfony\Component\Console\Command\LazyCommand
  7585.      */
  7586.     protected function get_Console_Command_MessengerDebug_LazyService()
  7587.     {
  7588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7590.         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 {
  7591.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  7592.         });
  7593.     }
  7594.     /**
  7595.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  7596.      *
  7597.      * @return \Symfony\Component\Console\Command\LazyCommand
  7598.      */
  7599.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  7600.     {
  7601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7602.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7603.         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 {
  7604.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  7605.         });
  7606.     }
  7607.     /**
  7608.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  7609.      *
  7610.      * @return \Symfony\Component\Console\Command\LazyCommand
  7611.      */
  7612.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  7613.     {
  7614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7616.         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 {
  7617.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  7618.         });
  7619.     }
  7620.     /**
  7621.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  7622.      *
  7623.      * @return \Symfony\Component\Console\Command\LazyCommand
  7624.      */
  7625.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  7626.     {
  7627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7629.         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 {
  7630.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  7631.         });
  7632.     }
  7633.     /**
  7634.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  7635.      *
  7636.      * @return \Symfony\Component\Console\Command\LazyCommand
  7637.      */
  7638.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  7639.     {
  7640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7642.         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 {
  7643.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  7644.         });
  7645.     }
  7646.     /**
  7647.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  7648.      *
  7649.      * @return \Symfony\Component\Console\Command\LazyCommand
  7650.      */
  7651.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  7652.     {
  7653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7655.         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 {
  7656.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  7657.         });
  7658.     }
  7659.     /**
  7660.      * Gets the private '.console.command.router_debug.lazy' shared service.
  7661.      *
  7662.      * @return \Symfony\Component\Console\Command\LazyCommand
  7663.      */
  7664.     protected function get_Console_Command_RouterDebug_LazyService()
  7665.     {
  7666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7668.         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 {
  7669.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  7670.         });
  7671.     }
  7672.     /**
  7673.      * Gets the private '.console.command.router_match.lazy' shared service.
  7674.      *
  7675.      * @return \Symfony\Component\Console\Command\LazyCommand
  7676.      */
  7677.     protected function get_Console_Command_RouterMatch_LazyService()
  7678.     {
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7681.         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 {
  7682.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  7683.         });
  7684.     }
  7685.     /**
  7686.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  7687.      *
  7688.      * @return \Symfony\Component\Console\Command\LazyCommand
  7689.      */
  7690.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  7691.     {
  7692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7694.         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 {
  7695.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  7696.         });
  7697.     }
  7698.     /**
  7699.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  7700.      *
  7701.      * @return \Symfony\Component\Console\Command\LazyCommand
  7702.      */
  7703.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  7704.     {
  7705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7707.         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 {
  7708.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  7709.         });
  7710.     }
  7711.     /**
  7712.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  7713.      *
  7714.      * @return \Symfony\Component\Console\Command\LazyCommand
  7715.      */
  7716.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  7717.     {
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7720.         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 {
  7721.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  7722.         });
  7723.     }
  7724.     /**
  7725.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  7726.      *
  7727.      * @return \Symfony\Component\Console\Command\LazyCommand
  7728.      */
  7729.     protected function get_Console_Command_SecretsList_LazyService()
  7730.     {
  7731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7733.         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 {
  7734.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  7735.         });
  7736.     }
  7737.     /**
  7738.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  7739.      *
  7740.      * @return \Symfony\Component\Console\Command\LazyCommand
  7741.      */
  7742.     protected function get_Console_Command_SecretsRemove_LazyService()
  7743.     {
  7744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7746.         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 {
  7747.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  7748.         });
  7749.     }
  7750.     /**
  7751.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  7752.      *
  7753.      * @return \Symfony\Component\Console\Command\LazyCommand
  7754.      */
  7755.     protected function get_Console_Command_SecretsSet_LazyService()
  7756.     {
  7757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7759.         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 {
  7760.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  7761.         });
  7762.     }
  7763.     /**
  7764.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  7765.      *
  7766.      * @return \Symfony\Component\Console\Command\LazyCommand
  7767.      */
  7768.     protected function get_Console_Command_TranslationDebug_LazyService()
  7769.     {
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7772.         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 {
  7773.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  7774.         });
  7775.     }
  7776.     /**
  7777.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  7778.      *
  7779.      * @return \Symfony\Component\Console\Command\LazyCommand
  7780.      */
  7781.     protected function get_Console_Command_TranslationExtract_LazyService()
  7782.     {
  7783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7785.         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 {
  7786.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  7787.         });
  7788.     }
  7789.     /**
  7790.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  7791.      *
  7792.      * @return \Symfony\Component\Console\Command\LazyCommand
  7793.      */
  7794.     protected function get_Console_Command_TranslationPull_LazyService()
  7795.     {
  7796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7798.         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 {
  7799.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  7800.         });
  7801.     }
  7802.     /**
  7803.      * Gets the private '.console.command.translation_push.lazy' shared service.
  7804.      *
  7805.      * @return \Symfony\Component\Console\Command\LazyCommand
  7806.      */
  7807.     protected function get_Console_Command_TranslationPush_LazyService()
  7808.     {
  7809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7811.         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 {
  7812.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  7813.         });
  7814.     }
  7815.     /**
  7816.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  7817.      *
  7818.      * @return \Symfony\Component\Console\Command\LazyCommand
  7819.      */
  7820.     protected function get_Console_Command_ValidatorDebug_LazyService()
  7821.     {
  7822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7824.         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 {
  7825.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  7826.         });
  7827.     }
  7828.     /**
  7829.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  7830.      *
  7831.      * @return \Symfony\Component\Console\Command\LazyCommand
  7832.      */
  7833.     protected function get_Console_Command_XliffLint_LazyService()
  7834.     {
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7837.         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 {
  7838.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  7839.         });
  7840.     }
  7841.     /**
  7842.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  7843.      *
  7844.      * @return \Symfony\Component\Console\Command\LazyCommand
  7845.      */
  7846.     protected function get_Console_Command_YamlLint_LazyService()
  7847.     {
  7848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7850.         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 {
  7851.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  7852.         });
  7853.     }
  7854.     /**
  7855.      * Gets the private '.debug.http_client' shared service.
  7856.      *
  7857.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  7858.      */
  7859.     protected function get_Debug_HttpClientService()
  7860.     {
  7861.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'verify_host' => false'headers' => [], 'resolve' => []], 6);
  7862.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  7863.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7864.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7865.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7866.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  7867.         $a->setLogger($b);
  7868.         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))));
  7869.     }
  7870.     /**
  7871.      * Gets the private '.errored..service_locator..846xZ2.App\Entity\Forum\ChapterMessage' shared service.
  7872.      *
  7873.      * @return \App\Entity\Forum\ChapterMessage
  7874.      */
  7875.     protected function getChapterMessageService()
  7876.     {
  7877.         $this->throw('Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.');
  7878.     }
  7879.     /**
  7880.      * Gets the private '.errored..service_locator..846xZ2.App\Entity\Scholar\Chapter\Chapter' shared service.
  7881.      *
  7882.      * @return \App\Entity\Scholar\Chapter\Chapter
  7883.      */
  7884.     protected function getChapterService()
  7885.     {
  7886.         $this->throw('Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  7887.     }
  7888.     /**
  7889.      * Gets the private '.errored..service_locator..846xZ2.App\Entity\Scholar\Lesson\Lesson' shared service.
  7890.      *
  7891.      * @return \App\Entity\Scholar\Lesson\Lesson
  7892.      */
  7893.     protected function getLessonService()
  7894.     {
  7895.         $this->throw('Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  7896.     }
  7897.     /**
  7898.      * Gets the private '.errored..service_locator..846xZ2.App\Entity\Scholar\Module\Module' shared service.
  7899.      *
  7900.      * @return \App\Entity\Scholar\Module\Module
  7901.      */
  7902.     protected function getModuleService()
  7903.     {
  7904.         $this->throw('Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  7905.     }
  7906.     /**
  7907.      * Gets the private '.errored..service_locator..846xZ2.App\Entity\Scholar\Training\Training' shared service.
  7908.      *
  7909.      * @return \App\Entity\Scholar\Training\Training
  7910.      */
  7911.     protected function getTrainingService()
  7912.     {
  7913.         $this->throw('Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  7914.     }
  7915.     /**
  7916.      * Gets the private '.errored..service_locator..VQgzgC.App\Entity\Forum\ChapterMessage' shared service.
  7917.      *
  7918.      * @return \App\Entity\Forum\ChapterMessage
  7919.      */
  7920.     protected function getChapterMessage2Service()
  7921.     {
  7922.         $this->throw('Cannot autowire service ".service_locator..VQgzgC": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.');
  7923.     }
  7924.     /**
  7925.      * Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Lesson\Lesson' shared service.
  7926.      *
  7927.      * @return \App\Entity\Scholar\Lesson\Lesson
  7928.      */
  7929.     protected function getLesson2Service()
  7930.     {
  7931.         $this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  7932.     }
  7933.     /**
  7934.      * Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Module\Module' shared service.
  7935.      *
  7936.      * @return \App\Entity\Scholar\Module\Module
  7937.      */
  7938.     protected function getModule2Service()
  7939.     {
  7940.         $this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  7941.     }
  7942.     /**
  7943.      * Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Training\Training' shared service.
  7944.      *
  7945.      * @return \App\Entity\Scholar\Training\Training
  7946.      */
  7947.     protected function getTraining2Service()
  7948.     {
  7949.         $this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  7950.     }
  7951.     /**
  7952.      * Gets the private '.errored..service_locator.2hwXtE4.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  7953.      *
  7954.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  7955.      */
  7956.     protected function getOriginLessonService()
  7957.     {
  7958.         $this->throw('Cannot autowire service ".service_locator.2hwXtE4": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  7959.     }
  7960.     /**
  7961.      * Gets the private '.errored..service_locator.5G79K9R.App\Entity\Channel\Channel' shared service.
  7962.      *
  7963.      * @return \App\Entity\Channel\Channel
  7964.      */
  7965.     protected function getChannelService()
  7966.     {
  7967.         $this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  7968.     }
  7969.     /**
  7970.      * Gets the private '.errored..service_locator.5G79K9R.App\Entity\Scholar\Lesson\Lesson' shared service.
  7971.      *
  7972.      * @return \App\Entity\Scholar\Lesson\Lesson
  7973.      */
  7974.     protected function getLesson3Service()
  7975.     {
  7976.         $this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  7977.     }
  7978.     /**
  7979.      * Gets the private '.errored..service_locator.5G79K9R.App\Entity\Scholar\Lesson\LessonReview' shared service.
  7980.      *
  7981.      * @return \App\Entity\Scholar\Lesson\LessonReview
  7982.      */
  7983.     protected function getLessonReviewService()
  7984.     {
  7985.         $this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\LessonReview" but no such service exists.');
  7986.     }
  7987.     /**
  7988.      * Gets the private '.errored..service_locator.8KeT6zT.App\Entity\Channel\Channel' shared service.
  7989.      *
  7990.      * @return \App\Entity\Channel\Channel
  7991.      */
  7992.     protected function getChannel2Service()
  7993.     {
  7994.         $this->throw('Cannot autowire service ".service_locator.8KeT6zT": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  7995.     }
  7996.     /**
  7997.      * Gets the private '.errored..service_locator.8KeT6zT.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  7998.      *
  7999.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  8000.      */
  8001.     protected function getOriginLesson2Service()
  8002.     {
  8003.         $this->throw('Cannot autowire service ".service_locator.8KeT6zT": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  8004.     }
  8005.     /**
  8006.      * Gets the private '.errored..service_locator.8KeT6zT.App\Entity\Scholar\Module\Module' shared service.
  8007.      *
  8008.      * @return \App\Entity\Scholar\Module\Module
  8009.      */
  8010.     protected function getModule3Service()
  8011.     {
  8012.         $this->throw('Cannot autowire service ".service_locator.8KeT6zT": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8013.     }
  8014.     /**
  8015.      * Gets the private '.errored..service_locator.8z1bHXC.App\Entity\Channel\Channel' shared service.
  8016.      *
  8017.      * @return \App\Entity\Channel\Channel
  8018.      */
  8019.     protected function getChannel3Service()
  8020.     {
  8021.         $this->throw('Cannot autowire service ".service_locator.8z1bHXC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8022.     }
  8023.     /**
  8024.      * Gets the private '.errored..service_locator.8z1bHXC.App\Entity\Scholar\PracticalCase\OriginPracticalCase' shared service.
  8025.      *
  8026.      * @return \App\Entity\Scholar\PracticalCase\OriginPracticalCase
  8027.      */
  8028.     protected function getOriginPracticalCaseService()
  8029.     {
  8030.         $this->throw('Cannot autowire service ".service_locator.8z1bHXC": it references class "App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase" but no such service exists.');
  8031.     }
  8032.     /**
  8033.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Channel\Channel' shared service.
  8034.      *
  8035.      * @return \App\Entity\Channel\Channel
  8036.      */
  8037.     protected function getChannel4Service()
  8038.     {
  8039.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8040.     }
  8041.     /**
  8042.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Lesson\Lesson' shared service.
  8043.      *
  8044.      * @return \App\Entity\Scholar\Lesson\Lesson
  8045.      */
  8046.     protected function getLesson4Service()
  8047.     {
  8048.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8049.     }
  8050.     /**
  8051.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Module\Module' shared service.
  8052.      *
  8053.      * @return \App\Entity\Scholar\Module\Module
  8054.      */
  8055.     protected function getModule4Service()
  8056.     {
  8057.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8058.     }
  8059.     /**
  8060.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  8061.      *
  8062.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  8063.      */
  8064.     protected function getPracticalCaseService()
  8065.     {
  8066.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  8067.     }
  8068.     /**
  8069.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\PracticalCase\PracticalCaseUser' shared service.
  8070.      *
  8071.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseUser
  8072.      */
  8073.     protected function getPracticalCaseUserService()
  8074.     {
  8075.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.');
  8076.     }
  8077.     /**
  8078.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Training\Training' shared service.
  8079.      *
  8080.      * @return \App\Entity\Scholar\Training\Training
  8081.      */
  8082.     protected function getTraining3Service()
  8083.     {
  8084.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8085.     }
  8086.     /**
  8087.      * Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Chapter\Chapter' shared service.
  8088.      *
  8089.      * @return \App\Entity\Scholar\Chapter\Chapter
  8090.      */
  8091.     protected function getChapter2Service()
  8092.     {
  8093.         $this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  8094.     }
  8095.     /**
  8096.      * Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Lesson\Lesson' shared service.
  8097.      *
  8098.      * @return \App\Entity\Scholar\Lesson\Lesson
  8099.      */
  8100.     protected function getLesson5Service()
  8101.     {
  8102.         $this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8103.     }
  8104.     /**
  8105.      * Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Module\Module' shared service.
  8106.      *
  8107.      * @return \App\Entity\Scholar\Module\Module
  8108.      */
  8109.     protected function getModule5Service()
  8110.     {
  8111.         $this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8112.     }
  8113.     /**
  8114.      * Gets the private '.errored..service_locator.FwJ9yjs.App\Entity\Scholar\Training\Training' shared service.
  8115.      *
  8116.      * @return \App\Entity\Scholar\Training\Training
  8117.      */
  8118.     protected function getTraining4Service()
  8119.     {
  8120.         $this->throw('Cannot autowire service ".service_locator.FwJ9yjs": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8121.     }
  8122.     /**
  8123.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Lesson\Lesson' shared service.
  8124.      *
  8125.      * @return \App\Entity\Scholar\Lesson\Lesson
  8126.      */
  8127.     protected function getLesson6Service()
  8128.     {
  8129.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8130.     }
  8131.     /**
  8132.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Module\Module' shared service.
  8133.      *
  8134.      * @return \App\Entity\Scholar\Module\Module
  8135.      */
  8136.     protected function getModule6Service()
  8137.     {
  8138.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8139.     }
  8140.     /**
  8141.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  8142.      *
  8143.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  8144.      */
  8145.     protected function getPracticalCase2Service()
  8146.     {
  8147.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  8148.     }
  8149.     /**
  8150.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\PracticalCase\PracticalCaseUser' shared service.
  8151.      *
  8152.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseUser
  8153.      */
  8154.     protected function getPracticalCaseUser2Service()
  8155.     {
  8156.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.');
  8157.     }
  8158.     /**
  8159.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Training\Training' shared service.
  8160.      *
  8161.      * @return \App\Entity\Scholar\Training\Training
  8162.      */
  8163.     protected function getTraining5Service()
  8164.     {
  8165.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8166.     }
  8167.     /**
  8168.      * Gets the private '.errored..service_locator.I0Q7FZl.App\Entity\Channel\Channel' shared service.
  8169.      *
  8170.      * @return \App\Entity\Channel\Channel
  8171.      */
  8172.     protected function getChannel5Service()
  8173.     {
  8174.         $this->throw('Cannot autowire service ".service_locator.I0Q7FZl": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8175.     }
  8176.     /**
  8177.      * Gets the private '.errored..service_locator.I0Q7FZl.App\Entity\Forum\ChapterMessage' shared service.
  8178.      *
  8179.      * @return \App\Entity\Forum\ChapterMessage
  8180.      */
  8181.     protected function getChapterMessage3Service()
  8182.     {
  8183.         $this->throw('Cannot autowire service ".service_locator.I0Q7FZl": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.');
  8184.     }
  8185.     /**
  8186.      * Gets the private '.errored..service_locator.I0Q7FZl.App\Entity\Scholar\Lesson\Lesson' shared service.
  8187.      *
  8188.      * @return \App\Entity\Scholar\Lesson\Lesson
  8189.      */
  8190.     protected function getLesson7Service()
  8191.     {
  8192.         $this->throw('Cannot autowire service ".service_locator.I0Q7FZl": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8193.     }
  8194.     /**
  8195.      * Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Channel\Channel' shared service.
  8196.      *
  8197.      * @return \App\Entity\Channel\Channel
  8198.      */
  8199.     protected function getChannel6Service()
  8200.     {
  8201.         $this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8202.     }
  8203.     /**
  8204.      * Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Exercise\Exercise' shared service.
  8205.      *
  8206.      * @return \App\Entity\Exercise\Exercise
  8207.      */
  8208.     protected function getExerciseService()
  8209.     {
  8210.         $this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  8211.     }
  8212.     /**
  8213.      * Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Exercise\User\ExerciseResult' shared service.
  8214.      *
  8215.      * @return \App\Entity\Exercise\User\ExerciseResult
  8216.      */
  8217.     protected function getExerciseResultService()
  8218.     {
  8219.         $this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
  8220.     }
  8221.     /**
  8222.      * Gets the private '.errored..service_locator.J8z_ArI.App\Entity\Scholar\ScholarVideo' shared service.
  8223.      *
  8224.      * @return \App\Entity\Scholar\ScholarVideo
  8225.      */
  8226.     protected function getScholarVideoService()
  8227.     {
  8228.         $this->throw('Cannot autowire service ".service_locator.J8z_ArI": it references class "App\\Entity\\Scholar\\ScholarVideo" but no such service exists.');
  8229.     }
  8230.     /**
  8231.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Channel\Channel' shared service.
  8232.      *
  8233.      * @return \App\Entity\Channel\Channel
  8234.      */
  8235.     protected function getChannel7Service()
  8236.     {
  8237.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8238.     }
  8239.     /**
  8240.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Exercise\Exercise' shared service.
  8241.      *
  8242.      * @return \App\Entity\Exercise\Exercise
  8243.      */
  8244.     protected function getExercise2Service()
  8245.     {
  8246.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  8247.     }
  8248.     /**
  8249.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Exercise\User\ExerciseResult' shared service.
  8250.      *
  8251.      * @return \App\Entity\Exercise\User\ExerciseResult
  8252.      */
  8253.     protected function getExerciseResult2Service()
  8254.     {
  8255.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
  8256.     }
  8257.     /**
  8258.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Lesson\Lesson' shared service.
  8259.      *
  8260.      * @return \App\Entity\Scholar\Lesson\Lesson
  8261.      */
  8262.     protected function getLesson8Service()
  8263.     {
  8264.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8265.     }
  8266.     /**
  8267.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Module\Module' shared service.
  8268.      *
  8269.      * @return \App\Entity\Scholar\Module\Module
  8270.      */
  8271.     protected function getModule7Service()
  8272.     {
  8273.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8274.     }
  8275.     /**
  8276.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Training\Training' shared service.
  8277.      *
  8278.      * @return \App\Entity\Scholar\Training\Training
  8279.      */
  8280.     protected function getTraining6Service()
  8281.     {
  8282.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8283.     }
  8284.     /**
  8285.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  8286.      *
  8287.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  8288.      */
  8289.     protected function getLoaderInterfaceService()
  8290.     {
  8291.         $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", "drosalys.web_socket.routing.loader", "drosalys.web_socket.routing.loader.yaml", "drosalys.web_socket.routing.loader.xml", "drosalys.web_socket.routing.loader.php", "drosalys.web_socket.routing.loader.glob", "drosalys.web_socket.routing.loader.directory", "drosalys.web_socket.routing.loader.annotation", "drosalys.web_socket.routing.loader.annotation.directory", "drosalys.web_socket.routing.loader.annotation.file".');
  8292.     }
  8293.     /**
  8294.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  8295.      *
  8296.      * @return \Symfony\Component\HttpFoundation\Response
  8297.      */
  8298.     protected function getResponseService()
  8299.     {
  8300.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  8301.     }
  8302.     /**
  8303.      * Gets the private '.errored..service_locator.L_kcGCS.App\Entity\Channel\Channel' shared service.
  8304.      *
  8305.      * @return \App\Entity\Channel\Channel
  8306.      */
  8307.     protected function getChannel8Service()
  8308.     {
  8309.         $this->throw('Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8310.     }
  8311.     /**
  8312.      * Gets the private '.errored..service_locator.L_kcGCS.App\Entity\Channel\SharedChannel' shared service.
  8313.      *
  8314.      * @return \App\Entity\Channel\SharedChannel
  8315.      */
  8316.     protected function getSharedChannelService()
  8317.     {
  8318.         $this->throw('Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\SharedChannel" but no such service exists.');
  8319.     }
  8320.     /**
  8321.      * Gets the private '.errored..service_locator.Lc5Mrr_.App\Entity\Channel\Channel' shared service.
  8322.      *
  8323.      * @return \App\Entity\Channel\Channel
  8324.      */
  8325.     protected function getChannel9Service()
  8326.     {
  8327.         $this->throw('Cannot autowire service ".service_locator.Lc5Mrr_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8328.     }
  8329.     /**
  8330.      * Gets the private '.errored..service_locator.Lc5Mrr_.App\Entity\Scholar\Chapter\OriginChapter' shared service.
  8331.      *
  8332.      * @return \App\Entity\Scholar\Chapter\OriginChapter
  8333.      */
  8334.     protected function getOriginChapterService()
  8335.     {
  8336.         $this->throw('Cannot autowire service ".service_locator.Lc5Mrr_": it references class "App\\Entity\\Scholar\\Chapter\\OriginChapter" but no such service exists.');
  8337.     }
  8338.     /**
  8339.      * Gets the private '.errored..service_locator.Mc71R9_.App\Entity\Channel\Channel' shared service.
  8340.      *
  8341.      * @return \App\Entity\Channel\Channel
  8342.      */
  8343.     protected function getChannel10Service()
  8344.     {
  8345.         $this->throw('Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8346.     }
  8347.     /**
  8348.      * Gets the private '.errored..service_locator.Mc71R9_.App\Entity\Forum\ChapterMessage' shared service.
  8349.      *
  8350.      * @return \App\Entity\Forum\ChapterMessage
  8351.      */
  8352.     protected function getChapterMessage4Service()
  8353.     {
  8354.         $this->throw('Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.');
  8355.     }
  8356.     /**
  8357.      * Gets the private '.errored..service_locator.Mc71R9_.App\Entity\Scholar\Chapter\Chapter' shared service.
  8358.      *
  8359.      * @return \App\Entity\Scholar\Chapter\Chapter
  8360.      */
  8361.     protected function getChapter3Service()
  8362.     {
  8363.         $this->throw('Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  8364.     }
  8365.     /**
  8366.      * Gets the private '.errored..service_locator.Mc71R9_.App\Entity\Scholar\Lesson\Lesson' shared service.
  8367.      *
  8368.      * @return \App\Entity\Scholar\Lesson\Lesson
  8369.      */
  8370.     protected function getLesson9Service()
  8371.     {
  8372.         $this->throw('Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8373.     }
  8374.     /**
  8375.      * Gets the private '.errored..service_locator.NVnD32W.App\Entity\Channel\Channel' shared service.
  8376.      *
  8377.      * @return \App\Entity\Channel\Channel
  8378.      */
  8379.     protected function getChannel11Service()
  8380.     {
  8381.         $this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8382.     }
  8383.     /**
  8384.      * Gets the private '.errored..service_locator.NVnD32W.App\Entity\Scholar\Module\Module' shared service.
  8385.      *
  8386.      * @return \App\Entity\Scholar\Module\Module
  8387.      */
  8388.     protected function getModule8Service()
  8389.     {
  8390.         $this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8391.     }
  8392.     /**
  8393.      * Gets the private '.errored..service_locator.NVnD32W.App\Entity\Scholar\Training\Training' shared service.
  8394.      *
  8395.      * @return \App\Entity\Scholar\Training\Training
  8396.      */
  8397.     protected function getTraining7Service()
  8398.     {
  8399.         $this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8400.     }
  8401.     /**
  8402.      * Gets the private '.errored..service_locator.PWIGnnc.App\Entity\Channel\Channel' shared service.
  8403.      *
  8404.      * @return \App\Entity\Channel\Channel
  8405.      */
  8406.     protected function getChannel12Service()
  8407.     {
  8408.         $this->throw('Cannot autowire service ".service_locator.PWIGnnc": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8409.     }
  8410.     /**
  8411.      * Gets the private '.errored..service_locator.PWIGnnc.App\Entity\Scholar\Chapter\Chapter' shared service.
  8412.      *
  8413.      * @return \App\Entity\Scholar\Chapter\Chapter
  8414.      */
  8415.     protected function getChapter4Service()
  8416.     {
  8417.         $this->throw('Cannot autowire service ".service_locator.PWIGnnc": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  8418.     }
  8419.     /**
  8420.      * Gets the private '.errored..service_locator.PWIGnnc.App\Entity\Scholar\Lesson\Lesson' shared service.
  8421.      *
  8422.      * @return \App\Entity\Scholar\Lesson\Lesson
  8423.      */
  8424.     protected function getLesson10Service()
  8425.     {
  8426.         $this->throw('Cannot autowire service ".service_locator.PWIGnnc": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8427.     }
  8428.     /**
  8429.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Lesson\Lesson' shared service.
  8430.      *
  8431.      * @return \App\Entity\Scholar\Lesson\Lesson
  8432.      */
  8433.     protected function getLesson11Service()
  8434.     {
  8435.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8436.     }
  8437.     /**
  8438.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Module\Module' shared service.
  8439.      *
  8440.      * @return \App\Entity\Scholar\Module\Module
  8441.      */
  8442.     protected function getModule9Service()
  8443.     {
  8444.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8445.     }
  8446.     /**
  8447.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  8448.      *
  8449.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  8450.      */
  8451.     protected function getPracticalCase3Service()
  8452.     {
  8453.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  8454.     }
  8455.     /**
  8456.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Training\Training' shared service.
  8457.      *
  8458.      * @return \App\Entity\Scholar\Training\Training
  8459.      */
  8460.     protected function getTraining8Service()
  8461.     {
  8462.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8463.     }
  8464.     /**
  8465.      * Gets the private '.errored..service_locator.TpleGdD.App\Entity\Channel\Channel' shared service.
  8466.      *
  8467.      * @return \App\Entity\Channel\Channel
  8468.      */
  8469.     protected function getChannel13Service()
  8470.     {
  8471.         $this->throw('Cannot autowire service ".service_locator.TpleGdD": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8472.     }
  8473.     /**
  8474.      * Gets the private '.errored..service_locator.TpleGdD.App\Entity\Exercise\OriginExercise' shared service.
  8475.      *
  8476.      * @return \App\Entity\Exercise\OriginExercise
  8477.      */
  8478.     protected function getOriginExerciseService()
  8479.     {
  8480.         $this->throw('Cannot autowire service ".service_locator.TpleGdD": it references class "App\\Entity\\Exercise\\OriginExercise" but no such service exists.');
  8481.     }
  8482.     /**
  8483.      * Gets the private '.errored..service_locator.TpleGdD.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  8484.      *
  8485.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  8486.      */
  8487.     protected function getOriginLesson3Service()
  8488.     {
  8489.         $this->throw('Cannot autowire service ".service_locator.TpleGdD": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  8490.     }
  8491.     /**
  8492.      * Gets the private '.errored..service_locator.UxpixXM.App\Entity\Channel\Channel' shared service.
  8493.      *
  8494.      * @return \App\Entity\Channel\Channel
  8495.      */
  8496.     protected function getChannel14Service()
  8497.     {
  8498.         $this->throw('Cannot autowire service ".service_locator.UxpixXM": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8499.     }
  8500.     /**
  8501.      * Gets the private '.errored..service_locator.UxpixXM.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  8502.      *
  8503.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  8504.      */
  8505.     protected function getOriginLesson4Service()
  8506.     {
  8507.         $this->throw('Cannot autowire service ".service_locator.UxpixXM": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  8508.     }
  8509.     /**
  8510.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Lesson\Lesson' shared service.
  8511.      *
  8512.      * @return \App\Entity\Scholar\Lesson\Lesson
  8513.      */
  8514.     protected function getLesson12Service()
  8515.     {
  8516.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8517.     }
  8518.     /**
  8519.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Module\Module' shared service.
  8520.      *
  8521.      * @return \App\Entity\Scholar\Module\Module
  8522.      */
  8523.     protected function getModule10Service()
  8524.     {
  8525.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8526.     }
  8527.     /**
  8528.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  8529.      *
  8530.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  8531.      */
  8532.     protected function getPracticalCase4Service()
  8533.     {
  8534.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  8535.     }
  8536.     /**
  8537.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\PracticalCase\PracticalCaseResource' shared service.
  8538.      *
  8539.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseResource
  8540.      */
  8541.     protected function getPracticalCaseResourceService()
  8542.     {
  8543.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.');
  8544.     }
  8545.     /**
  8546.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Training\Training' shared service.
  8547.      *
  8548.      * @return \App\Entity\Scholar\Training\Training
  8549.      */
  8550.     protected function getTraining9Service()
  8551.     {
  8552.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8553.     }
  8554.     /**
  8555.      * Gets the private '.errored..service_locator.YHUt4m..App\Entity\Channel\Channel' shared service.
  8556.      *
  8557.      * @return \App\Entity\Channel\Channel
  8558.      */
  8559.     protected function getChannel15Service()
  8560.     {
  8561.         $this->throw('Cannot autowire service ".service_locator.YHUt4m.": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8562.     }
  8563.     /**
  8564.      * Gets the private '.errored..service_locator.YHUt4m..App\Entity\Scholar\ScholarVideo' shared service.
  8565.      *
  8566.      * @return \App\Entity\Scholar\ScholarVideo
  8567.      */
  8568.     protected function getScholarVideo2Service()
  8569.     {
  8570.         $this->throw('Cannot autowire service ".service_locator.YHUt4m.": it references class "App\\Entity\\Scholar\\ScholarVideo" but no such service exists.');
  8571.     }
  8572.     /**
  8573.      * Gets the private '.errored..service_locator.YSnJPPQ.App\Entity\Channel\Channel' shared service.
  8574.      *
  8575.      * @return \App\Entity\Channel\Channel
  8576.      */
  8577.     protected function getChannel16Service()
  8578.     {
  8579.         $this->throw('Cannot autowire service ".service_locator.YSnJPPQ": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8580.     }
  8581.     /**
  8582.      * Gets the private '.errored..service_locator.YSnJPPQ.App\Entity\Scholar\Lesson\Lesson' shared service.
  8583.      *
  8584.      * @return \App\Entity\Scholar\Lesson\Lesson
  8585.      */
  8586.     protected function getLesson13Service()
  8587.     {
  8588.         $this->throw('Cannot autowire service ".service_locator.YSnJPPQ": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8589.     }
  8590.     /**
  8591.      * Gets the private '.errored..service_locator.ZKyQxSM.App\Entity\Channel\Channel' shared service.
  8592.      *
  8593.      * @return \App\Entity\Channel\Channel
  8594.      */
  8595.     protected function getChannel17Service()
  8596.     {
  8597.         $this->throw('Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8598.     }
  8599.     /**
  8600.      * Gets the private '.errored..service_locator.ZKyQxSM.App\Entity\Scholar\Lesson\Lesson' shared service.
  8601.      *
  8602.      * @return \App\Entity\Scholar\Lesson\Lesson
  8603.      */
  8604.     protected function getLesson14Service()
  8605.     {
  8606.         $this->throw('Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8607.     }
  8608.     /**
  8609.      * Gets the private '.errored..service_locator._9r5tdk.App\Entity\Channel\Channel' shared service.
  8610.      *
  8611.      * @return \App\Entity\Channel\Channel
  8612.      */
  8613.     protected function getChannel18Service()
  8614.     {
  8615.         $this->throw('Cannot autowire service ".service_locator._9r5tdk": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8616.     }
  8617.     /**
  8618.      * Gets the private '.errored..service_locator._9r5tdk.App\Entity\Scholar\Module\OriginModule' shared service.
  8619.      *
  8620.      * @return \App\Entity\Scholar\Module\OriginModule
  8621.      */
  8622.     protected function getOriginModuleService()
  8623.     {
  8624.         $this->throw('Cannot autowire service ".service_locator._9r5tdk": it references class "App\\Entity\\Scholar\\Module\\OriginModule" but no such service exists.');
  8625.     }
  8626.     /**
  8627.      * Gets the private '.errored..service_locator._9r5tdk.App\Entity\Scholar\Training\Training' shared service.
  8628.      *
  8629.      * @return \App\Entity\Scholar\Training\Training
  8630.      */
  8631.     protected function getTraining10Service()
  8632.     {
  8633.         $this->throw('Cannot autowire service ".service_locator._9r5tdk": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8634.     }
  8635.     /**
  8636.      * Gets the private '.errored..service_locator._U2m1zW.App\Entity\Account\Notification' shared service.
  8637.      *
  8638.      * @return \App\Entity\Account\Notification
  8639.      */
  8640.     protected function getNotificationService()
  8641.     {
  8642.         $this->throw('Cannot autowire service ".service_locator._U2m1zW": it references class "App\\Entity\\Account\\Notification" but no such service exists.');
  8643.     }
  8644.     /**
  8645.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Exercise\Exercise' shared service.
  8646.      *
  8647.      * @return \App\Entity\Exercise\Exercise
  8648.      */
  8649.     protected function getExercise3Service()
  8650.     {
  8651.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  8652.     }
  8653.     /**
  8654.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Lesson\Lesson' shared service.
  8655.      *
  8656.      * @return \App\Entity\Scholar\Lesson\Lesson
  8657.      */
  8658.     protected function getLesson15Service()
  8659.     {
  8660.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8661.     }
  8662.     /**
  8663.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Module\Module' shared service.
  8664.      *
  8665.      * @return \App\Entity\Scholar\Module\Module
  8666.      */
  8667.     protected function getModule11Service()
  8668.     {
  8669.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8670.     }
  8671.     /**
  8672.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Training\Training' shared service.
  8673.      *
  8674.      * @return \App\Entity\Scholar\Training\Training
  8675.      */
  8676.     protected function getTraining11Service()
  8677.     {
  8678.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8679.     }
  8680.     /**
  8681.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Lesson\Lesson' shared service.
  8682.      *
  8683.      * @return \App\Entity\Scholar\Lesson\Lesson
  8684.      */
  8685.     protected function getLesson16Service()
  8686.     {
  8687.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8688.     }
  8689.     /**
  8690.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Module\Module' shared service.
  8691.      *
  8692.      * @return \App\Entity\Scholar\Module\Module
  8693.      */
  8694.     protected function getModule12Service()
  8695.     {
  8696.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8697.     }
  8698.     /**
  8699.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  8700.      *
  8701.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  8702.      */
  8703.     protected function getPracticalCase5Service()
  8704.     {
  8705.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  8706.     }
  8707.     /**
  8708.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\PracticalCase\PracticalCaseResponse' shared service.
  8709.      *
  8710.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseResponse
  8711.      */
  8712.     protected function getPracticalCaseResponseService()
  8713.     {
  8714.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse" but no such service exists.');
  8715.     }
  8716.     /**
  8717.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Training\Training' shared service.
  8718.      *
  8719.      * @return \App\Entity\Scholar\Training\Training
  8720.      */
  8721.     protected function getTraining12Service()
  8722.     {
  8723.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8724.     }
  8725.     /**
  8726.      * Gets the private '.errored..service_locator.axSPUHP.App\Entity\Scholar\Lesson\Lesson' shared service.
  8727.      *
  8728.      * @return \App\Entity\Scholar\Lesson\Lesson
  8729.      */
  8730.     protected function getLesson17Service()
  8731.     {
  8732.         $this->throw('Cannot autowire service ".service_locator.axSPUHP": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8733.     }
  8734.     /**
  8735.      * Gets the private '.errored..service_locator.dQHhS3S.App\Entity\Account\User' shared service.
  8736.      *
  8737.      * @return \App\Entity\Account\User
  8738.      */
  8739.     protected function getUser2Service()
  8740.     {
  8741.         $this->throw('Cannot autowire service ".service_locator.dQHhS3S": it references class "App\\Entity\\Account\\User" but no such service exists.');
  8742.     }
  8743.     /**
  8744.      * Gets the private '.errored..service_locator.dQHhS3S.App\Entity\Scholar\Training\Training' shared service.
  8745.      *
  8746.      * @return \App\Entity\Scholar\Training\Training
  8747.      */
  8748.     protected function getTraining13Service()
  8749.     {
  8750.         $this->throw('Cannot autowire service ".service_locator.dQHhS3S": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8751.     }
  8752.     /**
  8753.      * Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Channel\Channel' shared service.
  8754.      *
  8755.      * @return \App\Entity\Channel\Channel
  8756.      */
  8757.     protected function getChannel19Service()
  8758.     {
  8759.         $this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8760.     }
  8761.     /**
  8762.      * Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Scholar\Lesson\Lesson' shared service.
  8763.      *
  8764.      * @return \App\Entity\Scholar\Lesson\Lesson
  8765.      */
  8766.     protected function getLesson18Service()
  8767.     {
  8768.         $this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8769.     }
  8770.     /**
  8771.      * Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Scholar\PracticalCase\PracticalCaseResource' shared service.
  8772.      *
  8773.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseResource
  8774.      */
  8775.     protected function getPracticalCaseResource2Service()
  8776.     {
  8777.         $this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.');
  8778.     }
  8779.     /**
  8780.      * Gets the private '.errored..service_locator.ek8O9be.App\Entity\Exercise\Exercise' shared service.
  8781.      *
  8782.      * @return \App\Entity\Exercise\Exercise
  8783.      */
  8784.     protected function getExercise4Service()
  8785.     {
  8786.         $this->throw('Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  8787.     }
  8788.     /**
  8789.      * Gets the private '.errored..service_locator.ek8O9be.App\Entity\Exercise\User\ExerciseResult' shared service.
  8790.      *
  8791.      * @return \App\Entity\Exercise\User\ExerciseResult
  8792.      */
  8793.     protected function getExerciseResult3Service()
  8794.     {
  8795.         $this->throw('Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
  8796.     }
  8797.     /**
  8798.      * Gets the private '.errored..service_locator.ek8O9be.App\Entity\Scholar\Lesson\Lesson' shared service.
  8799.      *
  8800.      * @return \App\Entity\Scholar\Lesson\Lesson
  8801.      */
  8802.     protected function getLesson19Service()
  8803.     {
  8804.         $this->throw('Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8805.     }
  8806.     /**
  8807.      * Gets the private '.errored..service_locator.ek8O9be.App\Entity\Scholar\Module\Module' shared service.
  8808.      *
  8809.      * @return \App\Entity\Scholar\Module\Module
  8810.      */
  8811.     protected function getModule13Service()
  8812.     {
  8813.         $this->throw('Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8814.     }
  8815.     /**
  8816.      * Gets the private '.errored..service_locator.ek8O9be.App\Entity\Scholar\Training\Training' shared service.
  8817.      *
  8818.      * @return \App\Entity\Scholar\Training\Training
  8819.      */
  8820.     protected function getTraining14Service()
  8821.     {
  8822.         $this->throw('Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8823.     }
  8824.     /**
  8825.      * Gets the private '.errored..service_locator.eonISJe.App\Entity\Channel\Channel' shared service.
  8826.      *
  8827.      * @return \App\Entity\Channel\Channel
  8828.      */
  8829.     protected function getChannel20Service()
  8830.     {
  8831.         $this->throw('Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8832.     }
  8833.     /**
  8834.      * Gets the private '.errored..service_locator.eonISJe.App\Entity\Scholar\Module\Module' shared service.
  8835.      *
  8836.      * @return \App\Entity\Scholar\Module\Module
  8837.      */
  8838.     protected function getModule14Service()
  8839.     {
  8840.         $this->throw('Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8841.     }
  8842.     /**
  8843.      * Gets the private '.errored..service_locator.f4URvXz.App\Entity\Channel\Channel' shared service.
  8844.      *
  8845.      * @return \App\Entity\Channel\Channel
  8846.      */
  8847.     protected function getChannel21Service()
  8848.     {
  8849.         $this->throw('Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8850.     }
  8851.     /**
  8852.      * Gets the private '.errored..service_locator.f4URvXz.App\Entity\Scholar\Lesson\Lesson' shared service.
  8853.      *
  8854.      * @return \App\Entity\Scholar\Lesson\Lesson
  8855.      */
  8856.     protected function getLesson20Service()
  8857.     {
  8858.         $this->throw('Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8859.     }
  8860.     /**
  8861.      * Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Account\User' shared service.
  8862.      *
  8863.      * @return \App\Entity\Account\User
  8864.      */
  8865.     protected function getUser3Service()
  8866.     {
  8867.         $this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Account\\User" but no such service exists.');
  8868.     }
  8869.     /**
  8870.      * Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Channel\Channel' shared service.
  8871.      *
  8872.      * @return \App\Entity\Channel\Channel
  8873.      */
  8874.     protected function getChannel22Service()
  8875.     {
  8876.         $this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8877.     }
  8878.     /**
  8879.      * Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Scholar\Training\Training' shared service.
  8880.      *
  8881.      * @return \App\Entity\Scholar\Training\Training
  8882.      */
  8883.     protected function getTraining15Service()
  8884.     {
  8885.         $this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8886.     }
  8887.     /**
  8888.      * Gets the private '.errored..service_locator.gpz0aP_.App\Entity\Channel\Channel' shared service.
  8889.      *
  8890.      * @return \App\Entity\Channel\Channel
  8891.      */
  8892.     protected function getChannel23Service()
  8893.     {
  8894.         $this->throw('Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8895.     }
  8896.     /**
  8897.      * Gets the private '.errored..service_locator.gpz0aP_.App\Entity\Scholar\Training\Training' shared service.
  8898.      *
  8899.      * @return \App\Entity\Scholar\Training\Training
  8900.      */
  8901.     protected function getTraining16Service()
  8902.     {
  8903.         $this->throw('Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8904.     }
  8905.     /**
  8906.      * Gets the private '.errored..service_locator.k.6sDgC.App\Entity\Channel\Channel' shared service.
  8907.      *
  8908.      * @return \App\Entity\Channel\Channel
  8909.      */
  8910.     protected function getChannel24Service()
  8911.     {
  8912.         $this->throw('Cannot autowire service ".service_locator.k.6sDgC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8913.     }
  8914.     /**
  8915.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Exercise\Exercise' shared service.
  8916.      *
  8917.      * @return \App\Entity\Exercise\Exercise
  8918.      */
  8919.     protected function getExercise5Service()
  8920.     {
  8921.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  8922.     }
  8923.     /**
  8924.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Exercise\User\ExerciseResult' shared service.
  8925.      *
  8926.      * @return \App\Entity\Exercise\User\ExerciseResult
  8927.      */
  8928.     protected function getExerciseResult4Service()
  8929.     {
  8930.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
  8931.     }
  8932.     /**
  8933.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Lesson\Lesson' shared service.
  8934.      *
  8935.      * @return \App\Entity\Scholar\Lesson\Lesson
  8936.      */
  8937.     protected function getLesson21Service()
  8938.     {
  8939.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8940.     }
  8941.     /**
  8942.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Module\Module' shared service.
  8943.      *
  8944.      * @return \App\Entity\Scholar\Module\Module
  8945.      */
  8946.     protected function getModule15Service()
  8947.     {
  8948.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8949.     }
  8950.     /**
  8951.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Training\Training' shared service.
  8952.      *
  8953.      * @return \App\Entity\Scholar\Training\Training
  8954.      */
  8955.     protected function getTraining17Service()
  8956.     {
  8957.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8958.     }
  8959.     /**
  8960.      * Gets the private '.errored..service_locator.ldJl2hx.App\Entity\Scholar\Training\Training' shared service.
  8961.      *
  8962.      * @return \App\Entity\Scholar\Training\Training
  8963.      */
  8964.     protected function getTraining18Service()
  8965.     {
  8966.         $this->throw('Cannot autowire service ".service_locator.ldJl2hx": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8967.     }
  8968.     /**
  8969.      * Gets the private '.errored..service_locator.m4fu.GK.App\Entity\Channel\Channel' shared service.
  8970.      *
  8971.      * @return \App\Entity\Channel\Channel
  8972.      */
  8973.     protected function getChannel25Service()
  8974.     {
  8975.         $this->throw('Cannot autowire service ".service_locator.m4fu.GK": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8976.     }
  8977.     /**
  8978.      * Gets the private '.errored..service_locator.m4fu.GK.App\Entity\Scholar\Module\OriginModule' shared service.
  8979.      *
  8980.      * @return \App\Entity\Scholar\Module\OriginModule
  8981.      */
  8982.     protected function getOriginModule2Service()
  8983.     {
  8984.         $this->throw('Cannot autowire service ".service_locator.m4fu.GK": it references class "App\\Entity\\Scholar\\Module\\OriginModule" but no such service exists.');
  8985.     }
  8986.     /**
  8987.      * Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Channel\Channel' shared service.
  8988.      *
  8989.      * @return \App\Entity\Channel\Channel
  8990.      */
  8991.     protected function getChannel26Service()
  8992.     {
  8993.         $this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8994.     }
  8995.     /**
  8996.      * Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Exercise\Exercise' shared service.
  8997.      *
  8998.      * @return \App\Entity\Exercise\Exercise
  8999.      */
  9000.     protected function getExercise6Service()
  9001.     {
  9002.         $this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  9003.     }
  9004.     /**
  9005.      * Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Scholar\Lesson\Lesson' shared service.
  9006.      *
  9007.      * @return \App\Entity\Scholar\Lesson\Lesson
  9008.      */
  9009.     protected function getLesson22Service()
  9010.     {
  9011.         $this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9012.     }
  9013.     /**
  9014.      * Gets the private '.errored..service_locator.nyQ9vNF.Throwable' shared service.
  9015.      *
  9016.      * @return \Throwable
  9017.      */
  9018.     protected function get_Errored__ServiceLocator_NyQ9vNF_ThrowableService()
  9019.     {
  9020.         $this->throw('Cannot autowire service ".service_locator.nyQ9vNF": it references interface "Throwable" but no such service exists. You should maybe alias this interface to one of these existing services: "App\\Exception\\Account\\TokenCreateException", "App\\Exception\\Account\\UserManipulatorException", "App\\Exception\\Exercise\\MissingQuestionConversionException", "App\\Exception\\Exercise\\MissingUserException", "App\\Service\\Scorm\\Exception\\ScormApiException", "App\\Service\\Scorm\\Exception\\ScormGeneratorException", "Nellapp\\Bundle\\SDKBundle\\DataSync\\Exception\\HydratorException", "Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Exception\\AppNotFoundException", "Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\Exception\\EntityException".');
  9021.     }
  9022.     /**
  9023.      * Gets the private '.errored..service_locator.o2Ryu8z.App\Entity\Account\Advice' shared service.
  9024.      *
  9025.      * @return \App\Entity\Account\Advice
  9026.      */
  9027.     protected function getAdviceService()
  9028.     {
  9029.         $this->throw('Cannot autowire service ".service_locator.o2Ryu8z": it references class "App\\Entity\\Account\\Advice" but no such service exists.');
  9030.     }
  9031.     /**
  9032.      * Gets the private '.errored..service_locator.pAIsqGW.App\Entity\Channel\Channel' shared service.
  9033.      *
  9034.      * @return \App\Entity\Channel\Channel
  9035.      */
  9036.     protected function getChannel27Service()
  9037.     {
  9038.         $this->throw('Cannot autowire service ".service_locator.pAIsqGW": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9039.     }
  9040.     /**
  9041.      * Gets the private '.errored..service_locator.pAIsqGW.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  9042.      *
  9043.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  9044.      */
  9045.     protected function getOriginLesson5Service()
  9046.     {
  9047.         $this->throw('Cannot autowire service ".service_locator.pAIsqGW": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  9048.     }
  9049.     /**
  9050.      * Gets the private '.errored..service_locator.pAIsqGW.App\Entity\Scholar\PracticalCase\OriginPracticalCase' shared service.
  9051.      *
  9052.      * @return \App\Entity\Scholar\PracticalCase\OriginPracticalCase
  9053.      */
  9054.     protected function getOriginPracticalCase2Service()
  9055.     {
  9056.         $this->throw('Cannot autowire service ".service_locator.pAIsqGW": it references class "App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase" but no such service exists.');
  9057.     }
  9058.     /**
  9059.      * Gets the private '.errored..service_locator.qlR0.rD.App\Entity\Channel\Channel' shared service.
  9060.      *
  9061.      * @return \App\Entity\Channel\Channel
  9062.      */
  9063.     protected function getChannel28Service()
  9064.     {
  9065.         $this->throw('Cannot autowire service ".service_locator.qlR0.rD": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9066.     }
  9067.     /**
  9068.      * Gets the private '.errored..service_locator.qlR0.rD.App\Entity\Scholar\Chapter\OriginChapter' shared service.
  9069.      *
  9070.      * @return \App\Entity\Scholar\Chapter\OriginChapter
  9071.      */
  9072.     protected function getOriginChapter2Service()
  9073.     {
  9074.         $this->throw('Cannot autowire service ".service_locator.qlR0.rD": it references class "App\\Entity\\Scholar\\Chapter\\OriginChapter" but no such service exists.');
  9075.     }
  9076.     /**
  9077.      * Gets the private '.errored..service_locator.qlR0.rD.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  9078.      *
  9079.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  9080.      */
  9081.     protected function getOriginLesson6Service()
  9082.     {
  9083.         $this->throw('Cannot autowire service ".service_locator.qlR0.rD": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  9084.     }
  9085.     /**
  9086.      * Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Channel\Channel' shared service.
  9087.      *
  9088.      * @return \App\Entity\Channel\Channel
  9089.      */
  9090.     protected function getChannel29Service()
  9091.     {
  9092.         $this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9093.     }
  9094.     /**
  9095.      * Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Exercise\Exercise' shared service.
  9096.      *
  9097.      * @return \App\Entity\Exercise\Exercise
  9098.      */
  9099.     protected function getExercise7Service()
  9100.     {
  9101.         $this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  9102.     }
  9103.     /**
  9104.      * Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Scholar\Lesson\Lesson' shared service.
  9105.      *
  9106.      * @return \App\Entity\Scholar\Lesson\Lesson
  9107.      */
  9108.     protected function getLesson23Service()
  9109.     {
  9110.         $this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9111.     }
  9112.     /**
  9113.      * Gets the private '.errored..service_locator.uMdqYOm.App\Entity\Scholar\Chapter\Chapter' shared service.
  9114.      *
  9115.      * @return \App\Entity\Scholar\Chapter\Chapter
  9116.      */
  9117.     protected function getChapter5Service()
  9118.     {
  9119.         $this->throw('Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  9120.     }
  9121.     /**
  9122.      * Gets the private '.errored..service_locator.uMdqYOm.App\Entity\Scholar\Lesson\Lesson' shared service.
  9123.      *
  9124.      * @return \App\Entity\Scholar\Lesson\Lesson
  9125.      */
  9126.     protected function getLesson24Service()
  9127.     {
  9128.         $this->throw('Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9129.     }
  9130.     /**
  9131.      * Gets the private '.errored..service_locator.uMdqYOm.App\Entity\Scholar\Module\Module' shared service.
  9132.      *
  9133.      * @return \App\Entity\Scholar\Module\Module
  9134.      */
  9135.     protected function getModule16Service()
  9136.     {
  9137.         $this->throw('Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  9138.     }
  9139.     /**
  9140.      * Gets the private '.errored..service_locator.uMdqYOm.App\Entity\Scholar\Training\Training' shared service.
  9141.      *
  9142.      * @return \App\Entity\Scholar\Training\Training
  9143.      */
  9144.     protected function getTraining19Service()
  9145.     {
  9146.         $this->throw('Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  9147.     }
  9148.     /**
  9149.      * Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Account\User' shared service.
  9150.      *
  9151.      * @return \App\Entity\Account\User
  9152.      */
  9153.     protected function getUser4Service()
  9154.     {
  9155.         $this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Account\\User" but no such service exists.');
  9156.     }
  9157.     /**
  9158.      * Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Channel\Channel' shared service.
  9159.      *
  9160.      * @return \App\Entity\Channel\Channel
  9161.      */
  9162.     protected function getChannel30Service()
  9163.     {
  9164.         $this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9165.     }
  9166.     /**
  9167.      * Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Common\Assignable' shared service.
  9168.      *
  9169.      * @return \App\Entity\Common\Assignable
  9170.      */
  9171.     protected function getAssignableService()
  9172.     {
  9173.         $this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Common\\Assignable" but no such service exists.');
  9174.     }
  9175.     /**
  9176.      * Gets the private '.errored..service_locator.vsyeuch.App\Entity\Forum\ChapterMessage' shared service.
  9177.      *
  9178.      * @return \App\Entity\Forum\ChapterMessage
  9179.      */
  9180.     protected function getChapterMessage5Service()
  9181.     {
  9182.         $this->throw('Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.');
  9183.     }
  9184.     /**
  9185.      * Gets the private '.errored..service_locator.vsyeuch.App\Entity\Scholar\Chapter\Chapter' shared service.
  9186.      *
  9187.      * @return \App\Entity\Scholar\Chapter\Chapter
  9188.      */
  9189.     protected function getChapter6Service()
  9190.     {
  9191.         $this->throw('Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  9192.     }
  9193.     /**
  9194.      * Gets the private '.errored..service_locator.vsyeuch.App\Entity\Scholar\Lesson\Lesson' shared service.
  9195.      *
  9196.      * @return \App\Entity\Scholar\Lesson\Lesson
  9197.      */
  9198.     protected function getLesson25Service()
  9199.     {
  9200.         $this->throw('Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9201.     }
  9202.     /**
  9203.      * Gets the private '.errored..service_locator.vsyeuch.App\Entity\Scholar\Module\Module' shared service.
  9204.      *
  9205.      * @return \App\Entity\Scholar\Module\Module
  9206.      */
  9207.     protected function getModule17Service()
  9208.     {
  9209.         $this->throw('Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  9210.     }
  9211.     /**
  9212.      * Gets the private '.errored..service_locator.vsyeuch.App\Entity\Scholar\Training\Training' shared service.
  9213.      *
  9214.      * @return \App\Entity\Scholar\Training\Training
  9215.      */
  9216.     protected function getTraining20Service()
  9217.     {
  9218.         $this->throw('Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  9219.     }
  9220.     /**
  9221.      * Gets the private '.errored..service_locator.ycL.vwg.App\Entity\Channel\Channel' shared service.
  9222.      *
  9223.      * @return \App\Entity\Channel\Channel
  9224.      */
  9225.     protected function getChannel31Service()
  9226.     {
  9227.         $this->throw('Cannot autowire service ".service_locator.ycL.vwg": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9228.     }
  9229.     /**
  9230.      * Gets the private '.errored..service_locator.ycL.vwg.App\Entity\Exercise\OriginExercise' shared service.
  9231.      *
  9232.      * @return \App\Entity\Exercise\OriginExercise
  9233.      */
  9234.     protected function getOriginExercise2Service()
  9235.     {
  9236.         $this->throw('Cannot autowire service ".service_locator.ycL.vwg": it references class "App\\Entity\\Exercise\\OriginExercise" but no such service exists.');
  9237.     }
  9238.     /**
  9239.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  9240.      *
  9241.      * @return \Symfony\Component\Console\Command\LazyCommand
  9242.      */
  9243.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  9244.     {
  9245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9247.         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 {
  9248.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  9249.         });
  9250.     }
  9251.     /**
  9252.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  9253.      *
  9254.      * @return \Symfony\Component\Console\Command\LazyCommand
  9255.      */
  9256.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  9257.     {
  9258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9260.         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 {
  9261.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  9262.         });
  9263.     }
  9264.     /**
  9265.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  9266.      *
  9267.      * @return \Symfony\Component\Console\Command\LazyCommand
  9268.      */
  9269.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  9270.     {
  9271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9273.         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 {
  9274.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  9275.         });
  9276.     }
  9277.     /**
  9278.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  9279.      *
  9280.      * @return \Symfony\Component\Console\Command\LazyCommand
  9281.      */
  9282.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  9283.     {
  9284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9286.         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 {
  9287.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  9288.         });
  9289.     }
  9290.     /**
  9291.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  9292.      *
  9293.      * @return \Symfony\Component\Console\Command\LazyCommand
  9294.      */
  9295.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  9296.     {
  9297.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9299.         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 {
  9300.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  9301.         });
  9302.     }
  9303.     /**
  9304.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  9305.      *
  9306.      * @return \Symfony\Component\Console\Command\LazyCommand
  9307.      */
  9308.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  9309.     {
  9310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9312.         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 {
  9313.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  9314.         });
  9315.     }
  9316.     /**
  9317.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  9318.      *
  9319.      * @return \Symfony\Component\Console\Command\LazyCommand
  9320.      */
  9321.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  9322.     {
  9323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9325.         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 {
  9326.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  9327.         });
  9328.     }
  9329.     /**
  9330.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  9331.      *
  9332.      * @return \Symfony\Component\Console\Command\LazyCommand
  9333.      */
  9334.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  9335.     {
  9336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9338.         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 {
  9339.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  9340.         });
  9341.     }
  9342.     /**
  9343.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  9344.      *
  9345.      * @return \Symfony\Component\Console\Command\LazyCommand
  9346.      */
  9347.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  9348.     {
  9349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9351.         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 {
  9352.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  9353.         });
  9354.     }
  9355.     /**
  9356.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  9357.      *
  9358.      * @return \Symfony\Component\Console\Command\LazyCommand
  9359.      */
  9360.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  9361.     {
  9362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9364.         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 {
  9365.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  9366.         });
  9367.     }
  9368.     /**
  9369.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  9370.      *
  9371.      * @return \Symfony\Component\Console\Command\LazyCommand
  9372.      */
  9373.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  9374.     {
  9375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9377.         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 {
  9378.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  9379.         });
  9380.     }
  9381.     /**
  9382.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  9383.      *
  9384.      * @return \Symfony\Component\Console\Command\LazyCommand
  9385.      */
  9386.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  9387.     {
  9388.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9390.         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 {
  9391.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  9392.         });
  9393.     }
  9394.     /**
  9395.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  9396.      *
  9397.      * @return \Symfony\Component\Console\Command\LazyCommand
  9398.      */
  9399.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  9400.     {
  9401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9403.         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 {
  9404.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  9405.         });
  9406.     }
  9407.     /**
  9408.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  9409.      *
  9410.      * @return \Symfony\Component\Console\Command\LazyCommand
  9411.      */
  9412.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  9413.     {
  9414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9416.         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 {
  9417.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  9418.         });
  9419.     }
  9420.     /**
  9421.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  9422.      *
  9423.      * @return \Symfony\Component\Console\Command\LazyCommand
  9424.      */
  9425.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  9426.     {
  9427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9429.         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 {
  9430.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  9431.         });
  9432.     }
  9433.     /**
  9434.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  9435.      *
  9436.      * @return \Symfony\Component\Console\Command\LazyCommand
  9437.      */
  9438.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  9439.     {
  9440.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9442.         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 {
  9443.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  9444.         });
  9445.     }
  9446.     /**
  9447.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  9448.      *
  9449.      * @return \Symfony\Component\Console\Command\LazyCommand
  9450.      */
  9451.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  9452.     {
  9453.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9455.         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 {
  9456.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  9457.         });
  9458.     }
  9459.     /**
  9460.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  9461.      *
  9462.      * @return \Symfony\Component\Console\Command\LazyCommand
  9463.      */
  9464.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  9465.     {
  9466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9468.         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 {
  9469.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  9470.         });
  9471.     }
  9472.     /**
  9473.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  9474.      *
  9475.      * @return \Symfony\Component\Console\Command\LazyCommand
  9476.      */
  9477.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  9478.     {
  9479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9481.         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 {
  9482.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  9483.         });
  9484.     }
  9485.     /**
  9486.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  9487.      *
  9488.      * @return \Symfony\Component\Console\Command\LazyCommand
  9489.      */
  9490.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  9491.     {
  9492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9494.         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 {
  9495.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  9496.         });
  9497.     }
  9498.     /**
  9499.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  9500.      *
  9501.      * @return \Symfony\Component\Console\Command\LazyCommand
  9502.      */
  9503.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  9504.     {
  9505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9507.         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 {
  9508.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  9509.         });
  9510.     }
  9511.     /**
  9512.      * Gets the private '.messenger.handler_descriptor.Nu9db1O' shared service.
  9513.      *
  9514.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  9515.      */
  9516.     protected function get_Messenger_HandlerDescriptor_Nu9db1OService()
  9517.     {
  9518.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  9519.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  9520.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Messenger/AbstractHandler.php';
  9521.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Messenger/Handler/EntitySyncHandler.php';
  9522.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  9523.         return $this->privates['.messenger.handler_descriptor.Nu9db1O'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler(($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] = new \Nellapp\Bundle\SDKBundle\ReverseSync\Tracker\Tracker())), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['entities_handled']), []);
  9524.     }
  9525.     /**
  9526.      * Gets the private '.messenger.handler_descriptor.jADa3cd' shared service.
  9527.      *
  9528.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  9529.      */
  9530.     protected function get_Messenger_HandlerDescriptor_JADa3cdService()
  9531.     {
  9532.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  9533.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Messenger/Handler/RefreshUserMessageHandler.php';
  9534.         return $this->privates['.messenger.handler_descriptor.jADa3cd'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Nellapp\Bundle\SDKBundle\Auth\Messenger\Handler\RefreshUserMessageHandler(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService())), []);
  9535.     }
  9536.     /**
  9537.      * Gets the private '.messenger.handler_descriptor.vkFrxyl' shared service.
  9538.      *
  9539.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  9540.      */
  9541.     protected function get_Messenger_HandlerDescriptor_VkFrxylService()
  9542.     {
  9543.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  9544.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/ShareContentHandler.php';
  9545.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressDTOService.php';
  9546.         include_once \dirname(__DIR__4).'/src/Service/WebSocket/WebSocketNotifier.php';
  9547.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9548.         return $this->privates['.messenger.handler_descriptor.vkFrxyl'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\Messenger\Handler\ShareContentHandler($a, ($this->privates['App\\Repository\\Channel\\ShareContent\\AbstractProgressRepository'] ?? $this->getAbstractProgressRepositoryService()), ($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->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), new \App\Service\ShareContent\ShareProgressDTOService(), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), new \App\Service\WebSocket\WebSocketNotifier($this->getEnv('REDIS_HOST'), $this->getEnv('REDIS_PORT'), $a), ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Messenger\\SenderService'] ?? $this->getSenderServiceService())), []);
  9549.     }
  9550.     /**
  9551.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  9552.      *
  9553.      * @return \Symfony\Component\Console\Command\LazyCommand
  9554.      */
  9555.     protected function get_Monolog_Command_ServerLog_LazyService()
  9556.     {
  9557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9559.         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 {
  9560.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  9561.         });
  9562.     }
  9563.     /**
  9564.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  9565.      *
  9566.      * @return \Symfony\Component\Console\Command\LazyCommand
  9567.      */
  9568.     protected function get_Security_Command_DebugFirewall_LazyService()
  9569.     {
  9570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9572.         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 {
  9573.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  9574.         });
  9575.     }
  9576.     /**
  9577.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  9578.      *
  9579.      * @return \Symfony\Component\Console\Command\LazyCommand
  9580.      */
  9581.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  9582.     {
  9583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9585.         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 {
  9586.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  9587.         });
  9588.     }
  9589.     /**
  9590.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  9591.      *
  9592.      * @return \Symfony\Component\Console\Command\LazyCommand
  9593.      */
  9594.     protected function get_Security_Command_UserPasswordHash_LazyService()
  9595.     {
  9596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9598.         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 {
  9599.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  9600.         });
  9601.     }
  9602.     /**
  9603.      * Gets the private '.service_locator..846xZ2' shared service.
  9604.      *
  9605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9606.      */
  9607.     protected function get_ServiceLocator__846xZ2Service()
  9608.     {
  9609.         return $this->privates['.service_locator..846xZ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9610.             'chapter' => ['privates''.errored..service_locator..846xZ2.App\\Entity\\Scholar\\Chapter\\Chapter'NULL'Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
  9611.             'lesson' => ['privates''.errored..service_locator..846xZ2.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  9612.             'module' => ['privates''.errored..service_locator..846xZ2.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  9613.             'newMessage' => ['privates''.errored..service_locator..846xZ2.App\\Entity\\Forum\\ChapterMessage'NULL'Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.'],
  9614.             'training' => ['privates''.errored..service_locator..846xZ2.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  9615.         ], [
  9616.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  9617.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  9618.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  9619.             'newMessage' => 'App\\Entity\\Forum\\ChapterMessage',
  9620.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  9621.         ]);
  9622.     }
  9623.     /**
  9624.      * Gets the private '.service_locator..VQgzgC' shared service.
  9625.      *
  9626.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9627.      */
  9628.     protected function get_ServiceLocator__VQgzgCService()
  9629.     {
  9630.         return $this->privates['.service_locator..VQgzgC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9631.             'message' => ['privates''.errored..service_locator..VQgzgC.App\\Entity\\Forum\\ChapterMessage'NULL'Cannot autowire service ".service_locator..VQgzgC": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.'],
  9632.         ], [
  9633.             'message' => 'App\\Entity\\Forum\\ChapterMessage',
  9634.         ]);
  9635.     }
  9636.     /**
  9637.      * Gets the private '.service_locator.0RV9L87' shared service.
  9638.      *
  9639.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9640.      */
  9641.     protected function get_ServiceLocator_0RV9L87Service()
  9642.     {
  9643.         return $this->privates['.service_locator.0RV9L87'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9644.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9645.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  9646.             'messenger.transport.reverse_sync_transport' => ['privates''messenger.transport.reverse_sync_transport''getMessenger_Transport_ReverseSyncTransportService'false],
  9647.             'messenger.transport.share_content_transport' => ['privates''messenger.transport.share_content_transport''getMessenger_Transport_ShareContentTransportService'false],
  9648.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  9649.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  9650.             'reverse_sync_transport' => ['privates''messenger.transport.reverse_sync_transport''getMessenger_Transport_ReverseSyncTransportService'false],
  9651.             'share_content_transport' => ['privates''messenger.transport.share_content_transport''getMessenger_Transport_ShareContentTransportService'false],
  9652.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  9653.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  9654.         ], [
  9655.             'failed' => '?',
  9656.             'messenger.transport.failed' => '?',
  9657.             'messenger.transport.reverse_sync_transport' => '?',
  9658.             'messenger.transport.share_content_transport' => '?',
  9659.             'messenger.transport.sync_full_user_transport' => '?',
  9660.             'messenger.transport.sync_transport' => '?',
  9661.             'reverse_sync_transport' => '?',
  9662.             'share_content_transport' => '?',
  9663.             'sync_full_user_transport' => '?',
  9664.             'sync_transport' => '?',
  9665.         ]);
  9666.     }
  9667.     /**
  9668.      * Gets the private '.service_locator.2QmeqlZ' shared service.
  9669.      *
  9670.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9671.      */
  9672.     protected function get_ServiceLocator_2QmeqlZService()
  9673.     {
  9674.         return $this->privates['.service_locator.2QmeqlZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9675.             '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.'],
  9676.             '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.'],
  9677.             '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.'],
  9678.         ], [
  9679.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  9680.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  9681.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  9682.         ]);
  9683.     }
  9684.     /**
  9685.      * Gets the private '.service_locator.2hwXtE4' shared service.
  9686.      *
  9687.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9688.      */
  9689.     protected function get_ServiceLocator_2hwXtE4Service()
  9690.     {
  9691.         return $this->privates['.service_locator.2hwXtE4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9692.             '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.'],
  9693.         ], [
  9694.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  9695.         ]);
  9696.     }
  9697.     /**
  9698.      * Gets the private '.service_locator.5G79K9R' shared service.
  9699.      *
  9700.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9701.      */
  9702.     protected function get_ServiceLocator_5G79K9RService()
  9703.     {
  9704.         return $this->privates['.service_locator.5G79K9R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9705.             '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.'],
  9706.             '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.'],
  9707.             '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.'],
  9708.         ], [
  9709.             'channel' => 'App\\Entity\\Channel\\Channel',
  9710.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  9711.             'lessonReview' => 'App\\Entity\\Scholar\\Lesson\\LessonReview',
  9712.         ]);
  9713.     }
  9714.     /**
  9715.      * Gets the private '.service_locator.793NzDJ' shared service.
  9716.      *
  9717.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9718.      */
  9719.     protected function get_ServiceLocator_793NzDJService()
  9720.     {
  9721.         return $this->privates['.service_locator.793NzDJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9722.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  9723.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  9724.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  9725.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  9726.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  9727.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  9728.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  9729.             'router' => ['services''router''getRouterService'false],
  9730.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  9731.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  9732.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  9733.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  9734.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  9735.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  9736.         ], [
  9737.             'doctrine' => '?',
  9738.             'form.factory' => '?',
  9739.             'http_kernel' => '?',
  9740.             'message_bus' => '?',
  9741.             'messenger.default_bus' => '?',
  9742.             'parameter_bag' => '?',
  9743.             'request_stack' => '?',
  9744.             'router' => '?',
  9745.             'security.authorization_checker' => '?',
  9746.             'security.csrf.token_manager' => '?',
  9747.             'security.token_storage' => '?',
  9748.             'serializer' => '?',
  9749.             'session' => '.session.deprecated',
  9750.             'twig' => '?',
  9751.         ]);
  9752.     }
  9753.     /**
  9754.      * Gets the private '.service_locator.8KeT6zT' shared service.
  9755.      *
  9756.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9757.      */
  9758.     protected function get_ServiceLocator_8KeT6zTService()
  9759.     {
  9760.         return $this->privates['.service_locator.8KeT6zT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9761.             'channel' => ['privates''.errored..service_locator.8KeT6zT.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.8KeT6zT": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  9762.             'lesson' => ['privates''.errored..service_locator.8KeT6zT.App\\Entity\\Scholar\\Lesson\\OriginLesson'NULL'Cannot autowire service ".service_locator.8KeT6zT": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.'],
  9763.             'module' => ['privates''.errored..service_locator.8KeT6zT.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.8KeT6zT": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  9764.         ], [
  9765.             'channel' => 'App\\Entity\\Channel\\Channel',
  9766.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  9767.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  9768.         ]);
  9769.     }
  9770.     /**
  9771.      * Gets the private '.service_locator.8z1bHXC' shared service.
  9772.      *
  9773.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9774.      */
  9775.     protected function get_ServiceLocator_8z1bHXCService()
  9776.     {
  9777.         return $this->privates['.service_locator.8z1bHXC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9778.             'channel' => ['privates''.errored..service_locator.8z1bHXC.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.8z1bHXC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  9779.             'practicalCase' => ['privates''.errored..service_locator.8z1bHXC.App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase'NULL'Cannot autowire service ".service_locator.8z1bHXC": it references class "App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase" but no such service exists.'],
  9780.         ], [
  9781.             'channel' => 'App\\Entity\\Channel\\Channel',
  9782.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase',
  9783.         ]);
  9784.     }
  9785.     /**
  9786.      * Gets the private '.service_locator.9TpC3b5' shared service.
  9787.      *
  9788.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9789.      */
  9790.     protected function get_ServiceLocator_9TpC3b5Service()
  9791.     {
  9792.         return $this->privates['.service_locator.9TpC3b5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9793.             'App\\Controller\\Admin\\DashboardController::__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  9794.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction::getForDashboard' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9795.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9796.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction::__invoke' => ['privates''.service_locator.uMdqYOm''get_ServiceLocator_UMdqYOmService'false],
  9797.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage::__invoke' => ['privates''.service_locator..846xZ2''get_ServiceLocator__846xZ2Service'false],
  9798.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync::__invoke' => ['privates''.service_locator.2hwXtE4''get_ServiceLocator_2hwXtE4Service'false],
  9799.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync::__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  9800.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9801.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9802.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9803.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync::__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  9804.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9805.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  9806.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9807.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9808.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9809.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9810.             'App\\Controller\\Async\\Channel\\User\\CollectionAction::getUsersAssigned' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9811.             'App\\Controller\\Async\\Channel\\Video\\DeleteAction::__invoke' => ['privates''.service_locator.YHUt4m.''get_ServiceLocator_YHUt4m_Service'false],
  9812.             'App\\Controller\\Async\\Channel\\Video\\EditAction::__invoke' => ['privates''.service_locator.YHUt4m.''get_ServiceLocator_YHUt4m_Service'false],
  9813.             'App\\Controller\\Async\\Channel\\Video\\GetUsageAction::__invoke' => ['privates''.service_locator.YHUt4m.''get_ServiceLocator_YHUt4m_Service'false],
  9814.             'App\\Controller\\Async\\Channel\\Video\\IndexController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9815.             'App\\Controller\\Async\\EmbedController::__invoke' => ['privates''.service_locator.J8z_ArI''get_ServiceLocator_J8zArIService'false],
  9816.             'App\\Controller\\Front\\Account\\Notification\\RedirectController::__invoke' => ['privates''.service_locator._U2m1zW''get_ServiceLocator_U2m1zWService'false],
  9817.             'App\\Controller\\Front\\Channel\\Image\\DeleteController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9818.             'App\\Controller\\Front\\Channel\\ShowController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9819.             'App\\Controller\\Front\\Channel\\ShowTrainingListController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9820.             'App\\Controller\\Front\\Channel\\SubAjaxListController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9821.             'App\\Controller\\Front\\Exercise\\AnswerController::__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  9822.             'App\\Controller\\Front\\Exercise\\CancelController::__invoke' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  9823.             'App\\Controller\\Front\\Exercise\\FinishController::__invoke' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  9824.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction::__invoke' => ['privates''.service_locator.KbnYwpa''get_ServiceLocator_KbnYwpaService'false],
  9825.             'App\\Controller\\Front\\Exercise\\ShowController::__invoke' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  9826.             'App\\Controller\\Front\\Exercise\\SolutionController::__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  9827.             'App\\Controller\\Front\\Exercise\\StartController::__invoke' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  9828.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController::__invoke' => ['privates''.service_locator.FwJ9yjs''get_ServiceLocator_FwJ9yjsService'false],
  9829.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController::__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  9830.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController::__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  9831.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController::__invoke' => ['privates''.service_locator..VQgzgC''get_ServiceLocator__VQgzgCService'false],
  9832.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController::__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  9833.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController::__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  9834.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController::__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  9835.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController::__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  9836.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController::__invoke' => ['privates''.service_locator.HvyGIqV''get_ServiceLocator_HvyGIqVService'false],
  9837.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController::__invoke' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  9838.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResourcesFiles' => ['privates''.service_locator.W9zh42Q''get_ServiceLocator_W9zh42QService'false],
  9839.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResponsesFiles' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  9840.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction::__invoke' => ['privates''.service_locator.FazFLSW''get_ServiceLocator_FazFLSWService'false],
  9841.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController::__invoke' => ['privates''.service_locator.PhAmqRu''get_ServiceLocator_PhAmqRuService'false],
  9842.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController::__invoke' => ['privates''.service_locator.o2Ryu8z''get_ServiceLocator_O2Ryu8zService'false],
  9843.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController::__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  9844.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController::__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  9845.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController::__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  9846.             'App\\Controller\\Front\\Scholar\\Training\\ShowController::__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  9847.             'App\\Controller\\Manager\\Channel\\Assignable\\CloseAction::closeMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9848.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction::__invoke' => ['privates''.service_locator.u_tx1Yx''get_ServiceLocator_UTx1YxService'false],
  9849.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction::handleReattribution' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9850.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController::__invoke' => ['privates''.service_locator.Mc71R9_''get_ServiceLocator_Mc71R9Service'false],
  9851.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController::__invoke' => ['privates''.service_locator.PWIGnnc''get_ServiceLocator_PWIGnncService'false],
  9852.             'App\\Controller\\Manager\\Channel\\DashboardAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9853.             'App\\Controller\\Manager\\Channel\\DeleteController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9854.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController::deleteMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9855.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9856.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController::__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  9857.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController::__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  9858.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction::__invoke' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  9859.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction::__invoke' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  9860.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9861.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController::__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  9862.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController::__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  9863.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9864.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9865.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController::__invoke' => ['privates''.service_locator.I0Q7FZl''get_ServiceLocator_I0Q7FZlService'false],
  9866.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController::deleteMultiple' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9867.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController::__invoke' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  9868.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController::deleteMultiple' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9869.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction::__invoke' => ['privates''.service_locator.YSnJPPQ''get_ServiceLocator_YSnJPPQService'false],
  9870.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9871.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9872.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9873.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  9874.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9875.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9876.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9877.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9878.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController::__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  9879.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9880.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction::__invoke' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  9881.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9882.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  9883.             'App\\Controller\\Manager\\Channel\\Module\\EditController::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  9884.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  9885.             'App\\Controller\\Manager\\Channel\\Module\\GetAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  9886.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  9887.             'App\\Controller\\Manager\\Channel\\Module\\NewController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9888.             'App\\Controller\\Manager\\Channel\\Module\\ShareController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9889.             'App\\Controller\\Manager\\Channel\\Module\\ShowController::__invoke' => ['privates''.service_locator.NVnD32W''get_ServiceLocator_NVnD32WService'false],
  9890.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  9891.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  9892.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  9893.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  9894.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  9895.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  9896.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  9897.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  9898.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9899.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController::__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  9900.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9901.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9902.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9903.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9904.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9905.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9906.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController::__invoke' => ['privates''.service_locator.eIVSBjG''get_ServiceLocator_EIVSBjGService'false],
  9907.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9908.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  9909.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController::__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  9910.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9911.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9912.             'App\\Controller\\Manager\\Channel\\Training\\EditController::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9913.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9914.             'App\\Controller\\Manager\\Channel\\Training\\GetAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9915.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9916.             'App\\Controller\\Manager\\Channel\\Training\\NewController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9917.             'App\\Controller\\Manager\\Channel\\Training\\ShareController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9918.             'App\\Controller\\Manager\\Channel\\Training\\ShowController::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9919.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9920.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction::__invoke' => ['privates''.service_locator.qlR0.rD''get_ServiceLocator_QlR0_RDService'false],
  9921.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction::__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  9922.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9923.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction::__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  9924.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction::__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  9925.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction::__invoke' => ['privates''.service_locator.TpleGdD''get_ServiceLocator_TpleGdDService'false],
  9926.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction::__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  9927.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9928.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction::__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  9929.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction::__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  9930.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  9931.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  9932.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9933.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  9934.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  9935.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction::__invoke' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  9936.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction::__invoke' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  9937.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction::__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  9938.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction::__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  9939.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9940.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction::__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  9941.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction::__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  9942.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction::__invoke' => ['privates''.service_locator.pAIsqGW''get_ServiceLocator_PAIsqGWService'false],
  9943.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction::__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  9944.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9945.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction::__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  9946.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction::__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  9947.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction::__invoke' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  9948.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction::__invoke' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  9949.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9950.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9951.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9952.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9953.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9954.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction::__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  9955.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression::__invoke' => ['privates''.service_locator.gjFgSCm''get_ServiceLocator_GjFgSCmService'false],
  9956.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9957.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController::__invoke' => ['privates''.service_locator.dQHhS3S''get_ServiceLocator_DQHhS3SService'false],
  9958.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show' => ['privates''.service_locator.nyQ9vNF''get_ServiceLocator_NyQ9vNFService'false],
  9959.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  9960.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  9961.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  9962.             'App\\Controller\\Admin\\DashboardController:__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  9963.             'App\\Controller\\Admin\\DashboardController' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  9964.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction:getForDashboard' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9965.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9966.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9967.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction:__invoke' => ['privates''.service_locator.uMdqYOm''get_ServiceLocator_UMdqYOmService'false],
  9968.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction' => ['privates''.service_locator.uMdqYOm''get_ServiceLocator_UMdqYOmService'false],
  9969.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage:__invoke' => ['privates''.service_locator..846xZ2''get_ServiceLocator__846xZ2Service'false],
  9970.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage' => ['privates''.service_locator..846xZ2''get_ServiceLocator__846xZ2Service'false],
  9971.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync:__invoke' => ['privates''.service_locator.2hwXtE4''get_ServiceLocator_2hwXtE4Service'false],
  9972.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => ['privates''.service_locator.2hwXtE4''get_ServiceLocator_2hwXtE4Service'false],
  9973.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync:__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  9974.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  9975.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9976.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9977.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9978.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9979.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9980.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9981.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync:__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  9982.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  9983.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9984.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9985.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  9986.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  9987.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9988.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9989.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9990.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9991.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9992.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  9993.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9994.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9995.             'App\\Controller\\Async\\Channel\\User\\CollectionAction:getUsersAssigned' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  9996.             'App\\Controller\\Async\\Channel\\Video\\DeleteAction:__invoke' => ['privates''.service_locator.YHUt4m.''get_ServiceLocator_YHUt4m_Service'false],
  9997.             'App\\Controller\\Async\\Channel\\Video\\DeleteAction' => ['privates''.service_locator.YHUt4m.''get_ServiceLocator_YHUt4m_Service'false],
  9998.             'App\\Controller\\Async\\Channel\\Video\\EditAction:__invoke' => ['privates''.service_locator.YHUt4m.''get_ServiceLocator_YHUt4m_Service'false],
  9999.             'App\\Controller\\Async\\Channel\\Video\\EditAction' => ['privates''.service_locator.YHUt4m.''get_ServiceLocator_YHUt4m_Service'false],
  10000.             'App\\Controller\\Async\\Channel\\Video\\GetUsageAction:__invoke' => ['privates''.service_locator.YHUt4m.''get_ServiceLocator_YHUt4m_Service'false],
  10001.             'App\\Controller\\Async\\Channel\\Video\\GetUsageAction' => ['privates''.service_locator.YHUt4m.''get_ServiceLocator_YHUt4m_Service'false],
  10002.             'App\\Controller\\Async\\Channel\\Video\\IndexController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10003.             'App\\Controller\\Async\\Channel\\Video\\IndexController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10004.             'App\\Controller\\Async\\EmbedController:__invoke' => ['privates''.service_locator.J8z_ArI''get_ServiceLocator_J8zArIService'false],
  10005.             'App\\Controller\\Async\\EmbedController' => ['privates''.service_locator.J8z_ArI''get_ServiceLocator_J8zArIService'false],
  10006.             'App\\Controller\\Front\\Account\\Notification\\RedirectController:__invoke' => ['privates''.service_locator._U2m1zW''get_ServiceLocator_U2m1zWService'false],
  10007.             'App\\Controller\\Front\\Account\\Notification\\RedirectController' => ['privates''.service_locator._U2m1zW''get_ServiceLocator_U2m1zWService'false],
  10008.             'App\\Controller\\Front\\Channel\\Image\\DeleteController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10009.             'App\\Controller\\Front\\Channel\\Image\\DeleteController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10010.             'App\\Controller\\Front\\Channel\\ShowController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10011.             'App\\Controller\\Front\\Channel\\ShowController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10012.             'App\\Controller\\Front\\Channel\\ShowTrainingListController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10013.             'App\\Controller\\Front\\Channel\\ShowTrainingListController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10014.             'App\\Controller\\Front\\Channel\\SubAjaxListController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10015.             'App\\Controller\\Front\\Channel\\SubAjaxListController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10016.             'App\\Controller\\Front\\Exercise\\AnswerController:__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  10017.             'App\\Controller\\Front\\Exercise\\AnswerController' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  10018.             'App\\Controller\\Front\\Exercise\\CancelController:__invoke' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  10019.             'App\\Controller\\Front\\Exercise\\CancelController' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  10020.             'App\\Controller\\Front\\Exercise\\FinishController:__invoke' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  10021.             'App\\Controller\\Front\\Exercise\\FinishController' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  10022.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction:__invoke' => ['privates''.service_locator.KbnYwpa''get_ServiceLocator_KbnYwpaService'false],
  10023.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => ['privates''.service_locator.KbnYwpa''get_ServiceLocator_KbnYwpaService'false],
  10024.             'App\\Controller\\Front\\Exercise\\ShowController:__invoke' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  10025.             'App\\Controller\\Front\\Exercise\\ShowController' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  10026.             'App\\Controller\\Front\\Exercise\\SolutionController:__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  10027.             'App\\Controller\\Front\\Exercise\\SolutionController' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  10028.             'App\\Controller\\Front\\Exercise\\StartController:__invoke' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  10029.             'App\\Controller\\Front\\Exercise\\StartController' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  10030.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController:__invoke' => ['privates''.service_locator.FwJ9yjs''get_ServiceLocator_FwJ9yjsService'false],
  10031.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => ['privates''.service_locator.FwJ9yjs''get_ServiceLocator_FwJ9yjsService'false],
  10032.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController:__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10033.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10034.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController:__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10035.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10036.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController:__invoke' => ['privates''.service_locator..VQgzgC''get_ServiceLocator__VQgzgCService'false],
  10037.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => ['privates''.service_locator..VQgzgC''get_ServiceLocator__VQgzgCService'false],
  10038.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController:__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10039.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10040.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController:__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  10041.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  10042.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController:__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  10043.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  10044.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController:__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  10045.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  10046.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController:__invoke' => ['privates''.service_locator.HvyGIqV''get_ServiceLocator_HvyGIqVService'false],
  10047.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => ['privates''.service_locator.HvyGIqV''get_ServiceLocator_HvyGIqVService'false],
  10048.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController:__invoke' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  10049.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  10050.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResourcesFiles' => ['privates''.service_locator.W9zh42Q''get_ServiceLocator_W9zh42QService'false],
  10051.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResponsesFiles' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  10052.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction:__invoke' => ['privates''.service_locator.FazFLSW''get_ServiceLocator_FazFLSWService'false],
  10053.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => ['privates''.service_locator.FazFLSW''get_ServiceLocator_FazFLSWService'false],
  10054.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController:__invoke' => ['privates''.service_locator.PhAmqRu''get_ServiceLocator_PhAmqRuService'false],
  10055.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => ['privates''.service_locator.PhAmqRu''get_ServiceLocator_PhAmqRuService'false],
  10056.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController:__invoke' => ['privates''.service_locator.o2Ryu8z''get_ServiceLocator_O2Ryu8zService'false],
  10057.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => ['privates''.service_locator.o2Ryu8z''get_ServiceLocator_O2Ryu8zService'false],
  10058.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController:__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  10059.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  10060.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController:__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10061.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10062.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController:__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10063.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10064.             'App\\Controller\\Front\\Scholar\\Training\\ShowController:__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10065.             'App\\Controller\\Front\\Scholar\\Training\\ShowController' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10066.             'App\\Controller\\Manager\\Channel\\Assignable\\CloseAction:closeMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10067.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction:__invoke' => ['privates''.service_locator.u_tx1Yx''get_ServiceLocator_UTx1YxService'false],
  10068.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction' => ['privates''.service_locator.u_tx1Yx''get_ServiceLocator_UTx1YxService'false],
  10069.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction:handleReattribution' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10070.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController:__invoke' => ['privates''.service_locator.Mc71R9_''get_ServiceLocator_Mc71R9Service'false],
  10071.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => ['privates''.service_locator.Mc71R9_''get_ServiceLocator_Mc71R9Service'false],
  10072.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController:__invoke' => ['privates''.service_locator.PWIGnnc''get_ServiceLocator_PWIGnncService'false],
  10073.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => ['privates''.service_locator.PWIGnnc''get_ServiceLocator_PWIGnncService'false],
  10074.             'App\\Controller\\Manager\\Channel\\DashboardAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10075.             'App\\Controller\\Manager\\Channel\\DashboardAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10076.             'App\\Controller\\Manager\\Channel\\DeleteController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10077.             'App\\Controller\\Manager\\Channel\\DeleteController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10078.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController:deleteMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10079.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10080.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10081.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController:__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  10082.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  10083.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController:__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  10084.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  10085.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction:__invoke' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  10086.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  10087.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction:__invoke' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  10088.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  10089.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10090.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10091.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController:__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  10092.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  10093.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController:__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  10094.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  10095.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10096.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10097.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10098.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10099.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController:__invoke' => ['privates''.service_locator.I0Q7FZl''get_ServiceLocator_I0Q7FZlService'false],
  10100.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController' => ['privates''.service_locator.I0Q7FZl''get_ServiceLocator_I0Q7FZlService'false],
  10101.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController:deleteMultiple' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10102.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController:__invoke' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  10103.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  10104.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController:deleteMultiple' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10105.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction:__invoke' => ['privates''.service_locator.YSnJPPQ''get_ServiceLocator_YSnJPPQService'false],
  10106.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction' => ['privates''.service_locator.YSnJPPQ''get_ServiceLocator_YSnJPPQService'false],
  10107.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10108.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10109.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10110.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10111.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10112.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10113.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10114.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10115.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10116.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10117.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10118.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10119.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10120.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10121.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10122.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10123.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController:__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  10124.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  10125.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10126.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10127.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction:__invoke' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  10128.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  10129.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10130.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10131.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10132.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10133.             'App\\Controller\\Manager\\Channel\\Module\\EditController:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10134.             'App\\Controller\\Manager\\Channel\\Module\\EditController' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10135.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10136.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10137.             'App\\Controller\\Manager\\Channel\\Module\\GetAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10138.             'App\\Controller\\Manager\\Channel\\Module\\GetAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10139.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10140.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10141.             'App\\Controller\\Manager\\Channel\\Module\\NewController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10142.             'App\\Controller\\Manager\\Channel\\Module\\NewController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10143.             'App\\Controller\\Manager\\Channel\\Module\\ShareController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10144.             'App\\Controller\\Manager\\Channel\\Module\\ShareController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10145.             'App\\Controller\\Manager\\Channel\\Module\\ShowController:__invoke' => ['privates''.service_locator.NVnD32W''get_ServiceLocator_NVnD32WService'false],
  10146.             'App\\Controller\\Manager\\Channel\\Module\\ShowController' => ['privates''.service_locator.NVnD32W''get_ServiceLocator_NVnD32WService'false],
  10147.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10148.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10149.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10150.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10151.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10152.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10153.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10154.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10155.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10156.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10157.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10158.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10159.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10160.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10161.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10162.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10163.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10164.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10165.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController:__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10166.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10167.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10168.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10169.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10170.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10171.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10172.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10173.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10174.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10175.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10176.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10177.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10178.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10179.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController:__invoke' => ['privates''.service_locator.eIVSBjG''get_ServiceLocator_EIVSBjGService'false],
  10180.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => ['privates''.service_locator.eIVSBjG''get_ServiceLocator_EIVSBjGService'false],
  10181.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10182.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10183.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10184.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10185.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController:__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  10186.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  10187.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10188.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10189.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10190.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10191.             'App\\Controller\\Manager\\Channel\\Training\\EditController:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10192.             'App\\Controller\\Manager\\Channel\\Training\\EditController' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10193.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10194.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10195.             'App\\Controller\\Manager\\Channel\\Training\\GetAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10196.             'App\\Controller\\Manager\\Channel\\Training\\GetAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10197.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10198.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10199.             'App\\Controller\\Manager\\Channel\\Training\\NewController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10200.             'App\\Controller\\Manager\\Channel\\Training\\NewController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10201.             'App\\Controller\\Manager\\Channel\\Training\\ShareController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10202.             'App\\Controller\\Manager\\Channel\\Training\\ShareController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10203.             'App\\Controller\\Manager\\Channel\\Training\\ShowController:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10204.             'App\\Controller\\Manager\\Channel\\Training\\ShowController' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10205.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10206.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10207.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction:__invoke' => ['privates''.service_locator.qlR0.rD''get_ServiceLocator_QlR0_RDService'false],
  10208.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction' => ['privates''.service_locator.qlR0.rD''get_ServiceLocator_QlR0_RDService'false],
  10209.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction:__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10210.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10211.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10212.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10213.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction:__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10214.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10215.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction:__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10216.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10217.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction:__invoke' => ['privates''.service_locator.TpleGdD''get_ServiceLocator_TpleGdDService'false],
  10218.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction' => ['privates''.service_locator.TpleGdD''get_ServiceLocator_TpleGdDService'false],
  10219.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction:__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10220.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10221.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10222.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10223.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction:__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10224.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10225.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction:__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10226.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10227.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10228.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10229.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10230.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10231.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10232.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10233.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10234.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10235.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10236.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10237.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction:__invoke' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  10238.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  10239.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction:__invoke' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  10240.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  10241.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction:__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10242.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10243.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction:__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10244.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10245.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10246.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10247.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction:__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10248.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10249.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction:__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10250.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10251.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction:__invoke' => ['privates''.service_locator.pAIsqGW''get_ServiceLocator_PAIsqGWService'false],
  10252.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction' => ['privates''.service_locator.pAIsqGW''get_ServiceLocator_PAIsqGWService'false],
  10253.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction:__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10254.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10255.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10256.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10257.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction:__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10258.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10259.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction:__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10260.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10261.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction:__invoke' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  10262.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  10263.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction:__invoke' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  10264.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  10265.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10266.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10267.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10268.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10269.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10270.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10271.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10272.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10273.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10274.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10275.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction:__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10276.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10277.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression:__invoke' => ['privates''.service_locator.gjFgSCm''get_ServiceLocator_GjFgSCmService'false],
  10278.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression' => ['privates''.service_locator.gjFgSCm''get_ServiceLocator_GjFgSCmService'false],
  10279.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10280.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10281.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController:__invoke' => ['privates''.service_locator.dQHhS3S''get_ServiceLocator_DQHhS3SService'false],
  10282.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController' => ['privates''.service_locator.dQHhS3S''get_ServiceLocator_DQHhS3SService'false],
  10283.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController:show' => ['privates''.service_locator.nyQ9vNF''get_ServiceLocator_NyQ9vNFService'false],
  10284.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  10285.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  10286.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  10287.         ], [
  10288.             'App\\Controller\\Admin\\DashboardController::__invoke' => '?',
  10289.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction::getForDashboard' => '?',
  10290.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction::__invoke' => '?',
  10291.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction::__invoke' => '?',
  10292.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage::__invoke' => '?',
  10293.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync::__invoke' => '?',
  10294.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync::__invoke' => '?',
  10295.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction::__invoke' => '?',
  10296.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction::__invoke' => '?',
  10297.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction::__invoke' => '?',
  10298.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync::__invoke' => '?',
  10299.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction::__invoke' => '?',
  10300.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction::__invoke' => '?',
  10301.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction::__invoke' => '?',
  10302.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction::__invoke' => '?',
  10303.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction::__invoke' => '?',
  10304.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction::__invoke' => '?',
  10305.             'App\\Controller\\Async\\Channel\\User\\CollectionAction::getUsersAssigned' => '?',
  10306.             'App\\Controller\\Async\\Channel\\Video\\DeleteAction::__invoke' => '?',
  10307.             'App\\Controller\\Async\\Channel\\Video\\EditAction::__invoke' => '?',
  10308.             'App\\Controller\\Async\\Channel\\Video\\GetUsageAction::__invoke' => '?',
  10309.             'App\\Controller\\Async\\Channel\\Video\\IndexController::__invoke' => '?',
  10310.             'App\\Controller\\Async\\EmbedController::__invoke' => '?',
  10311.             'App\\Controller\\Front\\Account\\Notification\\RedirectController::__invoke' => '?',
  10312.             'App\\Controller\\Front\\Channel\\Image\\DeleteController::__invoke' => '?',
  10313.             'App\\Controller\\Front\\Channel\\ShowController::__invoke' => '?',
  10314.             'App\\Controller\\Front\\Channel\\ShowTrainingListController::__invoke' => '?',
  10315.             'App\\Controller\\Front\\Channel\\SubAjaxListController::__invoke' => '?',
  10316.             'App\\Controller\\Front\\Exercise\\AnswerController::__invoke' => '?',
  10317.             'App\\Controller\\Front\\Exercise\\CancelController::__invoke' => '?',
  10318.             'App\\Controller\\Front\\Exercise\\FinishController::__invoke' => '?',
  10319.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction::__invoke' => '?',
  10320.             'App\\Controller\\Front\\Exercise\\ShowController::__invoke' => '?',
  10321.             'App\\Controller\\Front\\Exercise\\SolutionController::__invoke' => '?',
  10322.             'App\\Controller\\Front\\Exercise\\StartController::__invoke' => '?',
  10323.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController::__invoke' => '?',
  10324.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController::__invoke' => '?',
  10325.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController::__invoke' => '?',
  10326.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController::__invoke' => '?',
  10327.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController::__invoke' => '?',
  10328.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController::__invoke' => '?',
  10329.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController::__invoke' => '?',
  10330.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController::__invoke' => '?',
  10331.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController::__invoke' => '?',
  10332.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController::__invoke' => '?',
  10333.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResourcesFiles' => '?',
  10334.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResponsesFiles' => '?',
  10335.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction::__invoke' => '?',
  10336.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController::__invoke' => '?',
  10337.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController::__invoke' => '?',
  10338.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController::__invoke' => '?',
  10339.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController::__invoke' => '?',
  10340.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController::__invoke' => '?',
  10341.             'App\\Controller\\Front\\Scholar\\Training\\ShowController::__invoke' => '?',
  10342.             'App\\Controller\\Manager\\Channel\\Assignable\\CloseAction::closeMultiple' => '?',
  10343.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction::__invoke' => '?',
  10344.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction::handleReattribution' => '?',
  10345.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController::__invoke' => '?',
  10346.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController::__invoke' => '?',
  10347.             'App\\Controller\\Manager\\Channel\\DashboardAction::__invoke' => '?',
  10348.             'App\\Controller\\Manager\\Channel\\DeleteController::__invoke' => '?',
  10349.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController::deleteMultiple' => '?',
  10350.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction::__invoke' => '?',
  10351.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController::__invoke' => '?',
  10352.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController::__invoke' => '?',
  10353.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction::__invoke' => '?',
  10354.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction::__invoke' => '?',
  10355.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController::__invoke' => '?',
  10356.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController::__invoke' => '?',
  10357.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController::__invoke' => '?',
  10358.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction::__invoke' => '?',
  10359.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction::__invoke' => '?',
  10360.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController::__invoke' => '?',
  10361.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController::deleteMultiple' => '?',
  10362.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController::__invoke' => '?',
  10363.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController::deleteMultiple' => '?',
  10364.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction::__invoke' => '?',
  10365.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController::__invoke' => '?',
  10366.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction::__invoke' => '?',
  10367.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction::__invoke' => '?',
  10368.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController::__invoke' => '?',
  10369.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction::__invoke' => '?',
  10370.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController::__invoke' => '?',
  10371.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController::__invoke' => '?',
  10372.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController::__invoke' => '?',
  10373.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController::__invoke' => '?',
  10374.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction::__invoke' => '?',
  10375.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction::__invoke' => '?',
  10376.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction::__invoke' => '?',
  10377.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction::__invoke' => '?',
  10378.             'App\\Controller\\Manager\\Channel\\Module\\EditController::__invoke' => '?',
  10379.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction::__invoke' => '?',
  10380.             'App\\Controller\\Manager\\Channel\\Module\\GetAction::__invoke' => '?',
  10381.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction::__invoke' => '?',
  10382.             'App\\Controller\\Manager\\Channel\\Module\\NewController::__invoke' => '?',
  10383.             'App\\Controller\\Manager\\Channel\\Module\\ShareController::__invoke' => '?',
  10384.             'App\\Controller\\Manager\\Channel\\Module\\ShowController::__invoke' => '?',
  10385.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController::__invoke' => '?',
  10386.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction::__invoke' => '?',
  10387.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController::__invoke' => '?',
  10388.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController::__invoke' => '?',
  10389.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController::__invoke' => '?',
  10390.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController::__invoke' => '?',
  10391.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController::__invoke' => '?',
  10392.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController::__invoke' => '?',
  10393.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController::__invoke' => '?',
  10394.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController::__invoke' => '?',
  10395.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController::__invoke' => '?',
  10396.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController::__invoke' => '?',
  10397.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController::__invoke' => '?',
  10398.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController::__invoke' => '?',
  10399.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController::__invoke' => '?',
  10400.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase::__invoke' => '?',
  10401.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController::__invoke' => '?',
  10402.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController::__invoke' => '?',
  10403.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController::__invoke' => '?',
  10404.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController::__invoke' => '?',
  10405.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction::__invoke' => '?',
  10406.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction::__invoke' => '?',
  10407.             'App\\Controller\\Manager\\Channel\\Training\\EditController::__invoke' => '?',
  10408.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction::__invoke' => '?',
  10409.             'App\\Controller\\Manager\\Channel\\Training\\GetAction::__invoke' => '?',
  10410.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction::__invoke' => '?',
  10411.             'App\\Controller\\Manager\\Channel\\Training\\NewController::__invoke' => '?',
  10412.             'App\\Controller\\Manager\\Channel\\Training\\ShareController::__invoke' => '?',
  10413.             'App\\Controller\\Manager\\Channel\\Training\\ShowController::__invoke' => '?',
  10414.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction::__invoke' => '?',
  10415.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction::__invoke' => '?',
  10416.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction::__invoke' => '?',
  10417.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction::__invoke' => '?',
  10418.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction::__invoke' => '?',
  10419.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction::__invoke' => '?',
  10420.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction::__invoke' => '?',
  10421.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction::__invoke' => '?',
  10422.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction::__invoke' => '?',
  10423.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction::__invoke' => '?',
  10424.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction::__invoke' => '?',
  10425.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction::__invoke' => '?',
  10426.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction::__invoke' => '?',
  10427.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction::__invoke' => '?',
  10428.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction::__invoke' => '?',
  10429.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction::__invoke' => '?',
  10430.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction::__invoke' => '?',
  10431.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction::__invoke' => '?',
  10432.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction::__invoke' => '?',
  10433.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction::__invoke' => '?',
  10434.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction::__invoke' => '?',
  10435.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction::__invoke' => '?',
  10436.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction::__invoke' => '?',
  10437.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction::__invoke' => '?',
  10438.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction::__invoke' => '?',
  10439.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction::__invoke' => '?',
  10440.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction::__invoke' => '?',
  10441.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction::__invoke' => '?',
  10442.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction::__invoke' => '?',
  10443.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction::__invoke' => '?',
  10444.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction::__invoke' => '?',
  10445.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction::__invoke' => '?',
  10446.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction::__invoke' => '?',
  10447.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction::__invoke' => '?',
  10448.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction::__invoke' => '?',
  10449.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction::__invoke' => '?',
  10450.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression::__invoke' => '?',
  10451.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction::__invoke' => '?',
  10452.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController::__invoke' => '?',
  10453.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show' => '?',
  10454.             'kernel::loadRoutes' => '?',
  10455.             'kernel::registerContainerConfiguration' => '?',
  10456.             'kernel::terminate' => '?',
  10457.             'App\\Controller\\Admin\\DashboardController:__invoke' => '?',
  10458.             'App\\Controller\\Admin\\DashboardController' => '?',
  10459.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction:getForDashboard' => '?',
  10460.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction:__invoke' => '?',
  10461.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => '?',
  10462.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction:__invoke' => '?',
  10463.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction' => '?',
  10464.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage:__invoke' => '?',
  10465.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage' => '?',
  10466.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync:__invoke' => '?',
  10467.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => '?',
  10468.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync:__invoke' => '?',
  10469.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => '?',
  10470.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction:__invoke' => '?',
  10471.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => '?',
  10472.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction:__invoke' => '?',
  10473.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => '?',
  10474.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction:__invoke' => '?',
  10475.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => '?',
  10476.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync:__invoke' => '?',
  10477.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => '?',
  10478.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction:__invoke' => '?',
  10479.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => '?',
  10480.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction:__invoke' => '?',
  10481.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => '?',
  10482.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction:__invoke' => '?',
  10483.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => '?',
  10484.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction:__invoke' => '?',
  10485.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => '?',
  10486.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction:__invoke' => '?',
  10487.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => '?',
  10488.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction:__invoke' => '?',
  10489.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => '?',
  10490.             'App\\Controller\\Async\\Channel\\User\\CollectionAction:getUsersAssigned' => '?',
  10491.             'App\\Controller\\Async\\Channel\\Video\\DeleteAction:__invoke' => '?',
  10492.             'App\\Controller\\Async\\Channel\\Video\\DeleteAction' => '?',
  10493.             'App\\Controller\\Async\\Channel\\Video\\EditAction:__invoke' => '?',
  10494.             'App\\Controller\\Async\\Channel\\Video\\EditAction' => '?',
  10495.             'App\\Controller\\Async\\Channel\\Video\\GetUsageAction:__invoke' => '?',
  10496.             'App\\Controller\\Async\\Channel\\Video\\GetUsageAction' => '?',
  10497.             'App\\Controller\\Async\\Channel\\Video\\IndexController:__invoke' => '?',
  10498.             'App\\Controller\\Async\\Channel\\Video\\IndexController' => '?',
  10499.             'App\\Controller\\Async\\EmbedController:__invoke' => '?',
  10500.             'App\\Controller\\Async\\EmbedController' => '?',
  10501.             'App\\Controller\\Front\\Account\\Notification\\RedirectController:__invoke' => '?',
  10502.             'App\\Controller\\Front\\Account\\Notification\\RedirectController' => '?',
  10503.             'App\\Controller\\Front\\Channel\\Image\\DeleteController:__invoke' => '?',
  10504.             'App\\Controller\\Front\\Channel\\Image\\DeleteController' => '?',
  10505.             'App\\Controller\\Front\\Channel\\ShowController:__invoke' => '?',
  10506.             'App\\Controller\\Front\\Channel\\ShowController' => '?',
  10507.             'App\\Controller\\Front\\Channel\\ShowTrainingListController:__invoke' => '?',
  10508.             'App\\Controller\\Front\\Channel\\ShowTrainingListController' => '?',
  10509.             'App\\Controller\\Front\\Channel\\SubAjaxListController:__invoke' => '?',
  10510.             'App\\Controller\\Front\\Channel\\SubAjaxListController' => '?',
  10511.             'App\\Controller\\Front\\Exercise\\AnswerController:__invoke' => '?',
  10512.             'App\\Controller\\Front\\Exercise\\AnswerController' => '?',
  10513.             'App\\Controller\\Front\\Exercise\\CancelController:__invoke' => '?',
  10514.             'App\\Controller\\Front\\Exercise\\CancelController' => '?',
  10515.             'App\\Controller\\Front\\Exercise\\FinishController:__invoke' => '?',
  10516.             'App\\Controller\\Front\\Exercise\\FinishController' => '?',
  10517.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction:__invoke' => '?',
  10518.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => '?',
  10519.             'App\\Controller\\Front\\Exercise\\ShowController:__invoke' => '?',
  10520.             'App\\Controller\\Front\\Exercise\\ShowController' => '?',
  10521.             'App\\Controller\\Front\\Exercise\\SolutionController:__invoke' => '?',
  10522.             'App\\Controller\\Front\\Exercise\\SolutionController' => '?',
  10523.             'App\\Controller\\Front\\Exercise\\StartController:__invoke' => '?',
  10524.             'App\\Controller\\Front\\Exercise\\StartController' => '?',
  10525.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController:__invoke' => '?',
  10526.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => '?',
  10527.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController:__invoke' => '?',
  10528.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController' => '?',
  10529.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController:__invoke' => '?',
  10530.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => '?',
  10531.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController:__invoke' => '?',
  10532.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => '?',
  10533.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController:__invoke' => '?',
  10534.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController' => '?',
  10535.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController:__invoke' => '?',
  10536.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => '?',
  10537.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController:__invoke' => '?',
  10538.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => '?',
  10539.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController:__invoke' => '?',
  10540.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => '?',
  10541.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController:__invoke' => '?',
  10542.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => '?',
  10543.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController:__invoke' => '?',
  10544.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => '?',
  10545.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResourcesFiles' => '?',
  10546.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResponsesFiles' => '?',
  10547.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction:__invoke' => '?',
  10548.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => '?',
  10549.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController:__invoke' => '?',
  10550.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => '?',
  10551.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController:__invoke' => '?',
  10552.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => '?',
  10553.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController:__invoke' => '?',
  10554.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => '?',
  10555.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController:__invoke' => '?',
  10556.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => '?',
  10557.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController:__invoke' => '?',
  10558.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController' => '?',
  10559.             'App\\Controller\\Front\\Scholar\\Training\\ShowController:__invoke' => '?',
  10560.             'App\\Controller\\Front\\Scholar\\Training\\ShowController' => '?',
  10561.             'App\\Controller\\Manager\\Channel\\Assignable\\CloseAction:closeMultiple' => '?',
  10562.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction:__invoke' => '?',
  10563.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction' => '?',
  10564.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction:handleReattribution' => '?',
  10565.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController:__invoke' => '?',
  10566.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => '?',
  10567.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController:__invoke' => '?',
  10568.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => '?',
  10569.             'App\\Controller\\Manager\\Channel\\DashboardAction:__invoke' => '?',
  10570.             'App\\Controller\\Manager\\Channel\\DashboardAction' => '?',
  10571.             'App\\Controller\\Manager\\Channel\\DeleteController:__invoke' => '?',
  10572.             'App\\Controller\\Manager\\Channel\\DeleteController' => '?',
  10573.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController:deleteMultiple' => '?',
  10574.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction:__invoke' => '?',
  10575.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => '?',
  10576.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController:__invoke' => '?',
  10577.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => '?',
  10578.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController:__invoke' => '?',
  10579.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => '?',
  10580.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction:__invoke' => '?',
  10581.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => '?',
  10582.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction:__invoke' => '?',
  10583.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction' => '?',
  10584.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController:__invoke' => '?',
  10585.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => '?',
  10586.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController:__invoke' => '?',
  10587.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => '?',
  10588.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController:__invoke' => '?',
  10589.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => '?',
  10590.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction:__invoke' => '?',
  10591.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => '?',
  10592.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction:__invoke' => '?',
  10593.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => '?',
  10594.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController:__invoke' => '?',
  10595.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController' => '?',
  10596.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController:deleteMultiple' => '?',
  10597.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController:__invoke' => '?',
  10598.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController' => '?',
  10599.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController:deleteMultiple' => '?',
  10600.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction:__invoke' => '?',
  10601.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction' => '?',
  10602.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController:__invoke' => '?',
  10603.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => '?',
  10604.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction:__invoke' => '?',
  10605.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction' => '?',
  10606.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction:__invoke' => '?',
  10607.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction' => '?',
  10608.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController:__invoke' => '?',
  10609.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController' => '?',
  10610.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction:__invoke' => '?',
  10611.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction' => '?',
  10612.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController:__invoke' => '?',
  10613.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => '?',
  10614.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController:__invoke' => '?',
  10615.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => '?',
  10616.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController:__invoke' => '?',
  10617.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => '?',
  10618.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController:__invoke' => '?',
  10619.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => '?',
  10620.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction:__invoke' => '?',
  10621.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => '?',
  10622.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction:__invoke' => '?',
  10623.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => '?',
  10624.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction:__invoke' => '?',
  10625.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => '?',
  10626.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction:__invoke' => '?',
  10627.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction' => '?',
  10628.             'App\\Controller\\Manager\\Channel\\Module\\EditController:__invoke' => '?',
  10629.             'App\\Controller\\Manager\\Channel\\Module\\EditController' => '?',
  10630.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction:__invoke' => '?',
  10631.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction' => '?',
  10632.             'App\\Controller\\Manager\\Channel\\Module\\GetAction:__invoke' => '?',
  10633.             'App\\Controller\\Manager\\Channel\\Module\\GetAction' => '?',
  10634.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction:__invoke' => '?',
  10635.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction' => '?',
  10636.             'App\\Controller\\Manager\\Channel\\Module\\NewController:__invoke' => '?',
  10637.             'App\\Controller\\Manager\\Channel\\Module\\NewController' => '?',
  10638.             'App\\Controller\\Manager\\Channel\\Module\\ShareController:__invoke' => '?',
  10639.             'App\\Controller\\Manager\\Channel\\Module\\ShareController' => '?',
  10640.             'App\\Controller\\Manager\\Channel\\Module\\ShowController:__invoke' => '?',
  10641.             'App\\Controller\\Manager\\Channel\\Module\\ShowController' => '?',
  10642.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController:__invoke' => '?',
  10643.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => '?',
  10644.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction:__invoke' => '?',
  10645.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => '?',
  10646.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController:__invoke' => '?',
  10647.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController' => '?',
  10648.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController:__invoke' => '?',
  10649.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController' => '?',
  10650.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController:__invoke' => '?',
  10651.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController' => '?',
  10652.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController:__invoke' => '?',
  10653.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController' => '?',
  10654.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController:__invoke' => '?',
  10655.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController' => '?',
  10656.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController:__invoke' => '?',
  10657.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController' => '?',
  10658.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController:__invoke' => '?',
  10659.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController' => '?',
  10660.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController:__invoke' => '?',
  10661.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController' => '?',
  10662.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController:__invoke' => '?',
  10663.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController' => '?',
  10664.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController:__invoke' => '?',
  10665.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController' => '?',
  10666.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController:__invoke' => '?',
  10667.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController' => '?',
  10668.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController:__invoke' => '?',
  10669.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController' => '?',
  10670.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController:__invoke' => '?',
  10671.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => '?',
  10672.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase:__invoke' => '?',
  10673.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => '?',
  10674.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController:__invoke' => '?',
  10675.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => '?',
  10676.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController:__invoke' => '?',
  10677.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => '?',
  10678.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController:__invoke' => '?',
  10679.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => '?',
  10680.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController:__invoke' => '?',
  10681.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => '?',
  10682.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction:__invoke' => '?',
  10683.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => '?',
  10684.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction:__invoke' => '?',
  10685.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction' => '?',
  10686.             'App\\Controller\\Manager\\Channel\\Training\\EditController:__invoke' => '?',
  10687.             'App\\Controller\\Manager\\Channel\\Training\\EditController' => '?',
  10688.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction:__invoke' => '?',
  10689.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction' => '?',
  10690.             'App\\Controller\\Manager\\Channel\\Training\\GetAction:__invoke' => '?',
  10691.             'App\\Controller\\Manager\\Channel\\Training\\GetAction' => '?',
  10692.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction:__invoke' => '?',
  10693.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction' => '?',
  10694.             'App\\Controller\\Manager\\Channel\\Training\\NewController:__invoke' => '?',
  10695.             'App\\Controller\\Manager\\Channel\\Training\\NewController' => '?',
  10696.             'App\\Controller\\Manager\\Channel\\Training\\ShareController:__invoke' => '?',
  10697.             'App\\Controller\\Manager\\Channel\\Training\\ShareController' => '?',
  10698.             'App\\Controller\\Manager\\Channel\\Training\\ShowController:__invoke' => '?',
  10699.             'App\\Controller\\Manager\\Channel\\Training\\ShowController' => '?',
  10700.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction:__invoke' => '?',
  10701.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => '?',
  10702.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction:__invoke' => '?',
  10703.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction' => '?',
  10704.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction:__invoke' => '?',
  10705.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction' => '?',
  10706.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction:__invoke' => '?',
  10707.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction' => '?',
  10708.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction:__invoke' => '?',
  10709.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction' => '?',
  10710.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction:__invoke' => '?',
  10711.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction' => '?',
  10712.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction:__invoke' => '?',
  10713.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction' => '?',
  10714.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction:__invoke' => '?',
  10715.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction' => '?',
  10716.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction:__invoke' => '?',
  10717.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction' => '?',
  10718.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction:__invoke' => '?',
  10719.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction' => '?',
  10720.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction:__invoke' => '?',
  10721.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction' => '?',
  10722.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction:__invoke' => '?',
  10723.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction' => '?',
  10724.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction:__invoke' => '?',
  10725.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction' => '?',
  10726.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction:__invoke' => '?',
  10727.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction' => '?',
  10728.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction:__invoke' => '?',
  10729.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction' => '?',
  10730.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction:__invoke' => '?',
  10731.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction' => '?',
  10732.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction:__invoke' => '?',
  10733.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction' => '?',
  10734.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction:__invoke' => '?',
  10735.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction' => '?',
  10736.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction:__invoke' => '?',
  10737.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction' => '?',
  10738.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction:__invoke' => '?',
  10739.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction' => '?',
  10740.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction:__invoke' => '?',
  10741.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction' => '?',
  10742.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction:__invoke' => '?',
  10743.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction' => '?',
  10744.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction:__invoke' => '?',
  10745.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction' => '?',
  10746.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction:__invoke' => '?',
  10747.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction' => '?',
  10748.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction:__invoke' => '?',
  10749.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction' => '?',
  10750.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction:__invoke' => '?',
  10751.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction' => '?',
  10752.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction:__invoke' => '?',
  10753.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction' => '?',
  10754.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction:__invoke' => '?',
  10755.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction' => '?',
  10756.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction:__invoke' => '?',
  10757.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction' => '?',
  10758.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction:__invoke' => '?',
  10759.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction' => '?',
  10760.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction:__invoke' => '?',
  10761.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction' => '?',
  10762.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction:__invoke' => '?',
  10763.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction' => '?',
  10764.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction:__invoke' => '?',
  10765.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction' => '?',
  10766.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction:__invoke' => '?',
  10767.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction' => '?',
  10768.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction:__invoke' => '?',
  10769.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction' => '?',
  10770.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction:__invoke' => '?',
  10771.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction' => '?',
  10772.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression:__invoke' => '?',
  10773.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression' => '?',
  10774.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction:__invoke' => '?',
  10775.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction' => '?',
  10776.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController:__invoke' => '?',
  10777.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController' => '?',
  10778.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController:show' => '?',
  10779.             'kernel:loadRoutes' => '?',
  10780.             'kernel:registerContainerConfiguration' => '?',
  10781.             'kernel:terminate' => '?',
  10782.         ]);
  10783.     }
  10784.     /**
  10785.      * Gets the private '.service_locator.DUy_AUO' shared service.
  10786.      *
  10787.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10788.      */
  10789.     protected function get_ServiceLocator_DUyAUOService()
  10790.     {
  10791.         return $this->privates['.service_locator.DUy_AUO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10792.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  10793.             'security.event_dispatcher.internal_api' => ['privates''security.event_dispatcher.internal_api''getSecurity_EventDispatcher_InternalApiService'false],
  10794.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  10795.             'security.event_dispatcher.partner_api' => ['privates''security.event_dispatcher.partner_api''getSecurity_EventDispatcher_PartnerApiService'false],
  10796.             'security.event_dispatcher.reverse_sync' => ['privates''security.event_dispatcher.reverse_sync''getSecurity_EventDispatcher_ReverseSyncService'false],
  10797.         ], [
  10798.             'event_dispatcher' => '?',
  10799.             'security.event_dispatcher.internal_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  10800.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  10801.             'security.event_dispatcher.partner_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  10802.             'security.event_dispatcher.reverse_sync' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  10803.         ]);
  10804.     }
  10805.     /**
  10806.      * Gets the private '.service_locator.FazFLSW' shared service.
  10807.      *
  10808.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10809.      */
  10810.     protected function get_ServiceLocator_FazFLSWService()
  10811.     {
  10812.         return $this->privates['.service_locator.FazFLSW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10813.             '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.'],
  10814.             '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.'],
  10815.             '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.'],
  10816.             '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.'],
  10817.             '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.'],
  10818.             '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.'],
  10819.         ], [
  10820.             'channel' => 'App\\Entity\\Channel\\Channel',
  10821.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10822.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  10823.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  10824.             'practicalCaseUser' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser',
  10825.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  10826.         ]);
  10827.     }
  10828.     /**
  10829.      * Gets the private '.service_locator.FwJ9yjs' shared service.
  10830.      *
  10831.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10832.      */
  10833.     protected function get_ServiceLocator_FwJ9yjsService()
  10834.     {
  10835.         return $this->privates['.service_locator.FwJ9yjs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10836.             '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.'],
  10837.             '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.'],
  10838.             '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.'],
  10839.             'statusService' => ['privates''App\\Service\\Scholar\\StatusService''getStatusServiceService'false],
  10840.             '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.'],
  10841.         ], [
  10842.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  10843.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10844.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  10845.             'statusService' => 'App\\Service\\Scholar\\StatusService',
  10846.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  10847.         ]);
  10848.     }
  10849.     /**
  10850.      * Gets the private '.service_locator.GNc8e5B' shared service.
  10851.      *
  10852.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10853.      */
  10854.     protected function get_ServiceLocator_GNc8e5BService()
  10855.     {
  10856.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10857.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  10858.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  10859.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  10860.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10861.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10862.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  10863.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10864.             'router' => ['services''router''getRouterService'false],
  10865.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  10866.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  10867.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  10868.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  10869.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  10870.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10871.         ], [
  10872.             'doctrine' => '?',
  10873.             'form.factory' => '?',
  10874.             'http_kernel' => '?',
  10875.             'message_bus' => '?',
  10876.             'messenger.default_bus' => '?',
  10877.             'parameter_bag' => '?',
  10878.             'request_stack' => '?',
  10879.             'router' => '?',
  10880.             'security.authorization_checker' => '?',
  10881.             'security.csrf.token_manager' => '?',
  10882.             'security.token_storage' => '?',
  10883.             'serializer' => '?',
  10884.             'session' => '.session.deprecated',
  10885.             'twig' => '?',
  10886.         ]);
  10887.     }
  10888.     /**
  10889.      * Gets the private '.service_locator.G_SbxWW' shared service.
  10890.      *
  10891.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10892.      */
  10893.     protected function get_ServiceLocator_GSbxWWService()
  10894.     {
  10895.         return $this->privates['.service_locator.G_SbxWW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10896.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  10897.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  10898.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  10899.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10900.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10901.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  10902.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10903.             'router' => ['services''router''getRouterService'false],
  10904.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  10905.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  10906.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  10907.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  10908.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  10909.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10910.         ], [
  10911.             'doctrine' => '?',
  10912.             'form.factory' => '?',
  10913.             'http_kernel' => '?',
  10914.             'message_bus' => '?',
  10915.             'messenger.default_bus' => '?',
  10916.             'parameter_bag' => '?',
  10917.             'request_stack' => '?',
  10918.             'router' => '?',
  10919.             'security.authorization_checker' => '?',
  10920.             'security.csrf.token_manager' => '?',
  10921.             'security.token_storage' => '?',
  10922.             'serializer' => '?',
  10923.             'session' => '.session.deprecated',
  10924.             'twig' => '?',
  10925.         ]);
  10926.     }
  10927.     /**
  10928.      * Gets the private '.service_locator.HvyGIqV' shared service.
  10929.      *
  10930.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10931.      */
  10932.     protected function get_ServiceLocator_HvyGIqVService()
  10933.     {
  10934.         return $this->privates['.service_locator.HvyGIqV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10935.             '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.'],
  10936.             '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.'],
  10937.             '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.'],
  10938.             '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.'],
  10939.             '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.'],
  10940.         ], [
  10941.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10942.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  10943.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  10944.             'practicalCaseUser' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser',
  10945.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  10946.         ]);
  10947.     }
  10948.     /**
  10949.      * Gets the private '.service_locator.I0Q7FZl' shared service.
  10950.      *
  10951.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10952.      */
  10953.     protected function get_ServiceLocator_I0Q7FZlService()
  10954.     {
  10955.         return $this->privates['.service_locator.I0Q7FZl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10956.             'channel' => ['privates''.errored..service_locator.I0Q7FZl.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.I0Q7FZl": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  10957.             'lesson' => ['privates''.errored..service_locator.I0Q7FZl.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.I0Q7FZl": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  10958.             'message' => ['privates''.errored..service_locator.I0Q7FZl.App\\Entity\\Forum\\ChapterMessage'NULL'Cannot autowire service ".service_locator.I0Q7FZl": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.'],
  10959.         ], [
  10960.             'channel' => 'App\\Entity\\Channel\\Channel',
  10961.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10962.             'message' => 'App\\Entity\\Forum\\ChapterMessage',
  10963.         ]);
  10964.     }
  10965.     /**
  10966.      * Gets the private '.service_locator.IQ8apA3' shared service.
  10967.      *
  10968.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10969.      */
  10970.     protected function get_ServiceLocator_IQ8apA3Service()
  10971.     {
  10972.         return $this->privates['.service_locator.IQ8apA3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10973.             '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.'],
  10974.             '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.'],
  10975.             '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.'],
  10976.         ], [
  10977.             'channel' => 'App\\Entity\\Channel\\Channel',
  10978.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  10979.             'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
  10980.         ]);
  10981.     }
  10982.     /**
  10983.      * Gets the private '.service_locator.J8z_ArI' shared service.
  10984.      *
  10985.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10986.      */
  10987.     protected function get_ServiceLocator_J8zArIService()
  10988.     {
  10989.         return $this->privates['.service_locator.J8z_ArI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10990.             'scholarVideo' => ['privates''.errored..service_locator.J8z_ArI.App\\Entity\\Scholar\\ScholarVideo'NULL'Cannot autowire service ".service_locator.J8z_ArI": it references class "App\\Entity\\Scholar\\ScholarVideo" but no such service exists.'],
  10991.         ], [
  10992.             'scholarVideo' => 'App\\Entity\\Scholar\\ScholarVideo',
  10993.         ]);
  10994.     }
  10995.     /**
  10996.      * Gets the private '.service_locator.KbnYwpa' shared service.
  10997.      *
  10998.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10999.      */
  11000.     protected function get_ServiceLocator_KbnYwpaService()
  11001.     {
  11002.         return $this->privates['.service_locator.KbnYwpa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11003.             '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.'],
  11004.             '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.'],
  11005.             '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.'],
  11006.             '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.'],
  11007.             '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.'],
  11008.             '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.'],
  11009.         ], [
  11010.             'channel' => 'App\\Entity\\Channel\\Channel',
  11011.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  11012.             'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
  11013.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11014.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11015.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11016.         ]);
  11017.     }
  11018.     /**
  11019.      * Gets the private '.service_locator.KfbR3DY' shared service.
  11020.      *
  11021.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11022.      */
  11023.     protected function get_ServiceLocator_KfbR3DYService()
  11024.     {
  11025.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11026.             '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", "drosalys.web_socket.routing.loader", "drosalys.web_socket.routing.loader.yaml", "drosalys.web_socket.routing.loader.xml", "drosalys.web_socket.routing.loader.php", "drosalys.web_socket.routing.loader.glob", "drosalys.web_socket.routing.loader.directory", "drosalys.web_socket.routing.loader.annotation", "drosalys.web_socket.routing.loader.annotation.directory", "drosalys.web_socket.routing.loader.annotation.file".'],
  11027.         ], [
  11028.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  11029.         ]);
  11030.     }
  11031.     /**
  11032.      * Gets the private '.service_locator.KfwZsne' shared service.
  11033.      *
  11034.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11035.      */
  11036.     protected function get_ServiceLocator_KfwZsneService()
  11037.     {
  11038.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11039.             '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.'],
  11040.         ], [
  11041.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  11042.         ]);
  11043.     }
  11044.     /**
  11045.      * Gets the private '.service_locator.L_kcGCS' shared service.
  11046.      *
  11047.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11048.      */
  11049.     protected function get_ServiceLocator_LKcGCSService()
  11050.     {
  11051.         return $this->privates['.service_locator.L_kcGCS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11052.             '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.'],
  11053.             '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.'],
  11054.         ], [
  11055.             'channel' => 'App\\Entity\\Channel\\Channel',
  11056.             'sharedChannel' => 'App\\Entity\\Channel\\SharedChannel',
  11057.         ]);
  11058.     }
  11059.     /**
  11060.      * Gets the private '.service_locator.Lc5Mrr_' shared service.
  11061.      *
  11062.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11063.      */
  11064.     protected function get_ServiceLocator_Lc5MrrService()
  11065.     {
  11066.         return $this->privates['.service_locator.Lc5Mrr_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11067.             'channel' => ['privates''.errored..service_locator.Lc5Mrr_.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.Lc5Mrr_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11068.             'chapter' => ['privates''.errored..service_locator.Lc5Mrr_.App\\Entity\\Scholar\\Chapter\\OriginChapter'NULL'Cannot autowire service ".service_locator.Lc5Mrr_": it references class "App\\Entity\\Scholar\\Chapter\\OriginChapter" but no such service exists.'],
  11069.         ], [
  11070.             'channel' => 'App\\Entity\\Channel\\Channel',
  11071.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\OriginChapter',
  11072.         ]);
  11073.     }
  11074.     /**
  11075.      * Gets the private '.service_locator.Mc71R9_' shared service.
  11076.      *
  11077.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11078.      */
  11079.     protected function get_ServiceLocator_Mc71R9Service()
  11080.     {
  11081.         return $this->privates['.service_locator.Mc71R9_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11082.             'channel' => ['privates''.errored..service_locator.Mc71R9_.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11083.             'chapter' => ['privates''.errored..service_locator.Mc71R9_.App\\Entity\\Scholar\\Chapter\\Chapter'NULL'Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
  11084.             'lesson' => ['privates''.errored..service_locator.Mc71R9_.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  11085.             'message' => ['privates''.errored..service_locator.Mc71R9_.App\\Entity\\Forum\\ChapterMessage'NULL'Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.'],
  11086.         ], [
  11087.             'channel' => 'App\\Entity\\Channel\\Channel',
  11088.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  11089.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11090.             'message' => 'App\\Entity\\Forum\\ChapterMessage',
  11091.         ]);
  11092.     }
  11093.     /**
  11094.      * Gets the private '.service_locator.NVnD32W' shared service.
  11095.      *
  11096.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11097.      */
  11098.     protected function get_ServiceLocator_NVnD32WService()
  11099.     {
  11100.         return $this->privates['.service_locator.NVnD32W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11101.             '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.'],
  11102.             '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.'],
  11103.             '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.'],
  11104.         ], [
  11105.             'channel' => 'App\\Entity\\Channel\\Channel',
  11106.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11107.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11108.         ]);
  11109.     }
  11110.     /**
  11111.      * Gets the private '.service_locator.PWIGnnc' shared service.
  11112.      *
  11113.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11114.      */
  11115.     protected function get_ServiceLocator_PWIGnncService()
  11116.     {
  11117.         return $this->privates['.service_locator.PWIGnnc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11118.             'channel' => ['privates''.errored..service_locator.PWIGnnc.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.PWIGnnc": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11119.             'chapter' => ['privates''.errored..service_locator.PWIGnnc.App\\Entity\\Scholar\\Chapter\\Chapter'NULL'Cannot autowire service ".service_locator.PWIGnnc": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
  11120.             'lesson' => ['privates''.errored..service_locator.PWIGnnc.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.PWIGnnc": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  11121.         ], [
  11122.             'channel' => 'App\\Entity\\Channel\\Channel',
  11123.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  11124.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11125.         ]);
  11126.     }
  11127.     /**
  11128.      * Gets the private '.service_locator.PhAmqRu' shared service.
  11129.      *
  11130.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11131.      */
  11132.     protected function get_ServiceLocator_PhAmqRuService()
  11133.     {
  11134.         return $this->privates['.service_locator.PhAmqRu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11135.             '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.'],
  11136.             '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.'],
  11137.             '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.'],
  11138.             '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.'],
  11139.         ], [
  11140.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11141.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11142.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  11143.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11144.         ]);
  11145.     }
  11146.     /**
  11147.      * Gets the private '.service_locator.T3y10Vt' shared service.
  11148.      *
  11149.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11150.      */
  11151.     protected function get_ServiceLocator_T3y10VtService()
  11152.     {
  11153.         return $this->privates['.service_locator.T3y10Vt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11154.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  11155.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  11156.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  11157.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11158.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11159.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  11160.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  11161.             'router' => ['services''router''getRouterService'false],
  11162.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  11163.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  11164.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  11165.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  11166.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  11167.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  11168.         ], [
  11169.             'doctrine' => '?',
  11170.             'form.factory' => '?',
  11171.             'http_kernel' => '?',
  11172.             'message_bus' => '?',
  11173.             'messenger.default_bus' => '?',
  11174.             'parameter_bag' => '?',
  11175.             'request_stack' => '?',
  11176.             'router' => '?',
  11177.             'security.authorization_checker' => '?',
  11178.             'security.csrf.token_manager' => '?',
  11179.             'security.token_storage' => '?',
  11180.             'serializer' => '?',
  11181.             'session' => '.session.deprecated',
  11182.             'twig' => '?',
  11183.         ]);
  11184.     }
  11185.     /**
  11186.      * Gets the private '.service_locator.TpleGdD' shared service.
  11187.      *
  11188.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11189.      */
  11190.     protected function get_ServiceLocator_TpleGdDService()
  11191.     {
  11192.         return $this->privates['.service_locator.TpleGdD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11193.             'channel' => ['privates''.errored..service_locator.TpleGdD.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.TpleGdD": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11194.             'exercise' => ['privates''.errored..service_locator.TpleGdD.App\\Entity\\Exercise\\OriginExercise'NULL'Cannot autowire service ".service_locator.TpleGdD": it references class "App\\Entity\\Exercise\\OriginExercise" but no such service exists.'],
  11195.             'lesson' => ['privates''.errored..service_locator.TpleGdD.App\\Entity\\Scholar\\Lesson\\OriginLesson'NULL'Cannot autowire service ".service_locator.TpleGdD": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.'],
  11196.         ], [
  11197.             'channel' => 'App\\Entity\\Channel\\Channel',
  11198.             'exercise' => 'App\\Entity\\Exercise\\OriginExercise',
  11199.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  11200.         ]);
  11201.     }
  11202.     /**
  11203.      * Gets the private '.service_locator.UxpixXM' shared service.
  11204.      *
  11205.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11206.      */
  11207.     protected function get_ServiceLocator_UxpixXMService()
  11208.     {
  11209.         return $this->privates['.service_locator.UxpixXM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11210.             'channel' => ['privates''.errored..service_locator.UxpixXM.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.UxpixXM": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11211.             'lesson' => ['privates''.errored..service_locator.UxpixXM.App\\Entity\\Scholar\\Lesson\\OriginLesson'NULL'Cannot autowire service ".service_locator.UxpixXM": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.'],
  11212.         ], [
  11213.             'channel' => 'App\\Entity\\Channel\\Channel',
  11214.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  11215.         ]);
  11216.     }
  11217.     /**
  11218.      * Gets the private '.service_locator.W9zh42Q' shared service.
  11219.      *
  11220.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11221.      */
  11222.     protected function get_ServiceLocator_W9zh42QService()
  11223.     {
  11224.         return $this->privates['.service_locator.W9zh42Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11225.             '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.'],
  11226.             '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.'],
  11227.             '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.'],
  11228.             '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.'],
  11229.             '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.'],
  11230.         ], [
  11231.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11232.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11233.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  11234.             'practicalCaseResource' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource',
  11235.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11236.         ]);
  11237.     }
  11238.     /**
  11239.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  11240.      *
  11241.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11242.      */
  11243.     protected function get_ServiceLocator_Y4J_A_EService()
  11244.     {
  11245.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11246.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11247.         ], [
  11248.             'failed' => '?',
  11249.         ]);
  11250.     }
  11251.     /**
  11252.      * Gets the private '.service_locator.YHUt4m.' shared service.
  11253.      *
  11254.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11255.      */
  11256.     protected function get_ServiceLocator_YHUt4m_Service()
  11257.     {
  11258.         return $this->privates['.service_locator.YHUt4m.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11259.             'channel' => ['privates''.errored..service_locator.YHUt4m..App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.YHUt4m.": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11260.             'video' => ['privates''.errored..service_locator.YHUt4m..App\\Entity\\Scholar\\ScholarVideo'NULL'Cannot autowire service ".service_locator.YHUt4m.": it references class "App\\Entity\\Scholar\\ScholarVideo" but no such service exists.'],
  11261.         ], [
  11262.             'channel' => 'App\\Entity\\Channel\\Channel',
  11263.             'video' => 'App\\Entity\\Scholar\\ScholarVideo',
  11264.         ]);
  11265.     }
  11266.     /**
  11267.      * Gets the private '.service_locator.YSnJPPQ' shared service.
  11268.      *
  11269.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11270.      */
  11271.     protected function get_ServiceLocator_YSnJPPQService()
  11272.     {
  11273.         return $this->privates['.service_locator.YSnJPPQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11274.             'channel' => ['privates''.errored..service_locator.YSnJPPQ.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.YSnJPPQ": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11275.             'lesson' => ['privates''.errored..service_locator.YSnJPPQ.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.YSnJPPQ": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  11276.             'lessonService' => ['privates''App\\Service\\Scholar\\LessonService''getLessonServiceService'false],
  11277.         ], [
  11278.             'channel' => 'App\\Entity\\Channel\\Channel',
  11279.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11280.             'lessonService' => 'App\\Service\\Scholar\\LessonService',
  11281.         ]);
  11282.     }
  11283.     /**
  11284.      * Gets the private '.service_locator.ZKyQxSM' shared service.
  11285.      *
  11286.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11287.      */
  11288.     protected function get_ServiceLocator_ZKyQxSMService()
  11289.     {
  11290.         return $this->privates['.service_locator.ZKyQxSM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11291.             '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.'],
  11292.             '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.'],
  11293.         ], [
  11294.             'channel' => 'App\\Entity\\Channel\\Channel',
  11295.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11296.         ]);
  11297.     }
  11298.     /**
  11299.      * Gets the private '.service_locator._9r5tdk' shared service.
  11300.      *
  11301.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11302.      */
  11303.     protected function get_ServiceLocator_9r5tdkService()
  11304.     {
  11305.         return $this->privates['.service_locator._9r5tdk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11306.             'channel' => ['privates''.errored..service_locator._9r5tdk.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator._9r5tdk": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11307.             'module' => ['privates''.errored..service_locator._9r5tdk.App\\Entity\\Scholar\\Module\\OriginModule'NULL'Cannot autowire service ".service_locator._9r5tdk": it references class "App\\Entity\\Scholar\\Module\\OriginModule" but no such service exists.'],
  11308.             'training' => ['privates''.errored..service_locator._9r5tdk.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator._9r5tdk": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  11309.         ], [
  11310.             'channel' => 'App\\Entity\\Channel\\Channel',
  11311.             'module' => 'App\\Entity\\Scholar\\Module\\OriginModule',
  11312.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11313.         ]);
  11314.     }
  11315.     /**
  11316.      * Gets the private '.service_locator._U2m1zW' shared service.
  11317.      *
  11318.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11319.      */
  11320.     protected function get_ServiceLocator_U2m1zWService()
  11321.     {
  11322.         return $this->privates['.service_locator._U2m1zW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11323.             '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.'],
  11324.         ], [
  11325.             'notification' => 'App\\Entity\\Account\\Notification',
  11326.         ]);
  11327.     }
  11328.     /**
  11329.      * Gets the private '.service_locator.aKDuaO.' shared service.
  11330.      *
  11331.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11332.      */
  11333.     protected function get_ServiceLocator_AKDuaO_Service()
  11334.     {
  11335.         return $this->privates['.service_locator.aKDuaO.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11336.             '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.'],
  11337.             '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.'],
  11338.             '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.'],
  11339.             '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.'],
  11340.         ], [
  11341.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  11342.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11343.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11344.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11345.         ]);
  11346.     }
  11347.     /**
  11348.      * Gets the private '.service_locator.aoOp0VB' shared service.
  11349.      *
  11350.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11351.      */
  11352.     protected function get_ServiceLocator_AoOp0VBService()
  11353.     {
  11354.         return $this->privates['.service_locator.aoOp0VB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11355.             '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.'],
  11356.             '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.'],
  11357.             '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.'],
  11358.             '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.'],
  11359.             '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.'],
  11360.         ], [
  11361.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11362.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11363.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  11364.             'practicalCaseResponse' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse',
  11365.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11366.         ]);
  11367.     }
  11368.     /**
  11369.      * Gets the private '.service_locator.axSPUHP' shared service.
  11370.      *
  11371.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11372.      */
  11373.     protected function get_ServiceLocator_AxSPUHPService()
  11374.     {
  11375.         return $this->privates['.service_locator.axSPUHP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11376.             '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.'],
  11377.         ], [
  11378.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11379.         ]);
  11380.     }
  11381.     /**
  11382.      * Gets the private '.service_locator.dQHhS3S' shared service.
  11383.      *
  11384.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11385.      */
  11386.     protected function get_ServiceLocator_DQHhS3SService()
  11387.     {
  11388.         return $this->privates['.service_locator.dQHhS3S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11389.             'training' => ['privates''.errored..service_locator.dQHhS3S.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.dQHhS3S": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  11390.             'user' => ['privates''.errored..service_locator.dQHhS3S.App\\Entity\\Account\\User'NULL'Cannot autowire service ".service_locator.dQHhS3S": it references class "App\\Entity\\Account\\User" but no such service exists.'],
  11391.         ], [
  11392.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11393.             'user' => 'App\\Entity\\Account\\User',
  11394.         ]);
  11395.     }
  11396.     /**
  11397.      * Gets the private '.service_locator.eIVSBjG' shared service.
  11398.      *
  11399.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11400.      */
  11401.     protected function get_ServiceLocator_EIVSBjGService()
  11402.     {
  11403.         return $this->privates['.service_locator.eIVSBjG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11404.             '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.'],
  11405.             '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.'],
  11406.             '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.'],
  11407.         ], [
  11408.             'channel' => 'App\\Entity\\Channel\\Channel',
  11409.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11410.             'practicalCaseResource' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource',
  11411.         ]);
  11412.     }
  11413.     /**
  11414.      * Gets the private '.service_locator.ek8O9be' shared service.
  11415.      *
  11416.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11417.      */
  11418.     protected function get_ServiceLocator_Ek8O9beService()
  11419.     {
  11420.         return $this->privates['.service_locator.ek8O9be'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11421.             'exercise' => ['privates''.errored..service_locator.ek8O9be.App\\Entity\\Exercise\\Exercise'NULL'Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.'],
  11422.             'lesson' => ['privates''.errored..service_locator.ek8O9be.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  11423.             'module' => ['privates''.errored..service_locator.ek8O9be.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  11424.             'result' => ['privates''.errored..service_locator.ek8O9be.App\\Entity\\Exercise\\User\\ExerciseResult'NULL'Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.'],
  11425.             'training' => ['privates''.errored..service_locator.ek8O9be.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  11426.         ], [
  11427.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  11428.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11429.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11430.             'result' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
  11431.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11432.         ]);
  11433.     }
  11434.     /**
  11435.      * Gets the private '.service_locator.eonISJe' shared service.
  11436.      *
  11437.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11438.      */
  11439.     protected function get_ServiceLocator_EonISJeService()
  11440.     {
  11441.         return $this->privates['.service_locator.eonISJe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11442.             '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.'],
  11443.             '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.'],
  11444.         ], [
  11445.             'channel' => 'App\\Entity\\Channel\\Channel',
  11446.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11447.         ]);
  11448.     }
  11449.     /**
  11450.      * Gets the private '.service_locator.f4URvXz' shared service.
  11451.      *
  11452.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11453.      */
  11454.     protected function get_ServiceLocator_F4URvXzService()
  11455.     {
  11456.         return $this->privates['.service_locator.f4URvXz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11457.             '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.'],
  11458.             '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.'],
  11459.         ], [
  11460.             'channel' => 'App\\Entity\\Channel\\Channel',
  11461.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11462.         ]);
  11463.     }
  11464.     /**
  11465.      * Gets the private '.service_locator.gjFgSCm' shared service.
  11466.      *
  11467.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11468.      */
  11469.     protected function get_ServiceLocator_GjFgSCmService()
  11470.     {
  11471.         return $this->privates['.service_locator.gjFgSCm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11472.             '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.'],
  11473.             '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.'],
  11474.             '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.'],
  11475.         ], [
  11476.             'channel' => 'App\\Entity\\Channel\\Channel',
  11477.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11478.             'user' => 'App\\Entity\\Account\\User',
  11479.         ]);
  11480.     }
  11481.     /**
  11482.      * Gets the private '.service_locator.gpz0aP_' shared service.
  11483.      *
  11484.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11485.      */
  11486.     protected function get_ServiceLocator_Gpz0aPService()
  11487.     {
  11488.         return $this->privates['.service_locator.gpz0aP_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11489.             '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.'],
  11490.             '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.'],
  11491.         ], [
  11492.             'channel' => 'App\\Entity\\Channel\\Channel',
  11493.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11494.         ]);
  11495.     }
  11496.     /**
  11497.      * Gets the private '.service_locator.k.6sDgC' shared service.
  11498.      *
  11499.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11500.      */
  11501.     protected function get_ServiceLocator_K_6sDgCService()
  11502.     {
  11503.         return $this->privates['.service_locator.k.6sDgC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11504.             '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.'],
  11505.         ], [
  11506.             'channel' => 'App\\Entity\\Channel\\Channel',
  11507.         ]);
  11508.     }
  11509.     /**
  11510.      * Gets the private '.service_locator.kRHgqDt' shared service.
  11511.      *
  11512.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11513.      */
  11514.     protected function get_ServiceLocator_KRHgqDtService()
  11515.     {
  11516.         return $this->privates['.service_locator.kRHgqDt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11517.             '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.'],
  11518.             '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.'],
  11519.             '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.'],
  11520.             '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.'],
  11521.             '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.'],
  11522.         ], [
  11523.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  11524.             'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
  11525.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11526.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11527.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11528.         ]);
  11529.     }
  11530.     /**
  11531.      * Gets the private '.service_locator.ldJl2hx' shared service.
  11532.      *
  11533.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11534.      */
  11535.     protected function get_ServiceLocator_LdJl2hxService()
  11536.     {
  11537.         return $this->privates['.service_locator.ldJl2hx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11538.             '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.'],
  11539.         ], [
  11540.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11541.         ]);
  11542.     }
  11543.     /**
  11544.      * Gets the private '.service_locator.ldPg1Rp' shared service.
  11545.      *
  11546.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11547.      */
  11548.     protected function get_ServiceLocator_LdPg1RpService()
  11549.     {
  11550.         return $this->privates['.service_locator.ldPg1Rp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11551.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  11552.             'security.firewall.map.context.internal_api' => ['privates''security.firewall.map.context.internal_api''getSecurity_Firewall_Map_Context_InternalApiService'false],
  11553.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  11554.             'security.firewall.map.context.partner_api' => ['privates''security.firewall.map.context.partner_api''getSecurity_Firewall_Map_Context_PartnerApiService'false],
  11555.             'security.firewall.map.context.reverse_sync' => ['privates''security.firewall.map.context.reverse_sync''getSecurity_Firewall_Map_Context_ReverseSyncService'false],
  11556.             'security.firewall.map.context.reverse_sync_doc' => ['privates''security.firewall.map.context.reverse_sync_doc''getSecurity_Firewall_Map_Context_ReverseSyncDocService'false],
  11557.         ], [
  11558.             'security.firewall.map.context.dev' => '?',
  11559.             'security.firewall.map.context.internal_api' => '?',
  11560.             'security.firewall.map.context.main' => '?',
  11561.             'security.firewall.map.context.partner_api' => '?',
  11562.             'security.firewall.map.context.reverse_sync' => '?',
  11563.             'security.firewall.map.context.reverse_sync_doc' => '?',
  11564.         ]);
  11565.     }
  11566.     /**
  11567.      * Gets the private '.service_locator.m4fu.GK' shared service.
  11568.      *
  11569.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11570.      */
  11571.     protected function get_ServiceLocator_M4fu_GKService()
  11572.     {
  11573.         return $this->privates['.service_locator.m4fu.GK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11574.             'channel' => ['privates''.errored..service_locator.m4fu.GK.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.m4fu.GK": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11575.             'module' => ['privates''.errored..service_locator.m4fu.GK.App\\Entity\\Scholar\\Module\\OriginModule'NULL'Cannot autowire service ".service_locator.m4fu.GK": it references class "App\\Entity\\Scholar\\Module\\OriginModule" but no such service exists.'],
  11576.         ], [
  11577.             'channel' => 'App\\Entity\\Channel\\Channel',
  11578.             'module' => 'App\\Entity\\Scholar\\Module\\OriginModule',
  11579.         ]);
  11580.     }
  11581.     /**
  11582.      * Gets the private '.service_locator.m6HAWmh' shared service.
  11583.      *
  11584.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11585.      */
  11586.     protected function get_ServiceLocator_M6HAWmhService()
  11587.     {
  11588.         return $this->privates['.service_locator.m6HAWmh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11589.             '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.'],
  11590.             '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.'],
  11591.             '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.'],
  11592.         ], [
  11593.             'channel' => 'App\\Entity\\Channel\\Channel',
  11594.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  11595.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11596.         ]);
  11597.     }
  11598.     /**
  11599.      * Gets the private '.service_locator.nyQ9vNF' shared service.
  11600.      *
  11601.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11602.      */
  11603.     protected function get_ServiceLocator_NyQ9vNFService()
  11604.     {
  11605.         return $this->privates['.service_locator.nyQ9vNF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11606.             'exception' => ['privates''.errored..service_locator.nyQ9vNF.Throwable'NULL'Cannot autowire service ".service_locator.nyQ9vNF": it references interface "Throwable" but no such service exists. You should maybe alias this interface to one of these existing services: "App\\Exception\\Account\\TokenCreateException", "App\\Exception\\Account\\UserManipulatorException", "App\\Exception\\Exercise\\MissingQuestionConversionException", "App\\Exception\\Exercise\\MissingUserException", "App\\Service\\Scorm\\Exception\\ScormApiException", "App\\Service\\Scorm\\Exception\\ScormGeneratorException", "Nellapp\\Bundle\\SDKBundle\\DataSync\\Exception\\HydratorException", "Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Exception\\AppNotFoundException", "Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\Exception\\EntityException".'],
  11607.         ], [
  11608.             'exception' => 'Throwable',
  11609.         ]);
  11610.     }
  11611.     /**
  11612.      * Gets the private '.service_locator.o2Ryu8z' shared service.
  11613.      *
  11614.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11615.      */
  11616.     protected function get_ServiceLocator_O2Ryu8zService()
  11617.     {
  11618.         return $this->privates['.service_locator.o2Ryu8z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11619.             '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.'],
  11620.         ], [
  11621.             'advice' => 'App\\Entity\\Account\\Advice',
  11622.         ]);
  11623.     }
  11624.     /**
  11625.      * Gets the private '.service_locator.pAIsqGW' shared service.
  11626.      *
  11627.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11628.      */
  11629.     protected function get_ServiceLocator_PAIsqGWService()
  11630.     {
  11631.         return $this->privates['.service_locator.pAIsqGW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11632.             'channel' => ['privates''.errored..service_locator.pAIsqGW.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.pAIsqGW": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11633.             'lesson' => ['privates''.errored..service_locator.pAIsqGW.App\\Entity\\Scholar\\Lesson\\OriginLesson'NULL'Cannot autowire service ".service_locator.pAIsqGW": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.'],
  11634.             'practicalCase' => ['privates''.errored..service_locator.pAIsqGW.App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase'NULL'Cannot autowire service ".service_locator.pAIsqGW": it references class "App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase" but no such service exists.'],
  11635.         ], [
  11636.             'channel' => 'App\\Entity\\Channel\\Channel',
  11637.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  11638.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase',
  11639.         ]);
  11640.     }
  11641.     /**
  11642.      * Gets the private '.service_locator.qlR0.rD' shared service.
  11643.      *
  11644.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11645.      */
  11646.     protected function get_ServiceLocator_QlR0_RDService()
  11647.     {
  11648.         return $this->privates['.service_locator.qlR0.rD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11649.             'channel' => ['privates''.errored..service_locator.qlR0.rD.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.qlR0.rD": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11650.             'chapter' => ['privates''.errored..service_locator.qlR0.rD.App\\Entity\\Scholar\\Chapter\\OriginChapter'NULL'Cannot autowire service ".service_locator.qlR0.rD": it references class "App\\Entity\\Scholar\\Chapter\\OriginChapter" but no such service exists.'],
  11651.             'lesson' => ['privates''.errored..service_locator.qlR0.rD.App\\Entity\\Scholar\\Lesson\\OriginLesson'NULL'Cannot autowire service ".service_locator.qlR0.rD": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.'],
  11652.         ], [
  11653.             'channel' => 'App\\Entity\\Channel\\Channel',
  11654.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\OriginChapter',
  11655.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  11656.         ]);
  11657.     }
  11658.     /**
  11659.      * Gets the private '.service_locator.qnrGaQw' shared service.
  11660.      *
  11661.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11662.      */
  11663.     protected function get_ServiceLocator_QnrGaQwService()
  11664.     {
  11665.         return $this->privates['.service_locator.qnrGaQw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11666.             '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.'],
  11667.             '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.'],
  11668.             '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.'],
  11669.         ], [
  11670.             'channel' => 'App\\Entity\\Channel\\Channel',
  11671.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  11672.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11673.         ]);
  11674.     }
  11675.     /**
  11676.      * Gets the private '.service_locator.uMdqYOm' shared service.
  11677.      *
  11678.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11679.      */
  11680.     protected function get_ServiceLocator_UMdqYOmService()
  11681.     {
  11682.         return $this->privates['.service_locator.uMdqYOm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11683.             'chapter' => ['privates''.errored..service_locator.uMdqYOm.App\\Entity\\Scholar\\Chapter\\Chapter'NULL'Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
  11684.             'lesson' => ['privates''.errored..service_locator.uMdqYOm.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  11685.             'module' => ['privates''.errored..service_locator.uMdqYOm.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  11686.             'training' => ['privates''.errored..service_locator.uMdqYOm.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  11687.         ], [
  11688.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  11689.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11690.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11691.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11692.         ]);
  11693.     }
  11694.     /**
  11695.      * Gets the private '.service_locator.u_tx1Yx' shared service.
  11696.      *
  11697.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11698.      */
  11699.     protected function get_ServiceLocator_UTx1YxService()
  11700.     {
  11701.         return $this->privates['.service_locator.u_tx1Yx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11702.             '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.'],
  11703.             '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.'],
  11704.             '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.'],
  11705.         ], [
  11706.             'assignable' => 'App\\Entity\\Common\\Assignable',
  11707.             'channel' => 'App\\Entity\\Channel\\Channel',
  11708.             'user' => 'App\\Entity\\Account\\User',
  11709.         ]);
  11710.     }
  11711.     /**
  11712.      * Gets the private '.service_locator.vsyeuch' shared service.
  11713.      *
  11714.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11715.      */
  11716.     protected function get_ServiceLocator_VsyeuchService()
  11717.     {
  11718.         return $this->privates['.service_locator.vsyeuch'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11719.             'chapter' => ['privates''.errored..service_locator.vsyeuch.App\\Entity\\Scholar\\Chapter\\Chapter'NULL'Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.'],
  11720.             'lesson' => ['privates''.errored..service_locator.vsyeuch.App\\Entity\\Scholar\\Lesson\\Lesson'NULL'Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.'],
  11721.             'message' => ['privates''.errored..service_locator.vsyeuch.App\\Entity\\Forum\\ChapterMessage'NULL'Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.'],
  11722.             'module' => ['privates''.errored..service_locator.vsyeuch.App\\Entity\\Scholar\\Module\\Module'NULL'Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.'],
  11723.             'training' => ['privates''.errored..service_locator.vsyeuch.App\\Entity\\Scholar\\Training\\Training'NULL'Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.'],
  11724.         ], [
  11725.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  11726.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11727.             'message' => 'App\\Entity\\Forum\\ChapterMessage',
  11728.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11729.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11730.         ]);
  11731.     }
  11732.     /**
  11733.      * Gets the private '.service_locator.ycL.vwg' shared service.
  11734.      *
  11735.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11736.      */
  11737.     protected function get_ServiceLocator_YcL_VwgService()
  11738.     {
  11739.         return $this->privates['.service_locator.ycL.vwg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11740.             'channel' => ['privates''.errored..service_locator.ycL.vwg.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.ycL.vwg": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11741.             'exercise' => ['privates''.errored..service_locator.ycL.vwg.App\\Entity\\Exercise\\OriginExercise'NULL'Cannot autowire service ".service_locator.ycL.vwg": it references class "App\\Entity\\Exercise\\OriginExercise" but no such service exists.'],
  11742.         ], [
  11743.             'channel' => 'App\\Entity\\Channel\\Channel',
  11744.             'exercise' => 'App\\Entity\\Exercise\\OriginExercise',
  11745.         ]);
  11746.     }
  11747.     /**
  11748.      * Gets the private '.service_locator.z4vVS.d' shared service.
  11749.      *
  11750.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11751.      */
  11752.     protected function get_ServiceLocator_Z4vVS_DService()
  11753.     {
  11754.         return $this->privates['.service_locator.z4vVS.d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11755.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  11756.         ], [
  11757.             'paginator' => '?',
  11758.         ]);
  11759.     }
  11760.     /**
  11761.      * Gets the private '.session.deprecated' shared service.
  11762.      *
  11763.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  11764.      */
  11765.     protected function get_Session_DeprecatedService()
  11766.     {
  11767.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  11768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  11769.         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();
  11770.     }
  11771.     /**
  11772.      * Gets the private '.twig.command.debug.lazy' shared service.
  11773.      *
  11774.      * @return \Symfony\Component\Console\Command\LazyCommand
  11775.      */
  11776.     protected function get_Twig_Command_Debug_LazyService()
  11777.     {
  11778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11780.         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 {
  11781.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  11782.         });
  11783.     }
  11784.     /**
  11785.      * Gets the private '.twig.command.lint.lazy' shared service.
  11786.      *
  11787.      * @return \Symfony\Component\Console\Command\LazyCommand
  11788.      */
  11789.     protected function get_Twig_Command_Lint_LazyService()
  11790.     {
  11791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11793.         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 {
  11794.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  11795.         });
  11796.     }
  11797.     /**
  11798.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  11799.      *
  11800.      * @return \Symfony\Component\Console\Command\LazyCommand
  11801.      */
  11802.     protected function get_VarDumper_Command_ServerDump_LazyService()
  11803.     {
  11804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11806.         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 {
  11807.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  11808.         });
  11809.     }
  11810.     /**
  11811.      * Gets the private 'Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener' shared service.
  11812.      *
  11813.      * @return \Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener
  11814.      */
  11815.     protected function getPsrResponseListenerService()
  11816.     {
  11817.         include_once \dirname(__DIR__4).'/vendor/ajgarlag/psr-http-message-bundle/src/EventListener/PsrResponseListener.php';
  11818.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  11819.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  11820.         return $this->privates['Ajgarlag\\Bundle\\PsrHttpMessageBundle\\EventListener\\PsrResponseListener'] = new \Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
  11821.     }
  11822.     /**
  11823.      * Gets the private 'App\Command\CalculateMcqCommand' shared autowired service.
  11824.      *
  11825.      * @return \App\Command\CalculateMcqCommand
  11826.      */
  11827.     protected function getCalculateMcqCommandService()
  11828.     {
  11829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11830.         include_once \dirname(__DIR__4).'/src/Command/CalculateMcqCommand.php';
  11831.         $this->privates['App\\Command\\CalculateMcqCommand'] = $instance = new \App\Command\CalculateMcqCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  11832.         $instance->setName('app:calculate-mcq');
  11833.         return $instance;
  11834.     }
  11835.     /**
  11836.      * Gets the private 'App\Command\CheckSharedEntityCommand' shared autowired service.
  11837.      *
  11838.      * @return \App\Command\CheckSharedEntityCommand
  11839.      */
  11840.     protected function getCheckSharedEntityCommandService()
  11841.     {
  11842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11843.         include_once \dirname(__DIR__4).'/src/Command/CheckSharedEntityCommand.php';
  11844.         $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()));
  11845.         $instance->setName('app:check-shared-entity');
  11846.         $instance->setDescription('Check the given entity is well shared from his origin entity');
  11847.         return $instance;
  11848.     }
  11849.     /**
  11850.      * Gets the private 'App\Command\FixImageChapterCommand' shared autowired service.
  11851.      *
  11852.      * @return \App\Command\FixImageChapterCommand
  11853.      */
  11854.     protected function getFixImageChapterCommandService()
  11855.     {
  11856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11857.         include_once \dirname(__DIR__4).'/src/Command/FixImageChapterCommand.php';
  11858.         $this->privates['App\\Command\\FixImageChapterCommand'] = $instance = new \App\Command\FixImageChapterCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()));
  11859.         $instance->setName('app:fix-image-chapter');
  11860.         return $instance;
  11861.     }
  11862.     /**
  11863.      * Gets the private 'App\Command\InitK2r2RemoteVideoCommand' shared autowired service.
  11864.      *
  11865.      * @return \App\Command\InitK2r2RemoteVideoCommand
  11866.      */
  11867.     protected function getInitK2r2RemoteVideoCommandService()
  11868.     {
  11869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11870.         include_once \dirname(__DIR__4).'/src/Command/InitK2r2RemoteVideoCommand.php';
  11871.         $this->privates['App\\Command\\InitK2r2RemoteVideoCommand'] = $instance = new \App\Command\InitK2r2RemoteVideoCommand(($this->privates['App\\Service\\K2r2\\RemoteVideoStorageService'] ?? $this->getRemoteVideoStorageServiceService()), ($this->privates['App\\Service\\Channel\\Video\\ScholarVideoService'] ?? $this->getScholarVideoServiceService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11872.         $instance->setName('init:k2r2-video');
  11873.         $instance->setDescription('Create Scholar video data from k2r2 remove server video');
  11874.         return $instance;
  11875.     }
  11876.     /**
  11877.      * Gets the private 'App\Command\K2R2IndexingCommand' shared autowired service.
  11878.      *
  11879.      * @return \App\Command\K2R2IndexingCommand
  11880.      */
  11881.     protected function getK2R2IndexingCommandService()
  11882.     {
  11883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11884.         include_once \dirname(__DIR__4).'/src/Command/K2R2IndexingCommand.php';
  11885.         $this->privates['App\\Command\\K2R2IndexingCommand'] = $instance = new \App\Command\K2R2IndexingCommand(($this->privates['App\\Service\\K2r2\\IndexingService'] ?? $this->getIndexingServiceService()), ($this->privates['App\\Repository\\Scholar\\SharedLessonRepository'] ?? $this->getSharedLessonRepositoryService()));
  11886.         $instance->setName('app:k2r2-index-shared-lesson');
  11887.         $instance->setDescription('Index shared lesson on k2r2 api');
  11888.         return $instance;
  11889.     }
  11890.     /**
  11891.      * Gets the private 'App\Command\K2r2\IndexYoutubeVideoCommand' shared autowired service.
  11892.      *
  11893.      * @return \App\Command\K2r2\IndexYoutubeVideoCommand
  11894.      */
  11895.     protected function getIndexYoutubeVideoCommandService()
  11896.     {
  11897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11898.         include_once \dirname(__DIR__4).'/src/Command/K2r2/IndexYoutubeVideoCommand.php';
  11899.         $this->privates['App\\Command\\K2r2\\IndexYoutubeVideoCommand'] = $instance = new \App\Command\K2r2\IndexYoutubeVideoCommand(($this->privates['App\\Service\\K2r2\\RemoteVideoStorageService'] ?? $this->getRemoteVideoStorageServiceService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\K2r2\\IndexingService'] ?? $this->getIndexingServiceService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()), ($this->privates['App\\Service\\Channel\\Video\\ScholarVideoService'] ?? $this->getScholarVideoServiceService()));
  11900.         $instance->setName('app:k2r2:index-youtube-video');
  11901.         $instance->setDescription('Index old youtube videos on k2r2 server');
  11902.         return $instance;
  11903.     }
  11904.     /**
  11905.      * Gets the private 'App\Command\PartnerApi\PartnerApiUserChannelCommand' shared autowired service.
  11906.      *
  11907.      * @return \App\Command\PartnerApi\PartnerApiUserChannelCommand
  11908.      */
  11909.     protected function getPartnerApiUserChannelCommandService()
  11910.     {
  11911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11912.         include_once \dirname(__DIR__4).'/src/Command/PartnerApi/PartnerApiUserChannelCommand.php';
  11913.         $this->privates['App\\Command\\PartnerApi\\PartnerApiUserChannelCommand'] = $instance = new \App\Command\PartnerApi\PartnerApiUserChannelCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  11914.         $instance->setName('app:partner-api:user:channel');
  11915.         $instance->setDescription('Revokes an existing PartnerApiUser.');
  11916.         return $instance;
  11917.     }
  11918.     /**
  11919.      * Gets the private 'App\Command\PartnerApi\PartnerApiUserCreateCommand' shared autowired service.
  11920.      *
  11921.      * @return \App\Command\PartnerApi\PartnerApiUserCreateCommand
  11922.      */
  11923.     protected function getPartnerApiUserCreateCommandService()
  11924.     {
  11925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11926.         include_once \dirname(__DIR__4).'/src/Command/PartnerApi/PartnerApiUserCreateCommand.php';
  11927.         $this->privates['App\\Command\\PartnerApi\\PartnerApiUserCreateCommand'] = $instance = new \App\Command\PartnerApi\PartnerApiUserCreateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  11928.         $instance->setName('app:partner-api:user:create');
  11929.         $instance->setDescription('Creates a new PartnerApiUser with generated token.');
  11930.         return $instance;
  11931.     }
  11932.     /**
  11933.      * Gets the private 'App\Command\PartnerApi\PartnerApiUserListCommand' shared autowired service.
  11934.      *
  11935.      * @return \App\Command\PartnerApi\PartnerApiUserListCommand
  11936.      */
  11937.     protected function getPartnerApiUserListCommandService()
  11938.     {
  11939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11940.         include_once \dirname(__DIR__4).'/src/Command/PartnerApi/PartnerApiUserListCommand.php';
  11941.         $this->privates['App\\Command\\PartnerApi\\PartnerApiUserListCommand'] = $instance = new \App\Command\PartnerApi\PartnerApiUserListCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11942.         $instance->setName('app:partner-api:user:list');
  11943.         $instance->setDescription('Lists all existing PartnerApiUser.');
  11944.         return $instance;
  11945.     }
  11946.     /**
  11947.      * Gets the private 'App\Command\PartnerApi\PartnerApiUserRevokeCommand' shared autowired service.
  11948.      *
  11949.      * @return \App\Command\PartnerApi\PartnerApiUserRevokeCommand
  11950.      */
  11951.     protected function getPartnerApiUserRevokeCommandService()
  11952.     {
  11953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11954.         include_once \dirname(__DIR__4).'/src/Command/PartnerApi/PartnerApiUserRevokeCommand.php';
  11955.         $this->privates['App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand'] = $instance = new \App\Command\PartnerApi\PartnerApiUserRevokeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11956.         $instance->setName('app:partner-api:user:revoke');
  11957.         $instance->setDescription('Revokes an existing PartnerApiUser.');
  11958.         return $instance;
  11959.     }
  11960.     /**
  11961.      * Gets the private 'App\Command\RefreshLessonStatsCommand' shared autowired service.
  11962.      *
  11963.      * @return \App\Command\RefreshLessonStatsCommand
  11964.      */
  11965.     protected function getRefreshLessonStatsCommandService()
  11966.     {
  11967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11968.         include_once \dirname(__DIR__4).'/src/Command/RefreshLessonStatsCommand.php';
  11969.         $this->privates['App\\Command\\RefreshLessonStatsCommand'] = $instance = new \App\Command\RefreshLessonStatsCommand(($this->privates['App\\Service\\Scholar\\LessonStatsService'] ?? $this->getLessonStatsServiceService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11970.         $instance->setName('refresh:lesson-stats');
  11971.         $instance->setDescription('Refresh lessons stats data');
  11972.         return $instance;
  11973.     }
  11974.     /**
  11975.      * Gets the private 'App\Command\Scorm\ForceScormUpdateCommand' shared autowired service.
  11976.      *
  11977.      * @return \App\Command\Scorm\ForceScormUpdateCommand
  11978.      */
  11979.     protected function getForceScormUpdateCommandService()
  11980.     {
  11981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11982.         include_once \dirname(__DIR__4).'/src/Command/Scorm/ForceScormUpdateCommand.php';
  11983.         $this->privates['App\\Command\\Scorm\\ForceScormUpdateCommand'] = $instance = new \App\Command\Scorm\ForceScormUpdateCommand(($this->privates['App\\Service\\Scorm\\ScormService'] ?? $this->getScormServiceService()), ($this->privates['App\\Repository\\Scorm\\ContentFileRepository'] ?? $this->getContentFileRepositoryService()));
  11984.         $instance->setName('scorm:force-update');
  11985.         $instance->setDescription('Force scorm package update after given date');
  11986.         return $instance;
  11987.     }
  11988.     /**
  11989.      * Gets the private 'App\Command\Scorm\GenerateScormCommand' shared autowired service.
  11990.      *
  11991.      * @return \App\Command\Scorm\GenerateScormCommand
  11992.      */
  11993.     protected function getGenerateScormCommandService()
  11994.     {
  11995.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11996.         include_once \dirname(__DIR__4).'/src/Command/Scorm/GenerateScormCommand.php';
  11997.         $this->privates['App\\Command\\Scorm\\GenerateScormCommand'] = $instance = new \App\Command\Scorm\GenerateScormCommand(($this->privates['App\\Service\\Scorm\\ScormService'] ?? $this->getScormServiceService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  11998.         $instance->setName('scorm:generate');
  11999.         $instance->setDescription('Generate SCORM 1.2 package for a lesson');
  12000.         return $instance;
  12001.     }
  12002.     /**
  12003.      * Gets the private 'App\Command\Scorm\InitializeScormCommand' shared autowired service.
  12004.      *
  12005.      * @return \App\Command\Scorm\InitializeScormCommand
  12006.      */
  12007.     protected function getInitializeScormCommandService()
  12008.     {
  12009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12010.         include_once \dirname(__DIR__4).'/src/Command/Scorm/InitializeScormCommand.php';
  12011.         $this->privates['App\\Command\\Scorm\\InitializeScormCommand'] = $instance = new \App\Command\Scorm\InitializeScormCommand(($this->privates['App\\Service\\Scorm\\ScormService'] ?? $this->getScormServiceService()), $this->getEnv('SCORM_ROOT_DIRS'));
  12012.         $instance->setName('scorm:initialize');
  12013.         $instance->setDescription('Initialize the scorm');
  12014.         return $instance;
  12015.     }
  12016.     /**
  12017.      * Gets the private 'App\Command\ShareContentEntityCommand' shared autowired service.
  12018.      *
  12019.      * @return \App\Command\ShareContentEntityCommand
  12020.      */
  12021.     protected function getShareContentEntityCommandService()
  12022.     {
  12023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12024.         include_once \dirname(__DIR__4).'/src/Command/ShareContentEntityCommand.php';
  12025.         $this->privates['App\\Command\\ShareContentEntityCommand'] = $instance = new \App\Command\ShareContentEntityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()), ($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()));
  12026.         $instance->setName('app:share-content');
  12027.         $instance->setDescription('Share given content to target Channel');
  12028.         return $instance;
  12029.     }
  12030.     /**
  12031.      * Gets the private 'App\Command\SharedChildrenUpdatedAtCommand' shared autowired service.
  12032.      *
  12033.      * @return \App\Command\SharedChildrenUpdatedAtCommand
  12034.      */
  12035.     protected function getSharedChildrenUpdatedAtCommandService()
  12036.     {
  12037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12038.         include_once \dirname(__DIR__4).'/src/Command/SharedChildrenUpdatedAtCommand.php';
  12039.         $this->privates['App\\Command\\SharedChildrenUpdatedAtCommand'] = $instance = new \App\Command\SharedChildrenUpdatedAtCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Scholar\\OriginLessonRepository'] ?? $this->getOriginLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\SharedLessonRepository'] ?? $this->getSharedLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\OriginModuleRepository'] ?? $this->getOriginModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\SharedModuleRepository'] ?? $this->getSharedModuleRepositoryService()), ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()), ($this->privates['App\\Repository\\Scholar\\SharedTrainingRepository'] ?? $this->getSharedTrainingRepositoryService()));
  12040.         $instance->setName('app:shared-children-updated-at');
  12041.         $instance->setDescription('Update childrenUpdatedAtValue for SharedLesson, SharedModule and SharedTraining entities');
  12042.         return $instance;
  12043.     }
  12044.     /**
  12045.      * Gets the private 'App\Command\UpdateMimeTypeForNellappFileCommand' shared autowired service.
  12046.      *
  12047.      * @return \App\Command\UpdateMimeTypeForNellappFileCommand
  12048.      */
  12049.     protected function getUpdateMimeTypeForNellappFileCommandService()
  12050.     {
  12051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12052.         include_once \dirname(__DIR__4).'/src/Command/UpdateMimeTypeForNellappFileCommand.php';
  12053.         $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()));
  12054.         $instance->setName('app:update-nellapp-file');
  12055.         $instance->setDescription('Once command to set mimeType in DB for NellappFiles');
  12056.         return $instance;
  12057.     }
  12058.     /**
  12059.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Account\UserSubscriber' shared autowired service.
  12060.      *
  12061.      * @return \App\Doctrine\EventEntitySubscriber\Account\UserSubscriber
  12062.      */
  12063.     protected function getUserSubscriberService()
  12064.     {
  12065.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12066.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Account/UserSubscriber.php';
  12067.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Account\UserSubscriber(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()));
  12068.     }
  12069.     /**
  12070.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber' shared autowired service.
  12071.      *
  12072.      * @return \App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber
  12073.      */
  12074.     protected function getChannelUserDataSubscriberService()
  12075.     {
  12076.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12077.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChannelUserData/ChannelUserDataSubscriber.php';
  12078.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  12079.     }
  12080.     /**
  12081.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber' shared autowired service.
  12082.      *
  12083.      * @return \App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber
  12084.      */
  12085.     protected function getAssignableSubscriberService()
  12086.     {
  12087.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12088.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Common/AssignableSubscriber.php';
  12089.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber(($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()));
  12090.     }
  12091.     /**
  12092.      * Gets the private 'App\Doctrine\EventEntitySubscriber\FileSubscriber' shared autowired service.
  12093.      *
  12094.      * @return \App\Doctrine\EventEntitySubscriber\FileSubscriber
  12095.      */
  12096.     protected function getFileSubscriberService()
  12097.     {
  12098.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12099.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/FileSubscriber.php';
  12100.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\FileSubscriber'] = new \App\Doctrine\EventEntitySubscriber\FileSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12101.     }
  12102.     /**
  12103.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Forum\MessageSubscriber' shared autowired service.
  12104.      *
  12105.      * @return \App\Doctrine\EventEntitySubscriber\Forum\MessageSubscriber
  12106.      */
  12107.     protected function getMessageSubscriberService()
  12108.     {
  12109.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12110.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Forum/MessageSubscriber.php';
  12111.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Forum\MessageSubscriber(($this->privates['App\\Service\\Scholar\\LessonStatsService'] ?? $this->getLessonStatsServiceService()));
  12112.     }
  12113.     /**
  12114.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\AnswerSubscriber' shared autowired service.
  12115.      *
  12116.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\AnswerSubscriber
  12117.      */
  12118.     protected function getAnswerSubscriberService()
  12119.     {
  12120.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12121.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/AnswerSubscriber.php';
  12122.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\AnswerSubscriber();
  12123.     }
  12124.     /**
  12125.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ChapterSubscriber' shared autowired service.
  12126.      *
  12127.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ChapterSubscriber
  12128.      */
  12129.     protected function getChapterSubscriberService()
  12130.     {
  12131.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12132.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ChapterSubscriber.php';
  12133.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ChapterSubscriber();
  12134.     }
  12135.     /**
  12136.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ExerciseSubscriber' shared autowired service.
  12137.      *
  12138.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ExerciseSubscriber
  12139.      */
  12140.     protected function getExerciseSubscriberService()
  12141.     {
  12142.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12143.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ExerciseSubscriber.php';
  12144.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ExerciseSubscriber();
  12145.     }
  12146.     /**
  12147.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\LessonPrerequisiteSubscriber' shared autowired service.
  12148.      *
  12149.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\LessonPrerequisiteSubscriber
  12150.      */
  12151.     protected function getLessonPrerequisiteSubscriberService()
  12152.     {
  12153.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12154.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/LessonPrerequisiteSubscriber.php';
  12155.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\LessonPrerequisiteSubscriber();
  12156.     }
  12157.     /**
  12158.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber' shared autowired service.
  12159.      *
  12160.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber
  12161.      */
  12162.     protected function getLessonReviewSubscriberService()
  12163.     {
  12164.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12165.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/LessonReviewSubscriber.php';
  12166.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber(($this->privates['App\\Service\\Scholar\\LessonStatsService'] ?? $this->getLessonStatsServiceService()));
  12167.     }
  12168.     /**
  12169.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ModuleLessonSubscriber' shared autowired service.
  12170.      *
  12171.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ModuleLessonSubscriber
  12172.      */
  12173.     protected function getModuleLessonSubscriberService()
  12174.     {
  12175.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12176.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ModuleLessonSubscriber.php';
  12177.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ModuleLessonSubscriber();
  12178.     }
  12179.     /**
  12180.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber' shared autowired service.
  12181.      *
  12182.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber
  12183.      */
  12184.     protected function getModuleStatusSubscriberService()
  12185.     {
  12186.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12187.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ModuleStatusSubscriber.php';
  12188.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber(($this->privates['App\\Service\\Mailer\\MailerService'] ?? $this->getMailerServiceService()));
  12189.     }
  12190.     /**
  12191.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber' shared autowired service.
  12192.      *
  12193.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber
  12194.      */
  12195.     protected function getOriginLessonSubscriberService()
  12196.     {
  12197.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12198.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/OriginLessonSubscriber.php';
  12199.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber();
  12200.     }
  12201.     /**
  12202.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\OriginModuleSubscriber' shared autowired service.
  12203.      *
  12204.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\OriginModuleSubscriber
  12205.      */
  12206.     protected function getOriginModuleSubscriberService()
  12207.     {
  12208.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12209.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/OriginModuleSubscriber.php';
  12210.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\OriginModuleSubscriber();
  12211.     }
  12212.     /**
  12213.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResourceSubscriber' shared autowired service.
  12214.      *
  12215.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResourceSubscriber
  12216.      */
  12217.     protected function getPracticalCaseResourceSubscriberService()
  12218.     {
  12219.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12220.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/PracticalCaseResourceSubscriber.php';
  12221.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResourceSubscriber();
  12222.     }
  12223.     /**
  12224.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber' shared autowired service.
  12225.      *
  12226.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber
  12227.      */
  12228.     protected function getPracticalCaseResponseSubscriberService()
  12229.     {
  12230.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12231.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/PracticalCaseResponseSubscriber.php';
  12232.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber(($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()), ($this->privates['App\\Service\\Mailer\\MailerService'] ?? $this->getMailerServiceService()), ($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()), ($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
  12233.     }
  12234.     /**
  12235.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber' shared autowired service.
  12236.      *
  12237.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber
  12238.      */
  12239.     protected function getPracticalCaseSubscriberService()
  12240.     {
  12241.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12242.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/PracticalCaseSubscriber.php';
  12243.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()));
  12244.     }
  12245.     /**
  12246.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\QuestionSubscriber' shared autowired service.
  12247.      *
  12248.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\QuestionSubscriber
  12249.      */
  12250.     protected function getQuestionSubscriberService()
  12251.     {
  12252.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12253.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/QuestionSubscriber.php';
  12254.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\QuestionSubscriber();
  12255.     }
  12256.     /**
  12257.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber' shared autowired service.
  12258.      *
  12259.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber
  12260.      */
  12261.     protected function getShareLessonSubscriberService()
  12262.     {
  12263.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12264.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ShareLessonSubscriber.php';
  12265.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber();
  12266.     }
  12267.     /**
  12268.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber' shared autowired service.
  12269.      *
  12270.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber
  12271.      */
  12272.     protected function getSharedModuleSubscriberService()
  12273.     {
  12274.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12275.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/SharedModuleSubscriber.php';
  12276.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber();
  12277.     }
  12278.     /**
  12279.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\ImageSubscriber' shared autowired service.
  12280.      *
  12281.      * @return \App\Doctrine\EventSubscriber\Channel\ImageSubscriber
  12282.      */
  12283.     protected function getImageSubscriberService()
  12284.     {
  12285.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12286.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/ImageSubscriber.php';
  12287.         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()));
  12288.     }
  12289.     /**
  12290.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\CountSharedContentSubscriber' shared autowired service.
  12291.      *
  12292.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\CountSharedContentSubscriber
  12293.      */
  12294.     protected function getCountSharedContentSubscriberService()
  12295.     {
  12296.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12297.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/CountSharedContentSubscriber.php';
  12298.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/SharedChannelService.php';
  12299.         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())));
  12300.     }
  12301.     /**
  12302.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber' shared autowired service.
  12303.      *
  12304.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber
  12305.      */
  12306.     protected function getLessonSubscriberService()
  12307.     {
  12308.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12309.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/LessonSubscriber.php';
  12310.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber();
  12311.     }
  12312.     /**
  12313.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber' shared autowired service.
  12314.      *
  12315.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber
  12316.      */
  12317.     protected function getOriginChapterSubscriberService()
  12318.     {
  12319.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12320.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
  12321.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginChapterSubscriber.php';
  12322.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
  12323.     }
  12324.     /**
  12325.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber' shared autowired service.
  12326.      *
  12327.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber
  12328.      */
  12329.     protected function getOriginExerciseSubscriberService()
  12330.     {
  12331.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12332.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
  12333.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginExerciseSubscriber.php';
  12334.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
  12335.     }
  12336.     /**
  12337.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginPracticalCaseSubscriber' shared autowired service.
  12338.      *
  12339.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginPracticalCaseSubscriber
  12340.      */
  12341.     protected function getOriginPracticalCaseSubscriberService()
  12342.     {
  12343.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12344.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
  12345.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginPracticalCaseSubscriber.php';
  12346.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  12347.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\OriginPracticalCaseSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())), ($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
  12348.     }
  12349.     /**
  12350.      * Gets the private 'App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber' shared autowired service.
  12351.      *
  12352.      * @return \App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber
  12353.      */
  12354.     protected function getProductUpdateSubscriberService()
  12355.     {
  12356.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12357.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Payment/ProductUpdateSubscriber.php';
  12358.         return $this->privates['App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber'] = new \App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber();
  12359.     }
  12360.     /**
  12361.      * Gets the private 'App\Doctrine\EventSubscriber\Scholar\ScholarFlushSubscriber' shared autowired service.
  12362.      *
  12363.      * @return \App\Doctrine\EventSubscriber\Scholar\ScholarFlushSubscriber
  12364.      */
  12365.     protected function getScholarFlushSubscriberService()
  12366.     {
  12367.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12368.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Scholar/ScholarFlushSubscriber.php';
  12369.         return $this->privates['App\\Doctrine\\EventSubscriber\\Scholar\\ScholarFlushSubscriber'] = new \App\Doctrine\EventSubscriber\Scholar\ScholarFlushSubscriber();
  12370.     }
  12371.     /**
  12372.      * Gets the private 'App\Doctrine\EventSubscriber\Scholar\ScormScholarSubscriber' shared autowired service.
  12373.      *
  12374.      * @return \App\Doctrine\EventSubscriber\Scholar\ScormScholarSubscriber
  12375.      */
  12376.     protected function getScormScholarSubscriberService()
  12377.     {
  12378.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12379.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Scholar/ScormScholarSubscriber.php';
  12380.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormTerminateTracker.php';
  12381.         return $this->privates['App\\Doctrine\\EventSubscriber\\Scholar\\ScormScholarSubscriber'] = new \App\Doctrine\EventSubscriber\Scholar\ScormScholarSubscriber(($this->privates['App\\Service\\Scorm\\ScormTerminateTracker'] ?? ($this->privates['App\\Service\\Scorm\\ScormTerminateTracker'] = new \App\Service\Scorm\ScormTerminateTracker())));
  12382.     }
  12383.     /**
  12384.      * Gets the private 'App\Doctrine\EventSubscriber\Scholar\SharedContentScholarSubscriber' shared autowired service.
  12385.      *
  12386.      * @return \App\Doctrine\EventSubscriber\Scholar\SharedContentScholarSubscriber
  12387.      */
  12388.     protected function getSharedContentScholarSubscriberService()
  12389.     {
  12390.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12391.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Scholar/SharedContentScholarSubscriber.php';
  12392.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressService.php';
  12393.         return $this->privates['App\\Doctrine\\EventSubscriber\\Scholar\\SharedContentScholarSubscriber'] = new \App\Doctrine\EventSubscriber\Scholar\SharedContentScholarSubscriber(($this->privates['App\\Service\\ShareContent\\ShareProgressService'] ?? ($this->privates['App\\Service\\ShareContent\\ShareProgressService'] = new \App\Service\ShareContent\ShareProgressService())), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  12394.     }
  12395.     /**
  12396.      * Gets the private 'App\EventSubscriber\Account\AvatarSubscriber' shared autowired service.
  12397.      *
  12398.      * @return \App\EventSubscriber\Account\AvatarSubscriber
  12399.      */
  12400.     protected function getAvatarSubscriberService()
  12401.     {
  12402.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Account/AvatarSubscriber.php';
  12403.         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()));
  12404.     }
  12405.     /**
  12406.      * Gets the private 'App\EventSubscriber\Channel\ImageUploaderSubscriber' shared autowired service.
  12407.      *
  12408.      * @return \App\EventSubscriber\Channel\ImageUploaderSubscriber
  12409.      */
  12410.     protected function getImageUploaderSubscriberService()
  12411.     {
  12412.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Channel/ImageUploaderSubscriber.php';
  12413.         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()));
  12414.     }
  12415.     /**
  12416.      * Gets the private 'App\EventSubscriber\Exercise\LoginSubscriber' shared autowired service.
  12417.      *
  12418.      * @return \App\EventSubscriber\Exercise\LoginSubscriber
  12419.      */
  12420.     protected function getLoginSubscriberService()
  12421.     {
  12422.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Exercise/LoginSubscriber.php';
  12423.         return $this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] = new \App\EventSubscriber\Exercise\LoginSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12424.     }
  12425.     /**
  12426.      * Gets the private 'App\EventSubscriber\Scorm\ScormSubscriber' shared autowired service.
  12427.      *
  12428.      * @return \App\EventSubscriber\Scorm\ScormSubscriber
  12429.      */
  12430.     protected function getScormSubscriberService()
  12431.     {
  12432.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Scorm/ScormSubscriber.php';
  12433.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormTerminateTracker.php';
  12434.         return $this->privates['App\\EventSubscriber\\Scorm\\ScormSubscriber'] = new \App\EventSubscriber\Scorm\ScormSubscriber(($this->privates['App\\Service\\Scorm\\ScormService'] ?? $this->getScormServiceService()), ($this->privates['App\\Service\\Scorm\\ScormTerminateTracker'] ?? ($this->privates['App\\Service\\Scorm\\ScormTerminateTracker'] = new \App\Service\Scorm\ScormTerminateTracker())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12435.     }
  12436.     /**
  12437.      * Gets the private 'App\Filter\Account\AssignableFilterType' shared autowired service.
  12438.      *
  12439.      * @return \App\Filter\Account\AssignableFilterType
  12440.      */
  12441.     protected function getAssignableFilterTypeService()
  12442.     {
  12443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12445.         include_once \dirname(__DIR__4).'/src/Filter/Account/AssignableFilterType.php';
  12446.         return $this->privates['App\\Filter\\Account\\AssignableFilterType'] = new \App\Filter\Account\AssignableFilterType(($this->services['router'] ?? $this->getRouterService()));
  12447.     }
  12448.     /**
  12449.      * Gets the private 'App\Filter\Async\Channel\User\UserFilter' shared autowired service.
  12450.      *
  12451.      * @return \App\Filter\Async\Channel\User\UserFilter
  12452.      */
  12453.     protected function getUserFilterService()
  12454.     {
  12455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12457.         include_once \dirname(__DIR__4).'/src/Filter/Async/Channel/User/UserFilter.php';
  12458.         return $this->privates['App\\Filter\\Async\\Channel\\User\\UserFilter'] = new \App\Filter\Async\Channel\User\UserFilter();
  12459.     }
  12460.     /**
  12461.      * Gets the private 'App\Filter\Channel\AssignableFilterType' shared autowired service.
  12462.      *
  12463.      * @return \App\Filter\Channel\AssignableFilterType
  12464.      */
  12465.     protected function getAssignableFilterType2Service()
  12466.     {
  12467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12469.         include_once \dirname(__DIR__4).'/src/Filter/Channel/AssignableFilterType.php';
  12470.         return $this->privates['App\\Filter\\Channel\\AssignableFilterType'] = new \App\Filter\Channel\AssignableFilterType(($this->services['router'] ?? $this->getRouterService()));
  12471.     }
  12472.     /**
  12473.      * Gets the private 'App\Filter\Channel\ImageFilter' shared autowired service.
  12474.      *
  12475.      * @return \App\Filter\Channel\ImageFilter
  12476.      */
  12477.     protected function getImageFilterService()
  12478.     {
  12479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12481.         include_once \dirname(__DIR__4).'/src/Filter/Channel/ImageFilter.php';
  12482.         return $this->privates['App\\Filter\\Channel\\ImageFilter'] = new \App\Filter\Channel\ImageFilter();
  12483.     }
  12484.     /**
  12485.      * Gets the private 'App\Filter\Common\AssignableFilterType' shared autowired service.
  12486.      *
  12487.      * @return \App\Filter\Common\AssignableFilterType
  12488.      */
  12489.     protected function getAssignableFilterType3Service()
  12490.     {
  12491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12493.         include_once \dirname(__DIR__4).'/src/Filter/Common/AssignableFilterType.php';
  12494.         return $this->privates['App\\Filter\\Common\\AssignableFilterType'] = new \App\Filter\Common\AssignableFilterType();
  12495.     }
  12496.     /**
  12497.      * Gets the private 'App\Filter\Common\FileFilterType' shared autowired service.
  12498.      *
  12499.      * @return \App\Filter\Common\FileFilterType
  12500.      */
  12501.     protected function getFileFilterTypeService()
  12502.     {
  12503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12505.         include_once \dirname(__DIR__4).'/src/Filter/Common/FileFilterType.php';
  12506.         return $this->privates['App\\Filter\\Common\\FileFilterType'] = new \App\Filter\Common\FileFilterType();
  12507.     }
  12508.     /**
  12509.      * Gets the private 'App\Filter\Front\GlobalSearch' shared autowired service.
  12510.      *
  12511.      * @return \App\Filter\Front\GlobalSearch
  12512.      */
  12513.     protected function getGlobalSearchService()
  12514.     {
  12515.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12516.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12517.         include_once \dirname(__DIR__4).'/src/Filter/Front/GlobalSearch.php';
  12518.         return $this->privates['App\\Filter\\Front\\GlobalSearch'] = new \App\Filter\Front\GlobalSearch(($this->services['router'] ?? $this->getRouterService()));
  12519.     }
  12520.     /**
  12521.      * Gets the private 'App\Filter\Front\GlobalSearchExtendedType' shared autowired service.
  12522.      *
  12523.      * @return \App\Filter\Front\GlobalSearchExtendedType
  12524.      */
  12525.     protected function getGlobalSearchExtendedTypeService()
  12526.     {
  12527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12529.         include_once \dirname(__DIR__4).'/src/Filter/Front/GlobalSearchExtendedType.php';
  12530.         return $this->privates['App\\Filter\\Front\\GlobalSearchExtendedType'] = new \App\Filter\Front\GlobalSearchExtendedType(($this->services['router'] ?? $this->getRouterService()));
  12531.     }
  12532.     /**
  12533.      * Gets the private 'App\Filter\Sync\TrainingFilter' shared autowired service.
  12534.      *
  12535.      * @return \App\Filter\Sync\TrainingFilter
  12536.      */
  12537.     protected function getTrainingFilterService()
  12538.     {
  12539.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12540.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12541.         include_once \dirname(__DIR__4).'/src/Filter/Sync/TrainingFilter.php';
  12542.         return $this->privates['App\\Filter\\Sync\\TrainingFilter'] = new \App\Filter\Sync\TrainingFilter();
  12543.     }
  12544.     /**
  12545.      * Gets the private 'App\Form\Account\AdviceType' shared autowired service.
  12546.      *
  12547.      * @return \App\Form\Account\AdviceType
  12548.      */
  12549.     protected function getAdviceTypeService()
  12550.     {
  12551.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12552.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12553.         include_once \dirname(__DIR__4).'/src/Form/Account/AdviceType.php';
  12554.         return $this->privates['App\\Form\\Account\\AdviceType'] = new \App\Form\Account\AdviceType();
  12555.     }
  12556.     /**
  12557.      * Gets the private 'App\Form\Channel\ContactType' shared autowired service.
  12558.      *
  12559.      * @return \App\Form\Channel\ContactType
  12560.      */
  12561.     protected function getContactTypeService()
  12562.     {
  12563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12565.         include_once \dirname(__DIR__4).'/src/Form/Channel/ContactType.php';
  12566.         return $this->privates['App\\Form\\Channel\\ContactType'] = new \App\Form\Channel\ContactType();
  12567.     }
  12568.     /**
  12569.      * Gets the private 'App\Form\Channel\Filter\ChannelTrainingFilter' shared autowired service.
  12570.      *
  12571.      * @return \App\Form\Channel\Filter\ChannelTrainingFilter
  12572.      */
  12573.     protected function getChannelTrainingFilterService()
  12574.     {
  12575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12577.         include_once \dirname(__DIR__4).'/src/Form/Channel/Filter/ChannelTrainingFilter.php';
  12578.         return $this->privates['App\\Form\\Channel\\Filter\\ChannelTrainingFilter'] = new \App\Form\Channel\Filter\ChannelTrainingFilter();
  12579.     }
  12580.     /**
  12581.      * Gets the private 'App\Form\Channel\ImageSelectorType' shared autowired service.
  12582.      *
  12583.      * @return \App\Form\Channel\ImageSelectorType
  12584.      */
  12585.     protected function getImageSelectorTypeService()
  12586.     {
  12587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12589.         include_once \dirname(__DIR__4).'/src/Form/Channel/ImageSelectorType.php';
  12590.         return $this->privates['App\\Form\\Channel\\ImageSelectorType'] = new \App\Form\Channel\ImageSelectorType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12591.     }
  12592.     /**
  12593.      * Gets the private 'App\Form\Common\CountPaginationType' shared autowired service.
  12594.      *
  12595.      * @return \App\Form\Common\CountPaginationType
  12596.      */
  12597.     protected function getCountPaginationTypeService()
  12598.     {
  12599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12600.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12601.         include_once \dirname(__DIR__4).'/src/Form/Common/CountPaginationType.php';
  12602.         return $this->privates['App\\Form\\Common\\CountPaginationType'] = new \App\Form\Common\CountPaginationType();
  12603.     }
  12604.     /**
  12605.      * Gets the private 'App\Form\Common\CustomFileType' shared autowired service.
  12606.      *
  12607.      * @return \App\Form\Common\CustomFileType
  12608.      */
  12609.     protected function getCustomFileTypeService()
  12610.     {
  12611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12613.         include_once \dirname(__DIR__4).'/src/Form/Common/CustomFileType.php';
  12614.         return $this->privates['App\\Form\\Common\\CustomFileType'] = new \App\Form\Common\CustomFileType($this, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  12615.     }
  12616.     /**
  12617.      * Gets the private 'App\Form\Common\NellappSliderType' shared autowired service.
  12618.      *
  12619.      * @return \App\Form\Common\NellappSliderType
  12620.      */
  12621.     protected function getNellappSliderTypeService()
  12622.     {
  12623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12624.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12625.         include_once \dirname(__DIR__4).'/src/Form/Common/NellappSliderType.php';
  12626.         return $this->privates['App\\Form\\Common\\NellappSliderType'] = new \App\Form\Common\NellappSliderType();
  12627.     }
  12628.     /**
  12629.      * Gets the private 'App\Form\Common\RatingType' shared autowired service.
  12630.      *
  12631.      * @return \App\Form\Common\RatingType
  12632.      */
  12633.     protected function getRatingTypeService()
  12634.     {
  12635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12637.         include_once \dirname(__DIR__4).'/src/Form/Common/RatingType.php';
  12638.         return $this->privates['App\\Form\\Common\\RatingType'] = new \App\Form\Common\RatingType();
  12639.     }
  12640.     /**
  12641.      * Gets the private 'App\Form\Common\ReAssignableFormType' shared autowired service.
  12642.      *
  12643.      * @return \App\Form\Common\ReAssignableFormType
  12644.      */
  12645.     protected function getReAssignableFormTypeService()
  12646.     {
  12647.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12649.         include_once \dirname(__DIR__4).'/src/Form/Common/ReAssignableFormType.php';
  12650.         return $this->privates['App\\Form\\Common\\ReAssignableFormType'] = new \App\Form\Common\ReAssignableFormType(($this->services['router'] ?? $this->getRouterService()));
  12651.     }
  12652.     /**
  12653.      * Gets the private 'App\Form\Exercise\ExerciseType' shared autowired service.
  12654.      *
  12655.      * @return \App\Form\Exercise\ExerciseType
  12656.      */
  12657.     protected function getExerciseTypeService()
  12658.     {
  12659.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12660.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12661.         include_once \dirname(__DIR__4).'/src/Form/Exercise/ExerciseType.php';
  12662.         return $this->privates['App\\Form\\Exercise\\ExerciseType'] = new \App\Form\Exercise\ExerciseType();
  12663.     }
  12664.     /**
  12665.      * Gets the private 'App\Form\Exercise\Question\MultipleChoiceAnswerType' shared autowired service.
  12666.      *
  12667.      * @return \App\Form\Exercise\Question\MultipleChoiceAnswerType
  12668.      */
  12669.     protected function getMultipleChoiceAnswerTypeService()
  12670.     {
  12671.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12673.         include_once \dirname(__DIR__4).'/src/Form/Exercise/Question/MultipleChoiceAnswerType.php';
  12674.         return $this->privates['App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType'] = new \App\Form\Exercise\Question\MultipleChoiceAnswerType();
  12675.     }
  12676.     /**
  12677.      * Gets the private 'App\Form\Exercise\Question\MultipleChoiceQuestionType' shared autowired service.
  12678.      *
  12679.      * @return \App\Form\Exercise\Question\MultipleChoiceQuestionType
  12680.      */
  12681.     protected function getMultipleChoiceQuestionTypeService()
  12682.     {
  12683.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12684.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12685.         include_once \dirname(__DIR__4).'/src/Form/Exercise/Question/MultipleChoiceQuestionType.php';
  12686.         return $this->privates['App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType'] = new \App\Form\Exercise\Question\MultipleChoiceQuestionType();
  12687.     }
  12688.     /**
  12689.      * Gets the private 'App\Form\Exercise\Question\QuestionType' shared autowired service.
  12690.      *
  12691.      * @return \App\Form\Exercise\Question\QuestionType
  12692.      */
  12693.     protected function getQuestionTypeService()
  12694.     {
  12695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12697.         include_once \dirname(__DIR__4).'/src/Form/Exercise/Question/QuestionType.php';
  12698.         return $this->privates['App\\Form\\Exercise\\Question\\QuestionType'] = new \App\Form\Exercise\Question\QuestionType();
  12699.     }
  12700.     /**
  12701.      * Gets the private 'App\Form\Exercise\User\ChoiceAnswerType' shared autowired service.
  12702.      *
  12703.      * @return \App\Form\Exercise\User\ChoiceAnswerType
  12704.      */
  12705.     protected function getChoiceAnswerTypeService()
  12706.     {
  12707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12709.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/ChoiceAnswerType.php';
  12710.         return $this->privates['App\\Form\\Exercise\\User\\ChoiceAnswerType'] = new \App\Form\Exercise\User\ChoiceAnswerType();
  12711.     }
  12712.     /**
  12713.      * Gets the private 'App\Form\Exercise\User\ExerciseResultType' shared autowired service.
  12714.      *
  12715.      * @return \App\Form\Exercise\User\ExerciseResultType
  12716.      */
  12717.     protected function getExerciseResultTypeService()
  12718.     {
  12719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12721.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/ExerciseResultType.php';
  12722.         return $this->privates['App\\Form\\Exercise\\User\\ExerciseResultType'] = new \App\Form\Exercise\User\ExerciseResultType();
  12723.     }
  12724.     /**
  12725.      * Gets the private 'App\Form\Exercise\User\MultipleChoiceQuestionResultType' shared autowired service.
  12726.      *
  12727.      * @return \App\Form\Exercise\User\MultipleChoiceQuestionResultType
  12728.      */
  12729.     protected function getMultipleChoiceQuestionResultTypeService()
  12730.     {
  12731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12733.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/MultipleChoiceQuestionResultType.php';
  12734.         return $this->privates['App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType'] = new \App\Form\Exercise\User\MultipleChoiceQuestionResultType();
  12735.     }
  12736.     /**
  12737.      * Gets the private 'App\Form\Exercise\User\QuestionResultType' shared autowired service.
  12738.      *
  12739.      * @return \App\Form\Exercise\User\QuestionResultType
  12740.      */
  12741.     protected function getQuestionResultTypeService()
  12742.     {
  12743.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12745.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/QuestionResultType.php';
  12746.         return $this->privates['App\\Form\\Exercise\\User\\QuestionResultType'] = new \App\Form\Exercise\User\QuestionResultType();
  12747.     }
  12748.     /**
  12749.      * Gets the private 'App\Form\Forum\MessageAnswerType' shared autowired service.
  12750.      *
  12751.      * @return \App\Form\Forum\MessageAnswerType
  12752.      */
  12753.     protected function getMessageAnswerTypeService()
  12754.     {
  12755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12757.         include_once \dirname(__DIR__4).'/src/Form/Forum/MessageAnswerType.php';
  12758.         return $this->privates['App\\Form\\Forum\\MessageAnswerType'] = new \App\Form\Forum\MessageAnswerType();
  12759.     }
  12760.     /**
  12761.      * Gets the private 'App\Form\Forum\MessageType' shared autowired service.
  12762.      *
  12763.      * @return \App\Form\Forum\MessageType
  12764.      */
  12765.     protected function getMessageTypeService()
  12766.     {
  12767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12769.         include_once \dirname(__DIR__4).'/src/Form/Forum/MessageType.php';
  12770.         return $this->privates['App\\Form\\Forum\\MessageType'] = new \App\Form\Forum\MessageType();
  12771.     }
  12772.     /**
  12773.      * Gets the private 'App\Form\Manager\Filter\Api\LessonScholarFilterType' shared autowired service.
  12774.      *
  12775.      * @return \App\Form\Manager\Filter\Api\LessonScholarFilterType
  12776.      */
  12777.     protected function getLessonScholarFilterTypeService()
  12778.     {
  12779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12781.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Api/LessonScholarFilterType.php';
  12782.         return $this->privates['App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType'] = new \App\Form\Manager\Filter\Api\LessonScholarFilterType();
  12783.     }
  12784.     /**
  12785.      * Gets the private 'App\Form\Manager\Filter\Channel\ChannelFilterType' shared autowired service.
  12786.      *
  12787.      * @return \App\Form\Manager\Filter\Channel\ChannelFilterType
  12788.      */
  12789.     protected function getChannelFilterTypeService()
  12790.     {
  12791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12793.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/ChannelFilterType.php';
  12794.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType'] = new \App\Form\Manager\Filter\Channel\ChannelFilterType();
  12795.     }
  12796.     /**
  12797.      * Gets the private 'App\Form\Manager\Filter\Channel\Exercise\CollectionFilter' shared autowired service.
  12798.      *
  12799.      * @return \App\Form\Manager\Filter\Channel\Exercise\CollectionFilter
  12800.      */
  12801.     protected function getCollectionFilterService()
  12802.     {
  12803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12805.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/Exercise/CollectionFilter.php';
  12806.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter'] = new \App\Form\Manager\Filter\Channel\Exercise\CollectionFilter();
  12807.     }
  12808.     /**
  12809.      * Gets the private 'App\Form\Manager\Filter\Channel\LessonMessageFilterType' shared autowired service.
  12810.      *
  12811.      * @return \App\Form\Manager\Filter\Channel\LessonMessageFilterType
  12812.      */
  12813.     protected function getLessonMessageFilterTypeService()
  12814.     {
  12815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12817.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/LessonMessageFilterType.php';
  12818.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\LessonMessageFilterType'] = new \App\Form\Manager\Filter\Channel\LessonMessageFilterType();
  12819.     }
  12820.     /**
  12821.      * Gets the private 'App\Form\Manager\Filter\Channel\LessonReviewFilterType' shared autowired service.
  12822.      *
  12823.      * @return \App\Form\Manager\Filter\Channel\LessonReviewFilterType
  12824.      */
  12825.     protected function getLessonReviewFilterTypeService()
  12826.     {
  12827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12829.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/LessonReviewFilterType.php';
  12830.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType'] = new \App\Form\Manager\Filter\Channel\LessonReviewFilterType();
  12831.     }
  12832.     /**
  12833.      * Gets the private 'App\Form\Manager\Filter\Channel\LessonScholarFilter' shared autowired service.
  12834.      *
  12835.      * @return \App\Form\Manager\Filter\Channel\LessonScholarFilter
  12836.      */
  12837.     protected function getLessonScholarFilterService()
  12838.     {
  12839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12841.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/LessonScholarFilter.php';
  12842.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter'] = new \App\Form\Manager\Filter\Channel\LessonScholarFilter();
  12843.     }
  12844.     /**
  12845.      * Gets the private 'App\Form\Manager\Filter\Channel\ScholarCollectionFilter' shared autowired service.
  12846.      *
  12847.      * @return \App\Form\Manager\Filter\Channel\ScholarCollectionFilter
  12848.      */
  12849.     protected function getScholarCollectionFilterService()
  12850.     {
  12851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12853.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/ScholarCollectionFilter.php';
  12854.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter'] = new \App\Form\Manager\Filter\Channel\ScholarCollectionFilter();
  12855.     }
  12856.     /**
  12857.      * Gets the private 'App\Form\Manager\Filter\Channel\SharedContent\ShareProgressFilterType' shared autowired service.
  12858.      *
  12859.      * @return \App\Form\Manager\Filter\Channel\SharedContent\ShareProgressFilterType
  12860.      */
  12861.     protected function getShareProgressFilterTypeService()
  12862.     {
  12863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12865.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/SharedContent/ShareProgressFilterType.php';
  12866.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\SharedContent\\ShareProgressFilterType'] = new \App\Form\Manager\Filter\Channel\SharedContent\ShareProgressFilterType();
  12867.     }
  12868.     /**
  12869.      * Gets the private 'App\Form\Manager\Filter\Channel\SharedContent\SharedChannelFilterType' shared autowired service.
  12870.      *
  12871.      * @return \App\Form\Manager\Filter\Channel\SharedContent\SharedChannelFilterType
  12872.      */
  12873.     protected function getSharedChannelFilterTypeService()
  12874.     {
  12875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12877.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/SharedContent/SharedChannelFilterType.php';
  12878.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedChannelFilterType'] = new \App\Form\Manager\Filter\Channel\SharedContent\SharedChannelFilterType();
  12879.     }
  12880.     /**
  12881.      * Gets the private 'App\Form\Manager\Filter\Channel\SharedContent\SharedContentFilterType' shared autowired service.
  12882.      *
  12883.      * @return \App\Form\Manager\Filter\Channel\SharedContent\SharedContentFilterType
  12884.      */
  12885.     protected function getSharedContentFilterTypeService()
  12886.     {
  12887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12889.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/SharedContent/SharedContentFilterType.php';
  12890.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedContentFilterType'] = new \App\Form\Manager\Filter\Channel\SharedContent\SharedContentFilterType();
  12891.     }
  12892.     /**
  12893.      * Gets the private 'App\Form\Manager\Filter\UserFilter' shared autowired service.
  12894.      *
  12895.      * @return \App\Form\Manager\Filter\UserFilter
  12896.      */
  12897.     protected function getUserFilter2Service()
  12898.     {
  12899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12901.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/UserFilter.php';
  12902.         return $this->privates['App\\Form\\Manager\\Filter\\UserFilter'] = new \App\Form\Manager\Filter\UserFilter();
  12903.     }
  12904.     /**
  12905.      * Gets the private 'App\Form\Payment\FundingType' shared autowired service.
  12906.      *
  12907.      * @return \App\Form\Payment\FundingType
  12908.      */
  12909.     protected function getFundingTypeService()
  12910.     {
  12911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12913.         include_once \dirname(__DIR__4).'/src/Form/Payment/FundingType.php';
  12914.         return $this->privates['App\\Form\\Payment\\FundingType'] = new \App\Form\Payment\FundingType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  12915.     }
  12916.     /**
  12917.      * Gets the private 'App\Form\Scholar\ChapterType' shared autowired service.
  12918.      *
  12919.      * @return \App\Form\Scholar\ChapterType
  12920.      */
  12921.     protected function getChapterTypeService()
  12922.     {
  12923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12925.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ChapterType.php';
  12926.         return $this->privates['App\\Form\\Scholar\\ChapterType'] = new \App\Form\Scholar\ChapterType();
  12927.     }
  12928.     /**
  12929.      * Gets the private 'App\Form\Scholar\LessonPrerequisiteType' shared autowired service.
  12930.      *
  12931.      * @return \App\Form\Scholar\LessonPrerequisiteType
  12932.      */
  12933.     protected function getLessonPrerequisiteTypeService()
  12934.     {
  12935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12937.         include_once \dirname(__DIR__4).'/src/Form/Scholar/LessonPrerequisiteType.php';
  12938.         return $this->privates['App\\Form\\Scholar\\LessonPrerequisiteType'] = new \App\Form\Scholar\LessonPrerequisiteType();
  12939.     }
  12940.     /**
  12941.      * Gets the private 'App\Form\Scholar\LessonReviewType' shared autowired service.
  12942.      *
  12943.      * @return \App\Form\Scholar\LessonReviewType
  12944.      */
  12945.     protected function getLessonReviewTypeService()
  12946.     {
  12947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12949.         include_once \dirname(__DIR__4).'/src/Form/Scholar/LessonReviewType.php';
  12950.         return $this->privates['App\\Form\\Scholar\\LessonReviewType'] = new \App\Form\Scholar\LessonReviewType();
  12951.     }
  12952.     /**
  12953.      * Gets the private 'App\Form\Scholar\LessonType' shared autowired service.
  12954.      *
  12955.      * @return \App\Form\Scholar\LessonType
  12956.      */
  12957.     protected function getLessonTypeService()
  12958.     {
  12959.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12961.         include_once \dirname(__DIR__4).'/src/Form/Scholar/LessonType.php';
  12962.         return $this->privates['App\\Form\\Scholar\\LessonType'] = new \App\Form\Scholar\LessonType(($this->services['router'] ?? $this->getRouterService()));
  12963.     }
  12964.     /**
  12965.      * Gets the private 'App\Form\Scholar\ModuleLessonType' shared autowired service.
  12966.      *
  12967.      * @return \App\Form\Scholar\ModuleLessonType
  12968.      */
  12969.     protected function getModuleLessonTypeService()
  12970.     {
  12971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12973.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ModuleLessonType.php';
  12974.         return $this->privates['App\\Form\\Scholar\\ModuleLessonType'] = new \App\Form\Scholar\ModuleLessonType();
  12975.     }
  12976.     /**
  12977.      * Gets the private 'App\Form\Scholar\ModuleType' shared autowired service.
  12978.      *
  12979.      * @return \App\Form\Scholar\ModuleType
  12980.      */
  12981.     protected function getModuleTypeService()
  12982.     {
  12983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12984.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12985.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ModuleType.php';
  12986.         return $this->privates['App\\Form\\Scholar\\ModuleType'] = new \App\Form\Scholar\ModuleType();
  12987.     }
  12988.     /**
  12989.      * Gets the private 'App\Form\Scholar\MultipleAskForReferentCorrectionType' shared autowired service.
  12990.      *
  12991.      * @return \App\Form\Scholar\MultipleAskForReferentCorrectionType
  12992.      */
  12993.     protected function getMultipleAskForReferentCorrectionTypeService()
  12994.     {
  12995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12997.         include_once \dirname(__DIR__4).'/src/Form/Scholar/MultipleAskForReferentCorrectionType.php';
  12998.         return $this->privates['App\\Form\\Scholar\\MultipleAskForReferentCorrectionType'] = new \App\Form\Scholar\MultipleAskForReferentCorrectionType();
  12999.     }
  13000.     /**
  13001.      * Gets the private 'App\Form\Scholar\MultipleChatBotType' shared autowired service.
  13002.      *
  13003.      * @return \App\Form\Scholar\MultipleChatBotType
  13004.      */
  13005.     protected function getMultipleChatBotTypeService()
  13006.     {
  13007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13009.         include_once \dirname(__DIR__4).'/src/Form/Scholar/MultipleChatBotType.php';
  13010.         return $this->privates['App\\Form\\Scholar\\MultipleChatBotType'] = new \App\Form\Scholar\MultipleChatBotType();
  13011.     }
  13012.     /**
  13013.      * Gets the private 'App\Form\Scholar\MultipleReferralTrainerType' shared autowired service.
  13014.      *
  13015.      * @return \App\Form\Scholar\MultipleReferralTrainerType
  13016.      */
  13017.     protected function getMultipleReferralTrainerTypeService()
  13018.     {
  13019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13021.         include_once \dirname(__DIR__4).'/src/Form/Scholar/MultipleReferralTrainerType.php';
  13022.         return $this->privates['App\\Form\\Scholar\\MultipleReferralTrainerType'] = new \App\Form\Scholar\MultipleReferralTrainerType(($this->services['router'] ?? $this->getRouterService()));
  13023.     }
  13024.     /**
  13025.      * Gets the private 'App\Form\Scholar\PracticalCaseCorrectionType' shared autowired service.
  13026.      *
  13027.      * @return \App\Form\Scholar\PracticalCaseCorrectionType
  13028.      */
  13029.     protected function getPracticalCaseCorrectionTypeService()
  13030.     {
  13031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13033.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseCorrectionType.php';
  13034.         return $this->privates['App\\Form\\Scholar\\PracticalCaseCorrectionType'] = new \App\Form\Scholar\PracticalCaseCorrectionType();
  13035.     }
  13036.     /**
  13037.      * Gets the private 'App\Form\Scholar\PracticalCaseResourceType' shared autowired service.
  13038.      *
  13039.      * @return \App\Form\Scholar\PracticalCaseResourceType
  13040.      */
  13041.     protected function getPracticalCaseResourceTypeService()
  13042.     {
  13043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13045.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseResourceType.php';
  13046.         return $this->privates['App\\Form\\Scholar\\PracticalCaseResourceType'] = new \App\Form\Scholar\PracticalCaseResourceType();
  13047.     }
  13048.     /**
  13049.      * Gets the private 'App\Form\Scholar\PracticalCaseResponseType' shared autowired service.
  13050.      *
  13051.      * @return \App\Form\Scholar\PracticalCaseResponseType
  13052.      */
  13053.     protected function getPracticalCaseResponseTypeService()
  13054.     {
  13055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13057.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseResponseType.php';
  13058.         return $this->privates['App\\Form\\Scholar\\PracticalCaseResponseType'] = new \App\Form\Scholar\PracticalCaseResponseType();
  13059.     }
  13060.     /**
  13061.      * Gets the private 'App\Form\Scholar\PracticalCaseType' shared autowired service.
  13062.      *
  13063.      * @return \App\Form\Scholar\PracticalCaseType
  13064.      */
  13065.     protected function getPracticalCaseTypeService()
  13066.     {
  13067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13069.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseType.php';
  13070.         return $this->privates['App\\Form\\Scholar\\PracticalCaseType'] = new \App\Form\Scholar\PracticalCaseType(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()));
  13071.     }
  13072.     /**
  13073.      * Gets the private 'App\Form\Scholar\ReferralTrainerType' shared autowired service.
  13074.      *
  13075.      * @return \App\Form\Scholar\ReferralTrainerType
  13076.      */
  13077.     protected function getReferralTrainerTypeService()
  13078.     {
  13079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13081.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ReferralTrainerType.php';
  13082.         return $this->privates['App\\Form\\Scholar\\ReferralTrainerType'] = new \App\Form\Scholar\ReferralTrainerType();
  13083.     }
  13084.     /**
  13085.      * Gets the private 'App\Form\Scholar\ScholarInterfaceSelektor' shared autowired service.
  13086.      *
  13087.      * @return \App\Form\Scholar\ScholarInterfaceSelektor
  13088.      */
  13089.     protected function getScholarInterfaceSelektorService()
  13090.     {
  13091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13093.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ScholarInterfaceSelektor.php';
  13094.         return $this->privates['App\\Form\\Scholar\\ScholarInterfaceSelektor'] = new \App\Form\Scholar\ScholarInterfaceSelektor();
  13095.     }
  13096.     /**
  13097.      * Gets the private 'App\Form\Scholar\TrainingDescriptionType' shared autowired service.
  13098.      *
  13099.      * @return \App\Form\Scholar\TrainingDescriptionType
  13100.      */
  13101.     protected function getTrainingDescriptionTypeService()
  13102.     {
  13103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13105.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingDescriptionType.php';
  13106.         return $this->privates['App\\Form\\Scholar\\TrainingDescriptionType'] = new \App\Form\Scholar\TrainingDescriptionType();
  13107.     }
  13108.     /**
  13109.      * Gets the private 'App\Form\Scholar\TrainingModuleType' shared autowired service.
  13110.      *
  13111.      * @return \App\Form\Scholar\TrainingModuleType
  13112.      */
  13113.     protected function getTrainingModuleTypeService()
  13114.     {
  13115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13117.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingModuleType.php';
  13118.         return $this->privates['App\\Form\\Scholar\\TrainingModuleType'] = new \App\Form\Scholar\TrainingModuleType();
  13119.     }
  13120.     /**
  13121.      * Gets the private 'App\Form\Scholar\TrainingProductType' shared autowired service.
  13122.      *
  13123.      * @return \App\Form\Scholar\TrainingProductType
  13124.      */
  13125.     protected function getTrainingProductTypeService()
  13126.     {
  13127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13129.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingProductType.php';
  13130.         return $this->privates['App\\Form\\Scholar\\TrainingProductType'] = new \App\Form\Scholar\TrainingProductType();
  13131.     }
  13132.     /**
  13133.      * Gets the private 'App\Form\Scholar\TrainingType' shared autowired service.
  13134.      *
  13135.      * @return \App\Form\Scholar\TrainingType
  13136.      */
  13137.     protected function getTrainingTypeService()
  13138.     {
  13139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13141.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingType.php';
  13142.         return $this->privates['App\\Form\\Scholar\\TrainingType'] = new \App\Form\Scholar\TrainingType();
  13143.     }
  13144.     /**
  13145.      * Gets the private 'App\Form\Share\ShareContentType' shared autowired service.
  13146.      *
  13147.      * @return \App\Form\Share\ShareContentType
  13148.      */
  13149.     protected function getShareContentTypeService()
  13150.     {
  13151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13153.         include_once \dirname(__DIR__4).'/src/Form/Share/ShareContentType.php';
  13154.         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()));
  13155.     }
  13156.     /**
  13157.      * Gets the private 'App\Form\TemplatePage\CreatePageType' shared autowired service.
  13158.      *
  13159.      * @return \App\Form\TemplatePage\CreatePageType
  13160.      */
  13161.     protected function getCreatePageTypeService()
  13162.     {
  13163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13165.         include_once \dirname(__DIR__4).'/src/Form/TemplatePage/CreatePageType.php';
  13166.         return $this->privates['App\\Form\\TemplatePage\\CreatePageType'] = new \App\Form\TemplatePage\CreatePageType();
  13167.     }
  13168.     /**
  13169.      * Gets the private 'App\Menu\Admin\DrawerBuilder' shared autowired service.
  13170.      *
  13171.      * @return \App\Menu\Admin\DrawerBuilder
  13172.      */
  13173.     protected function getDrawerBuilderService()
  13174.     {
  13175.         include_once \dirname(__DIR__4).'/src/Menu/Admin/DrawerBuilder.php';
  13176.         return $this->privates['App\\Menu\\Admin\\DrawerBuilder'] = new \App\Menu\Admin\DrawerBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13177.     }
  13178.     /**
  13179.      * Gets the private 'App\Menu\Front\DrawerBuilder' shared autowired service.
  13180.      *
  13181.      * @return \App\Menu\Front\DrawerBuilder
  13182.      */
  13183.     protected function getDrawerBuilder2Service()
  13184.     {
  13185.         include_once \dirname(__DIR__4).'/src/Menu/Front/DrawerBuilder.php';
  13186.         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()));
  13187.     }
  13188.     /**
  13189.      * Gets the private 'App\Repository\Account\AdviceRepository' shared autowired service.
  13190.      *
  13191.      * @return \App\Repository\Account\AdviceRepository
  13192.      */
  13193.     protected function getAdviceRepositoryService()
  13194.     {
  13195.         include_once \dirname(__DIR__4).'/src/Repository/Account/AdviceRepository.php';
  13196.         return $this->privates['App\\Repository\\Account\\AdviceRepository'] = new \App\Repository\Account\AdviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13197.     }
  13198.     /**
  13199.      * Gets the private 'App\Repository\Account\LogUserDataRepository' shared autowired service.
  13200.      *
  13201.      * @return \App\Repository\Account\LogUserDataRepository
  13202.      */
  13203.     protected function getLogUserDataRepositoryService()
  13204.     {
  13205.         include_once \dirname(__DIR__4).'/src/Repository/Account/LogUserDataRepository.php';
  13206.         return $this->privates['App\\Repository\\Account\\LogUserDataRepository'] = new \App\Repository\Account\LogUserDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13207.     }
  13208.     /**
  13209.      * Gets the private 'App\Repository\Account\NotificationRepository' shared autowired service.
  13210.      *
  13211.      * @return \App\Repository\Account\NotificationRepository
  13212.      */
  13213.     protected function getNotificationRepositoryService()
  13214.     {
  13215.         include_once \dirname(__DIR__4).'/src/Repository/Account/NotificationRepository.php';
  13216.         return $this->privates['App\\Repository\\Account\\NotificationRepository'] = new \App\Repository\Account\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13217.     }
  13218.     /**
  13219.      * Gets the private 'App\Repository\Account\UserRepository' shared autowired service.
  13220.      *
  13221.      * @return \App\Repository\Account\UserRepository
  13222.      */
  13223.     protected function getUserRepositoryService()
  13224.     {
  13225.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/UserRepositoryInterface.php';
  13226.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/AbstractUserRepository.php';
  13227.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryInterface.php';
  13228.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryTrait.php';
  13229.         include_once \dirname(__DIR__4).'/src/Repository/Account/UserRepository.php';
  13230.         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()));
  13231.     }
  13232.     /**
  13233.      * Gets the private 'App\Repository\Achievement\AchievementChapterRepository' shared autowired service.
  13234.      *
  13235.      * @return \App\Repository\Achievement\AchievementChapterRepository
  13236.      */
  13237.     protected function getAchievementChapterRepositoryService()
  13238.     {
  13239.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  13240.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementChapterRepository.php';
  13241.         return $this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] = new \App\Repository\Achievement\AchievementChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13242.     }
  13243.     /**
  13244.      * Gets the private 'App\Repository\Achievement\AchievementContentRepository' shared autowired service.
  13245.      *
  13246.      * @return \App\Repository\Achievement\AchievementContentRepository
  13247.      */
  13248.     protected function getAchievementContentRepositoryService()
  13249.     {
  13250.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  13251.         return $this->privates['App\\Repository\\Achievement\\AchievementContentRepository'] = new \App\Repository\Achievement\AchievementContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13252.     }
  13253.     /**
  13254.      * Gets the private 'App\Repository\Achievement\AchievementLessonRepository' shared autowired service.
  13255.      *
  13256.      * @return \App\Repository\Achievement\AchievementLessonRepository
  13257.      */
  13258.     protected function getAchievementLessonRepositoryService()
  13259.     {
  13260.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  13261.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementLessonRepository.php';
  13262.         return $this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] = new \App\Repository\Achievement\AchievementLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13263.     }
  13264.     /**
  13265.      * Gets the private 'App\Repository\Achievement\AchievementModuleRepository' shared autowired service.
  13266.      *
  13267.      * @return \App\Repository\Achievement\AchievementModuleRepository
  13268.      */
  13269.     protected function getAchievementModuleRepositoryService()
  13270.     {
  13271.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  13272.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementModuleRepository.php';
  13273.         return $this->privates['App\\Repository\\Achievement\\AchievementModuleRepository'] = new \App\Repository\Achievement\AchievementModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13274.     }
  13275.     /**
  13276.      * Gets the private 'App\Repository\Achievement\AchievementTimeLogLessonRepository' shared autowired service.
  13277.      *
  13278.      * @return \App\Repository\Achievement\AchievementTimeLogLessonRepository
  13279.      */
  13280.     protected function getAchievementTimeLogLessonRepositoryService()
  13281.     {
  13282.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementTimeLogLessonRepository.php';
  13283.         return $this->privates['App\\Repository\\Achievement\\AchievementTimeLogLessonRepository'] = new \App\Repository\Achievement\AchievementTimeLogLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13284.     }
  13285.     /**
  13286.      * Gets the private 'App\Repository\Achievement\AchievementTimeLogRepository' shared autowired service.
  13287.      *
  13288.      * @return \App\Repository\Achievement\AchievementTimeLogRepository
  13289.      */
  13290.     protected function getAchievementTimeLogRepositoryService()
  13291.     {
  13292.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementTimeLogRepository.php';
  13293.         return $this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] = new \App\Repository\Achievement\AchievementTimeLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13294.     }
  13295.     /**
  13296.      * Gets the private 'App\Repository\Achievement\AchievementTrainingRepository' shared autowired service.
  13297.      *
  13298.      * @return \App\Repository\Achievement\AchievementTrainingRepository
  13299.      */
  13300.     protected function getAchievementTrainingRepositoryService()
  13301.     {
  13302.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  13303.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementTrainingRepository.php';
  13304.         return $this->privates['App\\Repository\\Achievement\\AchievementTrainingRepository'] = new \App\Repository\Achievement\AchievementTrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13305.     }
  13306.     /**
  13307.      * Gets the private 'App\Repository\ChannelUserData\AbstractCursusRepository' shared autowired service.
  13308.      *
  13309.      * @return \App\Repository\ChannelUserData\AbstractCursusRepository
  13310.      */
  13311.     protected function getAbstractCursusRepositoryService()
  13312.     {
  13313.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/AbstractCursusRepository/AbstractCursusRepositoryInterface.php';
  13314.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/AbstractCursusRepository/AbstractCursusRepositoryTrait.php';
  13315.         include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/AbstractCursusRepository.php';
  13316.         return $this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] = new \App\Repository\ChannelUserData\AbstractCursusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13317.     }
  13318.     /**
  13319.      * Gets the private 'App\Repository\ChannelUserData\ChannelUserDataRepository' shared autowired service.
  13320.      *
  13321.      * @return \App\Repository\ChannelUserData\ChannelUserDataRepository
  13322.      */
  13323.     protected function getChannelUserDataRepositoryService()
  13324.     {
  13325.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  13326.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/AdminChannelUserDataRepositoryInterface.php';
  13327.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/ChannelUserDataRepositoryInterface.php';
  13328.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/AbstractChannelUserDataRepository.php';
  13329.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/SyncedAdminChannelUserDataRepositoryTrait.php';
  13330.         include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/ChannelUserDataRepository.php';
  13331.         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()));
  13332.     }
  13333.     /**
  13334.      * Gets the private 'App\Repository\Channel\ChannelDescriptionRepository' shared autowired service.
  13335.      *
  13336.      * @return \App\Repository\Channel\ChannelDescriptionRepository
  13337.      */
  13338.     protected function getChannelDescriptionRepositoryService()
  13339.     {
  13340.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelDescriptionRepository.php';
  13341.         return $this->privates['App\\Repository\\Channel\\ChannelDescriptionRepository'] = new \App\Repository\Channel\ChannelDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13342.     }
  13343.     /**
  13344.      * Gets the private 'App\Repository\Channel\ChannelGalleryRepository' shared autowired service.
  13345.      *
  13346.      * @return \App\Repository\Channel\ChannelGalleryRepository
  13347.      */
  13348.     protected function getChannelGalleryRepositoryService()
  13349.     {
  13350.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelGalleryRepository.php';
  13351.         return $this->privates['App\\Repository\\Channel\\ChannelGalleryRepository'] = new \App\Repository\Channel\ChannelGalleryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13352.     }
  13353.     /**
  13354.      * Gets the private 'App\Repository\Channel\ChannelRepository' shared autowired service.
  13355.      *
  13356.      * @return \App\Repository\Channel\ChannelRepository
  13357.      */
  13358.     protected function getChannelRepositoryService()
  13359.     {
  13360.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/ChannelRepositoryInterface.php';
  13361.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/AbstractChannelRepository.php';
  13362.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelRepository.php';
  13363.         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()));
  13364.     }
  13365.     /**
  13366.      * Gets the private 'App\Repository\Channel\ChannelWhiteLabelRepository' shared autowired service.
  13367.      *
  13368.      * @return \App\Repository\Channel\ChannelWhiteLabelRepository
  13369.      */
  13370.     protected function getChannelWhiteLabelRepositoryService()
  13371.     {
  13372.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/ChannelWhiteLabelRepositoryInterface.php';
  13373.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/AbstractChannelWhiteLabelRepository.php';
  13374.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelWhiteLabelRepository.php';
  13375.         return $this->privates['App\\Repository\\Channel\\ChannelWhiteLabelRepository'] = new \App\Repository\Channel\ChannelWhiteLabelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  13376.     }
  13377.     /**
  13378.      * Gets the private 'App\Repository\Channel\GroupRepository' shared autowired service.
  13379.      *
  13380.      * @return \App\Repository\Channel\GroupRepository
  13381.      */
  13382.     protected function getGroupRepositoryService()
  13383.     {
  13384.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/GroupRepository/GroupRepositoryInterface.php';
  13385.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/GroupRepository/GroupRepositoryTrait.php';
  13386.         include_once \dirname(__DIR__4).'/src/Repository/Channel/GroupRepository.php';
  13387.         return $this->privates['App\\Repository\\Channel\\GroupRepository'] = new \App\Repository\Channel\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13388.     }
  13389.     /**
  13390.      * Gets the private 'App\Repository\Channel\ImageRepository' shared autowired service.
  13391.      *
  13392.      * @return \App\Repository\Channel\ImageRepository
  13393.      */
  13394.     protected function getImageRepositoryService()
  13395.     {
  13396.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ImageRepository.php';
  13397.         return $this->privates['App\\Repository\\Channel\\ImageRepository'] = new \App\Repository\Channel\ImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13398.     }
  13399.     /**
  13400.      * Gets the private 'App\Repository\Channel\InstitutionRepository' shared autowired service.
  13401.      *
  13402.      * @return \App\Repository\Channel\InstitutionRepository
  13403.      */
  13404.     protected function getInstitutionRepositoryService()
  13405.     {
  13406.         include_once \dirname(__DIR__4).'/src/Repository/Channel/InstitutionRepository.php';
  13407.         return $this->privates['App\\Repository\\Channel\\InstitutionRepository'] = new \App\Repository\Channel\InstitutionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13408.     }
  13409.     /**
  13410.      * Gets the private 'App\Repository\Channel\Partner\PartnerRepository' shared autowired service.
  13411.      *
  13412.      * @return \App\Repository\Channel\Partner\PartnerRepository
  13413.      */
  13414.     protected function getPartnerRepositoryService()
  13415.     {
  13416.         include_once \dirname(__DIR__4).'/src/Repository/Channel/Partner/PartnerRepository.php';
  13417.         return $this->privates['App\\Repository\\Channel\\Partner\\PartnerRepository'] = new \App\Repository\Channel\Partner\PartnerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13418.     }
  13419.     /**
  13420.      * Gets the private 'App\Repository\Channel\ShareContent\AbstractProgressRepository' shared autowired service.
  13421.      *
  13422.      * @return \App\Repository\Channel\ShareContent\AbstractProgressRepository
  13423.      */
  13424.     protected function getAbstractProgressRepositoryService()
  13425.     {
  13426.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ShareContent/AbstractProgressRepository.php';
  13427.         return $this->privates['App\\Repository\\Channel\\ShareContent\\AbstractProgressRepository'] = new \App\Repository\Channel\ShareContent\AbstractProgressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13428.     }
  13429.     /**
  13430.      * Gets the private 'App\Repository\Channel\SharedChannelRepository' shared autowired service.
  13431.      *
  13432.      * @return \App\Repository\Channel\SharedChannelRepository
  13433.      */
  13434.     protected function getSharedChannelRepositoryService()
  13435.     {
  13436.         include_once \dirname(__DIR__4).'/src/Repository/Channel/SharedChannelRepository.php';
  13437.         return $this->privates['App\\Repository\\Channel\\SharedChannelRepository'] = new \App\Repository\Channel\SharedChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13438.     }
  13439.     /**
  13440.      * Gets the private 'App\Repository\Common\AssignableRepository' shared autowired service.
  13441.      *
  13442.      * @return \App\Repository\Common\AssignableRepository
  13443.      */
  13444.     protected function getAssignableRepositoryService()
  13445.     {
  13446.         include_once \dirname(__DIR__4).'/src/Repository/Common/AssignableRepository.php';
  13447.         return $this->privates['App\\Repository\\Common\\AssignableRepository'] = new \App\Repository\Common\AssignableRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13448.     }
  13449.     /**
  13450.      * Gets the private 'App\Repository\Common\FileRepository' shared autowired service.
  13451.      *
  13452.      * @return \App\Repository\Common\FileRepository
  13453.      */
  13454.     protected function getFileRepositoryService()
  13455.     {
  13456.         include_once \dirname(__DIR__4).'/src/Repository/Common/FileRepository.php';
  13457.         return $this->privates['App\\Repository\\Common\\FileRepository'] = new \App\Repository\Common\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13458.     }
  13459.     /**
  13460.      * Gets the private 'App\Repository\Exercise\ExerciseRepository' shared autowired service.
  13461.      *
  13462.      * @return \App\Repository\Exercise\ExerciseRepository
  13463.      */
  13464.     protected function getExerciseRepositoryService()
  13465.     {
  13466.         include_once \dirname(__DIR__4).'/src/Repository/Exercise/ExerciseRepository.php';
  13467.         return $this->privates['App\\Repository\\Exercise\\ExerciseRepository'] = new \App\Repository\Exercise\ExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13468.     }
  13469.     /**
  13470.      * Gets the private 'App\Repository\Exercise\OriginExerciseRepository' shared autowired service.
  13471.      *
  13472.      * @return \App\Repository\Exercise\OriginExerciseRepository
  13473.      */
  13474.     protected function getOriginExerciseRepositoryService()
  13475.     {
  13476.         include_once \dirname(__DIR__4).'/src/Repository/Exercise/OriginExerciseRepository.php';
  13477.         return $this->privates['App\\Repository\\Exercise\\OriginExerciseRepository'] = new \App\Repository\Exercise\OriginExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13478.     }
  13479.     /**
  13480.      * Gets the private 'App\Repository\Exercise\User\ExerciseResultRepository' shared autowired service.
  13481.      *
  13482.      * @return \App\Repository\Exercise\User\ExerciseResultRepository
  13483.      */
  13484.     protected function getExerciseResultRepositoryService()
  13485.     {
  13486.         include_once \dirname(__DIR__4).'/src/Repository/Exercise/User/ExerciseResultRepository.php';
  13487.         return $this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] = new \App\Repository\Exercise\User\ExerciseResultRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13488.     }
  13489.     /**
  13490.      * Gets the private 'App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository' shared autowired service.
  13491.      *
  13492.      * @return \App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository
  13493.      */
  13494.     protected function getMultipleChoiceQuestionResultRepositoryService()
  13495.     {
  13496.         include_once \dirname(__DIR__4).'/src/Repository/Exercise/User/MultipleChoiceQuestionResultRepository.php';
  13497.         return $this->privates['App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository'] = new \App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13498.     }
  13499.     /**
  13500.      * Gets the private 'App\Repository\Forum\AbstractMessageRepository' shared autowired service.
  13501.      *
  13502.      * @return \App\Repository\Forum\AbstractMessageRepository
  13503.      */
  13504.     protected function getAbstractMessageRepositoryService()
  13505.     {
  13506.         include_once \dirname(__DIR__4).'/src/Repository/Forum/AbstractMessageRepository.php';
  13507.         return $this->privates['App\\Repository\\Forum\\AbstractMessageRepository'] = new \App\Repository\Forum\AbstractMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13508.     }
  13509.     /**
  13510.      * Gets the private 'App\Repository\Forum\ChapterMessageRepository' shared autowired service.
  13511.      *
  13512.      * @return \App\Repository\Forum\ChapterMessageRepository
  13513.      */
  13514.     protected function getChapterMessageRepositoryService()
  13515.     {
  13516.         include_once \dirname(__DIR__4).'/src/Repository/Forum/ChapterMessageRepository.php';
  13517.         return $this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] = new \App\Repository\Forum\ChapterMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13518.     }
  13519.     /**
  13520.      * Gets the private 'App\Repository\Payment\LessonProductRepository' shared autowired service.
  13521.      *
  13522.      * @return \App\Repository\Payment\LessonProductRepository
  13523.      */
  13524.     protected function getLessonProductRepositoryService()
  13525.     {
  13526.         include_once \dirname(__DIR__4).'/src/Repository/Payment/LessonProductRepository.php';
  13527.         return $this->privates['App\\Repository\\Payment\\LessonProductRepository'] = new \App\Repository\Payment\LessonProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13528.     }
  13529.     /**
  13530.      * Gets the private 'App\Repository\Payment\ModuleProductRepository' shared autowired service.
  13531.      *
  13532.      * @return \App\Repository\Payment\ModuleProductRepository
  13533.      */
  13534.     protected function getModuleProductRepositoryService()
  13535.     {
  13536.         include_once \dirname(__DIR__4).'/src/Repository/Payment/ModuleProductRepository.php';
  13537.         return $this->privates['App\\Repository\\Payment\\ModuleProductRepository'] = new \App\Repository\Payment\ModuleProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13538.     }
  13539.     /**
  13540.      * Gets the private 'App\Repository\Payment\OrderAttemptRepository' shared autowired service.
  13541.      *
  13542.      * @return \App\Repository\Payment\OrderAttemptRepository
  13543.      */
  13544.     protected function getOrderAttemptRepositoryService()
  13545.     {
  13546.         include_once \dirname(__DIR__4).'/src/Repository/Payment/OrderAttemptRepository.php';
  13547.         return $this->privates['App\\Repository\\Payment\\OrderAttemptRepository'] = new \App\Repository\Payment\OrderAttemptRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13548.     }
  13549.     /**
  13550.      * Gets the private 'App\Repository\Payment\TrainingProductRepository' shared autowired service.
  13551.      *
  13552.      * @return \App\Repository\Payment\TrainingProductRepository
  13553.      */
  13554.     protected function getTrainingProductRepositoryService()
  13555.     {
  13556.         include_once \dirname(__DIR__4).'/src/Repository/Payment/TrainingProductRepository.php';
  13557.         return $this->privates['App\\Repository\\Payment\\TrainingProductRepository'] = new \App\Repository\Payment\TrainingProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13558.     }
  13559.     /**
  13560.      * Gets the private 'App\Repository\Scholar\ChapterRepository' shared autowired service.
  13561.      *
  13562.      * @return \App\Repository\Scholar\ChapterRepository
  13563.      */
  13564.     protected function getChapterRepositoryService()
  13565.     {
  13566.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  13567.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  13568.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ChapterRepository.php';
  13569.         return $this->privates['App\\Repository\\Scholar\\ChapterRepository'] = new \App\Repository\Scholar\ChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13570.     }
  13571.     /**
  13572.      * Gets the private 'App\Repository\Scholar\Indexed\IndexedContentRepository' shared autowired service.
  13573.      *
  13574.      * @return \App\Repository\Scholar\Indexed\IndexedContentRepository
  13575.      */
  13576.     protected function getIndexedContentRepositoryService()
  13577.     {
  13578.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/Indexed/IndexedContentRepository.php';
  13579.         return $this->privates['App\\Repository\\Scholar\\Indexed\\IndexedContentRepository'] = new \App\Repository\Scholar\Indexed\IndexedContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13580.     }
  13581.     /**
  13582.      * Gets the private 'App\Repository\Scholar\LessonPrerequisiteRepository' shared autowired service.
  13583.      *
  13584.      * @return \App\Repository\Scholar\LessonPrerequisiteRepository
  13585.      */
  13586.     protected function getLessonPrerequisiteRepositoryService()
  13587.     {
  13588.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonPrerequisiteRepository.php';
  13589.         return $this->privates['App\\Repository\\Scholar\\LessonPrerequisiteRepository'] = new \App\Repository\Scholar\LessonPrerequisiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13590.     }
  13591.     /**
  13592.      * Gets the private 'App\Repository\Scholar\LessonRepository' shared autowired service.
  13593.      *
  13594.      * @return \App\Repository\Scholar\LessonRepository
  13595.      */
  13596.     protected function getLessonRepositoryService()
  13597.     {
  13598.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
  13599.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  13600.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  13601.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
  13602.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  13603.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonRepository.php';
  13604.         return $this->privates['App\\Repository\\Scholar\\LessonRepository'] = new \App\Repository\Scholar\LessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13605.     }
  13606.     /**
  13607.      * Gets the private 'App\Repository\Scholar\LessonReviewRepository' shared autowired service.
  13608.      *
  13609.      * @return \App\Repository\Scholar\LessonReviewRepository
  13610.      */
  13611.     protected function getLessonReviewRepositoryService()
  13612.     {
  13613.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonReviewRepository.php';
  13614.         return $this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] = new \App\Repository\Scholar\LessonReviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13615.     }
  13616.     /**
  13617.      * Gets the private 'App\Repository\Scholar\LessonStatsRepository' shared autowired service.
  13618.      *
  13619.      * @return \App\Repository\Scholar\LessonStatsRepository
  13620.      */
  13621.     protected function getLessonStatsRepositoryService()
  13622.     {
  13623.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonStatsRepository.php';
  13624.         return $this->privates['App\\Repository\\Scholar\\LessonStatsRepository'] = new \App\Repository\Scholar\LessonStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13625.     }
  13626.     /**
  13627.      * Gets the private 'App\Repository\Scholar\ModulePermissionRepository' shared autowired service.
  13628.      *
  13629.      * @return \App\Repository\Scholar\ModulePermissionRepository
  13630.      */
  13631.     protected function getModulePermissionRepositoryService()
  13632.     {
  13633.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  13634.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  13635.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ModulePermissionRepository.php';
  13636.         return $this->privates['App\\Repository\\Scholar\\ModulePermissionRepository'] = new \App\Repository\Scholar\ModulePermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13637.     }
  13638.     /**
  13639.      * Gets the private 'App\Repository\Scholar\ModuleRepository' shared autowired service.
  13640.      *
  13641.      * @return \App\Repository\Scholar\ModuleRepository
  13642.      */
  13643.     protected function getModuleRepositoryService()
  13644.     {
  13645.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
  13646.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  13647.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  13648.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
  13649.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  13650.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ModuleRepository.php';
  13651.         return $this->privates['App\\Repository\\Scholar\\ModuleRepository'] = new \App\Repository\Scholar\ModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13652.     }
  13653.     /**
  13654.      * Gets the private 'App\Repository\Scholar\OriginChapterRepository' shared autowired service.
  13655.      *
  13656.      * @return \App\Repository\Scholar\OriginChapterRepository
  13657.      */
  13658.     protected function getOriginChapterRepositoryService()
  13659.     {
  13660.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/OriginChapterRepository.php';
  13661.         return $this->privates['App\\Repository\\Scholar\\OriginChapterRepository'] = new \App\Repository\Scholar\OriginChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13662.     }
  13663.     /**
  13664.      * Gets the private 'App\Repository\Scholar\OriginLessonRepository' shared autowired service.
  13665.      *
  13666.      * @return \App\Repository\Scholar\OriginLessonRepository
  13667.      */
  13668.     protected function getOriginLessonRepositoryService()
  13669.     {
  13670.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/OriginLessonRepository.php';
  13671.         return $this->privates['App\\Repository\\Scholar\\OriginLessonRepository'] = new \App\Repository\Scholar\OriginLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13672.     }
  13673.     /**
  13674.      * Gets the private 'App\Repository\Scholar\OriginModuleRepository' shared autowired service.
  13675.      *
  13676.      * @return \App\Repository\Scholar\OriginModuleRepository
  13677.      */
  13678.     protected function getOriginModuleRepositoryService()
  13679.     {
  13680.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/OriginModuleRepository.php';
  13681.         return $this->privates['App\\Repository\\Scholar\\OriginModuleRepository'] = new \App\Repository\Scholar\OriginModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13682.     }
  13683.     /**
  13684.      * Gets the private 'App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository' shared autowired service.
  13685.      *
  13686.      * @return \App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository
  13687.      */
  13688.     protected function getFilePracticalCaseRepositoryService()
  13689.     {
  13690.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/FilePracticalCaseRepository.php';
  13691.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository'] = new \App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13692.     }
  13693.     /**
  13694.      * Gets the private 'App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository' shared autowired service.
  13695.      *
  13696.      * @return \App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository
  13697.      */
  13698.     protected function getFilePracticalCaseResponseRepositoryService()
  13699.     {
  13700.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/FilePracticalCaseResponseRepository.php';
  13701.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository'] = new \App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13702.     }
  13703.     /**
  13704.      * Gets the private 'App\Repository\Scholar\PracticalCase\OriginPracticalCaseRepository' shared autowired service.
  13705.      *
  13706.      * @return \App\Repository\Scholar\PracticalCase\OriginPracticalCaseRepository
  13707.      */
  13708.     protected function getOriginPracticalCaseRepositoryService()
  13709.     {
  13710.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/OriginPracticalCaseRepository.php';
  13711.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\OriginPracticalCaseRepository'] = new \App\Repository\Scholar\PracticalCase\OriginPracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13712.     }
  13713.     /**
  13714.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseRepository' shared autowired service.
  13715.      *
  13716.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseRepository
  13717.      */
  13718.     protected function getPracticalCaseRepositoryService()
  13719.     {
  13720.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  13721.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  13722.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseRepository.php';
  13723.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13724.     }
  13725.     /**
  13726.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository' shared autowired service.
  13727.      *
  13728.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository
  13729.      */
  13730.     protected function getPracticalCaseResourceRepositoryService()
  13731.     {
  13732.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseResourceRepository.php';
  13733.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13734.     }
  13735.     /**
  13736.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository' shared autowired service.
  13737.      *
  13738.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository
  13739.      */
  13740.     protected function getPracticalCaseResponseRepositoryService()
  13741.     {
  13742.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseResponseRepository.php';
  13743.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13744.     }
  13745.     /**
  13746.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository' shared autowired service.
  13747.      *
  13748.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository
  13749.      */
  13750.     protected function getPracticalCaseUserRepositoryService()
  13751.     {
  13752.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseUserRepository.php';
  13753.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13754.     }
  13755.     /**
  13756.      * Gets the private 'App\Repository\Scholar\ScholarVideoRepository' shared autowired service.
  13757.      *
  13758.      * @return \App\Repository\Scholar\ScholarVideoRepository
  13759.      */
  13760.     protected function getScholarVideoRepositoryService()
  13761.     {
  13762.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  13763.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ScholarVideoRepository.php';
  13764.         return $this->privates['App\\Repository\\Scholar\\ScholarVideoRepository'] = new \App\Repository\Scholar\ScholarVideoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13765.     }
  13766.     /**
  13767.      * Gets the private 'App\Repository\Scholar\SharedChapterRepository' shared autowired service.
  13768.      *
  13769.      * @return \App\Repository\Scholar\SharedChapterRepository
  13770.      */
  13771.     protected function getSharedChapterRepositoryService()
  13772.     {
  13773.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedChapterRepository.php';
  13774.         return $this->privates['App\\Repository\\Scholar\\SharedChapterRepository'] = new \App\Repository\Scholar\SharedChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13775.     }
  13776.     /**
  13777.      * Gets the private 'App\Repository\Scholar\SharedExerciseRepository' shared autowired service.
  13778.      *
  13779.      * @return \App\Repository\Scholar\SharedExerciseRepository
  13780.      */
  13781.     protected function getSharedExerciseRepositoryService()
  13782.     {
  13783.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedExerciseRepository.php';
  13784.         return $this->privates['App\\Repository\\Scholar\\SharedExerciseRepository'] = new \App\Repository\Scholar\SharedExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13785.     }
  13786.     /**
  13787.      * Gets the private 'App\Repository\Scholar\SharedLessonRepository' shared autowired service.
  13788.      *
  13789.      * @return \App\Repository\Scholar\SharedLessonRepository
  13790.      */
  13791.     protected function getSharedLessonRepositoryService()
  13792.     {
  13793.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedLessonRepository.php';
  13794.         return $this->privates['App\\Repository\\Scholar\\SharedLessonRepository'] = new \App\Repository\Scholar\SharedLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13795.     }
  13796.     /**
  13797.      * Gets the private 'App\Repository\Scholar\SharedModuleRepository' shared autowired service.
  13798.      *
  13799.      * @return \App\Repository\Scholar\SharedModuleRepository
  13800.      */
  13801.     protected function getSharedModuleRepositoryService()
  13802.     {
  13803.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedModuleRepository.php';
  13804.         return $this->privates['App\\Repository\\Scholar\\SharedModuleRepository'] = new \App\Repository\Scholar\SharedModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13805.     }
  13806.     /**
  13807.      * Gets the private 'App\Repository\Scholar\SharedPracticalCaseRepository' shared autowired service.
  13808.      *
  13809.      * @return \App\Repository\Scholar\SharedPracticalCaseRepository
  13810.      */
  13811.     protected function getSharedPracticalCaseRepositoryService()
  13812.     {
  13813.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedPracticalCaseRepository.php';
  13814.         return $this->privates['App\\Repository\\Scholar\\SharedPracticalCaseRepository'] = new \App\Repository\Scholar\SharedPracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13815.     }
  13816.     /**
  13817.      * Gets the private 'App\Repository\Scholar\SharedTrainingRepository' shared autowired service.
  13818.      *
  13819.      * @return \App\Repository\Scholar\SharedTrainingRepository
  13820.      */
  13821.     protected function getSharedTrainingRepositoryService()
  13822.     {
  13823.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedTrainingRepository.php';
  13824.         return $this->privates['App\\Repository\\Scholar\\SharedTrainingRepository'] = new \App\Repository\Scholar\SharedTrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13825.     }
  13826.     /**
  13827.      * Gets the private 'App\Repository\Scholar\TrainingDescriptionRepository' shared autowired service.
  13828.      *
  13829.      * @return \App\Repository\Scholar\TrainingDescriptionRepository
  13830.      */
  13831.     protected function getTrainingDescriptionRepositoryService()
  13832.     {
  13833.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/TrainingDescriptionRepository.php';
  13834.         return $this->privates['App\\Repository\\Scholar\\TrainingDescriptionRepository'] = new \App\Repository\Scholar\TrainingDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13835.     }
  13836.     /**
  13837.      * Gets the private 'App\Repository\Scholar\TrainingPermissionRepository' shared autowired service.
  13838.      *
  13839.      * @return \App\Repository\Scholar\TrainingPermissionRepository
  13840.      */
  13841.     protected function getTrainingPermissionRepositoryService()
  13842.     {
  13843.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  13844.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  13845.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/TrainingPermissionRepository.php';
  13846.         return $this->privates['App\\Repository\\Scholar\\TrainingPermissionRepository'] = new \App\Repository\Scholar\TrainingPermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13847.     }
  13848.     /**
  13849.      * Gets the private 'App\Repository\Scholar\TrainingRepository' shared autowired service.
  13850.      *
  13851.      * @return \App\Repository\Scholar\TrainingRepository
  13852.      */
  13853.     protected function getTrainingRepositoryService()
  13854.     {
  13855.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
  13856.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  13857.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  13858.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
  13859.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  13860.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/TrainingRepository.php';
  13861.         return $this->privates['App\\Repository\\Scholar\\TrainingRepository'] = new \App\Repository\Scholar\TrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13862.     }
  13863.     /**
  13864.      * Gets the private 'App\Repository\Scorm\ContentFileRepository' shared autowired service.
  13865.      *
  13866.      * @return \App\Repository\Scorm\ContentFileRepository
  13867.      */
  13868.     protected function getContentFileRepositoryService()
  13869.     {
  13870.         include_once \dirname(__DIR__4).'/src/Repository/Scorm/ContentFileRepository.php';
  13871.         return $this->privates['App\\Repository\\Scorm\\ContentFileRepository'] = new \App\Repository\Scorm\ContentFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13872.     }
  13873.     /**
  13874.      * Gets the private 'App\Repository\Scorm\ContentFolderRepository' shared autowired service.
  13875.      *
  13876.      * @return \App\Repository\Scorm\ContentFolderRepository
  13877.      */
  13878.     protected function getContentFolderRepositoryService()
  13879.     {
  13880.         include_once \dirname(__DIR__4).'/src/Repository/Scorm/ContentFolderRepository.php';
  13881.         return $this->privates['App\\Repository\\Scorm\\ContentFolderRepository'] = new \App\Repository\Scorm\ContentFolderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13882.     }
  13883.     /**
  13884.      * Gets the private 'App\Repository\Scorm\LessonContentFolderRepository' shared autowired service.
  13885.      *
  13886.      * @return \App\Repository\Scorm\LessonContentFolderRepository
  13887.      */
  13888.     protected function getLessonContentFolderRepositoryService()
  13889.     {
  13890.         include_once \dirname(__DIR__4).'/src/Repository/Scorm/LessonContentFolderRepository.php';
  13891.         return $this->privates['App\\Repository\\Scorm\\LessonContentFolderRepository'] = new \App\Repository\Scorm\LessonContentFolderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13892.     }
  13893.     /**
  13894.      * Gets the private 'App\Repository\Scorm\ProductFolderRepository' shared autowired service.
  13895.      *
  13896.      * @return \App\Repository\Scorm\ProductFolderRepository
  13897.      */
  13898.     protected function getProductFolderRepositoryService()
  13899.     {
  13900.         include_once \dirname(__DIR__4).'/src/Repository/Scorm/ProductFolderRepository.php';
  13901.         return $this->privates['App\\Repository\\Scorm\\ProductFolderRepository'] = new \App\Repository\Scorm\ProductFolderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13902.     }
  13903.     /**
  13904.      * Gets the private 'App\Repository\Scorm\ProductItemRepository' shared autowired service.
  13905.      *
  13906.      * @return \App\Repository\Scorm\ProductItemRepository
  13907.      */
  13908.     protected function getProductItemRepositoryService()
  13909.     {
  13910.         include_once \dirname(__DIR__4).'/src/Repository/Scorm/ProductItemRepository.php';
  13911.         return $this->privates['App\\Repository\\Scorm\\ProductItemRepository'] = new \App\Repository\Scorm\ProductItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13912.     }
  13913.     /**
  13914.      * Gets the private 'App\Repository\Template\TemplatePageRepository' shared autowired service.
  13915.      *
  13916.      * @return \App\Repository\Template\TemplatePageRepository
  13917.      */
  13918.     protected function getTemplatePageRepositoryService()
  13919.     {
  13920.         include_once \dirname(__DIR__4).'/src/Repository/Template/TemplatePageRepository.php';
  13921.         return $this->privates['App\\Repository\\Template\\TemplatePageRepository'] = new \App\Repository\Template\TemplatePageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13922.     }
  13923.     /**
  13924.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
  13925.      *
  13926.      * @return \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator
  13927.      */
  13928.     protected function getTrainingHydratorService()
  13929.     {
  13930.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  13931.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  13932.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
  13933.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/TrainingHydrator.php';
  13934.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  13935.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  13936.         return $instance;
  13937.     }
  13938.     /**
  13939.      * Gets the private 'App\SdkBundle\UserOwnerGetter\TrainingOwnerResolver' shared autowired service.
  13940.      *
  13941.      * @return \App\SdkBundle\UserOwnerGetter\TrainingOwnerResolver
  13942.      */
  13943.     protected function getTrainingOwnerResolverService()
  13944.     {
  13945.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/ResolverInterface.php';
  13946.         include_once \dirname(__DIR__4).'/src/SdkBundle/UserOwnerGetter/TrainingOwnerResolver.php';
  13947.         return $this->privates['App\\SdkBundle\\UserOwnerGetter\\TrainingOwnerResolver'] = new \App\SdkBundle\UserOwnerGetter\TrainingOwnerResolver(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
  13948.     }
  13949.     /**
  13950.      * Gets the private 'App\Security\PartnerApi\PartnerApiTokenAuthenticator' shared autowired service.
  13951.      *
  13952.      * @return \App\Security\PartnerApi\PartnerApiTokenAuthenticator
  13953.      */
  13954.     protected function getPartnerApiTokenAuthenticatorService()
  13955.     {
  13956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  13957.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  13958.         include_once \dirname(__DIR__4).'/src/Security/PartnerApi/PartnerApiTokenAuthenticator.php';
  13959.         return $this->privates['App\\Security\\PartnerApi\\PartnerApiTokenAuthenticator'] = new \App\Security\PartnerApi\PartnerApiTokenAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), 'partner-api');
  13960.     }
  13961.     /**
  13962.      * Gets the private 'App\Security\PartnerApi\PartnerApiUserProvider' shared autowired service.
  13963.      *
  13964.      * @return \App\Security\PartnerApi\PartnerApiUserProvider
  13965.      */
  13966.     protected function getPartnerApiUserProviderService()
  13967.     {
  13968.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  13969.         include_once \dirname(__DIR__4).'/src/Security/PartnerApi/PartnerApiUserProvider.php';
  13970.         return $this->privates['App\\Security\\PartnerApi\\PartnerApiUserProvider'] = new \App\Security\PartnerApi\PartnerApiUserProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  13971.     }
  13972.     /**
  13973.      * Gets the private 'App\Serializer\EventSubscriber\ChannelImageSubscriber' shared autowired service.
  13974.      *
  13975.      * @return \App\Serializer\EventSubscriber\ChannelImageSubscriber
  13976.      */
  13977.     protected function getChannelImageSubscriberService()
  13978.     {
  13979.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  13980.         include_once \dirname(__DIR__4).'/src/Serializer/EventSubscriber/ChannelImageSubscriber.php';
  13981.         return $this->privates['App\\Serializer\\EventSubscriber\\ChannelImageSubscriber'] = new \App\Serializer\EventSubscriber\ChannelImageSubscriber(($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService()));
  13982.     }
  13983.     /**
  13984.      * Gets the private 'App\Serializer\Handler\PaginationHandler' shared autowired service.
  13985.      *
  13986.      * @return \App\Serializer\Handler\PaginationHandler
  13987.      */
  13988.     protected function getPaginationHandlerService()
  13989.     {
  13990.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  13991.         include_once \dirname(__DIR__4).'/src/Serializer/Handler/PaginationHandler.php';
  13992.         return $this->privates['App\\Serializer\\Handler\\PaginationHandler'] = new \App\Serializer\Handler\PaginationHandler();
  13993.     }
  13994.     /**
  13995.      * Gets the private 'App\Service\Account\NotificationManager' shared autowired service.
  13996.      *
  13997.      * @return \App\Service\Account\NotificationManager
  13998.      */
  13999.     protected function getNotificationManagerService()
  14000.     {
  14001.         include_once \dirname(__DIR__4).'/src/Service/Account/NotificationManager.php';
  14002.         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()));
  14003.     }
  14004.     /**
  14005.      * Gets the private 'App\Service\Account\UserAvatar' shared autowired service.
  14006.      *
  14007.      * @return \App\Service\Account\UserAvatar
  14008.      */
  14009.     protected function getUserAvatarService()
  14010.     {
  14011.         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()));
  14012.     }
  14013.     /**
  14014.      * Gets the private 'App\Service\Achievement\AchievementManager' shared autowired service.
  14015.      *
  14016.      * @return \App\Service\Achievement\AchievementManager
  14017.      */
  14018.     protected function getAchievementManagerService()
  14019.     {
  14020.         include_once \dirname(__DIR__4).'/src/Service/Achievement/AchievementManager.php';
  14021.         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['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($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()));
  14022.     }
  14023.     /**
  14024.      * Gets the private 'App\Service\Advice\AdviceManager' shared autowired service.
  14025.      *
  14026.      * @return \App\Service\Advice\AdviceManager
  14027.      */
  14028.     protected function getAdviceManagerService()
  14029.     {
  14030.         include_once \dirname(__DIR__4).'/src/Service/Advice/AdviceManager.php';
  14031.         return $this->privates['App\\Service\\Advice\\AdviceManager'] = new \App\Service\Advice\AdviceManager(($this->privates['App\\Repository\\Account\\AdviceRepository'] ?? $this->getAdviceRepositoryService()));
  14032.     }
  14033.     /**
  14034.      * Gets the private 'App\Service\ChannelUserData\CursusService' shared autowired service.
  14035.      *
  14036.      * @return \App\Service\ChannelUserData\CursusService
  14037.      */
  14038.     protected function getCursusServiceService()
  14039.     {
  14040.         include_once \dirname(__DIR__4).'/src/Service/ChannelUserData/CursusService.php';
  14041.         return $this->privates['App\\Service\\ChannelUserData\\CursusService'] = new \App\Service\ChannelUserData\CursusService(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
  14042.     }
  14043.     /**
  14044.      * Gets the private 'App\Service\Channel\Image\ImageUrlGenerator' shared autowired service.
  14045.      *
  14046.      * @return \App\Service\Channel\Image\ImageUrlGenerator
  14047.      */
  14048.     protected function getImageUrlGeneratorService()
  14049.     {
  14050.         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()));
  14051.     }
  14052.     /**
  14053.      * Gets the private 'App\Service\Channel\Video\ScholarVideoService' shared autowired service.
  14054.      *
  14055.      * @return \App\Service\Channel\Video\ScholarVideoService
  14056.      */
  14057.     protected function getScholarVideoServiceService()
  14058.     {
  14059.         include_once \dirname(__DIR__4).'/src/Service/Channel/Video/ScholarVideoService.php';
  14060.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  14061.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  14062.         return $this->privates['App\\Service\\Channel\\Video\\ScholarVideoService'] = new \App\Service\Channel\Video\ScholarVideoService(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))), ($this->privates['App\\Repository\\Scholar\\ScholarVideoRepository'] ?? $this->getScholarVideoRepositoryService()), ($this->privates['App\\Repository\\Scholar\\OriginLessonRepository'] ?? $this->getOriginLessonRepositoryService()), ($this->privates['App\\Repository\\Scholar\\OriginChapterRepository'] ?? $this->getOriginChapterRepositoryService()), ($this->privates['App\\Repository\\Scholar\\PracticalCase\\OriginPracticalCaseRepository'] ?? $this->getOriginPracticalCaseRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14063.     }
  14064.     /**
  14065.      * Gets the private 'App\Service\Common\FileService' shared autowired service.
  14066.      *
  14067.      * @return \App\Service\Common\FileService
  14068.      */
  14069.     protected function getFileServiceService()
  14070.     {
  14071.         include_once \dirname(__DIR__4).'/src/Service/Common/FileService.php';
  14072.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  14073.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  14074.         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'))));
  14075.     }
  14076.     /**
  14077.      * Gets the private 'App\Service\Exercise\UserExerciseResultManipulator' shared autowired service.
  14078.      *
  14079.      * @return \App\Service\Exercise\UserExerciseResultManipulator
  14080.      */
  14081.     protected function getUserExerciseResultManipulatorService()
  14082.     {
  14083.         include_once \dirname(__DIR__4).'/src/Service/Exercise/UserExerciseResultManipulator.php';
  14084.         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()));
  14085.     }
  14086.     /**
  14087.      * Gets the private 'App\Service\K2r2\IndexingService' shared autowired service.
  14088.      *
  14089.      * @return \App\Service\K2r2\IndexingService
  14090.      */
  14091.     protected function getIndexingServiceService()
  14092.     {
  14093.         include_once \dirname(__DIR__4).'/src/Service/K2r2/IndexingService.php';
  14094.         return $this->privates['App\\Service\\K2r2\\IndexingService'] = new \App\Service\K2r2\IndexingService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Channel\\Video\\ScholarVideoService'] ?? $this->getScholarVideoServiceService()), ($this->privates['App\\Service\\K2r2\\K2r2ApiService'] ?? $this->getK2r2ApiServiceService()));
  14095.     }
  14096.     /**
  14097.      * Gets the private 'App\Service\K2r2\K2r2ApiService' shared autowired service.
  14098.      *
  14099.      * @return \App\Service\K2r2\K2r2ApiService
  14100.      */
  14101.     protected function getK2r2ApiServiceService()
  14102.     {
  14103.         include_once \dirname(__DIR__4).'/src/Service/K2r2/K2r2ApiService.php';
  14104.         return $this->privates['App\\Service\\K2r2\\K2r2ApiService'] = new \App\Service\K2r2\K2r2ApiService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('K2R2_BASE_URL'), $this->getEnv('K2R2_SECRET'), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14105.     }
  14106.     /**
  14107.      * Gets the private 'App\Service\K2r2\RemoteVideoStorageService' shared autowired service.
  14108.      *
  14109.      * @return \App\Service\K2r2\RemoteVideoStorageService
  14110.      */
  14111.     protected function getRemoteVideoStorageServiceService()
  14112.     {
  14113.         include_once \dirname(__DIR__4).'/src/Service/K2r2/RemoteVideoStorageService.php';
  14114.         return $this->privates['App\\Service\\K2r2\\RemoteVideoStorageService'] = new \App\Service\K2r2\RemoteVideoStorageService(($this->services['k2r2_remote_sftp_filesystem'] ?? $this->getK2r2RemoteSftpFilesystemService()));
  14115.     }
  14116.     /**
  14117.      * Gets the private 'App\Service\Mailer\MailerService' shared autowired service.
  14118.      *
  14119.      * @return \App\Service\Mailer\MailerService
  14120.      */
  14121.     protected function getMailerServiceService()
  14122.     {
  14123.         include_once \dirname(__DIR__4).'/src/Service/Mailer/MailerService.php';
  14124.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Mailer/Mailer.php';
  14125.         $a = 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()));
  14126.         $a->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14127.         $b = ($this->services['router'] ?? $this->getRouterService());
  14128.         return $this->privates['App\\Service\\Mailer\\MailerService'] = new \App\Service\Mailer\MailerService($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()), $b$b);
  14129.     }
  14130.     /**
  14131.      * Gets the private 'App\Service\Scholar\DuplicateScholarService' shared autowired service.
  14132.      *
  14133.      * @return \App\Service\Scholar\DuplicateScholarService
  14134.      */
  14135.     protected function getDuplicateScholarServiceService()
  14136.     {
  14137.         include_once \dirname(__DIR__4).'/src/Service/Scholar/DuplicateScholarService.php';
  14138.         return $this->privates['App\\Service\\Scholar\\DuplicateScholarService'] = new \App\Service\Scholar\DuplicateScholarService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14139.     }
  14140.     /**
  14141.      * Gets the private 'App\Service\Scholar\ExerciseService' shared autowired service.
  14142.      *
  14143.      * @return \App\Service\Scholar\ExerciseService
  14144.      */
  14145.     protected function getExerciseServiceService()
  14146.     {
  14147.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ExerciseService.php';
  14148.         return $this->privates['App\\Service\\Scholar\\ExerciseService'] = new \App\Service\Scholar\ExerciseService(($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
  14149.     }
  14150.     /**
  14151.      * Gets the private 'App\Service\Scholar\LessonService' shared autowired service.
  14152.      *
  14153.      * @return \App\Service\Scholar\LessonService
  14154.      */
  14155.     protected function getLessonServiceService()
  14156.     {
  14157.         include_once \dirname(__DIR__4).'/src/Service/Scholar/LessonService.php';
  14158.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  14159.         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()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  14160.     }
  14161.     /**
  14162.      * Gets the private 'App\Service\Scholar\LessonStatsService' shared autowired service.
  14163.      *
  14164.      * @return \App\Service\Scholar\LessonStatsService
  14165.      */
  14166.     protected function getLessonStatsServiceService()
  14167.     {
  14168.         include_once \dirname(__DIR__4).'/src/Service/Scholar/LessonStatsService.php';
  14169.         return $this->privates['App\\Service\\Scholar\\LessonStatsService'] = new \App\Service\Scholar\LessonStatsService(($this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] ?? $this->getLessonReviewRepositoryService()), ($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()));
  14170.     }
  14171.     /**
  14172.      * Gets the private 'App\Service\Scholar\ModuleService' shared autowired service.
  14173.      *
  14174.      * @return \App\Service\Scholar\ModuleService
  14175.      */
  14176.     protected function getModuleServiceService()
  14177.     {
  14178.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ModuleService.php';
  14179.         return $this->privates['App\\Service\\Scholar\\ModuleService'] = new \App\Service\Scholar\ModuleService(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()));
  14180.     }
  14181.     /**
  14182.      * Gets the private 'App\Service\Scholar\PracticalCaseService' shared autowired service.
  14183.      *
  14184.      * @return \App\Service\Scholar\PracticalCaseService
  14185.      */
  14186.     protected function getPracticalCaseServiceService()
  14187.     {
  14188.         include_once \dirname(__DIR__4).'/src/Service/Scholar/PracticalCaseService.php';
  14189.         return $this->privates['App\\Service\\Scholar\\PracticalCaseService'] = new \App\Service\Scholar\PracticalCaseService(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()));
  14190.     }
  14191.     /**
  14192.      * Gets the private 'App\Service\Scholar\ScholarNavigationSecurityService' shared autowired service.
  14193.      *
  14194.      * @return \App\Service\Scholar\ScholarNavigationSecurityService
  14195.      */
  14196.     protected function getScholarNavigationSecurityServiceService()
  14197.     {
  14198.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ScholarNavigationSecurityService.php';
  14199.         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()));
  14200.     }
  14201.     /**
  14202.      * Gets the private 'App\Service\Scholar\ScholarNavigationService' shared autowired service.
  14203.      *
  14204.      * @return \App\Service\Scholar\ScholarNavigationService
  14205.      */
  14206.     protected function getScholarNavigationServiceService()
  14207.     {
  14208.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ScholarNavigationService.php';
  14209.         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()));
  14210.     }
  14211.     /**
  14212.      * Gets the private 'App\Service\Scholar\StatusService' shared autowired service.
  14213.      *
  14214.      * @return \App\Service\Scholar\StatusService
  14215.      */
  14216.     protected function getStatusServiceService()
  14217.     {
  14218.         include_once \dirname(__DIR__4).'/src/Service/Scholar/StatusService.php';
  14219.         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()));
  14220.     }
  14221.     /**
  14222.      * Gets the private 'App\Service\Scholar\TrainingService' shared autowired service.
  14223.      *
  14224.      * @return \App\Service\Scholar\TrainingService
  14225.      */
  14226.     protected function getTrainingServiceService()
  14227.     {
  14228.         include_once \dirname(__DIR__4).'/src/Service/Scholar/TrainingService.php';
  14229.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Enum/EnumForFormInterface.php';
  14230.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Enum/AbstractEnumForForm.php';
  14231.         include_once \dirname(__DIR__4).'/src/Enum/ScholarTrainingDiplomaEnum.php';
  14232.         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()));
  14233.     }
  14234.     /**
  14235.      * Gets the private 'App\Service\Scholar\TrainingTransformerService' shared autowired service.
  14236.      *
  14237.      * @return \App\Service\Scholar\TrainingTransformerService
  14238.      */
  14239.     protected function getTrainingTransformerServiceService()
  14240.     {
  14241.         include_once \dirname(__DIR__4).'/src/Service/Scholar/TrainingTransformerService.php';
  14242.         return $this->privates['App\\Service\\Scholar\\TrainingTransformerService'] = new \App\Service\Scholar\TrainingTransformerService(($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] ?? $this->getImageRunTime2Service()), ($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), ($this->privates['App\\Service\\ChannelUserData\\CursusService'] ?? $this->getCursusServiceService()), ($this->privates['App\\Service\\Advice\\AdviceManager'] ?? $this->getAdviceManagerService()));
  14243.     }
  14244.     /**
  14245.      * Gets the private 'App\Service\Scholar\UserProgression\UserProgressionService' shared autowired service.
  14246.      *
  14247.      * @return \App\Service\Scholar\UserProgression\UserProgressionService
  14248.      */
  14249.     protected function getUserProgressionServiceService()
  14250.     {
  14251.         include_once \dirname(__DIR__4).'/src/Service/Scholar/UserProgression/UserProgressionService.php';
  14252.         return $this->privates['App\\Service\\Scholar\\UserProgression\\UserProgressionService'] = 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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['App\\Service\\Scholar\\PracticalCaseService'] ?? $this->getPracticalCaseServiceService()));
  14253.     }
  14254.     /**
  14255.      * Gets the private 'App\Service\Scorm\ScormService' shared autowired service.
  14256.      *
  14257.      * @return \App\Service\Scorm\ScormService
  14258.      */
  14259.     protected function getScormServiceService()
  14260.     {
  14261.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormService.php';
  14262.         include_once \dirname(__DIR__4).'/src/Service/Scorm/Generator/ScormGeneratorService.php';
  14263.         include_once \dirname(__DIR__4).'/src/Service/Scorm/Generator/ScormFileProcessor.php';
  14264.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormProxyApi.php';
  14265.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormManager.php';
  14266.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  14267.         return $this->privates['App\\Service\\Scorm\\ScormService'] = new \App\Service\Scorm\ScormService(new \App\Service\Scorm\Generator\ScormGeneratorService(new \App\Service\Scorm\Generator\ScormFileProcessor(($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()), ($this->privates['App\\Repository\\Common\\FileRepository'] ?? $this->getFileRepositoryService()), \dirname(__DIR__4)), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4)), new \App\Service\Scorm\ScormProxyApi(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->getEnv('SCORM_PROXY_API_TOKEN'), $this->getEnv('SCORM_PROXY_API_SECRET'), $this->getEnv('SCORM_PROXY_API_URL')), new \App\Service\Scorm\ScormManager(), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Scorm\\LessonContentFolderRepository'] ?? $this->getLessonContentFolderRepositoryService()), ($this->privates['App\\Repository\\Scorm\\ProductFolderRepository'] ?? $this->getProductFolderRepositoryService()), ($this->privates['App\\Repository\\Scorm\\ProductItemRepository'] ?? $this->getProductItemRepositoryService()), ($this->privates['App\\Repository\\Scorm\\ContentFolderRepository'] ?? $this->getContentFolderRepositoryService()), ($this->privates['App\\Repository\\Scorm\\ContentFileRepository'] ?? $this->getContentFileRepositoryService()), ($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), $a);
  14268.     }
  14269.     /**
  14270.      * Gets the private 'App\Service\ShareContent\ShareLessonService' shared autowired service.
  14271.      *
  14272.      * @return \App\Service\ShareContent\ShareLessonService
  14273.      */
  14274.     protected function getShareLessonServiceService()
  14275.     {
  14276.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareServiceInterface.php';
  14277.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareLessonService.php';
  14278.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  14279.         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['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  14280.     }
  14281.     /**
  14282.      * Gets the private 'App\Service\ShareContent\ShareModuleService' shared autowired service.
  14283.      *
  14284.      * @return \App\Service\ShareContent\ShareModuleService
  14285.      */
  14286.     protected function getShareModuleServiceService()
  14287.     {
  14288.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareServiceInterface.php';
  14289.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareModuleService.php';
  14290.         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()));
  14291.     }
  14292.     /**
  14293.      * Gets the private 'App\Service\ShareContent\ShareTrainingService' shared autowired service.
  14294.      *
  14295.      * @return \App\Service\ShareContent\ShareTrainingService
  14296.      */
  14297.     protected function getShareTrainingServiceService()
  14298.     {
  14299.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareServiceInterface.php';
  14300.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareTrainingService.php';
  14301.         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()), ($this->privates['App\\Service\\Scholar\\DuplicateScholarService'] ?? $this->getDuplicateScholarServiceService()));
  14302.     }
  14303.     /**
  14304.      * Gets the private 'App\Service\ShareContent\shareScholarService' shared autowired service.
  14305.      *
  14306.      * @return \App\Service\ShareContent\shareScholarService
  14307.      */
  14308.     protected function getShareScholarServiceService()
  14309.     {
  14310.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/shareScholarService.php';
  14311.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressService.php';
  14312.         return $this->privates['App\\Service\\ShareContent\\shareScholarService'] = new \App\Service\ShareContent\shareScholarService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\ShareContent\\ShareProgressService'] ?? ($this->privates['App\\Service\\ShareContent\\ShareProgressService'] = new \App\Service\ShareContent\ShareProgressService())), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  14313.     }
  14314.     /**
  14315.      * Gets the private 'App\Twig\Component\Channel\SharedContent\ProgressionBarComponent' autowired service.
  14316.      *
  14317.      * @return \App\Twig\Component\Channel\SharedContent\ProgressionBarComponent
  14318.      */
  14319.     protected function getProgressionBarComponentService()
  14320.     {
  14321.         include_once \dirname(__DIR__4).'/src/Twig/Component/Channel/SharedContent/ProgressionBarComponent.php';
  14322.         $this->factories['service_container']['App\\Twig\\Component\\Channel\\SharedContent\\ProgressionBarComponent'] = function () {
  14323.             return new \App\Twig\Component\Channel\SharedContent\ProgressionBarComponent();
  14324.         };
  14325.         return $this->factories['service_container']['App\\Twig\\Component\\Channel\\SharedContent\\ProgressionBarComponent']();
  14326.     }
  14327.     /**
  14328.      * Gets the private 'App\Twig\Component\NellappVideoPlayer' autowired service.
  14329.      *
  14330.      * @return \App\Twig\Component\NellappVideoPlayer
  14331.      */
  14332.     protected function getNellappVideoPlayerService()
  14333.     {
  14334.         include_once \dirname(__DIR__4).'/src/Twig/Component/NellappVideoPlayer.php';
  14335.         $this->factories['service_container']['App\\Twig\\Component\\NellappVideoPlayer'] = function () {
  14336.             return new \App\Twig\Component\NellappVideoPlayer();
  14337.         };
  14338.         return $this->factories['service_container']['App\\Twig\\Component\\NellappVideoPlayer']();
  14339.     }
  14340.     /**
  14341.      * Gets the private 'App\Twig\Component\Scholar\HorizontalTrainingCard' autowired service.
  14342.      *
  14343.      * @return \App\Twig\Component\Scholar\HorizontalTrainingCard
  14344.      */
  14345.     protected function getHorizontalTrainingCardService()
  14346.     {
  14347.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/HorizontalTrainingCard.php';
  14348.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\HorizontalTrainingCard'] = function () {
  14349.             return new \App\Twig\Component\Scholar\HorizontalTrainingCard();
  14350.         };
  14351.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\HorizontalTrainingCard']();
  14352.     }
  14353.     /**
  14354.      * Gets the private 'App\Twig\Component\Scholar\SubTrainingCard\CardImage' autowired service.
  14355.      *
  14356.      * @return \App\Twig\Component\Scholar\SubTrainingCard\CardImage
  14357.      */
  14358.     protected function getCardImageService()
  14359.     {
  14360.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/SubTrainingCard/CardImage.php';
  14361.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage'] = function () {
  14362.             return new \App\Twig\Component\Scholar\SubTrainingCard\CardImage();
  14363.         };
  14364.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage']();
  14365.     }
  14366.     /**
  14367.      * Gets the private 'App\Twig\Component\Scholar\SubTrainingCard\CardModality' autowired service.
  14368.      *
  14369.      * @return \App\Twig\Component\Scholar\SubTrainingCard\CardModality
  14370.      */
  14371.     protected function getCardModalityService()
  14372.     {
  14373.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/SubTrainingCard/CardModality.php';
  14374.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality'] = function () {
  14375.             return new \App\Twig\Component\Scholar\SubTrainingCard\CardModality();
  14376.         };
  14377.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality']();
  14378.     }
  14379.     /**
  14380.      * Gets the private 'App\Twig\Component\Scholar\TrainingCard' autowired service.
  14381.      *
  14382.      * @return \App\Twig\Component\Scholar\TrainingCard
  14383.      */
  14384.     protected function getTrainingCardService()
  14385.     {
  14386.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/TrainingCard.php';
  14387.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\TrainingCard'] = function () {
  14388.             return new \App\Twig\Component\Scholar\TrainingCard();
  14389.         };
  14390.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\TrainingCard']();
  14391.     }
  14392.     /**
  14393.      * Gets the private 'App\Twig\Runtime\Account\GetAvatarRuntime' shared autowired service.
  14394.      *
  14395.      * @return \App\Twig\Runtime\Account\GetAvatarRuntime
  14396.      */
  14397.     protected function getGetAvatarRuntimeService()
  14398.     {
  14399.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14400.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Account/GetAvatarRuntime.php';
  14401.         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())));
  14402.     }
  14403.     /**
  14404.      * Gets the private 'App\Twig\Runtime\Account\GetCountAnswersRuntime' shared autowired service.
  14405.      *
  14406.      * @return \App\Twig\Runtime\Account\GetCountAnswersRuntime
  14407.      */
  14408.     protected function getGetCountAnswersRuntimeService()
  14409.     {
  14410.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14411.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Account/GetCountAnswersRuntime.php';
  14412.         return $this->privates['App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime'] = new \App\Twig\Runtime\Account\GetCountAnswersRuntime(($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()));
  14413.     }
  14414.     /**
  14415.      * Gets the private 'App\Twig\Runtime\Account\NotificationRuntime' shared autowired service.
  14416.      *
  14417.      * @return \App\Twig\Runtime\Account\NotificationRuntime
  14418.      */
  14419.     protected function getNotificationRuntimeService()
  14420.     {
  14421.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14422.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Account/NotificationRuntime.php';
  14423.         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_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  14424.     }
  14425.     /**
  14426.      * Gets the private 'App\Twig\Runtime\Achievement\AchievementTimeLogRuntime' shared autowired service.
  14427.      *
  14428.      * @return \App\Twig\Runtime\Achievement\AchievementTimeLogRuntime
  14429.      */
  14430.     protected function getAchievementTimeLogRuntimeService()
  14431.     {
  14432.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14433.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Achievement/AchievementTimeLogRuntime.php';
  14434.         include_once \dirname(__DIR__4).'/src/Service/Achievement/AchievementTimeManager.php';
  14435.         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())));
  14436.     }
  14437.     /**
  14438.      * Gets the private 'App\Twig\Runtime\Achievement\ProgressionRuntime' shared autowired service.
  14439.      *
  14440.      * @return \App\Twig\Runtime\Achievement\ProgressionRuntime
  14441.      */
  14442.     protected function getProgressionRuntimeService()
  14443.     {
  14444.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14445.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Achievement/ProgressionRuntime.php';
  14446.         return $this->privates['App\\Twig\\Runtime\\Achievement\\ProgressionRuntime'] = new \App\Twig\Runtime\Achievement\ProgressionRuntime(($this->privates['App\\Repository\\Achievement\\AchievementTrainingRepository'] ?? $this->getAchievementTrainingRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementModuleRepository'] ?? $this->getAchievementModuleRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] ?? $this->getAchievementLessonRepositoryService()), ($this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] ?? $this->getAchievementChapterRepositoryService()), ($this->privates['App\\Repository\\Exercise\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()), ($this->privates['App\\Service\\Scholar\\UserProgression\\UserProgressionService'] ?? $this->getUserProgressionServiceService()));
  14447.     }
  14448.     /**
  14449.      * Gets the private 'App\Twig\Runtime\AdviceRuntime' shared autowired service.
  14450.      *
  14451.      * @return \App\Twig\Runtime\AdviceRuntime
  14452.      */
  14453.     protected function getAdviceRuntimeService()
  14454.     {
  14455.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14456.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/AdviceRuntime.php';
  14457.         return $this->privates['App\\Twig\\Runtime\\AdviceRuntime'] = new \App\Twig\Runtime\AdviceRuntime(($this->privates['App\\Service\\Advice\\AdviceManager'] ?? $this->getAdviceManagerService()));
  14458.     }
  14459.     /**
  14460.      * Gets the private 'App\Twig\Runtime\AssignableRuntime' shared autowired service.
  14461.      *
  14462.      * @return \App\Twig\Runtime\AssignableRuntime
  14463.      */
  14464.     protected function getAssignableRuntimeService()
  14465.     {
  14466.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14467.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/AssignableRuntime.php';
  14468.         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()));
  14469.     }
  14470.     /**
  14471.      * Gets the private 'App\Twig\Runtime\ChannelRuntime' shared autowired service.
  14472.      *
  14473.      * @return \App\Twig\Runtime\ChannelRuntime
  14474.      */
  14475.     protected function getChannelRuntimeService()
  14476.     {
  14477.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14478.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/ChannelRuntime.php';
  14479.         return $this->privates['App\\Twig\\Runtime\\ChannelRuntime'] = new \App\Twig\Runtime\ChannelRuntime();
  14480.     }
  14481.     /**
  14482.      * Gets the private 'App\Twig\Runtime\Channel\ChannelDescriptionRuntime' shared autowired service.
  14483.      *
  14484.      * @return \App\Twig\Runtime\Channel\ChannelDescriptionRuntime
  14485.      */
  14486.     protected function getChannelDescriptionRuntimeService()
  14487.     {
  14488.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14489.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/ChannelDescriptionRuntime.php';
  14490.         return $this->privates['App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime'] = new \App\Twig\Runtime\Channel\ChannelDescriptionRuntime();
  14491.     }
  14492.     /**
  14493.      * Gets the private 'App\Twig\Runtime\Channel\ChannelTrainingsRuntime' shared autowired service.
  14494.      *
  14495.      * @return \App\Twig\Runtime\Channel\ChannelTrainingsRuntime
  14496.      */
  14497.     protected function getChannelTrainingsRuntimeService()
  14498.     {
  14499.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14500.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/ChannelTrainingsRuntime.php';
  14501.         return $this->privates['App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime'] = new \App\Twig\Runtime\Channel\ChannelTrainingsRuntime(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  14502.     }
  14503.     /**
  14504.      * Gets the private 'App\Twig\Runtime\Channel\ChannelUserCheckRuntime' shared autowired service.
  14505.      *
  14506.      * @return \App\Twig\Runtime\Channel\ChannelUserCheckRuntime
  14507.      */
  14508.     protected function getChannelUserCheckRuntimeService()
  14509.     {
  14510.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14511.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/ChannelUserCheckRuntime.php';
  14512.         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()));
  14513.     }
  14514.     /**
  14515.      * Gets the private 'App\Twig\Runtime\Channel\SharedChannelRuntime' shared autowired service.
  14516.      *
  14517.      * @return \App\Twig\Runtime\Channel\SharedChannelRuntime
  14518.      */
  14519.     protected function getSharedChannelRuntimeService()
  14520.     {
  14521.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14522.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/SharedChannelRuntime.php';
  14523.         return $this->privates['App\\Twig\\Runtime\\Channel\\SharedChannelRuntime'] = new \App\Twig\Runtime\Channel\SharedChannelRuntime(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  14524.     }
  14525.     /**
  14526.      * Gets the private 'App\Twig\Runtime\Channel\SharedProgressionRuntime' shared autowired service.
  14527.      *
  14528.      * @return \App\Twig\Runtime\Channel\SharedProgressionRuntime
  14529.      */
  14530.     protected function getSharedProgressionRuntimeService()
  14531.     {
  14532.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14533.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/SharedProgressionRuntime.php';
  14534.         return $this->privates['App\\Twig\\Runtime\\Channel\\SharedProgressionRuntime'] = new \App\Twig\Runtime\Channel\SharedProgressionRuntime();
  14535.     }
  14536.     /**
  14537.      * Gets the private 'App\Twig\Runtime\CountryRuntime' shared autowired service.
  14538.      *
  14539.      * @return \App\Twig\Runtime\CountryRuntime
  14540.      */
  14541.     protected function getCountryRuntimeService()
  14542.     {
  14543.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14544.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/CountryRuntime.php';
  14545.         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())));
  14546.     }
  14547.     /**
  14548.      * Gets the private 'App\Twig\Runtime\DateDiffRuntime' shared autowired service.
  14549.      *
  14550.      * @return \App\Twig\Runtime\DateDiffRuntime
  14551.      */
  14552.     protected function getDateDiffRuntimeService()
  14553.     {
  14554.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14555.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/DateDiffRuntime.php';
  14556.         return $this->privates['App\\Twig\\Runtime\\DateDiffRuntime'] = new \App\Twig\Runtime\DateDiffRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
  14557.     }
  14558.     /**
  14559.      * Gets the private 'App\Twig\Runtime\DateDiffShortRuntime' shared autowired service.
  14560.      *
  14561.      * @return \App\Twig\Runtime\DateDiffShortRuntime
  14562.      */
  14563.     protected function getDateDiffShortRuntimeService()
  14564.     {
  14565.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14566.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/DateDiffShortRuntime.php';
  14567.         return $this->privates['App\\Twig\\Runtime\\DateDiffShortRuntime'] = new \App\Twig\Runtime\DateDiffShortRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
  14568.     }
  14569.     /**
  14570.      * Gets the private 'App\Twig\Runtime\EntityRuntime' shared autowired service.
  14571.      *
  14572.      * @return \App\Twig\Runtime\EntityRuntime
  14573.      */
  14574.     protected function getEntityRuntimeService()
  14575.     {
  14576.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14577.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/EntityRuntime.php';
  14578.         return $this->privates['App\\Twig\\Runtime\\EntityRuntime'] = new \App\Twig\Runtime\EntityRuntime();
  14579.     }
  14580.     /**
  14581.      * Gets the private 'App\Twig\Runtime\EnumKeyTransRuntime' shared autowired service.
  14582.      *
  14583.      * @return \App\Twig\Runtime\EnumKeyTransRuntime
  14584.      */
  14585.     protected function getEnumKeyTransRuntimeService()
  14586.     {
  14587.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14588.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/EnumKeyTransRuntime.php';
  14589.         return $this->privates['App\\Twig\\Runtime\\EnumKeyTransRuntime'] = new \App\Twig\Runtime\EnumKeyTransRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
  14590.     }
  14591.     /**
  14592.      * Gets the private 'App\Twig\Runtime\FileRuntime' shared autowired service.
  14593.      *
  14594.      * @return \App\Twig\Runtime\FileRuntime
  14595.      */
  14596.     protected function getFileRuntimeService()
  14597.     {
  14598.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14599.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/FileRuntime.php';
  14600.         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()));
  14601.     }
  14602.     /**
  14603.      * Gets the private 'App\Twig\Runtime\FooterRuntime' shared autowired service.
  14604.      *
  14605.      * @return \App\Twig\Runtime\FooterRuntime
  14606.      */
  14607.     protected function getFooterRuntimeService()
  14608.     {
  14609.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14610.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/FooterRuntime.php';
  14611.         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()));
  14612.     }
  14613.     /**
  14614.      * Gets the private 'App\Twig\Runtime\Forum\MessageRuntime' shared autowired service.
  14615.      *
  14616.      * @return \App\Twig\Runtime\Forum\MessageRuntime
  14617.      */
  14618.     protected function getMessageRuntimeService()
  14619.     {
  14620.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14621.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Forum/MessageRuntime.php';
  14622.         return $this->privates['App\\Twig\\Runtime\\Forum\\MessageRuntime'] = new \App\Twig\Runtime\Forum\MessageRuntime(($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()));
  14623.     }
  14624.     /**
  14625.      * Gets the private 'App\Twig\Runtime\ImageRuntime' shared autowired service.
  14626.      *
  14627.      * @return \App\Twig\Runtime\ImageRuntime
  14628.      */
  14629.     protected function getImageRuntimeService()
  14630.     {
  14631.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14632.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/ImageRuntime.php';
  14633.         return $this->privates['App\\Twig\\Runtime\\ImageRuntime'] = new \App\Twig\Runtime\ImageRuntime();
  14634.     }
  14635.     /**
  14636.      * Gets the private 'App\Twig\Runtime\LockContentRuntime' shared autowired service.
  14637.      *
  14638.      * @return \App\Twig\Runtime\LockContentRuntime
  14639.      */
  14640.     protected function getLockContentRuntimeService()
  14641.     {
  14642.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14643.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/LockContentRuntime.php';
  14644.         return $this->privates['App\\Twig\\Runtime\\LockContentRuntime'] = new \App\Twig\Runtime\LockContentRuntime();
  14645.     }
  14646.     /**
  14647.      * Gets the private 'App\Twig\Runtime\Manager\ScholarCounterRuntime' shared autowired service.
  14648.      *
  14649.      * @return \App\Twig\Runtime\Manager\ScholarCounterRuntime
  14650.      */
  14651.     protected function getScholarCounterRuntimeService()
  14652.     {
  14653.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14654.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarCounterRuntime.php';
  14655.         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()));
  14656.     }
  14657.     /**
  14658.      * Gets the private 'App\Twig\Runtime\Manager\ScholarLinkRuntime' shared autowired service.
  14659.      *
  14660.      * @return \App\Twig\Runtime\Manager\ScholarLinkRuntime
  14661.      */
  14662.     protected function getScholarLinkRuntimeService()
  14663.     {
  14664.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14665.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarLinkRuntime.php';
  14666.         return $this->privates['App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime'] = new \App\Twig\Runtime\Manager\ScholarLinkRuntime(($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()));
  14667.     }
  14668.     /**
  14669.      * Gets the private 'App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime' shared autowired service.
  14670.      *
  14671.      * @return \App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime
  14672.      */
  14673.     protected function getScholarPermissionCounterRuntimeService()
  14674.     {
  14675.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14676.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php';
  14677.         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()));
  14678.     }
  14679.     /**
  14680.      * Gets the private 'App\Twig\Runtime\RatingRuntime' shared autowired service.
  14681.      *
  14682.      * @return \App\Twig\Runtime\RatingRuntime
  14683.      */
  14684.     protected function getRatingRuntimeService()
  14685.     {
  14686.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14687.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/RatingRuntime.php';
  14688.         return $this->privates['App\\Twig\\Runtime\\RatingRuntime'] = new \App\Twig\Runtime\RatingRuntime();
  14689.     }
  14690.     /**
  14691.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarChapterRuntime' shared autowired service.
  14692.      *
  14693.      * @return \App\Twig\Runtime\Scholar\ScholarChapterRuntime
  14694.      */
  14695.     protected function getScholarChapterRuntimeService()
  14696.     {
  14697.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14698.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarChapterRuntime.php';
  14699.         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\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()));
  14700.     }
  14701.     /**
  14702.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarExerciseRuntime' shared autowired service.
  14703.      *
  14704.      * @return \App\Twig\Runtime\Scholar\ScholarExerciseRuntime
  14705.      */
  14706.     protected function getScholarExerciseRuntimeService()
  14707.     {
  14708.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14709.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarExerciseRuntime.php';
  14710.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime'] = new \App\Twig\Runtime\Scholar\ScholarExerciseRuntime(($this->privates['App\\Service\\Scholar\\ExerciseService'] ?? $this->getExerciseServiceService()));
  14711.     }
  14712.     /**
  14713.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarLessonRuntime' shared autowired service.
  14714.      *
  14715.      * @return \App\Twig\Runtime\Scholar\ScholarLessonRuntime
  14716.      */
  14717.     protected function getScholarLessonRuntimeService()
  14718.     {
  14719.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14720.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarLessonRuntime.php';
  14721.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime'] = new \App\Twig\Runtime\Scholar\ScholarLessonRuntime(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()), ($this->privates['App\\Service\\Scholar\\UserProgression\\UserProgressionService'] ?? $this->getUserProgressionServiceService()), ($this->privates['App\\Service\\Scorm\\ScormService'] ?? $this->getScormServiceService()));
  14722.     }
  14723.     /**
  14724.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarModuleRuntime' shared autowired service.
  14725.      *
  14726.      * @return \App\Twig\Runtime\Scholar\ScholarModuleRuntime
  14727.      */
  14728.     protected function getScholarModuleRuntimeService()
  14729.     {
  14730.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14731.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarModuleRuntime.php';
  14732.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime'] = new \App\Twig\Runtime\Scholar\ScholarModuleRuntime(($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()));
  14733.     }
  14734.     /**
  14735.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarNavigationRuntime' shared autowired service.
  14736.      *
  14737.      * @return \App\Twig\Runtime\Scholar\ScholarNavigationRuntime
  14738.      */
  14739.     protected function getScholarNavigationRuntimeService()
  14740.     {
  14741.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14742.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarNavigationRuntime.php';
  14743.         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()));
  14744.     }
  14745.     /**
  14746.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime' shared autowired service.
  14747.      *
  14748.      * @return \App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime
  14749.      */
  14750.     protected function getScholarPracticalCaseRuntimeService()
  14751.     {
  14752.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14753.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarPracticalCaseRuntime.php';
  14754.         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()));
  14755.     }
  14756.     /**
  14757.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarStatusRuntime' shared autowired service.
  14758.      *
  14759.      * @return \App\Twig\Runtime\Scholar\ScholarStatusRuntime
  14760.      */
  14761.     protected function getScholarStatusRuntimeService()
  14762.     {
  14763.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14764.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarStatusRuntime.php';
  14765.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime'] = new \App\Twig\Runtime\Scholar\ScholarStatusRuntime(($this->privates['App\\Service\\Scholar\\StatusService'] ?? $this->getStatusServiceService()));
  14766.     }
  14767.     /**
  14768.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime' shared autowired service.
  14769.      *
  14770.      * @return \App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime
  14771.      */
  14772.     protected function getScholarTrainingDescriptionRuntimeService()
  14773.     {
  14774.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14775.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarTrainingDescriptionRuntime.php';
  14776.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime'] = new \App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime();
  14777.     }
  14778.     /**
  14779.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingRuntime' shared autowired service.
  14780.      *
  14781.      * @return \App\Twig\Runtime\Scholar\ScholarTrainingRuntime
  14782.      */
  14783.     protected function getScholarTrainingRuntimeService()
  14784.     {
  14785.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14786.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarTrainingRuntime.php';
  14787.         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()));
  14788.     }
  14789.     /**
  14790.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime' shared autowired service.
  14791.      *
  14792.      * @return \App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime
  14793.      */
  14794.     protected function getScholarTrainingTypeRuntimeService()
  14795.     {
  14796.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14797.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarTrainingTypeRuntime.php';
  14798.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime'] = new \App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime();
  14799.     }
  14800.     /**
  14801.      * Gets the private 'App\Twig\Runtime\SearchRuntime' shared autowired service.
  14802.      *
  14803.      * @return \App\Twig\Runtime\SearchRuntime
  14804.      */
  14805.     protected function getSearchRuntimeService()
  14806.     {
  14807.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14808.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/SearchRuntime.php';
  14809.         return $this->privates['App\\Twig\\Runtime\\SearchRuntime'] = new \App\Twig\Runtime\SearchRuntime(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  14810.     }
  14811.     /**
  14812.      * Gets the private 'App\Twig\Runtime\SecondsToFomattedStringRuntime' shared autowired service.
  14813.      *
  14814.      * @return \App\Twig\Runtime\SecondsToFomattedStringRuntime
  14815.      */
  14816.     protected function getSecondsToFomattedStringRuntimeService()
  14817.     {
  14818.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14819.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/SecondsToFomattedStringRuntime.php';
  14820.         return $this->privates['App\\Twig\\Runtime\\SecondsToFomattedStringRuntime'] = new \App\Twig\Runtime\SecondsToFomattedStringRuntime();
  14821.     }
  14822.     /**
  14823.      * Gets the private 'App\Twig\Runtime\SnackRuntime' shared autowired service.
  14824.      *
  14825.      * @return \App\Twig\Runtime\SnackRuntime
  14826.      */
  14827.     protected function getSnackRuntimeService()
  14828.     {
  14829.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14830.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/SnackRuntime.php';
  14831.         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()));
  14832.     }
  14833.     /**
  14834.      * Gets the private 'App\Twig\Runtime\TimerRuntime' shared autowired service.
  14835.      *
  14836.      * @return \App\Twig\Runtime\TimerRuntime
  14837.      */
  14838.     protected function getTimerRuntimeService()
  14839.     {
  14840.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14841.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/TimerRuntime.php';
  14842.         return $this->privates['App\\Twig\\Runtime\\TimerRuntime'] = new \App\Twig\Runtime\TimerRuntime();
  14843.     }
  14844.     /**
  14845.      * Gets the private 'App\Validator\Constraints\HtmlTagConstraintValidator' shared autowired service.
  14846.      *
  14847.      * @return \App\Validator\Constraints\HtmlTagConstraintValidator
  14848.      */
  14849.     protected function getHtmlTagConstraintValidatorService()
  14850.     {
  14851.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14852.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14853.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/HtmlTagConstraintValidator.php';
  14854.         return $this->privates['App\\Validator\\Constraints\\HtmlTagConstraintValidator'] = new \App\Validator\Constraints\HtmlTagConstraintValidator();
  14855.     }
  14856.     /**
  14857.      * Gets the private 'App\Validator\Constraints\InjuryConstraintValidator' shared autowired service.
  14858.      *
  14859.      * @return \App\Validator\Constraints\InjuryConstraintValidator
  14860.      */
  14861.     protected function getInjuryConstraintValidatorService()
  14862.     {
  14863.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14864.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14865.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/InjuryConstraintValidator.php';
  14866.         return $this->privates['App\\Validator\\Constraints\\InjuryConstraintValidator'] = new \App\Validator\Constraints\InjuryConstraintValidator();
  14867.     }
  14868.     /**
  14869.      * Gets the private 'App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator' shared autowired service.
  14870.      *
  14871.      * @return \App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator
  14872.      */
  14873.     protected function getMultipleChoiceQuestionConstraintValidatorService()
  14874.     {
  14875.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14876.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14877.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/MultipleChoiceQuestionConstraintValidator.php';
  14878.         return $this->privates['App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator'] = new \App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator();
  14879.     }
  14880.     /**
  14881.      * Gets the private 'App\Validator\Constraints\PracticalCaseConstraintValidator' shared autowired service.
  14882.      *
  14883.      * @return \App\Validator\Constraints\PracticalCaseConstraintValidator
  14884.      */
  14885.     protected function getPracticalCaseConstraintValidatorService()
  14886.     {
  14887.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14888.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14889.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/PracticalCaseConstraintValidator.php';
  14890.         return $this->privates['App\\Validator\\Constraints\\PracticalCaseConstraintValidator'] = new \App\Validator\Constraints\PracticalCaseConstraintValidator();
  14891.     }
  14892.     /**
  14893.      * Gets the private 'App\Validator\Constraints\PracticalCaseResponseConstraintValidator' shared autowired service.
  14894.      *
  14895.      * @return \App\Validator\Constraints\PracticalCaseResponseConstraintValidator
  14896.      */
  14897.     protected function getPracticalCaseResponseConstraintValidatorService()
  14898.     {
  14899.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14900.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14901.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/PracticalCaseResponseConstraintValidator.php';
  14902.         return $this->privates['App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator'] = new \App\Validator\Constraints\PracticalCaseResponseConstraintValidator();
  14903.     }
  14904.     /**
  14905.      * Gets the private 'App\Validator\Constraints\ProductConstraintValidator' shared autowired service.
  14906.      *
  14907.      * @return \App\Validator\Constraints\ProductConstraintValidator
  14908.      */
  14909.     protected function getProductConstraintValidatorService()
  14910.     {
  14911.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14912.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14913.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ProductConstraintValidator.php';
  14914.         return $this->privates['App\\Validator\\Constraints\\ProductConstraintValidator'] = new \App\Validator\Constraints\ProductConstraintValidator();
  14915.     }
  14916.     /**
  14917.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  14918.      *
  14919.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  14920.      */
  14921.     protected function getManagerRegistryAwareConnectionProviderService()
  14922.     {
  14923.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  14924.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  14925.         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'));
  14926.     }
  14927.     /**
  14928.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  14929.      *
  14930.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  14931.      */
  14932.     protected function getRunSqlCommandService()
  14933.     {
  14934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14935.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  14936.         $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()));
  14937.         $instance->setName('dbal:run-sql');
  14938.         return $instance;
  14939.     }
  14940.     /**
  14941.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType' shared autowired service.
  14942.      *
  14943.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType
  14944.      */
  14945.     protected function getAsyncEntityTypeService()
  14946.     {
  14947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14949.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/AsyncEntityType.php';
  14950.         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()));
  14951.     }
  14952.     /**
  14953.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType' shared autowired service.
  14954.      *
  14955.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType
  14956.      */
  14957.     protected function getSelectOrCreateTypeService()
  14958.     {
  14959.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14961.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/SelectOrCreateType.php';
  14962.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'));
  14963.     }
  14964.     /**
  14965.      * Gets the private 'DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand' shared autowired service.
  14966.      *
  14967.      * @return \DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand
  14968.      */
  14969.     protected function getServerRunCommandService()
  14970.     {
  14971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14972.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Command/ServerRunCommand.php';
  14973.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php';
  14974.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Server/IoServer.php';
  14975.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  14976.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  14977.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  14978.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/CloseResponseTrait.php';
  14979.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServer.php';
  14980.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServerInterface.php';
  14981.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Session/SessionProvider.php';
  14982.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/Router.php';
  14983.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/ControllerResolver.php';
  14984.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/Evenement/EventEmitterInterface.php';
  14985.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php';
  14986.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/Evenement/EventEmitter.php';
  14987.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/ServerInterface.php';
  14988.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/SocketServer.php';
  14989.         $a = ($this->privates['drosalys.web_socket.loop'] ?? $this->getDrosalys_WebSocket_LoopService());
  14990.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  14991.         $c = new \DrosalysWeb\Bundle\WebSocketBundle\Http\Router(($this->privates['drosalys.web_socket.routing.sf_router'] ?? $this->getDrosalys_WebSocket_Routing_SfRouterService()), new \DrosalysWeb\Bundle\WebSocketBundle\Http\ControllerResolver($this$a$b), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), [=> 'main']);
  14992.         $c->setLogger($b);
  14993.         $this->privates['DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand'] = $instance = new \DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand(new \DrosalysWeb\Bundle\WebSocketBundle\Server\IoServer(new \Ratchet\Http\HttpServer(new \Ratchet\Session\SessionProvider($c, ($this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] ?? $this->getRedisSessionHandlerService()))), new \React\Socket\SocketServer($this->getEnv('resolve:WS_ADDRESS').':'.$this->getEnv('string:resolve:WS_PORT'), [], $a), $a), $this->getEnv('resolve:WS_ADDRESS').':'.$this->getEnv('string:resolve:WS_PORT'), NULL$b);
  14994.         $instance->setName('drosalys:ws:server-run');
  14995.         return $instance;
  14996.     }
  14997.     /**
  14998.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber' shared service.
  14999.      *
  15000.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber
  15001.      */
  15002.     protected function getBlameSubscriberService()
  15003.     {
  15004.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15005.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/BlameSubscriber.php';
  15006.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  15007.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/LazyChainBlamer.php';
  15008.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber(new \DrosalysWeb\ObjectExtensions\Bridge\Symfony\LazyChainBlamer($this, [=> 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DoctrineBlamer.App\\Entity\\Account\\User']));
  15009.     }
  15010.     /**
  15011.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber' shared service.
  15012.      *
  15013.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber
  15014.      */
  15015.     protected function getHierarchySlugSubscriberService()
  15016.     {
  15017.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15018.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/HierarchySlugSubscriber.php';
  15019.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/HierarchySluggerInterface.php';
  15020.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/HierarchySlugger.php';
  15021.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber(new \DrosalysWeb\ObjectExtensions\Slug\HierarchySlugger('/'));
  15022.     }
  15023.     /**
  15024.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber.App\Entity\Account\User' shared service.
  15025.      *
  15026.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber
  15027.      */
  15028.     protected function getUser5Service()
  15029.     {
  15030.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15031.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/BlameSubscriber.php';
  15032.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber('App\\Entity\\Account\\User', [=> 'App\\Entity'=> 'DrosalysWeb\\ObjectExtensions\\SerializeLog\\Model']);
  15033.     }
  15034.     /**
  15035.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber' shared service.
  15036.      *
  15037.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber
  15038.      */
  15039.     protected function getHierarchySubscriberService()
  15040.     {
  15041.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15042.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/HierarchySubscriber.php';
  15043.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber();
  15044.     }
  15045.     /**
  15046.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber' shared service.
  15047.      *
  15048.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber
  15049.      */
  15050.     protected function getSlugSubscriberService()
  15051.     {
  15052.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15053.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/SlugSubscriber.php';
  15054.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber();
  15055.     }
  15056.     /**
  15057.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber' shared service.
  15058.      *
  15059.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber
  15060.      */
  15061.     protected function getTimestampSubscriberService()
  15062.     {
  15063.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15064.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TimestampSubscriber.php';
  15065.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber();
  15066.     }
  15067.     /**
  15068.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber' shared service.
  15069.      *
  15070.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber
  15071.      */
  15072.     protected function getTranslationSubscriberService()
  15073.     {
  15074.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15075.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TranslationSubscriber.php';
  15076.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber();
  15077.     }
  15078.     /**
  15079.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber' shared service.
  15080.      *
  15081.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber
  15082.      */
  15083.     protected function getSlugSubscriber2Service()
  15084.     {
  15085.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15086.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/SlugSubscriber.php';
  15087.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/SluggerInterface.php';
  15088.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/Slugger.php';
  15089.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber(new \DrosalysWeb\ObjectExtensions\Slug\Slugger('-'), false);
  15090.     }
  15091.     /**
  15092.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber' shared service.
  15093.      *
  15094.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber
  15095.      */
  15096.     protected function getTimestampSubscriber2Service()
  15097.     {
  15098.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15099.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/TimestampSubscriber.php';
  15100.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber();
  15101.     }
  15102.     /**
  15103.      * Gets the private 'Drosalys\Bundle\ApiBundle\Action\ActionRetriever' shared autowired service.
  15104.      *
  15105.      * @return \Drosalys\Bundle\ApiBundle\Action\ActionRetriever
  15106.      */
  15107.     protected function getActionRetrieverService()
  15108.     {
  15109.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] = new \Drosalys\Bundle\ApiBundle\Action\ActionRetriever(new RewindableGenerator(function () {
  15110.             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()));
  15111.             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()));
  15112.         }, 2));
  15113.     }
  15114.     /**
  15115.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber' shared autowired service.
  15116.      *
  15117.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber
  15118.      */
  15119.     protected function getActionRequestBodyDescriberService()
  15120.     {
  15121.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15122.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15123.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15124.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionRequestBodyDescriber.php';
  15125.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15126.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber();
  15127.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15128.         $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())));
  15129.         return $instance;
  15130.     }
  15131.     /**
  15132.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber' shared autowired service.
  15133.      *
  15134.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber
  15135.      */
  15136.     protected function getActionResponseDescriberService()
  15137.     {
  15138.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15139.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15140.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15141.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionResponseDescriber.php';
  15142.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15143.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber();
  15144.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15145.         $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())));
  15146.         return $instance;
  15147.     }
  15148.     /**
  15149.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber' shared autowired service.
  15150.      *
  15151.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber
  15152.      */
  15153.     protected function getOperationIdDescriberService()
  15154.     {
  15155.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15156.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15157.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15158.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/OperationIdDescriber.php';
  15159.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15160.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber();
  15161.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15162.         $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())));
  15163.         return $instance;
  15164.     }
  15165.     /**
  15166.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber' shared autowired service.
  15167.      *
  15168.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber
  15169.      */
  15170.     protected function getPaginationDescriberService()
  15171.     {
  15172.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15173.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15174.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15175.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/PaginationDescriber.php';
  15176.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15177.         $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()));
  15178.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15179.         $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())));
  15180.         return $instance;
  15181.     }
  15182.     /**
  15183.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber' shared autowired service.
  15184.      *
  15185.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber
  15186.      */
  15187.     protected function getSecurityDescriberService()
  15188.     {
  15189.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15190.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15191.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15192.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/SecurityDescriber.php';
  15193.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15194.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber();
  15195.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15196.         $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())));
  15197.         return $instance;
  15198.     }
  15199.     /**
  15200.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber' shared autowired service.
  15201.      *
  15202.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber
  15203.      */
  15204.     protected function getTagDescriberService()
  15205.     {
  15206.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15207.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15208.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15209.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/TagDescriber.php';
  15210.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15211.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber([]);
  15212.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15213.         $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())));
  15214.         return $instance;
  15215.     }
  15216.     /**
  15217.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber' shared autowired service.
  15218.      *
  15219.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber
  15220.      */
  15221.     protected function getActionControllerSubscriberService()
  15222.     {
  15223.         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()));
  15224.     }
  15225.     /**
  15226.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber' shared autowired service.
  15227.      *
  15228.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber
  15229.      */
  15230.     protected function getActionResponseSubscriberService()
  15231.     {
  15232.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionResponseSubscriber.php';
  15233.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new RewindableGenerator(function () {
  15234.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] ?? $this->getValidationErrorResponseHandlerService());
  15235.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler()));
  15236.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] ?? $this->getPaginationResponseHandlerService());
  15237.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] ?? $this->getDefaultResponseHandlerService());
  15238.         }, 4), new RewindableGenerator(function () {
  15239.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] ?? $this->getDoctrinePersisterHandlerService());
  15240.         }, 1));
  15241.     }
  15242.     /**
  15243.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber' shared autowired service.
  15244.      *
  15245.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber
  15246.      */
  15247.     protected function getDeserializeActionControllerSubscriberService()
  15248.     {
  15249.         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()));
  15250.     }
  15251.     /**
  15252.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilter' shared autowired service.
  15253.      *
  15254.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilter
  15255.      */
  15256.     protected function getApiFilterService()
  15257.     {
  15258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15260.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilter.php';
  15261.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilter();
  15262.     }
  15263.     /**
  15264.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager' shared autowired service.
  15265.      *
  15266.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager
  15267.      */
  15268.     protected function getApiFilterManagerService()
  15269.     {
  15270.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilterManager.php';
  15271.         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()));
  15272.     }
  15273.     /**
  15274.      * Gets the private 'Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler' shared autowired service.
  15275.      *
  15276.      * @return \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler
  15277.      */
  15278.     protected function getDoctrinePersisterHandlerService()
  15279.     {
  15280.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/PersisterHandlerInterface.php';
  15281.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/DoctrinePersisterHandler.php';
  15282.         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()));
  15283.     }
  15284.     /**
  15285.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler' shared autowired service.
  15286.      *
  15287.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler
  15288.      */
  15289.     protected function getDefaultResponseHandlerService()
  15290.     {
  15291.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  15292.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  15293.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/DefaultResponseHandler.php';
  15294.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler();
  15295.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  15296.         return $instance;
  15297.     }
  15298.     /**
  15299.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler' shared autowired service.
  15300.      *
  15301.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler
  15302.      */
  15303.     protected function getPaginationResponseHandlerService()
  15304.     {
  15305.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  15306.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  15307.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/PaginationResponseHandler.php';
  15308.         $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()));
  15309.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  15310.         return $instance;
  15311.     }
  15312.     /**
  15313.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler' shared autowired service.
  15314.      *
  15315.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler
  15316.      */
  15317.     protected function getValidationErrorResponseHandlerService()
  15318.     {
  15319.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  15320.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  15321.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ValidationErrorResponseHandler.php';
  15322.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler();
  15323.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  15324.         return $instance;
  15325.     }
  15326.     /**
  15327.      * Gets the private 'Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter' shared autowired service.
  15328.      *
  15329.      * @return \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter
  15330.      */
  15331.     protected function getSerializerAdapterService()
  15332.     {
  15333.         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()));
  15334.     }
  15335.     /**
  15336.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LoginSubscriber' shared autowired service.
  15337.      *
  15338.      * @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LoginSubscriber
  15339.      */
  15340.     protected function getLoginSubscriber2Service()
  15341.     {
  15342.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LoginSubscriber.php';
  15343.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LoginSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nellapp'))), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'] ?? $this->getSsoClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15344.     }
  15345.     /**
  15346.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber' shared autowired service.
  15347.      *
  15348.      * @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber
  15349.      */
  15350.     protected function getLogoutSubscriberService()
  15351.     {
  15352.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LogoutSubscriber.php';
  15353.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] = new \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  15354.     }
  15355.     /**
  15356.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber' shared autowired service.
  15357.      *
  15358.      * @return \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber
  15359.      */
  15360.     protected function getHandleExpireTokenSubscriberService()
  15361.     {
  15362.         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()));
  15363.     }
  15364.     /**
  15365.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  15366.      *
  15367.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber
  15368.      */
  15369.     protected function getChannelMenuDisplayedSubscriberService()
  15370.     {
  15371.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  15372.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  15373.     }
  15374.     /**
  15375.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber' shared autowired service.
  15376.      *
  15377.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber
  15378.      */
  15379.     protected function getForceUserFromSetupSubscriberService()
  15380.     {
  15381.         $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_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  15382.         $instance->setRepo(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()));
  15383.         return $instance;
  15384.     }
  15385.     /**
  15386.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository' shared autowired service.
  15387.      *
  15388.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository
  15389.      */
  15390.     protected function getChannelUserRoleRepositoryService()
  15391.     {
  15392.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/ChannelUserRoleRepositoryInterface.php';
  15393.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/AbstractChannelUserRoleRepository.php';
  15394.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ChannelUserRoleRepository.php';
  15395.         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()));
  15396.     }
  15397.     /**
  15398.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository' shared autowired service.
  15399.      *
  15400.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository
  15401.      */
  15402.     protected function getUserFromChannelRepositoryService()
  15403.     {
  15404.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] = new \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15405.     }
  15406.     /**
  15407.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime' shared autowired service.
  15408.      *
  15409.      * @return \Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime
  15410.      */
  15411.     protected function getUserFromChannelRuntimeService()
  15412.     {
  15413.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15414.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Runtime/UserFromChannelRuntime.php';
  15415.         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()));
  15416.     }
  15417.     /**
  15418.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter' shared autowired service.
  15419.      *
  15420.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter
  15421.      */
  15422.     protected function getCollectionFilter2Service()
  15423.     {
  15424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15426.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Form/Filter/CollectionFilter.php';
  15427.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter();
  15428.     }
  15429.     /**
  15430.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager' shared autowired service.
  15431.      *
  15432.      * @return \Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager
  15433.      */
  15434.     protected function getEntityClientManagerService()
  15435.     {
  15436.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/EntityClientManager.php';
  15437.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager(new RewindableGenerator(function () {
  15438.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'] ?? $this->getSsoClientService());
  15439.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  15440.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  15441.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService());
  15442.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  15443.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  15444.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  15445.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  15446.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  15447.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  15448.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] ?? $this->getCompanyClientService());
  15449.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] ?? $this->getCompanyContactClientService());
  15450.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] ?? $this->getContactClientService());
  15451.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] ?? $this->getFrenchProfessionalIdClientService());
  15452.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  15453.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] ?? $this->getOrganizationClientService());
  15454.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  15455.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  15456.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  15457.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  15458.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  15459.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  15460.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'] ?? $this->getAbstractCursusEntityClientService());
  15461.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService());
  15462.         }, 24));
  15463.     }
  15464.     /**
  15465.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Hydrator\Manipulator' shared autowired service.
  15466.      *
  15467.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Hydrator\Manipulator
  15468.      */
  15469.     protected function getManipulatorService()
  15470.     {
  15471.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/ManipulatorInterface.php';
  15472.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/Manipulator.php';
  15473.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/Manipulator.php';
  15474.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] = new \Nellapp\Bundle\SDKBundle\DataSync\Hydrator\Manipulator(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  15475.     }
  15476.     /**
  15477.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager' shared autowired service.
  15478.      *
  15479.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager
  15480.      */
  15481.     protected function getRefresherManagerService()
  15482.     {
  15483.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherManager.php';
  15484.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager(new RewindableGenerator(function () {
  15485.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
  15486.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'] ?? $this->getAbstractCursusRefresherService());
  15487.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelConfigurationRefresher'] ?? $this->getChannelConfigurationRefresherService());
  15488.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService());
  15489.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'] ?? $this->getChannelUserCursusPermissionRefresherService());
  15490.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'] ?? $this->getChannelUserDataRefresherService());
  15491.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'] ?? $this->getChannelUserRoleRefresherService());
  15492.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'] ?? $this->getChannelUserServicePermissionRefresherService());
  15493.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'] ?? $this->getChannelUserSessionPermissionRefresherService());
  15494.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'] ?? $this->getChannelUserTrainingPermissionRefresherService());
  15495.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'] ?? $this->getChannelWhiteLabelRefresherService());
  15496.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'] ?? $this->getCompanyContactRefresherService());
  15497.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyRefresher'] ?? $this->getCompanyRefresherService());
  15498.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ContactRefresher'] ?? $this->getContactRefresherService());
  15499.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\FrenchProfessionalIdRefresher'] ?? $this->getFrenchProfessionalIdRefresherService());
  15500.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'] ?? $this->getGroupRefresherService());
  15501.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\OrganizationRefresher'] ?? $this->getOrganizationRefresherService());
  15502.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'] ?? $this->getPlaceRefresherService());
  15503.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'] ?? $this->getRoomRefresherService());
  15504.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'] ?? $this->getServiceRefresherService());
  15505.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'] ?? $this->getSessionRefresherService());
  15506.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'] ?? $this->getTrainingRefresherService());
  15507.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'] ?? $this->getUserFromChannelRefresherService());
  15508.         }, 23));
  15509.     }
  15510.     /**
  15511.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager' shared autowired service.
  15512.      *
  15513.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager
  15514.      */
  15515.     protected function getRetrieverManagerService()
  15516.     {
  15517.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverManager.php';
  15518.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager(new RewindableGenerator(function () {
  15519.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService());
  15520.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
  15521.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'] ?? $this->getChannelConfigurationRetrieverService());
  15522.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  15523.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'] ?? $this->getChannelUserCursusPermissionRetrieverService());
  15524.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  15525.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
  15526.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'] ?? $this->getChannelUserServicePermissionRetrieverService());
  15527.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'] ?? $this->getChannelUserSessionPermissionRetrieverService());
  15528.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'] ?? $this->getChannelUserTrainingPermissionRetrieverService());
  15529.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'] ?? $this->getChannelWhiteLabelRetrieverService());
  15530.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'] ?? $this->getCompanyContactRetrieverService());
  15531.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'] ?? $this->getCompanyRetrieverService());
  15532.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'] ?? $this->getContactRetrieverService());
  15533.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\FrenchProfessionalIdRetriever'] ?? $this->getFrenchProfessionalIdRetrieverService());
  15534.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
  15535.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'] ?? $this->getOrganizationRetrieverService());
  15536.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  15537.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'] ?? $this->getRoomRetrieverService());
  15538.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'] ?? $this->getServiceRetrieverService());
  15539.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  15540.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  15541.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'] ?? $this->getUserFromChannelRetrieverService());
  15542.         }, 23));
  15543.     }
  15544.     /**
  15545.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber' shared autowired service.
  15546.      *
  15547.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber
  15548.      */
  15549.     protected function getControllerEntityResolverSubscriberService()
  15550.     {
  15551.         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()));
  15552.     }
  15553.     /**
  15554.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber' shared autowired service.
  15555.      *
  15556.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber
  15557.      */
  15558.     protected function getDeviceIdSubscriberService()
  15559.     {
  15560.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\DeviceIdSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nellapp'))));
  15561.     }
  15562.     /**
  15563.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber' shared autowired service.
  15564.      *
  15565.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber
  15566.      */
  15567.     protected function getRequestChannelDomainSubscriberService()
  15568.     {
  15569.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()), ($this->services['router'] ?? $this->getRouterService()));
  15570.     }
  15571.     /**
  15572.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker' shared autowired service.
  15573.      *
  15574.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker
  15575.      */
  15576.     protected function getAutoExportTerminateTrackerService()
  15577.     {
  15578.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/AutoExportTerminateTracker.php';
  15579.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\AutoExportTerminateTracker'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker(($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Resolvers\\ExportTerminateResolverManager'] ?? $this->getExportTerminateResolverManagerService()));
  15580.     }
  15581.     /**
  15582.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber' shared autowired service.
  15583.      *
  15584.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber
  15585.      */
  15586.     protected function getTerminateExportableSubscriberService()
  15587.     {
  15588.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15589.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Doctrine/EventSubscriber/TerminateExportableSubscriber.php';
  15590.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\AutoExportTerminateTracker'] ?? $this->getAutoExportTerminateTrackerService()));
  15591.     }
  15592.     /**
  15593.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber' shared autowired service.
  15594.      *
  15595.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber
  15596.      */
  15597.     protected function getTerminateExportSubscriberService()
  15598.     {
  15599.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/EventSubscriber/TerminateExportSubscriber.php';
  15600.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\AutoExportTerminateTracker'] ?? $this->getAutoExportTerminateTrackerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Resolvers\\ExportTerminateResolverManager'] ?? $this->getExportTerminateResolverManagerService()));
  15601.     }
  15602.     /**
  15603.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager' shared autowired service.
  15604.      *
  15605.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager
  15606.      */
  15607.     protected function getExportTerminateResolverManagerService()
  15608.     {
  15609.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Resolvers/ExportTerminateResolverManager.php';
  15610.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Resolvers\\ExportTerminateResolverManager'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager(new RewindableGenerator(function () {
  15611.             return new \EmptyIterator();
  15612.         }, 0));
  15613.     }
  15614.     /**
  15615.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber' shared autowired service.
  15616.      *
  15617.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber
  15618.      */
  15619.     protected function getTerminateRefreshSubscriberService()
  15620.     {
  15621.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/EventSubscriber/TerminateRefreshSubscriber.php';
  15622.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/AutoRefreshTerminateTracker.php';
  15623.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/Resolvers/AutoRefreshTerminateResolverManager.php';
  15624.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] = new \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber(new \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\AutoRefreshTerminateTracker(), new \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\Resolvers\AutoRefreshTerminateResolverManager(new RewindableGenerator(function () {
  15625.             return new \EmptyIterator();
  15626.         }, 0)));
  15627.     }
  15628.     /**
  15629.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType' shared autowired service.
  15630.      *
  15631.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType
  15632.      */
  15633.     protected function getGroupeFilterTypeService()
  15634.     {
  15635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15636.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15637.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/GroupeFilterType.php';
  15638.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType();
  15639.     }
  15640.     /**
  15641.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType' shared autowired service.
  15642.      *
  15643.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType
  15644.      */
  15645.     protected function getServiceFilterTypeService()
  15646.     {
  15647.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15648.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15649.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/ServiceFilterType.php';
  15650.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType();
  15651.     }
  15652.     /**
  15653.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType' shared autowired service.
  15654.      *
  15655.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType
  15656.      */
  15657.     protected function getSessionFilterTypeService()
  15658.     {
  15659.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15660.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15661.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/SessionFilterType.php';
  15662.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType();
  15663.     }
  15664.     /**
  15665.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType' shared autowired service.
  15666.      *
  15667.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType
  15668.      */
  15669.     protected function getTrainingFilterTypeService()
  15670.     {
  15671.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15672.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15673.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/TrainingFilterType.php';
  15674.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType();
  15675.     }
  15676.     /**
  15677.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\UserFilterType' shared autowired service.
  15678.      *
  15679.      * @return \Nellapp\Bundle\SDKBundle\Filter\UserFilterType
  15680.      */
  15681.     protected function getUserFilterTypeService()
  15682.     {
  15683.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15684.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15685.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/UserFilterType.php';
  15686.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\UserFilterType();
  15687.     }
  15688.     /**
  15689.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType' shared autowired service.
  15690.      *
  15691.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType
  15692.      */
  15693.     protected function getNellappBooleanTypeService()
  15694.     {
  15695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15697.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappBooleanType.php';
  15698.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType();
  15699.     }
  15700.     /**
  15701.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType' shared autowired service.
  15702.      *
  15703.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType
  15704.      */
  15705.     protected function getNellappChoiceTypeService()
  15706.     {
  15707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15708.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15709.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Common/NellappChoiceType.php';
  15710.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType();
  15711.     }
  15712.     /**
  15713.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter' shared autowired service.
  15714.      *
  15715.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter
  15716.      */
  15717.     protected function getCustomViewColumnsFilterService()
  15718.     {
  15719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15721.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewColumnsFilter.php';
  15722.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter();
  15723.     }
  15724.     /**
  15725.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType' shared autowired service.
  15726.      *
  15727.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType
  15728.      */
  15729.     protected function getCustomViewManagerTypeService()
  15730.     {
  15731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15733.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewManagerType.php';
  15734.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType();
  15735.     }
  15736.     /**
  15737.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType' shared autowired service.
  15738.      *
  15739.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType
  15740.      */
  15741.     protected function getEditCustomViewTypeService()
  15742.     {
  15743.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15745.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/EditCustomViewType.php';
  15746.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType();
  15747.     }
  15748.     /**
  15749.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType' shared autowired service.
  15750.      *
  15751.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType
  15752.      */
  15753.     protected function getNewCustomViewTypeService()
  15754.     {
  15755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15757.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/NewCustomViewType.php';
  15758.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType();
  15759.     }
  15760.     /**
  15761.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType' shared autowired service.
  15762.      *
  15763.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType
  15764.      */
  15765.     protected function getChannelUserRoleFilterTypeService()
  15766.     {
  15767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15769.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/ChannelUserData/ChannelUserRoleFilterType.php';
  15770.         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()));
  15771.     }
  15772.     /**
  15773.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter' shared autowired service.
  15774.      *
  15775.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter
  15776.      */
  15777.     protected function getCollectionFilter3Service()
  15778.     {
  15779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15781.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Chat/CollectionFilter.php';
  15782.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter();
  15783.     }
  15784.     /**
  15785.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType' shared autowired service.
  15786.      *
  15787.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType
  15788.      */
  15789.     protected function getTextListFilterTypeService()
  15790.     {
  15791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15793.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Common/TextListFilterType.php';
  15794.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType();
  15795.     }
  15796.     /**
  15797.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType' shared autowired service.
  15798.      *
  15799.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType
  15800.      */
  15801.     protected function getDateRangeFilterTypeService()
  15802.     {
  15803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15805.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/DateRangeFilterType.php';
  15806.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType();
  15807.     }
  15808.     /**
  15809.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter' shared autowired service.
  15810.      *
  15811.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter
  15812.      */
  15813.     protected function getCollectionFilter4Service()
  15814.     {
  15815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15817.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/EventUserProgression/CollectionFilter.php';
  15818.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter();
  15819.     }
  15820.     /**
  15821.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType' shared autowired service.
  15822.      *
  15823.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType
  15824.      */
  15825.     protected function getChannelUserRoleSelektorFilterTypeService()
  15826.     {
  15827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15829.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/ChannelUserRoleSelektorFilterType.php';
  15830.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType();
  15831.     }
  15832.     /**
  15833.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType' shared autowired service.
  15834.      *
  15835.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType
  15836.      */
  15837.     protected function getUserSelektorFilterTypeService()
  15838.     {
  15839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15841.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/UserSelektorFilterType.php';
  15842.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType();
  15843.     }
  15844.     /**
  15845.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType' shared autowired service.
  15846.      *
  15847.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType
  15848.      */
  15849.     protected function getSessionStatusFilterTypeService()
  15850.     {
  15851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15853.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Session/SessionStatusFilterType.php';
  15854.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType();
  15855.     }
  15856.     /**
  15857.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabContainerType' shared autowired service.
  15858.      *
  15859.      * @return \Nellapp\Bundle\SDKBundle\Form\TabContainerType
  15860.      */
  15861.     protected function getTabContainerTypeService()
  15862.     {
  15863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15865.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabContainerType.php';
  15866.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'] = new \Nellapp\Bundle\SDKBundle\Form\TabContainerType();
  15867.     }
  15868.     /**
  15869.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabType' shared autowired service.
  15870.      *
  15871.      * @return \Nellapp\Bundle\SDKBundle\Form\TabType
  15872.      */
  15873.     protected function getTabTypeService()
  15874.     {
  15875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15877.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabType.php';
  15878.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabType'] = new \Nellapp\Bundle\SDKBundle\Form\TabType();
  15879.     }
  15880.     /**
  15881.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType' shared autowired service.
  15882.      *
  15883.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType
  15884.      */
  15885.     protected function getAsyncEntityType2Service()
  15886.     {
  15887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15889.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/AsyncEntityType.php';
  15890.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType();
  15891.     }
  15892.     /**
  15893.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType' shared autowired service.
  15894.      *
  15895.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType
  15896.      */
  15897.     protected function getChannelUserRoleSelektorTypeService()
  15898.     {
  15899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15901.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ChannelUserRoleSelektorType.php';
  15902.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType();
  15903.     }
  15904.     /**
  15905.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType' shared autowired service.
  15906.      *
  15907.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType
  15908.      */
  15909.     protected function getGroupSelektorTypeService()
  15910.     {
  15911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15913.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/GroupSelektorType.php';
  15914.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType();
  15915.     }
  15916.     /**
  15917.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType' shared autowired service.
  15918.      *
  15919.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType
  15920.      */
  15921.     protected function getPlaceSelektorTypeService()
  15922.     {
  15923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15925.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/PlaceSelektorType.php';
  15926.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType();
  15927.     }
  15928.     /**
  15929.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType' shared autowired service.
  15930.      *
  15931.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType
  15932.      */
  15933.     protected function getServiceSelektorTypeService()
  15934.     {
  15935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15937.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ServiceSelektorType.php';
  15938.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType();
  15939.     }
  15940.     /**
  15941.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType' shared autowired service.
  15942.      *
  15943.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType
  15944.      */
  15945.     protected function getUserSelektorTypeService()
  15946.     {
  15947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15949.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/UserSelektorType.php';
  15950.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType();
  15951.     }
  15952.     /**
  15953.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService' shared autowired service.
  15954.      *
  15955.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService
  15956.      */
  15957.     protected function getChannelGetterServiceService()
  15958.     {
  15959.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterInterface.php';
  15960.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterService.php';
  15961.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  15962.     }
  15963.     /**
  15964.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber' shared autowired service.
  15965.      *
  15966.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber
  15967.      */
  15968.     protected function getValidGlobalChannelAndUserSubscriberService()
  15969.     {
  15970.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15971.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Doctrine/EventSubscriber/ValidGlobalChannelAndUserSubscriber.php';
  15972.         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()));
  15973.     }
  15974.     /**
  15975.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService' shared autowired service.
  15976.      *
  15977.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService
  15978.      */
  15979.     protected function getGlobalEntitiesServiceService()
  15980.     {
  15981.         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()));
  15982.     }
  15983.     /**
  15984.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys' shared autowired service.
  15985.      *
  15986.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys
  15987.      */
  15988.     protected function getGlobalEntityKeysService()
  15989.     {
  15990.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys($this->parameters['nellapp_sdk.global_getter.global_entities']);
  15991.     }
  15992.     /**
  15993.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService' shared autowired service.
  15994.      *
  15995.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService
  15996.      */
  15997.     protected function getChannelUserDataMenuDisplayedServiceService()
  15998.     {
  15999.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedService.php';
  16000.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelMenuDisplayedInterface.php';
  16001.         include_once \dirname(__DIR__4).'/src/SdkBundle/Permission/ChannelMenuDisplayed.php';
  16002.         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()));
  16003.     }
  16004.     /**
  16005.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber' shared autowired service.
  16006.      *
  16007.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber
  16008.      */
  16009.     protected function getTerminateMenuDisplayedSubscriberService()
  16010.     {
  16011.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/EventSubscriber/TerminateMenuDisplayedSubscriber.php';
  16012.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  16013.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedTerminateTracker())), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  16014.     }
  16015.     /**
  16016.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware' shared autowired service.
  16017.      *
  16018.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware
  16019.      */
  16020.     protected function getMenuDisplayedMiddlewareService()
  16021.     {
  16022.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  16023.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/Messenger/MenuDisplayedMiddleware.php';
  16024.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  16025.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedTerminateTracker())), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  16026.     }
  16027.     /**
  16028.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager' shared autowired service.
  16029.      *
  16030.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager
  16031.      */
  16032.     protected function getChannelResourceManagerService()
  16033.     {
  16034.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceManager.php';
  16035.         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);
  16036.     }
  16037.     /**
  16038.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService' shared autowired service.
  16039.      *
  16040.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService
  16041.      */
  16042.     protected function getChannelResourceServiceService()
  16043.     {
  16044.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceService.php';
  16045.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Client/ApiInternalClient.php';
  16046.         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_sdk.routing.internal_url_generator'] ?? $this->getNellappSdk_Routing_InternalUrlGeneratorService()), new \Nellapp\Bundle\SDKBundle\ApiInternal\Client\ApiInternalClient($this->getEnv('APP_SECRET')));
  16047.     }
  16048.     /**
  16049.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager' shared autowired service.
  16050.      *
  16051.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager
  16052.      */
  16053.     protected function getChannelUserPermissionGroupManagerService()
  16054.     {
  16055.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionGroup/ChannelUserPermissionGroupManager.php';
  16056.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager(new RewindableGenerator(function () {
  16057.             yield => ($this->privates['App\\SdkBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserModulePermissionGroup'] ?? ($this->privates['App\\SdkBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserModulePermissionGroup'] = new \App\SdkBundle\Permission\ChannelUserPermissionGroup\ChannelUserModulePermissionGroup()));
  16058.         }, 1));
  16059.     }
  16060.     /**
  16061.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager' shared autowired service.
  16062.      *
  16063.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager
  16064.      */
  16065.     protected function getChannelUserPermissionManagerService()
  16066.     {
  16067.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionManager.php';
  16068.         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);
  16069.     }
  16070.     /**
  16071.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService' shared autowired service.
  16072.      *
  16073.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService
  16074.      */
  16075.     protected function getChannelUserPermissionServiceService()
  16076.     {
  16077.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionService.php';
  16078.         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()));
  16079.     }
  16080.     /**
  16081.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand' shared autowired service.
  16082.      *
  16083.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand
  16084.      */
  16085.     protected function getCheckChannelMenuDisplayedCommandService()
  16086.     {
  16087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16088.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CheckChannelMenuDisplayedCommand.php';
  16089.         $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()));
  16090.         $instance->setName('nellapp:check:menu-displayed');
  16091.         $instance->setDescription('Check the channel menu displayed for the given ChannelUserData');
  16092.         return $instance;
  16093.     }
  16094.     /**
  16095.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand' shared autowired service.
  16096.      *
  16097.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand
  16098.      */
  16099.     protected function getCleanExpiredChannelResourcePermissionCommandService()
  16100.     {
  16101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16102.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CleanExpiredChannelResourcePermissionCommand.php';
  16103.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16104.         $instance->setName('nellapp:check:expired-permission');
  16105.         $instance->setDescription('Remove from database expired channel resource permissions.');
  16106.         return $instance;
  16107.     }
  16108.     /**
  16109.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  16110.      *
  16111.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber
  16112.      */
  16113.     protected function getChannelMenuDisplayedSubscriber2Service()
  16114.     {
  16115.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  16116.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  16117.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  16118.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedTerminateTracker'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedTerminateTracker())));
  16119.     }
  16120.     /**
  16121.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber' shared autowired service.
  16122.      *
  16123.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber
  16124.      */
  16125.     protected function getPermissionConstraintSubscriberService()
  16126.     {
  16127.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  16128.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/Mapping/PermissionConstraintSubscriber.php';
  16129.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber();
  16130.     }
  16131.     /**
  16132.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager' shared autowired service.
  16133.      *
  16134.      * @return \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager
  16135.      */
  16136.     protected function getChannelUserPermissionEnumManagerService()
  16137.     {
  16138.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Enum/ChannelUserPermissionEnumManager.php';
  16139.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager(new RewindableGenerator(function () {
  16140.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserAsyncPermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserAsyncPermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserAsyncPermissionEnum()));
  16141.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserModulePermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserModulePermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserModulePermissionEnum()));
  16142.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserChannelUserDataPermissionEnum()));
  16143.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserCursusPermissionEnum()));
  16144.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionAsyncEnum()));
  16145.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum()));
  16146.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum()));
  16147.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum()));
  16148.         }, 8));
  16149.     }
  16150.     /**
  16151.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType' shared autowired service.
  16152.      *
  16153.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType
  16154.      */
  16155.     protected function getChannelUserPermissionEnumTypeService()
  16156.     {
  16157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16158.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16159.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionEnumType.php';
  16160.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType();
  16161.     }
  16162.     /**
  16163.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType' shared autowired service.
  16164.      *
  16165.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType
  16166.      */
  16167.     protected function getChannelUserPermissionResourceTypeService()
  16168.     {
  16169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16170.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16171.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionResourceType.php';
  16172.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType();
  16173.     }
  16174.     /**
  16175.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter' shared autowired service.
  16176.      *
  16177.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter
  16178.      */
  16179.     protected function getChannelUserDataFilterService()
  16180.     {
  16181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16182.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16183.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserDataFilter.php';
  16184.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter(($this->services['router'] ?? $this->getRouterService()));
  16185.     }
  16186.     /**
  16187.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter' shared autowired service.
  16188.      *
  16189.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter
  16190.      */
  16191.     protected function getChannelUserPermissionResourceFilterService()
  16192.     {
  16193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16195.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserPermissionResourceFilter.php';
  16196.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter();
  16197.     }
  16198.     /**
  16199.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType' shared autowired service.
  16200.      *
  16201.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType
  16202.      */
  16203.     protected function getMultipleResourcePermissionsTypeService()
  16204.     {
  16205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16207.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/MultipleResourcePermissionsType.php';
  16208.         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()));
  16209.     }
  16210.     /**
  16211.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType' shared autowired service.
  16212.      *
  16213.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType
  16214.      */
  16215.     protected function getSelectUserForChannelResourcePermissionTypeService()
  16216.     {
  16217.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16218.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16219.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/SelectUserForChannelResourcePermissionType.php';
  16220.         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()));
  16221.     }
  16222.     /**
  16223.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper' shared autowired service.
  16224.      *
  16225.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper
  16226.      */
  16227.     protected function getAuthorizationHelperService()
  16228.     {
  16229.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Authorization/AuthorizationHelper.php';
  16230.         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()));
  16231.     }
  16232.     /**
  16233.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager' shared autowired service.
  16234.      *
  16235.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager
  16236.      */
  16237.     protected function getChannelUserPermissionHierarchyManagerService()
  16238.     {
  16239.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Hierarchy/ChannelUserPermissionHierarchyManager.php';
  16240.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager(new RewindableGenerator(function () {
  16241.             yield => ($this->privates['App\\Security\\Hierarchy\\ChannelModulePermissionHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelModulePermissionHierarchy'] = new \App\Security\Hierarchy\ChannelModulePermissionHierarchy()));
  16242.             yield => ($this->privates['App\\Security\\Hierarchy\\ChannelUserAsyncPermissionHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelUserAsyncPermissionHierarchy'] = new \App\Security\Hierarchy\ChannelUserAsyncPermissionHierarchy()));
  16243.             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()));
  16244.             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()));
  16245.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserCursusPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserCursusPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserCursusPermissionHierarchy()));
  16246.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionAsyncHierarchy()));
  16247.             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()));
  16248.         }, 7));
  16249.     }
  16250.     /**
  16251.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime' shared autowired service.
  16252.      *
  16253.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime
  16254.      */
  16255.     protected function getChannelUserDataPermissionRuntimeService()
  16256.     {
  16257.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  16258.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php';
  16259.         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()));
  16260.     }
  16261.     /**
  16262.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime' shared autowired service.
  16263.      *
  16264.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime
  16265.      */
  16266.     protected function getTranslateRuntimeService()
  16267.     {
  16268.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  16269.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php';
  16270.         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()));
  16271.     }
  16272.     /**
  16273.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime' shared autowired service.
  16274.      *
  16275.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime
  16276.      */
  16277.     protected function getUserOwnerRuntimeService()
  16278.     {
  16279.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  16280.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/UserOwnerRuntime.php';
  16281.         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()));
  16282.     }
  16283.     /**
  16284.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter' shared autowired service.
  16285.      *
  16286.      * @return \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter
  16287.      */
  16288.     protected function getUserOwnerGetterService()
  16289.     {
  16290.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/UserOwnerGetter.php';
  16291.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] = new \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter(new RewindableGenerator(function () {
  16292.             yield => ($this->privates['App\\SdkBundle\\UserOwnerGetter\\TrainingOwnerResolver'] ?? $this->getTrainingOwnerResolverService());
  16293.         }, 1));
  16294.     }
  16295.     /**
  16296.      * Gets the private 'Nellapp\Bundle\SDKBundle\ReverseSync\Doctrine\EventSubscriber\ReverseSyncSubscriber' shared autowired service.
  16297.      *
  16298.      * @return \Nellapp\Bundle\SDKBundle\ReverseSync\Doctrine\EventSubscriber\ReverseSyncSubscriber
  16299.      */
  16300.     protected function getReverseSyncSubscriberService()
  16301.     {
  16302.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  16303.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Doctrine/EventSubscriber/ReverseSyncSubscriber.php';
  16304.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  16305.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber'] = new \Nellapp\Bundle\SDKBundle\ReverseSync\Doctrine\EventSubscriber\ReverseSyncSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] = new \Nellapp\Bundle\SDKBundle\ReverseSync\Tracker\Tracker())));
  16306.     }
  16307.     /**
  16308.      * Gets the private 'Nellapp\Bundle\SDKBundle\ReverseSync\EventSubscriber\ReverseSyncSubscriber' shared autowired service.
  16309.      *
  16310.      * @return \Nellapp\Bundle\SDKBundle\ReverseSync\EventSubscriber\ReverseSyncSubscriber
  16311.      */
  16312.     protected function getReverseSyncSubscriber2Service()
  16313.     {
  16314.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/EventSubscriber/ReverseSyncSubscriber.php';
  16315.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'] = new \Nellapp\Bundle\SDKBundle\ReverseSync\EventSubscriber\ReverseSyncSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Messenger\\SenderService'] ?? $this->getSenderServiceService()));
  16316.     }
  16317.     /**
  16318.      * Gets the private 'Nellapp\Bundle\SDKBundle\ReverseSync\Messenger\SenderService' shared autowired service.
  16319.      *
  16320.      * @return \Nellapp\Bundle\SDKBundle\ReverseSync\Messenger\SenderService
  16321.      */
  16322.     protected function getSenderServiceService()
  16323.     {
  16324.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Messenger/SenderService.php';
  16325.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  16326.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Messenger\\SenderService'] = new \Nellapp\Bundle\SDKBundle\ReverseSync\Messenger\SenderService(($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Tracker\\Tracker'] = new \Nellapp\Bundle\SDKBundle\ReverseSync\Tracker\Tracker())), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'nellapp');
  16327.     }
  16328.     /**
  16329.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\DomainsRoutingRuntime' shared autowired service.
  16330.      *
  16331.      * @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\DomainsRoutingRuntime
  16332.      */
  16333.     protected function getDomainsRoutingRuntimeService()
  16334.     {
  16335.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  16336.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/DomainsRoutingRuntime.php';
  16337.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime'] = new \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\DomainsRoutingRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nellapp'))));
  16338.     }
  16339.     /**
  16340.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime' shared autowired service.
  16341.      *
  16342.      * @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime
  16343.      */
  16344.     protected function getUrlGeneratorRuntimeService()
  16345.     {
  16346.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  16347.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/UrlGeneratorRuntime.php';
  16348.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime'] = new \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  16349.     }
  16350.     /**
  16351.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils' shared autowired service.
  16352.      *
  16353.      * @return \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils
  16354.      */
  16355.     protected function getChannelMainDomainUtilsService()
  16356.     {
  16357.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nellapp'))), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  16358.     }
  16359.     /**
  16360.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\SsoClient' shared autowired service.
  16361.      *
  16362.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\SsoClient
  16363.      */
  16364.     protected function getSsoClientService()
  16365.     {
  16366.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16367.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16368.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16369.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16370.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/SsoClient.php';
  16371.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\SsoClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16372.     }
  16373.     /**
  16374.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient' shared autowired service.
  16375.      *
  16376.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient
  16377.      */
  16378.     protected function getUserClientService()
  16379.     {
  16380.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16381.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16382.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16383.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16384.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/UserClient.php';
  16385.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16386.     }
  16387.     /**
  16388.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusEntityClient' shared autowired service.
  16389.      *
  16390.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusEntityClient
  16391.      */
  16392.     protected function getAbstractCursusEntityClientService()
  16393.     {
  16394.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16395.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16396.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16397.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16398.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/AbstractCursusEntityClient.php';
  16399.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusEntityClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16400.     }
  16401.     /**
  16402.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataEntityClient' shared autowired service.
  16403.      *
  16404.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataEntityClient
  16405.      */
  16406.     protected function getChannelUserDataEntityClientService()
  16407.     {
  16408.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16409.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16410.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16411.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16412.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/ChannelUserDataEntityClient.php';
  16413.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataEntityClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16414.     }
  16415.     /**
  16416.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient' shared autowired service.
  16417.      *
  16418.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient
  16419.      */
  16420.     protected function getChannelClientService()
  16421.     {
  16422.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16423.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16424.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16425.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16426.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelClient.php';
  16427.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16428.     }
  16429.     /**
  16430.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient' shared autowired service.
  16431.      *
  16432.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient
  16433.      */
  16434.     protected function getChannelConfigurationClientService()
  16435.     {
  16436.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16437.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16438.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16439.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16440.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelConfigurationClient.php';
  16441.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16442.     }
  16443.     /**
  16444.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient' shared autowired service.
  16445.      *
  16446.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient
  16447.      */
  16448.     protected function getChannelUserCursusPermissionClientService()
  16449.     {
  16450.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16451.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16452.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16453.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16454.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserCursusPermissionClient.php';
  16455.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16456.     }
  16457.     /**
  16458.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient' shared autowired service.
  16459.      *
  16460.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient
  16461.      */
  16462.     protected function getChannelUserRoleClientService()
  16463.     {
  16464.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16465.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16466.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16467.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16468.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserRoleClient.php';
  16469.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16470.     }
  16471.     /**
  16472.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient' shared autowired service.
  16473.      *
  16474.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient
  16475.      */
  16476.     protected function getChannelUserServicePermissionClientService()
  16477.     {
  16478.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16479.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16480.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16481.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16482.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserServicePermissionClient.php';
  16483.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16484.     }
  16485.     /**
  16486.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient' shared autowired service.
  16487.      *
  16488.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient
  16489.      */
  16490.     protected function getChannelUserSessionPermissionClientService()
  16491.     {
  16492.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16493.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16494.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16495.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16496.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserSessionPermissionClient.php';
  16497.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16498.     }
  16499.     /**
  16500.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient' shared autowired service.
  16501.      *
  16502.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient
  16503.      */
  16504.     protected function getChannelUserTrainingPermissionClientService()
  16505.     {
  16506.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16507.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16508.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16509.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16510.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserTrainingPermissionClient.php';
  16511.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16512.     }
  16513.     /**
  16514.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient' shared autowired service.
  16515.      *
  16516.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient
  16517.      */
  16518.     protected function getChannelWhiteLabelClientService()
  16519.     {
  16520.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16521.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16522.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16523.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16524.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelWhiteLabelClient.php';
  16525.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16526.     }
  16527.     /**
  16528.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyClient' shared autowired service.
  16529.      *
  16530.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyClient
  16531.      */
  16532.     protected function getCompanyClientService()
  16533.     {
  16534.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16535.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16536.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16537.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16538.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/CompanyClient.php';
  16539.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16540.     }
  16541.     /**
  16542.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyContactClient' shared autowired service.
  16543.      *
  16544.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyContactClient
  16545.      */
  16546.     protected function getCompanyContactClientService()
  16547.     {
  16548.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16549.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16550.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16551.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16552.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/CompanyContactClient.php';
  16553.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyContactClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16554.     }
  16555.     /**
  16556.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ContactClient' shared autowired service.
  16557.      *
  16558.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ContactClient
  16559.      */
  16560.     protected function getContactClientService()
  16561.     {
  16562.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16563.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16564.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16565.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16566.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ContactClient.php';
  16567.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ContactClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16568.     }
  16569.     /**
  16570.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\FrenchProfessionalIdClient' shared autowired service.
  16571.      *
  16572.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\FrenchProfessionalIdClient
  16573.      */
  16574.     protected function getFrenchProfessionalIdClientService()
  16575.     {
  16576.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16577.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16578.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16579.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16580.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/FrenchProfessionalIdClient.php';
  16581.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\FrenchProfessionalIdClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16582.     }
  16583.     /**
  16584.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient' shared autowired service.
  16585.      *
  16586.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient
  16587.      */
  16588.     protected function getGroupClientService()
  16589.     {
  16590.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16591.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16592.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16593.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16594.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/GroupClient.php';
  16595.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16596.     }
  16597.     /**
  16598.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\OrganizationClient' shared autowired service.
  16599.      *
  16600.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\OrganizationClient
  16601.      */
  16602.     protected function getOrganizationClientService()
  16603.     {
  16604.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16605.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16606.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16607.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16608.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/OrganizationClient.php';
  16609.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\OrganizationClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16610.     }
  16611.     /**
  16612.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient' shared autowired service.
  16613.      *
  16614.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient
  16615.      */
  16616.     protected function getPlaceClientService()
  16617.     {
  16618.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16619.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16620.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16621.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16622.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/PlaceClient.php';
  16623.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16624.     }
  16625.     /**
  16626.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient' shared autowired service.
  16627.      *
  16628.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient
  16629.      */
  16630.     protected function getRoomClientService()
  16631.     {
  16632.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16633.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16634.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16635.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16636.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/RoomClient.php';
  16637.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16638.     }
  16639.     /**
  16640.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient' shared autowired service.
  16641.      *
  16642.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient
  16643.      */
  16644.     protected function getServiceClientService()
  16645.     {
  16646.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16647.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16648.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16649.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16650.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ServiceClient.php';
  16651.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16652.     }
  16653.     /**
  16654.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient' shared autowired service.
  16655.      *
  16656.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient
  16657.      */
  16658.     protected function getSessionClientService()
  16659.     {
  16660.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16661.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16662.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16663.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16664.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/SessionClient.php';
  16665.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16666.     }
  16667.     /**
  16668.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient' shared autowired service.
  16669.      *
  16670.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient
  16671.      */
  16672.     protected function getTrainingClientService()
  16673.     {
  16674.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16675.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16676.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16677.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16678.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/TrainingClient.php';
  16679.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16680.     }
  16681.     /**
  16682.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient' shared autowired service.
  16683.      *
  16684.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient
  16685.      */
  16686.     protected function getUserFromChannelClientService()
  16687.     {
  16688.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16689.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16690.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16691.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16692.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/UserFromChannelClient.php';
  16693.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16694.     }
  16695.     /**
  16696.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncCoreClient' shared autowired service.
  16697.      *
  16698.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncCoreClient
  16699.      */
  16700.     protected function getSyncCoreClientService()
  16701.     {
  16702.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AppHttpClientInterface.php';
  16703.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncCoreClient.php';
  16704.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncCoreClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET'));
  16705.     }
  16706.     /**
  16707.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand' shared autowired service.
  16708.      *
  16709.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand
  16710.      */
  16711.     protected function getFailedMessageCommandService()
  16712.     {
  16713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16714.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/FailedMessageCommand.php';
  16715.         $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()));
  16716.         $instance->setName('nellapp:failed-message');
  16717.         return $instance;
  16718.     }
  16719.     /**
  16720.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand' shared autowired service.
  16721.      *
  16722.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand
  16723.      */
  16724.     protected function getFullRefreshClassCommandService()
  16725.     {
  16726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16727.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/FullRefreshClassCommand.php';
  16728.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] ?? $this->getFullRefreshManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16729.         $instance->setName('nellapp:force-full-refresh');
  16730.         $instance->setDescription('Force full refresh of a class');
  16731.         return $instance;
  16732.     }
  16733.     /**
  16734.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand' shared autowired service.
  16735.      *
  16736.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand
  16737.      */
  16738.     protected function getRefreshClassCommandService()
  16739.     {
  16740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16741.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshClassCommand.php';
  16742.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorManager.php';
  16743.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand(new \Nellapp\Bundle\SDKBundle\DataSync\Hydrator\HydratorManager(new RewindableGenerator(function () {
  16744.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
  16745.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydrator2Service());
  16746.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService());
  16747.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService());
  16748.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService());
  16749.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService());
  16750.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService());
  16751.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  16752.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
  16753.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
  16754.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
  16755.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService());
  16756.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService());
  16757.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'] ?? $this->getCompanyContactHydratorService());
  16758.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'] ?? $this->getCompanyHydratorService());
  16759.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ContactHydrator'] ?? $this->getContactHydratorService());
  16760.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\FrenchProfessionalIdHydrator'] ?? $this->getFrenchProfessionalIdHydratorService());
  16761.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  16762.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'] ?? $this->getOrganizationHydratorService());
  16763.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
  16764.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
  16765.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
  16766.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService());
  16767.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
  16768.             yield 24 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService());
  16769.         }, 25)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] ?? $this->getEntityClientManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16770.         $instance->setName('nellapp:force-refresh');
  16771.         $instance->setDescription('Force refresh of a class');
  16772.         return $instance;
  16773.     }
  16774.     /**
  16775.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand' shared autowired service.
  16776.      *
  16777.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand
  16778.      */
  16779.     protected function getRefreshOneCommandService()
  16780.     {
  16781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16782.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshOneCommand.php';
  16783.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16784.         $instance->setName('nellapp:force-refresh-one');
  16785.         $instance->setDescription('Force refresh of an entity');
  16786.         return $instance;
  16787.     }
  16788.     /**
  16789.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand' shared autowired service.
  16790.      *
  16791.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand
  16792.      */
  16793.     protected function getUserFromChannelCommandService()
  16794.     {
  16795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16796.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/UserFromChannelCommand.php';
  16797.         $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()));
  16798.         $instance->setName('nellapp:force-sync:ufc');
  16799.         $instance->setDescription('Force sync all UserFromChannel');
  16800.         return $instance;
  16801.     }
  16802.     /**
  16803.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand' shared autowired service.
  16804.      *
  16805.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand
  16806.      */
  16807.     protected function getSyncOneCommandService()
  16808.     {
  16809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16810.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/SyncOneCommand.php';
  16811.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand'] = $instance = new \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] ?? $this->getFullRefreshManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  16812.         $instance->setName('nellapp:sync:one');
  16813.         $instance->setDescription('Manual sync by id');
  16814.         return $instance;
  16815.     }
  16816.     /**
  16817.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher' shared autowired service.
  16818.      *
  16819.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher
  16820.      */
  16821.     protected function getUserRefresherService()
  16822.     {
  16823.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  16824.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  16825.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Account/UserRefresher.php';
  16826.         $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\\Permission\\ChannelMenuDisplayed\\ChannelUserDataMenuDisplayedService'] ?? $this->getChannelUserDataMenuDisplayedServiceService()), $this->parameters['entities_handled']);
  16827.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16828.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  16829.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  16830.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] ?? $this->getEntityClientManagerService()));
  16831.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16832.         return $instance;
  16833.     }
  16834.     /**
  16835.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher' shared autowired service.
  16836.      *
  16837.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher
  16838.      */
  16839.     protected function getChannelRefresher2Service()
  16840.     {
  16841.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  16842.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  16843.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Channel/ChannelRefresher.php';
  16844.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService()));
  16845.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16846.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  16847.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  16848.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] ?? $this->getEntityClientManagerService()));
  16849.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16850.         return $instance;
  16851.     }
  16852.     /**
  16853.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager' shared autowired service.
  16854.      *
  16855.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager
  16856.      */
  16857.     protected function getFullRefreshManagerService()
  16858.     {
  16859.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefreshManager.php';
  16860.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager(new RewindableGenerator(function () {
  16861.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
  16862.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service());
  16863.         }, 2));
  16864.     }
  16865.     /**
  16866.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator' shared autowired service.
  16867.      *
  16868.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator
  16869.      */
  16870.     protected function getUserHydratorService()
  16871.     {
  16872.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  16873.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  16874.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Account/UserHydrator.php';
  16875.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator();
  16876.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  16877.         return $instance;
  16878.     }
  16879.     /**
  16880.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
  16881.      *
  16882.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
  16883.      */
  16884.     protected function getAbstractCursusHydratorService()
  16885.     {
  16886.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  16887.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  16888.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  16889.         $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()));
  16890.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  16891.         return $instance;
  16892.     }
  16893.     /**
  16894.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator' shared autowired service.
  16895.      *
  16896.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator
  16897.      */
  16898.     protected function getChannelConfigurationHydratorService()
  16899.     {
  16900.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  16901.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  16902.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelConfigurationHydrator.php';
  16903.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  16904.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  16905.         return $instance;
  16906.     }
  16907.     /**
  16908.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator' shared autowired service.
  16909.      *
  16910.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator
  16911.      */
  16912.     protected function getChannelHydratorService()
  16913.     {
  16914.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  16915.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  16916.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelHydrator.php';
  16917.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  16918.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  16919.         return $instance;
  16920.     }
  16921.     /**
  16922.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator' shared autowired service.
  16923.      *
  16924.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator
  16925.      */
  16926.     protected function getChannelUserCursusPermissionHydratorService()
  16927.     {
  16928.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  16929.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  16930.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserCursusPermissionHydrator.php';
  16931.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService()));
  16932.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  16933.         return $instance;
  16934.     }
  16935.     /**
  16936.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator' shared autowired service.
  16937.      *
  16938.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator
  16939.      */
  16940.     protected function getChannelUserDataHydratorService()
  16941.     {
  16942.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  16943.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  16944.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserDataHydrator.php';
  16945.         $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()));
  16946.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  16947.         return $instance;
  16948.     }
  16949.     /**
  16950.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator' shared autowired service.
  16951.      *
  16952.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator
  16953.      */
  16954.     protected function getChannelUserRoleHydratorService()
  16955.     {
  16956.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  16957.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  16958.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserRoleHydrator.php';
  16959.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  16960.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  16961.         return $instance;
  16962.     }
  16963.     /**
  16964.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator' shared autowired service.
  16965.      *
  16966.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator
  16967.      */
  16968.     protected function getChannelUserServicePermissionHydratorService()
  16969.     {
  16970.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  16971.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  16972.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserServicePermissionHydrator.php';
  16973.         $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()));
  16974.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  16975.         return $instance;
  16976.     }
  16977.     /**
  16978.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator' shared autowired service.
  16979.      *
  16980.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator
  16981.      */
  16982.     protected function getChannelUserSessionPermissionHydratorService()
  16983.     {
  16984.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  16985.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  16986.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserSessionPermissionHydrator.php';
  16987.         $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()));
  16988.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  16989.         return $instance;
  16990.     }
  16991.     /**
  16992.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator' shared autowired service.
  16993.      *
  16994.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator
  16995.      */
  16996.     protected function getChannelUserTrainingPermissionHydratorService()
  16997.     {
  16998.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  16999.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17000.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserTrainingPermissionHydrator.php';
  17001.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService()));
  17002.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17003.         return $instance;
  17004.     }
  17005.     /**
  17006.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator' shared autowired service.
  17007.      *
  17008.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator
  17009.      */
  17010.     protected function getChannelWhiteLabelHydratorService()
  17011.     {
  17012.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17013.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17014.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelWhiteLabelHydrator.php';
  17015.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  17016.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17017.         return $instance;
  17018.     }
  17019.     /**
  17020.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator' shared autowired service.
  17021.      *
  17022.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator
  17023.      */
  17024.     protected function getCompanyContactHydratorService()
  17025.     {
  17026.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17027.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17028.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/CompanyContactHydrator.php';
  17029.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'] ?? $this->getCompanyRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'] ?? $this->getContactRetrieverService()));
  17030.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17031.         return $instance;
  17032.     }
  17033.     /**
  17034.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator' shared autowired service.
  17035.      *
  17036.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator
  17037.      */
  17038.     protected function getCompanyHydratorService()
  17039.     {
  17040.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17041.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17042.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/CompanyHydrator.php';
  17043.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService()));
  17044.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17045.         return $instance;
  17046.     }
  17047.     /**
  17048.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ContactHydrator' shared autowired service.
  17049.      *
  17050.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ContactHydrator
  17051.      */
  17052.     protected function getContactHydratorService()
  17053.     {
  17054.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17055.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17056.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ContactHydrator.php';
  17057.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ContactHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService()));
  17058.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ContactHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17059.         return $instance;
  17060.     }
  17061.     /**
  17062.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator' shared autowired service.
  17063.      *
  17064.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator
  17065.      */
  17066.     protected function getFrenchProfessionalIdHydratorService()
  17067.     {
  17068.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17069.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17070.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/FrenchProfessionalIdHydrator.php';
  17071.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator();
  17072.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17073.         return $instance;
  17074.     }
  17075.     /**
  17076.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator' shared autowired service.
  17077.      *
  17078.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator
  17079.      */
  17080.     protected function getGroupHydratorService()
  17081.     {
  17082.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17083.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17084.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/GroupHydrator.php';
  17085.         $instance = new \Nellapp\Bundle\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()));
  17086.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17087.         return $instance;
  17088.     }
  17089.     /**
  17090.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator' shared autowired service.
  17091.      *
  17092.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator
  17093.      */
  17094.     protected function getOrganizationHydratorService()
  17095.     {
  17096.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17097.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17098.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/OrganizationHydrator.php';
  17099.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService()));
  17100.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17101.         return $instance;
  17102.     }
  17103.     /**
  17104.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator' shared autowired service.
  17105.      *
  17106.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator
  17107.      */
  17108.     protected function getPlaceHydratorService()
  17109.     {
  17110.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17111.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17112.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/PlaceHydrator.php';
  17113.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  17114.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17115.         return $instance;
  17116.     }
  17117.     /**
  17118.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator' shared autowired service.
  17119.      *
  17120.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator
  17121.      */
  17122.     protected function getRoomHydratorService()
  17123.     {
  17124.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17125.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17126.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/RoomHydrator.php';
  17127.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService()));
  17128.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17129.         return $instance;
  17130.     }
  17131.     /**
  17132.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator' shared autowired service.
  17133.      *
  17134.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator
  17135.      */
  17136.     protected function getServiceHydratorService()
  17137.     {
  17138.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17139.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17140.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ServiceHydrator.php';
  17141.         $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()));
  17142.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17143.         return $instance;
  17144.     }
  17145.     /**
  17146.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
  17147.      *
  17148.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator
  17149.      */
  17150.     protected function getSessionHydratorService()
  17151.     {
  17152.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17153.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17154.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
  17155.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService()));
  17156.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17157.         return $instance;
  17158.     }
  17159.     /**
  17160.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
  17161.      *
  17162.      * @return \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator
  17163.      */
  17164.     protected function getTrainingHydrator2Service()
  17165.     {
  17166.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17167.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17168.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
  17169.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/TrainingHydrator.php';
  17170.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  17171.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17172.         return $instance;
  17173.     }
  17174.     /**
  17175.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator' shared autowired service.
  17176.      *
  17177.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator
  17178.      */
  17179.     protected function getUserFromChannelHydratorService()
  17180.     {
  17181.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17182.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17183.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/UserFromChannelHydrator.php';
  17184.         $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()));
  17185.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17186.         return $instance;
  17187.     }
  17188.     /**
  17189.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator' shared autowired service.
  17190.      *
  17191.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator
  17192.      */
  17193.     protected function getAddressHydratorService()
  17194.     {
  17195.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17196.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17197.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Common/AddressHydrator.php';
  17198.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator();
  17199.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17200.         return $instance;
  17201.     }
  17202.     /**
  17203.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher' shared autowired service.
  17204.      *
  17205.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher
  17206.      */
  17207.     protected function getUserRefresher2Service()
  17208.     {
  17209.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17210.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17211.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Account/UserRefresher.php';
  17212.         $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()));
  17213.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17214.         return $instance;
  17215.     }
  17216.     /**
  17217.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher' shared autowired service.
  17218.      *
  17219.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher
  17220.      */
  17221.     protected function getAbstractCursusRefresherService()
  17222.     {
  17223.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17224.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17225.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/AbstractCursusRefresher.php';
  17226.         $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\\AbstractCursusEntityClient'] ?? $this->getAbstractCursusEntityClientService()));
  17227.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17228.         return $instance;
  17229.     }
  17230.     /**
  17231.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher' shared autowired service.
  17232.      *
  17233.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher
  17234.      */
  17235.     protected function getChannelConfigurationRefresherService()
  17236.     {
  17237.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17238.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17239.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelConfigurationRefresher.php';
  17240.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService()));
  17241.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17242.         return $instance;
  17243.     }
  17244.     /**
  17245.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher' shared autowired service.
  17246.      *
  17247.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher
  17248.      */
  17249.     protected function getChannelRefresherService()
  17250.     {
  17251.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17252.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17253.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelRefresher.php';
  17254.         $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()));
  17255.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17256.         return $instance;
  17257.     }
  17258.     /**
  17259.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher' shared autowired service.
  17260.      *
  17261.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher
  17262.      */
  17263.     protected function getChannelUserCursusPermissionRefresherService()
  17264.     {
  17265.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17266.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17267.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserCursusPermissionRefresher.php';
  17268.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService()));
  17269.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17270.         return $instance;
  17271.     }
  17272.     /**
  17273.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher' shared autowired service.
  17274.      *
  17275.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher
  17276.      */
  17277.     protected function getChannelUserDataRefresherService()
  17278.     {
  17279.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17280.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17281.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserDataRefresher.php';
  17282.         $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\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService()));
  17283.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17284.         return $instance;
  17285.     }
  17286.     /**
  17287.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher' shared autowired service.
  17288.      *
  17289.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher
  17290.      */
  17291.     protected function getChannelUserRoleRefresherService()
  17292.     {
  17293.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17294.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17295.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserRoleRefresher.php';
  17296.         $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()));
  17297.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17298.         return $instance;
  17299.     }
  17300.     /**
  17301.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher' shared autowired service.
  17302.      *
  17303.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher
  17304.      */
  17305.     protected function getChannelUserServicePermissionRefresherService()
  17306.     {
  17307.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17308.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17309.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserServicePermissionRefresher.php';
  17310.         $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()));
  17311.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17312.         return $instance;
  17313.     }
  17314.     /**
  17315.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher' shared autowired service.
  17316.      *
  17317.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher
  17318.      */
  17319.     protected function getChannelUserSessionPermissionRefresherService()
  17320.     {
  17321.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17322.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17323.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserSessionPermissionRefresher.php';
  17324.         $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()));
  17325.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17326.         return $instance;
  17327.     }
  17328.     /**
  17329.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher' shared autowired service.
  17330.      *
  17331.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher
  17332.      */
  17333.     protected function getChannelUserTrainingPermissionRefresherService()
  17334.     {
  17335.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17336.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17337.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserTrainingPermissionRefresher.php';
  17338.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService()));
  17339.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17340.         return $instance;
  17341.     }
  17342.     /**
  17343.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher' shared autowired service.
  17344.      *
  17345.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher
  17346.      */
  17347.     protected function getChannelWhiteLabelRefresherService()
  17348.     {
  17349.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17350.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17351.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelWhiteLabelRefresher.php';
  17352.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService()));
  17353.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17354.         return $instance;
  17355.     }
  17356.     /**
  17357.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher' shared autowired service.
  17358.      *
  17359.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher
  17360.      */
  17361.     protected function getCompanyContactRefresherService()
  17362.     {
  17363.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17364.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17365.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/CompanyContactRefresher.php';
  17366.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'] ?? $this->getCompanyContactHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] ?? $this->getCompanyContactClientService()));
  17367.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17368.         return $instance;
  17369.     }
  17370.     /**
  17371.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher' shared autowired service.
  17372.      *
  17373.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher
  17374.      */
  17375.     protected function getCompanyRefresherService()
  17376.     {
  17377.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17378.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17379.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/CompanyRefresher.php';
  17380.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'] ?? $this->getCompanyHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] ?? $this->getCompanyClientService()));
  17381.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17382.         return $instance;
  17383.     }
  17384.     /**
  17385.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher' shared autowired service.
  17386.      *
  17387.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher
  17388.      */
  17389.     protected function getContactRefresherService()
  17390.     {
  17391.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17392.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17393.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ContactRefresher.php';
  17394.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ContactHydrator'] ?? $this->getContactHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] ?? $this->getContactClientService()));
  17395.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17396.         return $instance;
  17397.     }
  17398.     /**
  17399.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher' shared autowired service.
  17400.      *
  17401.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher
  17402.      */
  17403.     protected function getFrenchProfessionalIdRefresherService()
  17404.     {
  17405.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17406.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17407.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/FrenchProfessionalIdRefresher.php';
  17408.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\FrenchProfessionalIdHydrator'] ?? $this->getFrenchProfessionalIdHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] ?? $this->getFrenchProfessionalIdClientService()));
  17409.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17410.         return $instance;
  17411.     }
  17412.     /**
  17413.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher' shared autowired service.
  17414.      *
  17415.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher
  17416.      */
  17417.     protected function getGroupRefresherService()
  17418.     {
  17419.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17420.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17421.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/GroupRefresher.php';
  17422.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService()));
  17423.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17424.         return $instance;
  17425.     }
  17426.     /**
  17427.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher' shared autowired service.
  17428.      *
  17429.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher
  17430.      */
  17431.     protected function getOrganizationRefresherService()
  17432.     {
  17433.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17434.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17435.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/OrganizationRefresher.php';
  17436.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'] ?? $this->getOrganizationHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] ?? $this->getOrganizationClientService()));
  17437.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17438.         return $instance;
  17439.     }
  17440.     /**
  17441.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher' shared autowired service.
  17442.      *
  17443.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher
  17444.      */
  17445.     protected function getPlaceRefresherService()
  17446.     {
  17447.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17448.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17449.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/PlaceRefresher.php';
  17450.         $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()));
  17451.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17452.         return $instance;
  17453.     }
  17454.     /**
  17455.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher' shared autowired service.
  17456.      *
  17457.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher
  17458.      */
  17459.     protected function getRoomRefresherService()
  17460.     {
  17461.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17462.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17463.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/RoomRefresher.php';
  17464.         $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()));
  17465.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17466.         return $instance;
  17467.     }
  17468.     /**
  17469.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher' shared autowired service.
  17470.      *
  17471.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher
  17472.      */
  17473.     protected function getServiceRefresherService()
  17474.     {
  17475.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17476.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17477.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ServiceRefresher.php';
  17478.         $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()));
  17479.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17480.         return $instance;
  17481.     }
  17482.     /**
  17483.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher' shared autowired service.
  17484.      *
  17485.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher
  17486.      */
  17487.     protected function getSessionRefresherService()
  17488.     {
  17489.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17490.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17491.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/SessionRefresher.php';
  17492.         $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()));
  17493.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17494.         return $instance;
  17495.     }
  17496.     /**
  17497.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher' shared autowired service.
  17498.      *
  17499.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher
  17500.      */
  17501.     protected function getTrainingRefresherService()
  17502.     {
  17503.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17504.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17505.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/TrainingRefresher.php';
  17506.         $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()));
  17507.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17508.         return $instance;
  17509.     }
  17510.     /**
  17511.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher' shared autowired service.
  17512.      *
  17513.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher
  17514.      */
  17515.     protected function getUserFromChannelRefresherService()
  17516.     {
  17517.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17518.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17519.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/UserFromChannelRefresher.php';
  17520.         $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()));
  17521.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17522.         return $instance;
  17523.     }
  17524.     /**
  17525.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever' shared autowired service.
  17526.      *
  17527.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever
  17528.      */
  17529.     protected function getUserRetrieverService()
  17530.     {
  17531.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17532.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17533.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Account/UserRetriever.php';
  17534.         $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()));
  17535.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17536.         return $instance;
  17537.     }
  17538.     /**
  17539.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever' shared autowired service.
  17540.      *
  17541.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever
  17542.      */
  17543.     protected function getAbstractCursusRetrieverService()
  17544.     {
  17545.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17546.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17547.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/AbstractCursusRetriever.php';
  17548.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'] ?? $this->getAbstractCursusEntityClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService()));
  17549.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17550.         return $instance;
  17551.     }
  17552.     /**
  17553.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever' shared autowired service.
  17554.      *
  17555.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever
  17556.      */
  17557.     protected function getChannelConfigurationRetrieverService()
  17558.     {
  17559.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17560.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17561.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelConfigurationRetriever.php';
  17562.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService()));
  17563.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17564.         return $instance;
  17565.     }
  17566.     /**
  17567.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever' shared autowired service.
  17568.      *
  17569.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever
  17570.      */
  17571.     protected function getChannelRetrieverService()
  17572.     {
  17573.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17574.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17575.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelRetriever.php';
  17576.         $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()));
  17577.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17578.         return $instance;
  17579.     }
  17580.     /**
  17581.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever' shared autowired service.
  17582.      *
  17583.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever
  17584.      */
  17585.     protected function getChannelUserCursusPermissionRetrieverService()
  17586.     {
  17587.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17588.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17589.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserCursusPermissionRetriever.php';
  17590.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService()));
  17591.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17592.         return $instance;
  17593.     }
  17594.     /**
  17595.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever' shared autowired service.
  17596.      *
  17597.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever
  17598.      */
  17599.     protected function getChannelUserDataRetrieverService()
  17600.     {
  17601.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17602.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17603.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserDataRetriever.php';
  17604.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService()));
  17605.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17606.         return $instance;
  17607.     }
  17608.     /**
  17609.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever' shared autowired service.
  17610.      *
  17611.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever
  17612.      */
  17613.     protected function getChannelUserRoleRetrieverService()
  17614.     {
  17615.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17616.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17617.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserRoleRetriever.php';
  17618.         $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()));
  17619.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17620.         return $instance;
  17621.     }
  17622.     /**
  17623.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever' shared autowired service.
  17624.      *
  17625.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever
  17626.      */
  17627.     protected function getChannelUserServicePermissionRetrieverService()
  17628.     {
  17629.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17630.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17631.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserServicePermissionRetriever.php';
  17632.         $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()));
  17633.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17634.         return $instance;
  17635.     }
  17636.     /**
  17637.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever' shared autowired service.
  17638.      *
  17639.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever
  17640.      */
  17641.     protected function getChannelUserSessionPermissionRetrieverService()
  17642.     {
  17643.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17644.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17645.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserSessionPermissionRetriever.php';
  17646.         $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()));
  17647.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17648.         return $instance;
  17649.     }
  17650.     /**
  17651.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever' shared autowired service.
  17652.      *
  17653.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever
  17654.      */
  17655.     protected function getChannelUserTrainingPermissionRetrieverService()
  17656.     {
  17657.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17658.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17659.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserTrainingPermissionRetriever.php';
  17660.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService()));
  17661.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17662.         return $instance;
  17663.     }
  17664.     /**
  17665.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever' shared autowired service.
  17666.      *
  17667.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever
  17668.      */
  17669.     protected function getChannelWhiteLabelRetrieverService()
  17670.     {
  17671.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17672.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17673.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelWhiteLabelRetriever.php';
  17674.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService()));
  17675.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17676.         return $instance;
  17677.     }
  17678.     /**
  17679.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever' shared autowired service.
  17680.      *
  17681.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever
  17682.      */
  17683.     protected function getCompanyContactRetrieverService()
  17684.     {
  17685.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17686.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17687.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/CompanyContactRetriever.php';
  17688.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] ?? $this->getCompanyContactClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'] ?? $this->getCompanyContactHydratorService()));
  17689.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17690.         return $instance;
  17691.     }
  17692.     /**
  17693.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever' shared autowired service.
  17694.      *
  17695.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever
  17696.      */
  17697.     protected function getCompanyRetrieverService()
  17698.     {
  17699.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17700.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17701.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/CompanyRetriever.php';
  17702.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] ?? $this->getCompanyClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'] ?? $this->getCompanyHydratorService()));
  17703.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17704.         return $instance;
  17705.     }
  17706.     /**
  17707.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever' shared autowired service.
  17708.      *
  17709.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever
  17710.      */
  17711.     protected function getContactRetrieverService()
  17712.     {
  17713.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17714.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17715.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ContactRetriever.php';
  17716.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] ?? $this->getContactClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ContactHydrator'] ?? $this->getContactHydratorService()));
  17717.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17718.         return $instance;
  17719.     }
  17720.     /**
  17721.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever' shared autowired service.
  17722.      *
  17723.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever
  17724.      */
  17725.     protected function getFrenchProfessionalIdRetrieverService()
  17726.     {
  17727.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17728.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17729.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/FrenchProfessionalIdRetriever.php';
  17730.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] ?? $this->getFrenchProfessionalIdClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\FrenchProfessionalIdHydrator'] ?? $this->getFrenchProfessionalIdHydratorService()));
  17731.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17732.         return $instance;
  17733.     }
  17734.     /**
  17735.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever' shared autowired service.
  17736.      *
  17737.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever
  17738.      */
  17739.     protected function getGroupRetrieverService()
  17740.     {
  17741.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17742.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17743.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/GroupRetriever.php';
  17744.         $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->getGroupHydratorService()));
  17745.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17746.         return $instance;
  17747.     }
  17748.     /**
  17749.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever' shared autowired service.
  17750.      *
  17751.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever
  17752.      */
  17753.     protected function getOrganizationRetrieverService()
  17754.     {
  17755.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17756.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17757.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/OrganizationRetriever.php';
  17758.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] ?? $this->getOrganizationClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'] ?? $this->getOrganizationHydratorService()));
  17759.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17760.         return $instance;
  17761.     }
  17762.     /**
  17763.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever' shared autowired service.
  17764.      *
  17765.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever
  17766.      */
  17767.     protected function getPlaceRetrieverService()
  17768.     {
  17769.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17770.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17771.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/PlaceRetriever.php';
  17772.         $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()));
  17773.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17774.         return $instance;
  17775.     }
  17776.     /**
  17777.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever' shared autowired service.
  17778.      *
  17779.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever
  17780.      */
  17781.     protected function getRoomRetrieverService()
  17782.     {
  17783.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17784.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17785.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/RoomRetriever.php';
  17786.         $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()));
  17787.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17788.         return $instance;
  17789.     }
  17790.     /**
  17791.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever' shared autowired service.
  17792.      *
  17793.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever
  17794.      */
  17795.     protected function getServiceRetrieverService()
  17796.     {
  17797.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17798.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17799.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ServiceRetriever.php';
  17800.         $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()));
  17801.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17802.         return $instance;
  17803.     }
  17804.     /**
  17805.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever' shared autowired service.
  17806.      *
  17807.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever
  17808.      */
  17809.     protected function getSessionRetrieverService()
  17810.     {
  17811.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17812.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17813.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/SessionRetriever.php';
  17814.         $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()));
  17815.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17816.         return $instance;
  17817.     }
  17818.     /**
  17819.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever' shared autowired service.
  17820.      *
  17821.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever
  17822.      */
  17823.     protected function getTrainingRetrieverService()
  17824.     {
  17825.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17826.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17827.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/TrainingRetriever.php';
  17828.         $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()));
  17829.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17830.         return $instance;
  17831.     }
  17832.     /**
  17833.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever' shared autowired service.
  17834.      *
  17835.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever
  17836.      */
  17837.     protected function getUserFromChannelRetrieverService()
  17838.     {
  17839.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  17840.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  17841.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/UserFromChannelRetriever.php';
  17842.         $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()));
  17843.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17844.         return $instance;
  17845.     }
  17846.     /**
  17847.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader' shared autowired service.
  17848.      *
  17849.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader
  17850.      */
  17851.     protected function getRouteCollectionLoaderService()
  17852.     {
  17853.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Loader\\RouteCollectionLoader'] = new \Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader(new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Routing\RouteClient(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('resolve:SYNC_DOMAIN'), $this->getEnv('resolve:SYNC_SECRET')), ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'nellapp', ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nellapp'))), ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
  17854.     }
  17855.     /**
  17856.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler' shared autowired service.
  17857.      *
  17858.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler
  17859.      */
  17860.     protected function getRouteHandlerService()
  17861.     {
  17862.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  17863.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Handler/RouteHandler.php';
  17864.         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())));
  17865.     }
  17866.     /**
  17867.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent' autowired service.
  17868.      *
  17869.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent
  17870.      */
  17871.     protected function getChannelUserRoleBadgeComponentService()
  17872.     {
  17873.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Badge/ChannelUserData/ChannelUserRoleBadgeComponent.php';
  17874.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent'] = function () {
  17875.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent();
  17876.         };
  17877.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent']();
  17878.     }
  17879.     /**
  17880.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent' autowired service.
  17881.      *
  17882.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent
  17883.      */
  17884.     protected function getSdkBadgeComponentService()
  17885.     {
  17886.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Badge/SdkBadgeComponent.php';
  17887.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent'] = function () {
  17888.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent();
  17889.         };
  17890.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent']();
  17891.     }
  17892.     /**
  17893.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard' autowired service.
  17894.      *
  17895.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard
  17896.      */
  17897.     protected function getChannelUserProfileCardService()
  17898.     {
  17899.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/ChannelUserData/ChannelUserProfileCard.php';
  17900.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard'] = function () {
  17901.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard();
  17902.         };
  17903.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard']();
  17904.     }
  17905.     /**
  17906.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent' autowired service.
  17907.      *
  17908.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent
  17909.      */
  17910.     protected function getChannelUserPermissionFormComponentService()
  17911.     {
  17912.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionFormComponent.php';
  17913.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent'] = function () {
  17914.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent();
  17915.         };
  17916.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent']();
  17917.     }
  17918.     /**
  17919.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent' autowired service.
  17920.      *
  17921.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent
  17922.      */
  17923.     protected function getChannelUserPermissionGroupFormComponentService()
  17924.     {
  17925.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionGroupFormComponent.php';
  17926.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent'] = function () {
  17927.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] ?? $this->getChannelUserPermissionHierarchyManagerService()));
  17928.         };
  17929.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent']();
  17930.     }
  17931.     /**
  17932.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime' shared autowired service.
  17933.      *
  17934.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime
  17935.      */
  17936.     protected function getAppRuntimeService()
  17937.     {
  17938.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  17939.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/AppRuntime.php';
  17940.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nellapp'))));
  17941.     }
  17942.     /**
  17943.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime' shared autowired service.
  17944.      *
  17945.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime
  17946.      */
  17947.     protected function getBooleanRuntimeService()
  17948.     {
  17949.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  17950.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/BooleanRuntime.php';
  17951.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime();
  17952.     }
  17953.     /**
  17954.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime' shared autowired service.
  17955.      *
  17956.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime
  17957.      */
  17958.     protected function getChannelGetterRuntimeService()
  17959.     {
  17960.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  17961.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelGetterRuntime.php';
  17962.         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()));
  17963.     }
  17964.     /**
  17965.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime' shared autowired service.
  17966.      *
  17967.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime
  17968.      */
  17969.     protected function getChannelRuntime2Service()
  17970.     {
  17971.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  17972.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelRuntime.php';
  17973.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()));
  17974.     }
  17975.     /**
  17976.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime' shared autowired service.
  17977.      *
  17978.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime
  17979.      */
  17980.     protected function getChannelUserDataRuntimeService()
  17981.     {
  17982.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  17983.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelUserDataRuntime.php';
  17984.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
  17985.     }
  17986.     /**
  17987.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime' shared autowired service.
  17988.      *
  17989.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime
  17990.      */
  17991.     protected function getChatNotificationRuntimeService()
  17992.     {
  17993.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  17994.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChatNotificationRuntime.php';
  17995.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime(($this->services['router'] ?? $this->getRouterService()), ($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  17996.     }
  17997.     /**
  17998.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime' shared autowired service.
  17999.      *
  18000.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime
  18001.      */
  18002.     protected function getCustomizableViewRuntimeService()
  18003.     {
  18004.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18005.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/CustomizableViewRuntime.php';
  18006.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime();
  18007.     }
  18008.     /**
  18009.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime' shared autowired service.
  18010.      *
  18011.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime
  18012.      */
  18013.     protected function getEnvRuntimeService()
  18014.     {
  18015.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18016.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/EnvRuntime.php';
  18017.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime('dev');
  18018.     }
  18019.     /**
  18020.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime' shared autowired service.
  18021.      *
  18022.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime
  18023.      */
  18024.     protected function getFileRuntime2Service()
  18025.     {
  18026.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18027.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FileRuntime.php';
  18028.         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()));
  18029.     }
  18030.     /**
  18031.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime' shared autowired service.
  18032.      *
  18033.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime
  18034.      */
  18035.     protected function getFormRuntimeService()
  18036.     {
  18037.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18038.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php';
  18039.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Service/FormService.php';
  18040.         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());
  18041.     }
  18042.     /**
  18043.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime' shared autowired service.
  18044.      *
  18045.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime
  18046.      */
  18047.     protected function getHeaderRuntimeService()
  18048.     {
  18049.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18050.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/HeaderRuntime.php';
  18051.         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())));
  18052.     }
  18053.     /**
  18054.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime' shared autowired service.
  18055.      *
  18056.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime
  18057.      */
  18058.     protected function getImageRunTime2Service()
  18059.     {
  18060.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18061.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ImageRunTime.php';
  18062.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  18063.     }
  18064.     /**
  18065.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime' shared autowired service.
  18066.      *
  18067.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime
  18068.      */
  18069.     protected function getNellappFileRuntimeService()
  18070.     {
  18071.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18072.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFileRuntime.php';
  18073.         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()));
  18074.     }
  18075.     /**
  18076.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime' shared autowired service.
  18077.      *
  18078.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime
  18079.      */
  18080.     protected function getNellappFormatRuntimeService()
  18081.     {
  18082.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18083.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFormatRuntime.php';
  18084.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Utils/NellappFormatService.php';
  18085.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime(new \Nellapp\Bundle\SDKBundle\Utils\NellappFormatService());
  18086.     }
  18087.     /**
  18088.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime' shared autowired service.
  18089.      *
  18090.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime
  18091.      */
  18092.     protected function getPaginationRuntimeService()
  18093.     {
  18094.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18095.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/PaginationRuntime.php';
  18096.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Pagination/Paginator.php';
  18097.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime(new \Nellapp\Bundle\SDKBundle\Pagination\Paginator());
  18098.     }
  18099.     /**
  18100.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime' shared autowired service.
  18101.      *
  18102.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime
  18103.      */
  18104.     protected function getSerializerRuntimeService()
  18105.     {
  18106.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18107.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SerializerRuntime.php';
  18108.         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()));
  18109.     }
  18110.     /**
  18111.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime' shared autowired service.
  18112.      *
  18113.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime
  18114.      */
  18115.     protected function getSideNavItemRuntimeService()
  18116.     {
  18117.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18118.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavItemRuntime.php';
  18119.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime();
  18120.     }
  18121.     /**
  18122.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime' shared autowired service.
  18123.      *
  18124.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime
  18125.      */
  18126.     protected function getSideNavRuntimeService()
  18127.     {
  18128.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18129.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavRuntime.php';
  18130.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  18131.     }
  18132.     /**
  18133.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime' shared autowired service.
  18134.      *
  18135.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime
  18136.      */
  18137.     protected function getUserRunTimeService()
  18138.     {
  18139.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18140.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php';
  18141.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  18142.     }
  18143.     /**
  18144.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime' shared autowired service.
  18145.      *
  18146.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime
  18147.      */
  18148.     protected function getVersionRuntimeService()
  18149.     {
  18150.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18151.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/VersionRuntime.php';
  18152.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Version/Version.php';
  18153.         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)));
  18154.     }
  18155.     /**
  18156.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime' shared autowired service.
  18157.      *
  18158.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime
  18159.      */
  18160.     protected function getWebSocketRuntimeService()
  18161.     {
  18162.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18163.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/WebSocketRuntime.php';
  18164.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nellapp'))));
  18165.     }
  18166.     /**
  18167.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber' shared autowired service.
  18168.      *
  18169.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber
  18170.      */
  18171.     protected function getNellappFileSubscriberService()
  18172.     {
  18173.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  18174.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Doctrine/NellappFileSubscriber.php';
  18175.         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()));
  18176.     }
  18177.     /**
  18178.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType' shared autowired service.
  18179.      *
  18180.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType
  18181.      */
  18182.     protected function getMimeTypeChoiceFilterTypeService()
  18183.     {
  18184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  18185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  18186.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Form/MimeTypeChoiceFilterType.php';
  18187.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType();
  18188.     }
  18189.     /**
  18190.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService' shared autowired service.
  18191.      *
  18192.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService
  18193.      */
  18194.     protected function getNellappFileServiceService()
  18195.     {
  18196.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Service/NellappFileService.php';
  18197.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/NellappFileStorageConfig.php';
  18198.         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, [
  18199.             'oneup_flysystem.k2r2_remote_sftp_filesystem' => ['services''k2r2_remote_sftp_filesystem''getK2r2RemoteSftpFilesystemService'false],
  18200.             'oneup_flysystem.practicalCaseResponse_filesystem' => ['services''practicalCaseResponse_filesystem''getPracticalCaseResponseFilesystemService'false],
  18201.             'oneup_flysystem.practicalCase_filesystem' => ['services''practicalCase_filesystem''getPracticalCaseFilesystemService'false],
  18202.         ], [
  18203.             'oneup_flysystem.k2r2_remote_sftp_filesystem' => '?',
  18204.             'oneup_flysystem.practicalCaseResponse_filesystem' => '?',
  18205.             'oneup_flysystem.practicalCase_filesystem' => '?',
  18206.         ]), ($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()));
  18207.     }
  18208.     /**
  18209.      * Gets the private 'Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator' shared autowired service.
  18210.      *
  18211.      * @return \Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator
  18212.      */
  18213.     protected function getAssertSameChannelValidatorService()
  18214.     {
  18215.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  18216.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  18217.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Validator/AssertSameChannelValidator.php';
  18218.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator'] = new \Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator();
  18219.     }
  18220.     /**
  18221.      * Gets the private 'Redis' shared autowired service.
  18222.      *
  18223.      * @return \Redis
  18224.      */
  18225.     protected function getRedisService()
  18226.     {
  18227.         $this->privates['Redis'] = $instance = new \Redis();
  18228.         $instance->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  18229.         return $instance;
  18230.     }
  18231.     /**
  18232.      * Gets the private 'Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler' shared autowired service.
  18233.      *
  18234.      * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler
  18235.      */
  18236.     protected function getRedisSessionHandlerService()
  18237.     {
  18238.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  18239.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  18240.         return $this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler(($this->privates['Redis'] ?? $this->getRedisService()), ['prefix' => 'nellapp_session''ttl' => 46800]);
  18241.     }
  18242.     /**
  18243.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  18244.      *
  18245.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  18246.      */
  18247.     protected function getResetAssetsEventListenerService()
  18248.     {
  18249.         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']);
  18250.     }
  18251.     /**
  18252.      * Gets the private 'annotations.cache_adapter' shared service.
  18253.      *
  18254.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  18255.      */
  18256.     protected function getAnnotations_CacheAdapterService()
  18257.     {
  18258.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  18259.     }
  18260.     /**
  18261.      * Gets the private 'annotations.cache_warmer' shared service.
  18262.      *
  18263.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  18264.      */
  18265.     protected function getAnnotations_CacheWarmerService()
  18266.     {
  18267.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18268.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  18269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  18270.         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);
  18271.     }
  18272.     /**
  18273.      * Gets the private 'annotations.cached_reader' shared service.
  18274.      *
  18275.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  18276.      */
  18277.     protected function getAnnotations_CachedReaderService()
  18278.     {
  18279.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  18280.     }
  18281.     /**
  18282.      * Gets the private 'annotations.reader' shared service.
  18283.      *
  18284.      * @return \Doctrine\Common\Annotations\AnnotationReader
  18285.      */
  18286.     protected function getAnnotations_ReaderService()
  18287.     {
  18288.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  18289.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  18290.         $a->registerUniqueLoader('class_exists');
  18291.         $instance->addGlobalIgnoredName('required'$a);
  18292.         return $instance;
  18293.     }
  18294.     /**
  18295.      * Gets the private 'app.file_upload_listener' shared autowired service.
  18296.      *
  18297.      * @return \App\Uploader\Event\PostUploadListener
  18298.      */
  18299.     protected function getApp_FileUploadListenerService()
  18300.     {
  18301.         include_once \dirname(__DIR__4).'/src/Uploader/Event/PostUploadListener.php';
  18302.         return $this->privates['app.file_upload_listener'] = new \App\Uploader\Event\PostUploadListener(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()), ($this->privates['App\\Service\\K2r2\\IndexingService'] ?? $this->getIndexingServiceService()), ($this->privates['App\\Service\\Channel\\Video\\ScholarVideoService'] ?? $this->getScholarVideoServiceService()));
  18303.     }
  18304.     /**
  18305.      * Gets the private 'assets._package_backoffice' shared service.
  18306.      *
  18307.      * @return \Symfony\Component\Asset\PathPackage
  18308.      */
  18309.     protected function getAssets_PackageBackofficeService()
  18310.     {
  18311.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  18312.         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()));
  18313.     }
  18314.     /**
  18315.      * Gets the private 'assets._package_common' shared service.
  18316.      *
  18317.      * @return \Symfony\Component\Asset\PathPackage
  18318.      */
  18319.     protected function getAssets_PackageCommonService()
  18320.     {
  18321.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  18322.         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()));
  18323.     }
  18324.     /**
  18325.      * Gets the private 'assets._package_content' shared service.
  18326.      *
  18327.      * @return \Symfony\Component\Asset\PathPackage
  18328.      */
  18329.     protected function getAssets_PackageContentService()
  18330.     {
  18331.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  18332.         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()));
  18333.     }
  18334.     /**
  18335.      * Gets the private 'assets._package_vendor' shared service.
  18336.      *
  18337.      * @return \Symfony\Component\Asset\PathPackage
  18338.      */
  18339.     protected function getAssets_PackageVendorService()
  18340.     {
  18341.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  18342.         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()));
  18343.     }
  18344.     /**
  18345.      * Gets the private 'assets.context' shared service.
  18346.      *
  18347.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  18348.      */
  18349.     protected function getAssets_ContextService()
  18350.     {
  18351.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  18352.         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());
  18353.     }
  18354.     /**
  18355.      * Gets the private 'assets.packages' shared service.
  18356.      *
  18357.      * @return \Symfony\Component\Asset\Packages
  18358.      */
  18359.     protected function getAssets_PackagesService()
  18360.     {
  18361.         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 () {
  18362.             yield 'common' => ($this->privates['assets._package_common'] ?? $this->getAssets_PackageCommonService());
  18363.             yield 'content' => ($this->privates['assets._package_content'] ?? $this->getAssets_PackageContentService());
  18364.             yield 'vendor' => ($this->privates['assets._package_vendor'] ?? $this->getAssets_PackageVendorService());
  18365.             yield 'backoffice' => ($this->privates['assets._package_backoffice'] ?? $this->getAssets_PackageBackofficeService());
  18366.             yield 'core' => ($this->privates['nellapp_sdk.assets._package_core'] ?? $this->getNellappSdk_Assets_PackageCoreService());
  18367.             yield 'channel_image' => ($this->privates['nellapp_sdk.assets._package_channel_image'] ?? $this->getNellappSdk_Assets_PackageChannelImageService());
  18368.             yield 'user_avatar' => ($this->privates['nellapp_sdk.assets._package_user_avatar'] ?? $this->getNellappSdk_Assets_PackageUserAvatarService());
  18369.             yield 'organization_file' => ($this->privates['nellapp_sdk.assets._package_organization_file'] ?? $this->getNellappSdk_Assets_PackageOrganizationFileService());
  18370.         }, 8));
  18371.     }
  18372.     /**
  18373.      * Gets the private 'cache.annotations' shared service.
  18374.      *
  18375.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18376.      */
  18377.     protected function getCache_AnnotationsService()
  18378.     {
  18379.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kKmfnM1f6n'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  18380.     }
  18381.     /**
  18382.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  18383.      *
  18384.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18385.      */
  18386.     protected function getCache_Doctrine_Orm_Default_QueryService()
  18387.     {
  18388.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  18389.     }
  18390.     /**
  18391.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  18392.      *
  18393.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18394.      */
  18395.     protected function getCache_Doctrine_Orm_Default_ResultService()
  18396.     {
  18397.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  18398.     }
  18399.     /**
  18400.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  18401.      *
  18402.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18403.      */
  18404.     protected function getCache_Messenger_RestartWorkersSignalService()
  18405.     {
  18406.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.IdSBhyU'] ?? $this->get_CacheConnection_IdSBhyUService()), 'M65k5BR7LV'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  18407.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  18408.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  18409.     }
  18410.     /**
  18411.      * Gets the private 'cache.property_info' shared service.
  18412.      *
  18413.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18414.      */
  18415.     protected function getCache_PropertyInfoService()
  18416.     {
  18417.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k4rNoyIMCv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  18418.     }
  18419.     /**
  18420.      * Gets the private 'cache.security_expression_language' shared service.
  18421.      *
  18422.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18423.      */
  18424.     protected function getCache_SecurityExpressionLanguageService()
  18425.     {
  18426.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gTUrKBQWbY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  18427.     }
  18428.     /**
  18429.      * Gets the private 'cache.serializer' shared service.
  18430.      *
  18431.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18432.      */
  18433.     protected function getCache_SerializerService()
  18434.     {
  18435.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PGN9HvPKmO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  18436.     }
  18437.     /**
  18438.      * Gets the private 'cache.validator' shared service.
  18439.      *
  18440.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18441.      */
  18442.     protected function getCache_ValidatorService()
  18443.     {
  18444.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IxEarWyGrT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  18445.     }
  18446.     /**
  18447.      * Gets the private 'cache.webpack_encore' shared service.
  18448.      *
  18449.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  18450.      */
  18451.     protected function getCache_WebpackEncoreService()
  18452.     {
  18453.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zU1NDBwOdh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  18454.     }
  18455.     /**
  18456.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  18457.      *
  18458.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  18459.      */
  18460.     protected function getCachePoolClearer_CacheWarmerService()
  18461.     {
  18462.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18463.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  18464.         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']);
  18465.     }
  18466.     /**
  18467.      * Gets the private 'config_builder.warmer' shared service.
  18468.      *
  18469.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  18470.      */
  18471.     protected function getConfigBuilder_WarmerService()
  18472.     {
  18473.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  18474.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  18475.         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()));
  18476.     }
  18477.     /**
  18478.      * Gets the private 'config_cache_factory' shared service.
  18479.      *
  18480.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  18481.      */
  18482.     protected function getConfigCacheFactoryService()
  18483.     {
  18484.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  18485.             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)));
  18486.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  18487.         }, 2));
  18488.     }
  18489.     /**
  18490.      * Gets the private 'console.command.about' shared service.
  18491.      *
  18492.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  18493.      */
  18494.     protected function getConsole_Command_AboutService()
  18495.     {
  18496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18497.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  18498.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  18499.         $instance->setName('about');
  18500.         $instance->setDescription('Display information about the current project');
  18501.         return $instance;
  18502.     }
  18503.     /**
  18504.      * Gets the private 'console.command.assets_install' shared service.
  18505.      *
  18506.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  18507.      */
  18508.     protected function getConsole_Command_AssetsInstallService()
  18509.     {
  18510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  18512.         $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));
  18513.         $instance->setName('assets:install');
  18514.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  18515.         return $instance;
  18516.     }
  18517.     /**
  18518.      * Gets the private 'console.command.cache_clear' shared service.
  18519.      *
  18520.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  18521.      */
  18522.     protected function getConsole_Command_CacheClearService()
  18523.     {
  18524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  18526.         $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())));
  18527.         $instance->setName('cache:clear');
  18528.         $instance->setDescription('Clear the cache');
  18529.         return $instance;
  18530.     }
  18531.     /**
  18532.      * Gets the private 'console.command.cache_pool_clear' shared service.
  18533.      *
  18534.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  18535.      */
  18536.     protected function getConsole_Command_CachePoolClearService()
  18537.     {
  18538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  18540.         $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']);
  18541.         $instance->setName('cache:pool:clear');
  18542.         $instance->setDescription('Clear cache pools');
  18543.         return $instance;
  18544.     }
  18545.     /**
  18546.      * Gets the private 'console.command.cache_pool_delete' shared service.
  18547.      *
  18548.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  18549.      */
  18550.     protected function getConsole_Command_CachePoolDeleteService()
  18551.     {
  18552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  18554.         $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']);
  18555.         $instance->setName('cache:pool:delete');
  18556.         $instance->setDescription('Delete an item from a cache pool');
  18557.         return $instance;
  18558.     }
  18559.     /**
  18560.      * Gets the private 'console.command.cache_pool_list' shared service.
  18561.      *
  18562.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  18563.      */
  18564.     protected function getConsole_Command_CachePoolListService()
  18565.     {
  18566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  18568.         $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']);
  18569.         $instance->setName('cache:pool:list');
  18570.         $instance->setDescription('List available cache pools');
  18571.         return $instance;
  18572.     }
  18573.     /**
  18574.      * Gets the private 'console.command.cache_pool_prune' shared service.
  18575.      *
  18576.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  18577.      */
  18578.     protected function getConsole_Command_CachePoolPruneService()
  18579.     {
  18580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  18582.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  18583.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  18584.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  18585.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  18586.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  18587.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  18588.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  18589.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  18590.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  18591.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  18592.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  18593.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  18594.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  18595.         }, 12));
  18596.         $instance->setName('cache:pool:prune');
  18597.         $instance->setDescription('Prune cache pools');
  18598.         return $instance;
  18599.     }
  18600.     /**
  18601.      * Gets the private 'console.command.cache_warmup' shared service.
  18602.      *
  18603.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  18604.      */
  18605.     protected function getConsole_Command_CacheWarmupService()
  18606.     {
  18607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18608.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  18609.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  18610.         $instance->setName('cache:warmup');
  18611.         $instance->setDescription('Warm up an empty cache');
  18612.         return $instance;
  18613.     }
  18614.     /**
  18615.      * Gets the private 'console.command.config_debug' shared service.
  18616.      *
  18617.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  18618.      */
  18619.     protected function getConsole_Command_ConfigDebugService()
  18620.     {
  18621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  18623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  18624.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  18625.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  18626.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  18627.         $instance->setName('debug:config');
  18628.         $instance->setDescription('Dump the current configuration for an extension');
  18629.         return $instance;
  18630.     }
  18631.     /**
  18632.      * Gets the private 'console.command.config_dump_reference' shared service.
  18633.      *
  18634.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  18635.      */
  18636.     protected function getConsole_Command_ConfigDumpReferenceService()
  18637.     {
  18638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18639.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  18640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  18641.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  18642.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  18643.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  18644.         $instance->setName('config:dump-reference');
  18645.         $instance->setDescription('Dump the default configuration for an extension');
  18646.         return $instance;
  18647.     }
  18648.     /**
  18649.      * Gets the private 'console.command.container_debug' shared service.
  18650.      *
  18651.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  18652.      */
  18653.     protected function getConsole_Command_ContainerDebugService()
  18654.     {
  18655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18656.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  18657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  18658.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  18659.         $instance->setName('debug:container');
  18660.         $instance->setDescription('Display current services for an application');
  18661.         return $instance;
  18662.     }
  18663.     /**
  18664.      * Gets the private 'console.command.container_lint' shared service.
  18665.      *
  18666.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  18667.      */
  18668.     protected function getConsole_Command_ContainerLintService()
  18669.     {
  18670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18671.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  18672.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  18673.         $instance->setName('lint:container');
  18674.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  18675.         return $instance;
  18676.     }
  18677.     /**
  18678.      * Gets the private 'console.command.debug_autowiring' shared service.
  18679.      *
  18680.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  18681.      */
  18682.     protected function getConsole_Command_DebugAutowiringService()
  18683.     {
  18684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  18686.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  18687.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  18688.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  18689.         $instance->setName('debug:autowiring');
  18690.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  18691.         return $instance;
  18692.     }
  18693.     /**
  18694.      * Gets the private 'console.command.dotenv_debug' shared service.
  18695.      *
  18696.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  18697.      */
  18698.     protected function getConsole_Command_DotenvDebugService()
  18699.     {
  18700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18701.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  18702.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  18703.         $instance->setName('debug:dotenv');
  18704.         $instance->setDescription('Lists all dotenv files with variables and values');
  18705.         return $instance;
  18706.     }
  18707.     /**
  18708.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  18709.      *
  18710.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  18711.      */
  18712.     protected function getConsole_Command_EventDispatcherDebugService()
  18713.     {
  18714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  18716.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.DUy_AUO'] ?? $this->get_ServiceLocator_DUyAUOService()));
  18717.         $instance->setName('debug:event-dispatcher');
  18718.         $instance->setDescription('Display configured listeners for an application');
  18719.         return $instance;
  18720.     }
  18721.     /**
  18722.      * Gets the private 'console.command.form_debug' shared service.
  18723.      *
  18724.      * @return \Symfony\Component\Form\Command\DebugCommand
  18725.      */
  18726.     protected function getConsole_Command_FormDebugService()
  18727.     {
  18728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18729.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  18730.         $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\\Channel\\SharedContent'19 => 'App\\Form\\Manager\\Filter'20 => 'App\\Form\\Payment'21 => 'App\\Form\\Scholar'22 => 'App\\Form\\Share'23 => 'App\\Form\\TemplatePage'24 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'25 => 'Liip\\ImagineBundle\\Form\\Type'26 => 'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter'27 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor'28 => 'Nellapp\\Bundle\\SDKBundle\\Filter'29 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common'30 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView'31 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData'32 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat'33 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common'34 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter'35 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression'36 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter'37 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session'38 => 'Nellapp\\Bundle\\SDKBundle\\Form'39 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type'40 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form'41 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter'42 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form'43 => 'Drosalys\\Bundle\\ApiBundle\\Filter'44 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type'45 => 'Karser\\Recaptcha3Bundle\\Form'46 => ''], [=> 'App\\Filter\\Account\\AssignableFilterType'=> 'App\\Filter\\Async\\Channel\\User\\UserFilter'=> 'App\\Filter\\Channel\\AssignableFilterType'=> 'App\\Filter\\Channel\\ImageFilter'=> 'App\\Filter\\Common\\AssignableFilterType'=> 'App\\Filter\\Common\\FileFilterType'=> 'App\\Filter\\Front\\GlobalSearch'=> 'App\\Filter\\Front\\GlobalSearchExtendedType'=> 'App\\Filter\\Sync\\TrainingFilter'=> 'App\\Form\\Account\\AdviceType'10 => 'App\\Form\\Channel\\ContactType'11 => 'App\\Form\\Channel\\Filter\\ChannelTrainingFilter'12 => 'App\\Form\\Channel\\ImageSelectorType'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\\LessonMessageFilterType'32 => 'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType'33 => 'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter'34 => 'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter'35 => 'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\ShareProgressFilterType'36 => 'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedChannelFilterType'37 => 'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedContentFilterType'38 => 'App\\Form\\Manager\\Filter\\UserFilter'39 => 'App\\Form\\Payment\\FundingType'40 => 'App\\Form\\Scholar\\ChapterType'41 => 'App\\Form\\Scholar\\LessonPrerequisiteType'42 => 'App\\Form\\Scholar\\LessonReviewType'43 => 'App\\Form\\Scholar\\LessonType'44 => 'App\\Form\\Scholar\\ModuleLessonType'45 => 'App\\Form\\Scholar\\ModuleType'46 => 'App\\Form\\Scholar\\MultipleAskForReferentCorrectionType'47 => 'App\\Form\\Scholar\\MultipleChatBotType'48 => 'App\\Form\\Scholar\\MultipleReferralTrainerType'49 => 'App\\Form\\Scholar\\PracticalCaseCorrectionType'50 => 'App\\Form\\Scholar\\PracticalCaseResourceType'51 => 'App\\Form\\Scholar\\PracticalCaseResponseType'52 => 'App\\Form\\Scholar\\PracticalCaseType'53 => 'App\\Form\\Scholar\\ReferralTrainerType'54 => 'App\\Form\\Scholar\\ScholarInterfaceSelektor'55 => 'App\\Form\\Scholar\\TrainingDescriptionType'56 => 'App\\Form\\Scholar\\TrainingModuleType'57 => 'App\\Form\\Scholar\\TrainingProductType'58 => 'App\\Form\\Scholar\\TrainingType'59 => 'App\\Form\\Share\\ShareContentType'60 => 'App\\Form\\TemplatePage\\CreatePageType'61 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'62 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'63 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'64 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'65 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'66 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'67 => 'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter'68 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'69 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType'70 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'71 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'72 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'73 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'74 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'75 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'76 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'77 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'78 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'79 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType'80 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'81 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType'82 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType'83 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'84 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'85 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'86 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType'87 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'88 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabType'89 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'90 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'91 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'92 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'93 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType'94 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'95 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'96 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'97 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'98 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'99 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType'100 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType'101 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'102 => 'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'103 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'104 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'105 => 'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type'106 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType'107 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType'108 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType'109 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType'110 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType'111 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType'112 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType'113 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType'114 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType'115 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType'116 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType'117 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType'118 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType'119 => '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()));
  18731.         $instance->setName('debug:form');
  18732.         $instance->setDescription('Display form type information');
  18733.         return $instance;
  18734.     }
  18735.     /**
  18736.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  18737.      *
  18738.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  18739.      */
  18740.     protected function getConsole_Command_MessengerConsumeMessagesService()
  18741.     {
  18742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18743.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  18744.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'sync_full_user_transport'=> 'sync_transport'=> 'reverse_sync_transport'=> 'share_content_transport'=> 'failed'], NULL, [=> 'messenger.bus.default']);
  18745.         $instance->setName('messenger:consume');
  18746.         $instance->setDescription('Consume messages');
  18747.         return $instance;
  18748.     }
  18749.     /**
  18750.      * Gets the private 'console.command.messenger_debug' shared service.
  18751.      *
  18752.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  18753.      */
  18754.     protected function getConsole_Command_MessengerDebugService()
  18755.     {
  18756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18757.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  18758.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Messenger\\Message\\ShareContent\\ShareContentCreateMessage' => [=> [=> 'App\\Messenger\\Handler\\ShareContentHandler'=> []]], 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Message\\RefreshUserMessage' => [=> [=> 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Handler\\RefreshUserMessageHandler'=> []]], 'Nellapp\\Bundle\\SDKBundle\\DataSync\\Messenger\\DataSyncMessageInterface' => [=> [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Handler\\EntitySyncHandler'=> []]]]]);
  18759.         $instance->setName('debug:messenger');
  18760.         $instance->setDescription('List messages you can dispatch using the message buses');
  18761.         return $instance;
  18762.     }
  18763.     /**
  18764.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  18765.      *
  18766.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  18767.      */
  18768.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  18769.     {
  18770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18771.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  18772.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  18773.         $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()));
  18774.         $instance->setName('messenger:failed:remove');
  18775.         $instance->setDescription('Remove given messages from the failure transport');
  18776.         return $instance;
  18777.     }
  18778.     /**
  18779.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  18780.      *
  18781.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  18782.      */
  18783.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  18784.     {
  18785.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18786.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  18787.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  18788.         $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()));
  18789.         $instance->setName('messenger:failed:retry');
  18790.         $instance->setDescription('Retry one or more messages from the failure transport');
  18791.         return $instance;
  18792.     }
  18793.     /**
  18794.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  18795.      *
  18796.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  18797.      */
  18798.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  18799.     {
  18800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18801.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  18802.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  18803.         $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()));
  18804.         $instance->setName('messenger:failed:show');
  18805.         $instance->setDescription('Show one or more messages from the failure transport');
  18806.         return $instance;
  18807.     }
  18808.     /**
  18809.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  18810.      *
  18811.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  18812.      */
  18813.     protected function getConsole_Command_MessengerSetupTransportsService()
  18814.     {
  18815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18816.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  18817.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'sync_full_user_transport'=> 'sync_transport'=> 'reverse_sync_transport'=> 'share_content_transport'=> 'failed']);
  18818.         $instance->setName('messenger:setup-transports');
  18819.         $instance->setDescription('Prepare the required infrastructure for the transport');
  18820.         return $instance;
  18821.     }
  18822.     /**
  18823.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  18824.      *
  18825.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  18826.      */
  18827.     protected function getConsole_Command_MessengerStopWorkersService()
  18828.     {
  18829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18830.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  18831.         $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()));
  18832.         $instance->setName('messenger:stop-workers');
  18833.         $instance->setDescription('Stop workers after their current message');
  18834.         return $instance;
  18835.     }
  18836.     /**
  18837.      * Gets the private 'console.command.router_debug' shared service.
  18838.      *
  18839.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  18840.      */
  18841.     protected function getConsole_Command_RouterDebugService()
  18842.     {
  18843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  18845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  18846.         $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()));
  18847.         $instance->setName('debug:router');
  18848.         $instance->setDescription('Display current routes for an application');
  18849.         return $instance;
  18850.     }
  18851.     /**
  18852.      * Gets the private 'console.command.router_match' shared service.
  18853.      *
  18854.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  18855.      */
  18856.     protected function getConsole_Command_RouterMatchService()
  18857.     {
  18858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  18860.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  18861.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  18862.         }, 1));
  18863.         $instance->setName('router:match');
  18864.         $instance->setDescription('Help debug routes by simulating a path info match');
  18865.         return $instance;
  18866.     }
  18867.     /**
  18868.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  18869.      *
  18870.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  18871.      */
  18872.     protected function getConsole_Command_SecretsDecryptToLocalService()
  18873.     {
  18874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  18876.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18877.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18878.         $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')))));
  18879.         $instance->setName('secrets:decrypt-to-local');
  18880.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  18881.         return $instance;
  18882.     }
  18883.     /**
  18884.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  18885.      *
  18886.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  18887.      */
  18888.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  18889.     {
  18890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  18892.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18893.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18894.         $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')))));
  18895.         $instance->setName('secrets:encrypt-from-local');
  18896.         $instance->setDescription('Encrypt all local secrets to the vault');
  18897.         return $instance;
  18898.     }
  18899.     /**
  18900.      * Gets the private 'console.command.secrets_generate_key' shared service.
  18901.      *
  18902.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  18903.      */
  18904.     protected function getConsole_Command_SecretsGenerateKeyService()
  18905.     {
  18906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18907.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  18908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18910.         $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')))));
  18911.         $instance->setName('secrets:generate-keys');
  18912.         $instance->setDescription('Generate new encryption keys');
  18913.         return $instance;
  18914.     }
  18915.     /**
  18916.      * Gets the private 'console.command.secrets_list' shared service.
  18917.      *
  18918.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  18919.      */
  18920.     protected function getConsole_Command_SecretsListService()
  18921.     {
  18922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  18924.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18925.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18926.         $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')))));
  18927.         $instance->setName('secrets:list');
  18928.         $instance->setDescription('List all secrets');
  18929.         return $instance;
  18930.     }
  18931.     /**
  18932.      * Gets the private 'console.command.secrets_remove' shared service.
  18933.      *
  18934.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  18935.      */
  18936.     protected function getConsole_Command_SecretsRemoveService()
  18937.     {
  18938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18939.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  18940.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18942.         $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')))));
  18943.         $instance->setName('secrets:remove');
  18944.         $instance->setDescription('Remove a secret from the vault');
  18945.         return $instance;
  18946.     }
  18947.     /**
  18948.      * Gets the private 'console.command.secrets_set' shared service.
  18949.      *
  18950.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  18951.      */
  18952.     protected function getConsole_Command_SecretsSetService()
  18953.     {
  18954.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  18956.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18957.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18958.         $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')))));
  18959.         $instance->setName('secrets:set');
  18960.         $instance->setDescription('Set a secret in the vault');
  18961.         return $instance;
  18962.     }
  18963.     /**
  18964.      * Gets the private 'console.command.translation_debug' shared service.
  18965.      *
  18966.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  18967.      */
  18968.     protected function getConsole_Command_TranslationDebugService()
  18969.     {
  18970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18971.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  18972.         $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/Manager/Channel/DeleteController.php'), 11 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/DeleteController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/EditController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/NewController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/CollectionAction.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/EnsureScormLessonAction.php'), 16 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/IndexLessonController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/DuplicateAction.php'), 18 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/EnsureScormAction.php'), 19 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/ToggleShareController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/ToggleShareMultipleController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/DuplicateAction.php'), 22 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/EnsureScormAction.php'), 23 => (\dirname(__DIR__4).'/src/Service/Account/NotificationManager.php'), 24 => (\dirname(__DIR__4).'/src/Service/Scholar/ScholarNavigationService.php'), 25 => (\dirname(__DIR__4).'/src/Twig/Runtime/AssignableRuntime.php'), 26 => (\dirname(__DIR__4).'/src/Twig/Runtime/DateDiffRuntime.php'), 27 => (\dirname(__DIR__4).'/src/Twig/Runtime/DateDiffShortRuntime.php'), 28 => (\dirname(__DIR__4).'/src/Twig/Runtime/EnumKeyTransRuntime.php'), 29 => (\dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php'), 30 => (\dirname(__DIR__4).'/src/Twig/Runtime/SnackRuntime.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 40 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 41 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php'), 42 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php'), 43 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php'), 44 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php'), 45 => (\dirname(__DIR__4).'/src/Serializer/ScholarNormalizer.php'), 46 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 47 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 48 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 49 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 50 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 51 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php')], []);
  18973.         $instance->setName('debug:translation');
  18974.         $instance->setDescription('Display translation messages information');
  18975.         return $instance;
  18976.     }
  18977.     /**
  18978.      * Gets the private 'console.command.translation_extract' shared service.
  18979.      *
  18980.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  18981.      */
  18982.     protected function getConsole_Command_TranslationExtractService()
  18983.     {
  18984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  18986.         $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/Manager/Channel/DeleteController.php'), 11 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/DeleteController.php'), 12 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/EditController.php'), 13 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/NewController.php'), 14 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/CollectionAction.php'), 15 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/EnsureScormLessonAction.php'), 16 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/IndexLessonController.php'), 17 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/DuplicateAction.php'), 18 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/EnsureScormAction.php'), 19 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/ToggleShareController.php'), 20 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/ToggleShareMultipleController.php'), 21 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/DuplicateAction.php'), 22 => (\dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/EnsureScormAction.php'), 23 => (\dirname(__DIR__4).'/src/Service/Account/NotificationManager.php'), 24 => (\dirname(__DIR__4).'/src/Service/Scholar/ScholarNavigationService.php'), 25 => (\dirname(__DIR__4).'/src/Twig/Runtime/AssignableRuntime.php'), 26 => (\dirname(__DIR__4).'/src/Twig/Runtime/DateDiffRuntime.php'), 27 => (\dirname(__DIR__4).'/src/Twig/Runtime/DateDiffShortRuntime.php'), 28 => (\dirname(__DIR__4).'/src/Twig/Runtime/EnumKeyTransRuntime.php'), 29 => (\dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php'), 30 => (\dirname(__DIR__4).'/src/Twig/Runtime/SnackRuntime.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 39 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 40 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 41 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php'), 42 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php'), 43 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php'), 44 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php'), 45 => (\dirname(__DIR__4).'/src/Serializer/ScholarNormalizer.php'), 46 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 47 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 48 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 49 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 50 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 51 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php')], []);
  18987.         $instance->setName('translation:extract');
  18988.         $instance->setAliases([=> 'translation:update']);
  18989.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  18990.         return $instance;
  18991.     }
  18992.     /**
  18993.      * Gets the private 'console.command.translation_pull' shared service.
  18994.      *
  18995.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  18996.      */
  18997.     protected function getConsole_Command_TranslationPullService()
  18998.     {
  18999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19000.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  19001.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  19002.         $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', [], []);
  19003.         $instance->setName('translation:pull');
  19004.         $instance->setDescription('Pull translations from a given provider.');
  19005.         return $instance;
  19006.     }
  19007.     /**
  19008.      * Gets the private 'console.command.translation_push' shared service.
  19009.      *
  19010.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  19011.      */
  19012.     protected function getConsole_Command_TranslationPushService()
  19013.     {
  19014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  19016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  19017.         $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()), [], []);
  19018.         $instance->setName('translation:push');
  19019.         $instance->setDescription('Push translations to a given provider.');
  19020.         return $instance;
  19021.     }
  19022.     /**
  19023.      * Gets the private 'console.command.validator_debug' shared service.
  19024.      *
  19025.      * @return \Symfony\Component\Validator\Command\DebugCommand
  19026.      */
  19027.     protected function getConsole_Command_ValidatorDebugService()
  19028.     {
  19029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19030.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  19031.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  19032.         $instance->setName('debug:validator');
  19033.         $instance->setDescription('Display validation constraints for classes');
  19034.         return $instance;
  19035.     }
  19036.     /**
  19037.      * Gets the private 'console.command.xliff_lint' shared service.
  19038.      *
  19039.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  19040.      */
  19041.     protected function getConsole_Command_XliffLintService()
  19042.     {
  19043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19044.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  19045.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  19046.         $instance->setName('lint:xliff');
  19047.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  19048.         return $instance;
  19049.     }
  19050.     /**
  19051.      * Gets the private 'console.command.yaml_lint' shared service.
  19052.      *
  19053.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  19054.      */
  19055.     protected function getConsole_Command_YamlLintService()
  19056.     {
  19057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19058.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  19059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  19060.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  19061.         $instance->setName('lint:yaml');
  19062.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  19063.         return $instance;
  19064.     }
  19065.     /**
  19066.      * Gets the private 'console.error_listener' shared service.
  19067.      *
  19068.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  19069.      */
  19070.     protected function getConsole_ErrorListenerService()
  19071.     {
  19072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  19073.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  19074.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  19075.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  19076.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  19077.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  19078.     }
  19079.     /**
  19080.      * Gets the private 'container.env_var_processor' shared service.
  19081.      *
  19082.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  19083.      */
  19084.     protected function getContainer_EnvVarProcessorService()
  19085.     {
  19086.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  19087.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  19088.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  19089.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  19090.         }, 1));
  19091.     }
  19092.     /**
  19093.      * Gets the private 'container.getenv' shared service.
  19094.      *
  19095.      * @return \Closure
  19096.      */
  19097.     protected function getContainer_GetenvService()
  19098.     {
  19099.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  19100.     }
  19101.     /**
  19102.      * Gets the private 'data_collector.form' shared service.
  19103.      *
  19104.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  19105.      */
  19106.     protected function getDataCollector_FormService()
  19107.     {
  19108.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  19109.     }
  19110.     /**
  19111.      * Gets the private 'data_collector.request' shared service.
  19112.      *
  19113.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  19114.      */
  19115.     protected function getDataCollector_RequestService()
  19116.     {
  19117.         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())));
  19118.     }
  19119.     /**
  19120.      * Gets the private 'data_collector.request.session_collector' shared service.
  19121.      *
  19122.      * @return \Closure
  19123.      */
  19124.     protected function getDataCollector_Request_SessionCollectorService()
  19125.     {
  19126.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  19127.     }
  19128.     /**
  19129.      * Gets the private 'debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver' shared service.
  19130.      *
  19131.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19132.      */
  19133.     protected function getPsr7ServerRequestResolverService()
  19134.     {
  19135.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19136.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19137.         include_once \dirname(__DIR__4).'/vendor/ajgarlag/psr-http-message-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  19138.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  19139.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  19140.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  19141.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  19142.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  19143.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  19144.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  19145.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  19146.         include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  19147.         $a = new \Nyholm\Psr7\Factory\Psr17Factory();
  19148.         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))));
  19149.     }
  19150.     /**
  19151.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver' shared service.
  19152.      *
  19153.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19154.      */
  19155.     protected function getActionResolverService()
  19156.     {
  19157.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19158.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19159.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ActionResolver.php';
  19160.         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))));
  19161.     }
  19162.     /**
  19163.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver' shared service.
  19164.      *
  19165.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19166.      */
  19167.     protected function getConstraintViolationListResolverService()
  19168.     {
  19169.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19170.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19171.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ConstraintViolationListResolver.php';
  19172.         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))));
  19173.     }
  19174.     /**
  19175.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver' shared service.
  19176.      *
  19177.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19178.      */
  19179.     protected function getDeserializeResolverService()
  19180.     {
  19181.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19182.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19183.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/DeserializeResolver.php';
  19184.         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))));
  19185.     }
  19186.     /**
  19187.      * Gets the private 'debug.argument_resolver' shared service.
  19188.      *
  19189.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  19190.      */
  19191.     protected function getDebug_ArgumentResolverService()
  19192.     {
  19193.         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 () {
  19194.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  19195.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  19196.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  19197.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  19198.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] ?? $this->getActionResolverService());
  19199.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] ?? $this->getConstraintViolationListResolverService());
  19200.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] ?? $this->getDeserializeResolverService());
  19201.             yield => ($this->privates['debug.Ajgarlag\\Bundle\\PsrHttpMessageBundle\\Request\\ArgumentValueResolver\\Psr7ServerRequestResolver'] ?? $this->getPsr7ServerRequestResolverService());
  19202.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  19203.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  19204.             yield 10 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  19205.             yield 11 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  19206.         }, 12)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  19207.     }
  19208.     /**
  19209.      * Gets the private 'debug.argument_resolver.default' shared service.
  19210.      *
  19211.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19212.      */
  19213.     protected function getDebug_ArgumentResolver_DefaultService()
  19214.     {
  19215.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19216.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19217.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  19218.         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))));
  19219.     }
  19220.     /**
  19221.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  19222.      *
  19223.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19224.      */
  19225.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  19226.     {
  19227.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19228.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19229.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  19230.         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.9TpC3b5'] ?? $this->get_ServiceLocator_9TpC3b5Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  19231.     }
  19232.     /**
  19233.      * Gets the private 'debug.argument_resolver.request' shared service.
  19234.      *
  19235.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19236.      */
  19237.     protected function getDebug_ArgumentResolver_RequestService()
  19238.     {
  19239.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19240.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19241.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  19242.         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))));
  19243.     }
  19244.     /**
  19245.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  19246.      *
  19247.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19248.      */
  19249.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  19250.     {
  19251.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19252.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19253.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  19254.         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))));
  19255.     }
  19256.     /**
  19257.      * Gets the private 'debug.argument_resolver.service' shared service.
  19258.      *
  19259.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19260.      */
  19261.     protected function getDebug_ArgumentResolver_ServiceService()
  19262.     {
  19263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19264.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19265.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  19266.         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.9TpC3b5'] ?? $this->get_ServiceLocator_9TpC3b5Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  19267.     }
  19268.     /**
  19269.      * Gets the private 'debug.argument_resolver.session' shared service.
  19270.      *
  19271.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19272.      */
  19273.     protected function getDebug_ArgumentResolver_SessionService()
  19274.     {
  19275.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19276.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19277.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  19278.         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))));
  19279.     }
  19280.     /**
  19281.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  19282.      *
  19283.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19284.      */
  19285.     protected function getDebug_ArgumentResolver_VariadicService()
  19286.     {
  19287.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19288.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19289.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  19290.         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))));
  19291.     }
  19292.     /**
  19293.      * Gets the private 'debug.debug_handlers_listener' shared service.
  19294.      *
  19295.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  19296.      */
  19297.     protected function getDebug_DebugHandlersListenerService()
  19298.     {
  19299.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  19300.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  19301.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  19302.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  19303.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  19304.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  19305.     }
  19306.     /**
  19307.      * Gets the private 'debug.dump_listener' shared service.
  19308.      *
  19309.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  19310.      */
  19311.     protected function getDebug_DumpListenerService()
  19312.     {
  19313.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  19314.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  19315.         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()));
  19316.     }
  19317.     /**
  19318.      * Gets the private 'debug.file_link_formatter' shared service.
  19319.      *
  19320.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  19321.      */
  19322.     protected function getDebug_FileLinkFormatterService()
  19323.     {
  19324.         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 () {
  19325.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  19326.         });
  19327.     }
  19328.     /**
  19329.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  19330.      *
  19331.      * @return \string
  19332.      */
  19333.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  19334.     {
  19335.         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');
  19336.     }
  19337.     /**
  19338.      * Gets the private 'debug.log_processor' shared service.
  19339.      *
  19340.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  19341.      */
  19342.     protected function getDebug_LogProcessorService()
  19343.     {
  19344.         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())));
  19345.     }
  19346.     /**
  19347.      * Gets the private 'debug.security.access.decision_manager' shared service.
  19348.      *
  19349.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  19350.      */
  19351.     protected function getDebug_Security_Access_DecisionManagerService()
  19352.     {
  19353.         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 () {
  19354.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  19355.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  19356.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  19357.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\CanShareContentVoter'] ?? $this->getCanShareContentVoterService());
  19358.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\PartnerApi\\ChannelVoter'] ?? $this->getChannelVoterService());
  19359.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\PartnerApi\\ScholarVoter'] ?? $this->getScholarVoterService());
  19360.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\LessonVoter'] ?? $this->getLessonVoterService());
  19361.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\ModuleVoter'] ?? $this->getModuleVoterService());
  19362.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\TrainingVoter'] ?? $this->getTrainingVoterService());
  19363.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Manager\\LockContentVoter'] ?? $this->getLockContentVoterService());
  19364.             yield 10 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\PracticalCaseUserVoter'] ?? $this->getPracticalCaseUserVoterService());
  19365.             yield 11 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] ?? $this->getChannelUserDataVoterService());
  19366.             yield 12 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] ?? $this->getChannelUserMenuVoterService());
  19367.             yield 13 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] ?? $this->getChannelUserPermissionResourceVoterService());
  19368.             yield 14 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] ?? $this->getChannelUserPermissionVoterService());
  19369.             yield 15 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] ?? $this->getSharableChannelPermissionVoterService());
  19370.             yield 16 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] ?? $this->getSharableChannelResourcePermissionVoterService());
  19371.             yield 17 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'] ?? $this->getSharableUsersResourcePermissionVoterService());
  19372.             yield 18 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] ?? $this->getSuperAdminVoterService());
  19373.             yield 19 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] ?? $this->getUserOwnerVoterService());
  19374.             yield 20 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] ?? $this->getUsersResourceVoterService());
  19375.         }, 21), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  19376.     }
  19377.     /**
  19378.      * Gets the private 'debug.security.firewall' shared service.
  19379.      *
  19380.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  19381.      */
  19382.     protected function getDebug_Security_FirewallService()
  19383.     {
  19384.         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()));
  19385.     }
  19386.     /**
  19387.      * Gets the private 'debug.security.firewall.authenticator.internal_api' shared service.
  19388.      *
  19389.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  19390.      */
  19391.     protected function getDebug_Security_Firewall_Authenticator_InternalApiService()
  19392.     {
  19393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  19394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  19395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  19396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  19397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  19398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  19399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  19400.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Security/InternalAuthenticator.php';
  19401.         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, [])));
  19402.     }
  19403.     /**
  19404.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  19405.      *
  19406.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  19407.      */
  19408.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  19409.     {
  19410.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  19411.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  19412.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  19413.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  19414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  19415.         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, [])));
  19416.     }
  19417.     /**
  19418.      * Gets the private 'debug.security.firewall.authenticator.partner_api' shared service.
  19419.      *
  19420.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  19421.      */
  19422.     protected function getDebug_Security_Firewall_Authenticator_PartnerApiService()
  19423.     {
  19424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  19425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  19426.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  19427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  19428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  19429.         return $this->privates['debug.security.firewall.authenticator.partner_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['App\\Security\\PartnerApi\\PartnerApiTokenAuthenticator'] ?? $this->getPartnerApiTokenAuthenticatorService())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.event_dispatcher.partner_api'] ?? $this->getSecurity_EventDispatcher_PartnerApiService()), 'partner_api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, [])));
  19430.     }
  19431.     /**
  19432.      * Gets the private 'debug.security.firewall.authenticator.reverse_sync' shared service.
  19433.      *
  19434.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  19435.      */
  19436.     protected function getDebug_Security_Firewall_Authenticator_ReverseSyncService()
  19437.     {
  19438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  19439.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  19440.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  19441.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  19442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  19443.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  19444.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  19445.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  19446.         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, [])));
  19447.     }
  19448.     /**
  19449.      * Gets the private 'debug.security.user_value_resolver' shared service.
  19450.      *
  19451.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  19452.      */
  19453.     protected function getDebug_Security_UserValueResolverService()
  19454.     {
  19455.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  19456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  19457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  19458.         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))));
  19459.     }
  19460.     /**
  19461.      * Gets the private 'debug.security.voter.App\Security\Voter\Channel\CanShareContentVoter' shared service.
  19462.      *
  19463.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19464.      */
  19465.     protected function getCanShareContentVoterService()
  19466.     {
  19467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19469.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19471.         include_once \dirname(__DIR__4).'/src/Security/Voter/Channel/CanShareContentVoter.php';
  19472.         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()));
  19473.     }
  19474.     /**
  19475.      * Gets the private 'debug.security.voter.App\Security\Voter\PartnerApi\ChannelVoter' shared service.
  19476.      *
  19477.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19478.      */
  19479.     protected function getChannelVoterService()
  19480.     {
  19481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19485.         include_once \dirname(__DIR__4).'/src/Security/Voter/PartnerApi/ChannelVoter.php';
  19486.         return $this->privates['debug.security.voter.App\\Security\\Voter\\PartnerApi\\ChannelVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\PartnerApi\ChannelVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19487.     }
  19488.     /**
  19489.      * Gets the private 'debug.security.voter.App\Security\Voter\PartnerApi\ScholarVoter' shared service.
  19490.      *
  19491.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19492.      */
  19493.     protected function getScholarVoterService()
  19494.     {
  19495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19499.         include_once \dirname(__DIR__4).'/src/Security/Voter/PartnerApi/ScholarVoter.php';
  19500.         return $this->privates['debug.security.voter.App\\Security\\Voter\\PartnerApi\\ScholarVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\PartnerApi\ScholarVoter(), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19501.     }
  19502.     /**
  19503.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\LessonVoter' shared service.
  19504.      *
  19505.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19506.      */
  19507.     protected function getLessonVoterService()
  19508.     {
  19509.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19510.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19513.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Front/LessonVoter.php';
  19514.         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()));
  19515.     }
  19516.     /**
  19517.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\ModuleVoter' shared service.
  19518.      *
  19519.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19520.      */
  19521.     protected function getModuleVoterService()
  19522.     {
  19523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19526.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Front/ModuleVoter.php';
  19527.         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()));
  19528.     }
  19529.     /**
  19530.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\TrainingVoter' shared service.
  19531.      *
  19532.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19533.      */
  19534.     protected function getTrainingVoterService()
  19535.     {
  19536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19539.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Front/TrainingVoter.php';
  19540.         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()));
  19541.     }
  19542.     /**
  19543.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Manager\LockContentVoter' shared service.
  19544.      *
  19545.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19546.      */
  19547.     protected function getLockContentVoterService()
  19548.     {
  19549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19552.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19553.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Manager/LockContentVoter.php';
  19554.         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()));
  19555.     }
  19556.     /**
  19557.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\PracticalCaseUserVoter' shared service.
  19558.      *
  19559.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19560.      */
  19561.     protected function getPracticalCaseUserVoterService()
  19562.     {
  19563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19566.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/PracticalCaseUserVoter.php';
  19567.         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()));
  19568.     }
  19569.     /**
  19570.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter' shared service.
  19571.      *
  19572.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19573.      */
  19574.     protected function getChannelUserDataVoterService()
  19575.     {
  19576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19580.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserDataVoter.php';
  19581.         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()));
  19582.     }
  19583.     /**
  19584.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter' shared service.
  19585.      *
  19586.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19587.      */
  19588.     protected function getChannelUserMenuVoterService()
  19589.     {
  19590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19591.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19594.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserMenuVoter.php';
  19595.         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()));
  19596.     }
  19597.     /**
  19598.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter' shared service.
  19599.      *
  19600.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19601.      */
  19602.     protected function getChannelUserPermissionResourceVoterService()
  19603.     {
  19604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19607.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19608.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionResourceVoter.php';
  19609.         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()));
  19610.     }
  19611.     /**
  19612.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter' shared service.
  19613.      *
  19614.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19615.      */
  19616.     protected function getChannelUserPermissionVoterService()
  19617.     {
  19618.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19619.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19620.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19621.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19622.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionVoter.php';
  19623.         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()));
  19624.     }
  19625.     /**
  19626.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter' shared service.
  19627.      *
  19628.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19629.      */
  19630.     protected function getSharableChannelPermissionVoterService()
  19631.     {
  19632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19633.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19634.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19635.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19636.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelPermissionVoter.php';
  19637.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelPermissionService.php';
  19638.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManagerInterface.php';
  19639.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManager.php';
  19640.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableChannelPermissionService(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\ChannelResourceToChannel\SharableChannelResourceToChannelPermissionManager(new RewindableGenerator(function () {
  19641.             yield => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonChannelSharablePermissionResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonChannelSharablePermissionResolver'] = new \App\SdkBundle\Permission\SharablePermission\LessonChannelSharablePermissionResolver()));
  19642.             yield => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\TrainingChannelSharablePermissionResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\TrainingChannelSharablePermissionResolver'] = new \App\SdkBundle\Permission\SharablePermission\TrainingChannelSharablePermissionResolver()));
  19643.         }, 2)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19644.     }
  19645.     /**
  19646.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter' shared service.
  19647.      *
  19648.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19649.      */
  19650.     protected function getSharableChannelResourcePermissionVoterService()
  19651.     {
  19652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19656.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelResourcePermissionVoter.php';
  19657.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelResourcePermissionService.php';
  19658.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManagerInterface.php';
  19659.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManager.php';
  19660.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableChannelResourcePermissionService(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\ChannelResources\SharableChannelResourcePermissionManager(new RewindableGenerator(function () {
  19661.             yield => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonResolver'] = new \App\SdkBundle\Permission\SharablePermission\LessonResolver()));
  19662.             yield => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\ModuleResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\ModuleResolver'] = new \App\SdkBundle\Permission\SharablePermission\ModuleResolver()));
  19663.         }, 2)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19664.     }
  19665.     /**
  19666.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableUsersResourcePermissionVoter' shared service.
  19667.      *
  19668.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19669.      */
  19670.     protected function getSharableUsersResourcePermissionVoterService()
  19671.     {
  19672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19673.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19674.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19675.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19676.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableUsersResourcePermissionVoter.php';
  19677.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableUsersResourcePermissionService.php';
  19678.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManagerInterface.php';
  19679.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManager.php';
  19680.         return $this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableUsersResourcePermissionVoter(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\SharableUsersResourcePermissionService(new \Nellapp\Bundle\SDKBundle\Permission\SharablePermission\Managers\UsersResourceToChannelResource\SharableUsersResourceToChannelResourcePermissionManager(new RewindableGenerator(function () {
  19681.             return new \EmptyIterator();
  19682.         }, 0)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  19683.     }
  19684.     /**
  19685.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter' shared service.
  19686.      *
  19687.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19688.      */
  19689.     protected function getSuperAdminVoterService()
  19690.     {
  19691.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19693.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19694.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SuperAdminVoter.php';
  19695.         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()));
  19696.     }
  19697.     /**
  19698.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter' shared service.
  19699.      *
  19700.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19701.      */
  19702.     protected function getUserOwnerVoterService()
  19703.     {
  19704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19705.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19706.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19707.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19708.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UserOwnerVoter.php';
  19709.         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()));
  19710.     }
  19711.     /**
  19712.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter' shared service.
  19713.      *
  19714.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19715.      */
  19716.     protected function getUsersResourceVoterService()
  19717.     {
  19718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19719.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19720.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19721.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  19722.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UsersResourceVoter.php';
  19723.         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()));
  19724.     }
  19725.     /**
  19726.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  19727.      *
  19728.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19729.      */
  19730.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  19731.     {
  19732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19735.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  19736.         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()));
  19737.     }
  19738.     /**
  19739.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  19740.      *
  19741.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19742.      */
  19743.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  19744.     {
  19745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19748.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  19749.         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()));
  19750.     }
  19751.     /**
  19752.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  19753.      *
  19754.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  19755.      */
  19756.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  19757.     {
  19758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  19759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  19760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  19761.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  19762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  19763.         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()));
  19764.     }
  19765.     /**
  19766.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  19767.      *
  19768.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  19769.      */
  19770.     protected function getDebug_Security_Voter_VoteListenerService()
  19771.     {
  19772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  19773.         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()));
  19774.     }
  19775.     /**
  19776.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  19777.      *
  19778.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  19779.      */
  19780.     protected function getDoctrine_CacheClearMetadataCommandService()
  19781.     {
  19782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19783.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19784.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  19785.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  19786.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  19787.         $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()));
  19788.         $instance->setName('doctrine:cache:clear-metadata');
  19789.         return $instance;
  19790.     }
  19791.     /**
  19792.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  19793.      *
  19794.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  19795.      */
  19796.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  19797.     {
  19798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19799.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19800.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  19801.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  19802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  19803.         $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()));
  19804.         $instance->setName('doctrine:cache:clear-query');
  19805.         return $instance;
  19806.     }
  19807.     /**
  19808.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  19809.      *
  19810.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  19811.      */
  19812.     protected function getDoctrine_CacheClearResultCommandService()
  19813.     {
  19814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19815.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19816.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  19817.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  19818.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  19819.         $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()));
  19820.         $instance->setName('doctrine:cache:clear-result');
  19821.         return $instance;
  19822.     }
  19823.     /**
  19824.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  19825.      *
  19826.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  19827.      */
  19828.     protected function getDoctrine_CacheCollectionRegionCommandService()
  19829.     {
  19830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19831.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19832.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  19833.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  19834.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  19835.         $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()));
  19836.         $instance->setName('doctrine:cache:clear-collection-region');
  19837.         return $instance;
  19838.     }
  19839.     /**
  19840.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  19841.      *
  19842.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  19843.      */
  19844.     protected function getDoctrine_ClearEntityRegionCommandService()
  19845.     {
  19846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19847.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19848.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  19849.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  19850.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  19851.         $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()));
  19852.         $instance->setName('doctrine:cache:clear-entity-region');
  19853.         return $instance;
  19854.     }
  19855.     /**
  19856.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  19857.      *
  19858.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  19859.      */
  19860.     protected function getDoctrine_ClearQueryRegionCommandService()
  19861.     {
  19862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19863.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19864.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  19865.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  19866.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  19867.         $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()));
  19868.         $instance->setName('doctrine:cache:clear-query-region');
  19869.         return $instance;
  19870.     }
  19871.     /**
  19872.      * Gets the private 'doctrine.database_create_command' shared service.
  19873.      *
  19874.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  19875.      */
  19876.     protected function getDoctrine_DatabaseCreateCommandService()
  19877.     {
  19878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19879.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  19880.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  19881.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19882.         $instance->setName('doctrine:database:create');
  19883.         return $instance;
  19884.     }
  19885.     /**
  19886.      * Gets the private 'doctrine.database_drop_command' shared service.
  19887.      *
  19888.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  19889.      */
  19890.     protected function getDoctrine_DatabaseDropCommandService()
  19891.     {
  19892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19893.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  19894.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  19895.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19896.         $instance->setName('doctrine:database:drop');
  19897.         return $instance;
  19898.     }
  19899.     /**
  19900.      * Gets the private 'doctrine.database_import_command' shared service.
  19901.      *
  19902.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  19903.      */
  19904.     protected function getDoctrine_DatabaseImportCommandService()
  19905.     {
  19906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19907.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  19908.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  19909.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  19910.         $instance->setName('doctrine:database:import');
  19911.         return $instance;
  19912.     }
  19913.     /**
  19914.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  19915.      *
  19916.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  19917.      */
  19918.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  19919.     {
  19920.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19922.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  19923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  19924.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  19925.         $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()));
  19926.         $instance->setName('doctrine:ensure-production-settings');
  19927.         return $instance;
  19928.     }
  19929.     /**
  19930.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  19931.      *
  19932.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  19933.      */
  19934.     protected function getDoctrine_MappingConvertCommandService()
  19935.     {
  19936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19937.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19938.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  19939.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  19940.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  19941.         $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()));
  19942.         $instance->setName('doctrine:mapping:convert');
  19943.         return $instance;
  19944.     }
  19945.     /**
  19946.      * Gets the private 'doctrine.mapping_import_command' shared service.
  19947.      *
  19948.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  19949.      */
  19950.     protected function getDoctrine_MappingImportCommandService()
  19951.     {
  19952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19953.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  19954.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  19955.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  19956.         $instance->setName('doctrine:mapping:import');
  19957.         return $instance;
  19958.     }
  19959.     /**
  19960.      * Gets the private 'doctrine.mapping_info_command' shared service.
  19961.      *
  19962.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  19963.      */
  19964.     protected function getDoctrine_MappingInfoCommandService()
  19965.     {
  19966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19967.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  19969.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  19970.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  19971.         $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()));
  19972.         $instance->setName('doctrine:mapping:info');
  19973.         return $instance;
  19974.     }
  19975.     /**
  19976.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  19977.      *
  19978.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  19979.      */
  19980.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  19981.     {
  19982.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  19983.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  19984.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19985.     }
  19986.     /**
  19987.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  19988.      *
  19989.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  19990.      */
  19991.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  19992.     {
  19993.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  19994.         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()));
  19995.     }
  19996.     /**
  19997.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  19998.      *
  19999.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  20000.      */
  20001.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  20002.     {
  20003.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  20004.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  20005.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''preRemove');
  20006.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''postRemove');
  20007.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''postRemove');
  20008.         $instance->addEntityListener('App\\Entity\\Common\\Assignable''App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber''preFlush');
  20009.         $instance->addEntityListener('App\\Entity\\Common\\File''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''preUpdate');
  20010.         $instance->addEntityListener('App\\Entity\\Common\\File''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''postUpdate');
  20011.         $instance->addEntityListener('App\\Entity\\Forum\\ChapterMessage''App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber''postPersist');
  20012.         $instance->addEntityListener('App\\Entity\\Exercise\\Question\\MultipleChoiceAnswer''App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber''postUpdate');
  20013.         $instance->addEntityListener('App\\Entity\\Scholar\\Chapter\\Chapter''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber''postUpdate');
  20014.         $instance->addEntityListener('App\\Entity\\Scholar\\Chapter\\Chapter''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber''postPersist');
  20015.         $instance->addEntityListener('App\\Entity\\Exercise\\Exercise''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber''postUpdate');
  20016.         $instance->addEntityListener('App\\Entity\\Exercise\\Exercise''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber''postPersist');
  20017.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonPrerequisite''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''postUpdate');
  20018.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonPrerequisite''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''postPersist');
  20019.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonPrerequisite''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''postRemove');
  20020.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonReview''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''postPersist');
  20021.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonReview''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''postUpdate');
  20022.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModuleLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''postPersist');
  20023.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModuleLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''postUpdate');
  20024.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModuleLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''postRemove');
  20025.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''postPersist');
  20026.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''preUpdate');
  20027.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''postUpdate');
  20028.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\OriginLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber''postUpdate');
  20029.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\OriginModule''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber''postUpdate');
  20030.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber''postUpdate');
  20031.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''prePersist');
  20032.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''preFlush');
  20033.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''preRemove');
  20034.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCase''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''preRemove');
  20035.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCase''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''postUpdate');
  20036.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCase''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''postPersist');
  20037.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCase''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''postRemove');
  20038.         $instance->addEntityListener('App\\Entity\\Exercise\\Question\\Question''App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber''postUpdate');
  20039.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\SharedLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''postUpdate');
  20040.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\SharedLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''preUpdate');
  20041.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\SharedModule''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''postUpdate');
  20042.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\SharedModule''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''preUpdate');
  20043.         return $instance;
  20044.     }
  20045.     /**
  20046.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  20047.      *
  20048.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  20049.      */
  20050.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  20051.     {
  20052.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  20053.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  20054.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  20055.     }
  20056.     /**
  20057.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  20058.      *
  20059.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  20060.      */
  20061.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  20062.     {
  20063.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  20064.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  20065.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  20066.             return new \EmptyIterator();
  20067.         }, 0));
  20068.     }
  20069.     /**
  20070.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  20071.      *
  20072.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  20073.      */
  20074.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  20075.     {
  20076.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  20077.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  20078.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  20079.     }
  20080.     /**
  20081.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  20082.      *
  20083.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  20084.      */
  20085.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  20086.     {
  20087.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  20088.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  20089.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  20090.             yield => ($this->privates['messenger.transport.sync_full_user_transport'] ?? $this->getMessenger_Transport_SyncFullUserTransportService());
  20091.             yield => ($this->privates['messenger.transport.sync_transport'] ?? $this->getMessenger_Transport_SyncTransportService());
  20092.             yield => ($this->privates['messenger.transport.reverse_sync_transport'] ?? $this->getMessenger_Transport_ReverseSyncTransportService());
  20093.             yield => ($this->privates['messenger.transport.share_content_transport'] ?? $this->getMessenger_Transport_ShareContentTransportService());
  20094.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  20095.         }, 5));
  20096.     }
  20097.     /**
  20098.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  20099.      *
  20100.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  20101.      */
  20102.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  20103.     {
  20104.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  20105.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20106.     }
  20107.     /**
  20108.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  20109.      *
  20110.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  20111.      */
  20112.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  20113.     {
  20114.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  20115.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  20116.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20117.     }
  20118.     /**
  20119.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  20120.      *
  20121.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  20122.      */
  20123.     protected function getDoctrine_Orm_Validator_UniqueService()
  20124.     {
  20125.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  20126.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  20127.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  20128.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20129.     }
  20130.     /**
  20131.      * Gets the private 'doctrine.query_dql_command' shared service.
  20132.      *
  20133.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  20134.      */
  20135.     protected function getDoctrine_QueryDqlCommandService()
  20136.     {
  20137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20138.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20139.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  20140.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20141.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  20142.         $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()));
  20143.         $instance->setName('doctrine:query:dql');
  20144.         return $instance;
  20145.     }
  20146.     /**
  20147.      * Gets the private 'doctrine.query_sql_command' shared service.
  20148.      *
  20149.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  20150.      */
  20151.     protected function getDoctrine_QuerySqlCommandService()
  20152.     {
  20153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20154.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  20155.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  20156.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  20157.         $instance->setName('doctrine:query:sql');
  20158.         return $instance;
  20159.     }
  20160.     /**
  20161.      * Gets the private 'doctrine.schema_create_command' shared service.
  20162.      *
  20163.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  20164.      */
  20165.     protected function getDoctrine_SchemaCreateCommandService()
  20166.     {
  20167.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20168.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20169.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  20170.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  20171.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20172.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  20173.         $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()));
  20174.         $instance->setName('doctrine:schema:create');
  20175.         return $instance;
  20176.     }
  20177.     /**
  20178.      * Gets the private 'doctrine.schema_drop_command' shared service.
  20179.      *
  20180.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  20181.      */
  20182.     protected function getDoctrine_SchemaDropCommandService()
  20183.     {
  20184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20185.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20186.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  20187.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  20188.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20189.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  20190.         $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()));
  20191.         $instance->setName('doctrine:schema:drop');
  20192.         return $instance;
  20193.     }
  20194.     /**
  20195.      * Gets the private 'doctrine.schema_update_command' shared service.
  20196.      *
  20197.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  20198.      */
  20199.     protected function getDoctrine_SchemaUpdateCommandService()
  20200.     {
  20201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20202.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  20204.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  20205.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20206.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  20207.         $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()));
  20208.         $instance->setName('doctrine:schema:update');
  20209.         return $instance;
  20210.     }
  20211.     /**
  20212.      * Gets the private 'doctrine.schema_validate_command' shared service.
  20213.      *
  20214.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  20215.      */
  20216.     protected function getDoctrine_SchemaValidateCommandService()
  20217.     {
  20218.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20220.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  20221.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20222.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  20223.         $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()));
  20224.         $instance->setName('doctrine:schema:validate');
  20225.         return $instance;
  20226.     }
  20227.     /**
  20228.      * Gets the private 'doctrine.ulid_generator' shared service.
  20229.      *
  20230.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  20231.      */
  20232.     protected function getDoctrine_UlidGeneratorService()
  20233.     {
  20234.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  20235.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  20236.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  20237.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  20238.     }
  20239.     /**
  20240.      * Gets the private 'doctrine.uuid_generator' shared service.
  20241.      *
  20242.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  20243.      */
  20244.     protected function getDoctrine_UuidGeneratorService()
  20245.     {
  20246.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  20247.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  20248.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  20249.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(665'Symfony\\Component\\Uid\\UuidV4'NULLNULL));
  20250.     }
  20251.     /**
  20252.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  20253.      *
  20254.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  20255.      */
  20256.     protected function getDoctrineMigrations_DiffCommandService()
  20257.     {
  20258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20259.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  20260.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  20261.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  20262.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  20263.         $instance->setName('doctrine:migrations:diff');
  20264.         return $instance;
  20265.     }
  20266.     /**
  20267.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  20268.      *
  20269.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  20270.      */
  20271.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  20272.     {
  20273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20274.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  20275.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  20276.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  20277.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  20278.         $instance->setName('doctrine:migrations:dump-schema');
  20279.         return $instance;
  20280.     }
  20281.     /**
  20282.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  20283.      *
  20284.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  20285.      */
  20286.     protected function getDoctrineMigrations_ExecuteCommandService()
  20287.     {
  20288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20289.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  20290.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  20291.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  20292.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  20293.         $instance->setName('doctrine:migrations:execute');
  20294.         return $instance;
  20295.     }
  20296.     /**
  20297.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  20298.      *
  20299.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  20300.      */
  20301.     protected function getDoctrineMigrations_GenerateCommandService()
  20302.     {
  20303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20304.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  20305.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  20306.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  20307.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  20308.         $instance->setName('doctrine:migrations:generate');
  20309.         return $instance;
  20310.     }
  20311.     /**
  20312.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  20313.      *
  20314.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  20315.      */
  20316.     protected function getDoctrineMigrations_LatestCommandService()
  20317.     {
  20318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20319.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  20320.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  20321.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  20322.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  20323.         $instance->setName('doctrine:migrations:latest');
  20324.         return $instance;
  20325.     }
  20326.     /**
  20327.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  20328.      *
  20329.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  20330.      */
  20331.     protected function getDoctrineMigrations_MigrateCommandService()
  20332.     {
  20333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20334.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  20335.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  20336.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  20337.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  20338.         $instance->setName('doctrine:migrations:migrate');
  20339.         return $instance;
  20340.     }
  20341.     /**
  20342.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  20343.      *
  20344.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  20345.      */
  20346.     protected function getDoctrineMigrations_RollupCommandService()
  20347.     {
  20348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20349.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  20350.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  20351.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  20352.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  20353.         $instance->setName('doctrine:migrations:rollup');
  20354.         return $instance;
  20355.     }
  20356.     /**
  20357.      * Gets the private 'doctrine_migrations.status_command' shared service.
  20358.      *
  20359.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  20360.      */
  20361.     protected function getDoctrineMigrations_StatusCommandService()
  20362.     {
  20363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20364.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  20365.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  20366.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  20367.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  20368.         $instance->setName('doctrine:migrations:status');
  20369.         return $instance;
  20370.     }
  20371.     /**
  20372.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  20373.      *
  20374.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  20375.      */
  20376.     protected function getDoctrineMigrations_UpToDateCommandService()
  20377.     {
  20378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20379.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  20380.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  20381.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  20382.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  20383.         $instance->setName('doctrine:migrations:up-to-date');
  20384.         return $instance;
  20385.     }
  20386.     /**
  20387.      * Gets the private 'doctrine_migrations.version_command' shared service.
  20388.      *
  20389.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  20390.      */
  20391.     protected function getDoctrineMigrations_VersionCommandService()
  20392.     {
  20393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20394.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  20395.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  20396.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  20397.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  20398.         $instance->setName('doctrine:migrations:version');
  20399.         return $instance;
  20400.     }
  20401.     /**
  20402.      * Gets the private 'drosalys.web_socket.loop' shared service.
  20403.      *
  20404.      * @return \React\EventLoop\LoopInterface
  20405.      */
  20406.     protected function getDrosalys_WebSocket_LoopService()
  20407.     {
  20408.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/LoopInterface.php';
  20409.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/Factory.php';
  20410.         return $this->privates['drosalys.web_socket.loop'] = \React\EventLoop\Factory::create();
  20411.     }
  20412.     /**
  20413.      * Gets the private 'drosalys.web_socket.routing.sf_router' shared service.
  20414.      *
  20415.      * @return \Symfony\Component\Routing\Router
  20416.      */
  20417.     protected function getDrosalys_WebSocket_Routing_SfRouterService()
  20418.     {
  20419.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  20420.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  20421.         $c = new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  20422.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\YamlFileLoader($b));
  20423.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\XmlFileLoader($b));
  20424.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  20425.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  20426.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  20427.         $a->addLoader($c);
  20428.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  20429.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  20430.         return $this->privates['drosalys.web_socket.routing.sf_router'] = new \Symfony\Component\Routing\Router(new \Symfony\Component\Config\Loader\DelegatingLoader($a), (\dirname(__DIR__4).'/config/ws_routes.yaml'), ['cache_dir' => ($this->targetDir.''.'/drosalys_ws/router'), 'debug' => true], new \DrosalysWeb\Bundle\WebSocketBundle\Routing\RequestContext($this->getEnv('resolve:WS_BASE_URL'), $this->getEnv('resolve:WS_HOST'), $this->getEnv('bool:WS_SSL'), $this->getEnv('int:WS_PUBLIC_PORT'), $this->getEnv('int:WS_PUBLIC_SSL_PORT')), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), 'fr');
  20431.     }
  20432.     /**
  20433.      * Gets the private 'error_handler.error_renderer.html' shared service.
  20434.      *
  20435.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  20436.      */
  20437.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  20438.     {
  20439.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  20440.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  20441.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  20442.         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()));
  20443.     }
  20444.     /**
  20445.      * Gets the private 'exception_listener' shared service.
  20446.      *
  20447.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  20448.      */
  20449.     protected function getExceptionListenerService()
  20450.     {
  20451.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  20452.     }
  20453.     /**
  20454.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  20455.      *
  20456.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  20457.      */
  20458.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  20459.     {
  20460.         if ($lazyLoad) {
  20461.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  20462.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  20463.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  20464.                     $proxy->setProxyInitializer(null);
  20465.                     return true;
  20466.                 });
  20467.             });
  20468.         }
  20469.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/ProcessorInterface.php';
  20470.         include_once \dirname(__DIR__4).'/src/Fixtures/Processor/ChannelImageProcessor.php';
  20471.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Processor/EaseUuidProcessor.php';
  20472.         include_once \dirname(__DIR__4).'/src/Fixtures/Processor/EaseUuidProcessor.php';
  20473.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  20474.         include_once \dirname(__DIR__4).'/src/Uploader/Naming/UuidNamer.php';
  20475.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20476.         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)]);
  20477.     }
  20478.     /**
  20479.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  20480.      *
  20481.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  20482.      */
  20483.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  20484.     {
  20485.         if ($lazyLoad) {
  20486.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  20487.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  20488.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  20489.                     $proxy->setProxyInitializer(null);
  20490.                     return true;
  20491.                 });
  20492.             });
  20493.         }
  20494.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20495.     }
  20496.     /**
  20497.      * Gets the private 'form.choice_list_factory.cached' shared service.
  20498.      *
  20499.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  20500.      */
  20501.     protected function getForm_ChoiceListFactory_CachedService()
  20502.     {
  20503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  20504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  20505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  20506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  20507.         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())));
  20508.     }
  20509.     /**
  20510.      * Gets the private 'form.registry' shared service.
  20511.      *
  20512.      * @return \Symfony\Component\Form\FormRegistry
  20513.      */
  20514.     protected function getForm_RegistryService()
  20515.     {
  20516.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  20517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  20518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  20519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  20520.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  20521.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  20522.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  20523.         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, [
  20524.             'App\\Filter\\Account\\AssignableFilterType' => ['privates''App\\Filter\\Account\\AssignableFilterType''getAssignableFilterTypeService'false],
  20525.             'App\\Filter\\Async\\Channel\\User\\UserFilter' => ['privates''App\\Filter\\Async\\Channel\\User\\UserFilter''getUserFilterService'false],
  20526.             'App\\Filter\\Channel\\AssignableFilterType' => ['privates''App\\Filter\\Channel\\AssignableFilterType''getAssignableFilterType2Service'false],
  20527.             'App\\Filter\\Channel\\ImageFilter' => ['privates''App\\Filter\\Channel\\ImageFilter''getImageFilterService'false],
  20528.             'App\\Filter\\Common\\AssignableFilterType' => ['privates''App\\Filter\\Common\\AssignableFilterType''getAssignableFilterType3Service'false],
  20529.             'App\\Filter\\Common\\FileFilterType' => ['privates''App\\Filter\\Common\\FileFilterType''getFileFilterTypeService'false],
  20530.             'App\\Filter\\Front\\GlobalSearch' => ['privates''App\\Filter\\Front\\GlobalSearch''getGlobalSearchService'false],
  20531.             'App\\Filter\\Front\\GlobalSearchExtendedType' => ['privates''App\\Filter\\Front\\GlobalSearchExtendedType''getGlobalSearchExtendedTypeService'false],
  20532.             'App\\Filter\\Sync\\TrainingFilter' => ['privates''App\\Filter\\Sync\\TrainingFilter''getTrainingFilterService'false],
  20533.             'App\\Form\\Account\\AdviceType' => ['privates''App\\Form\\Account\\AdviceType''getAdviceTypeService'false],
  20534.             'App\\Form\\Channel\\ContactType' => ['privates''App\\Form\\Channel\\ContactType''getContactTypeService'false],
  20535.             'App\\Form\\Channel\\Filter\\ChannelTrainingFilter' => ['privates''App\\Form\\Channel\\Filter\\ChannelTrainingFilter''getChannelTrainingFilterService'false],
  20536.             'App\\Form\\Channel\\ImageSelectorType' => ['privates''App\\Form\\Channel\\ImageSelectorType''getImageSelectorTypeService'false],
  20537.             'App\\Form\\Common\\CountPaginationType' => ['privates''App\\Form\\Common\\CountPaginationType''getCountPaginationTypeService'false],
  20538.             'App\\Form\\Common\\CustomFileType' => ['privates''App\\Form\\Common\\CustomFileType''getCustomFileTypeService'false],
  20539.             'App\\Form\\Common\\NellappSliderType' => ['privates''App\\Form\\Common\\NellappSliderType''getNellappSliderTypeService'false],
  20540.             'App\\Form\\Common\\RatingType' => ['privates''App\\Form\\Common\\RatingType''getRatingTypeService'false],
  20541.             'App\\Form\\Common\\ReAssignableFormType' => ['privates''App\\Form\\Common\\ReAssignableFormType''getReAssignableFormTypeService'false],
  20542.             'App\\Form\\Exercise\\ExerciseType' => ['privates''App\\Form\\Exercise\\ExerciseType''getExerciseTypeService'false],
  20543.             'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType' => ['privates''App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType''getMultipleChoiceAnswerTypeService'false],
  20544.             'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType' => ['privates''App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType''getMultipleChoiceQuestionTypeService'false],
  20545.             'App\\Form\\Exercise\\Question\\QuestionType' => ['privates''App\\Form\\Exercise\\Question\\QuestionType''getQuestionTypeService'false],
  20546.             'App\\Form\\Exercise\\User\\ChoiceAnswerType' => ['privates''App\\Form\\Exercise\\User\\ChoiceAnswerType''getChoiceAnswerTypeService'false],
  20547.             'App\\Form\\Exercise\\User\\ExerciseResultType' => ['privates''App\\Form\\Exercise\\User\\ExerciseResultType''getExerciseResultTypeService'false],
  20548.             'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType' => ['privates''App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType''getMultipleChoiceQuestionResultTypeService'false],
  20549.             'App\\Form\\Exercise\\User\\QuestionResultType' => ['privates''App\\Form\\Exercise\\User\\QuestionResultType''getQuestionResultTypeService'false],
  20550.             'App\\Form\\Forum\\MessageAnswerType' => ['privates''App\\Form\\Forum\\MessageAnswerType''getMessageAnswerTypeService'false],
  20551.             'App\\Form\\Forum\\MessageType' => ['privates''App\\Form\\Forum\\MessageType''getMessageTypeService'false],
  20552.             'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType' => ['privates''App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType''getLessonScholarFilterTypeService'false],
  20553.             'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType''getChannelFilterTypeService'false],
  20554.             'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter' => ['privates''App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter''getCollectionFilterService'false],
  20555.             'App\\Form\\Manager\\Filter\\Channel\\LessonMessageFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\LessonMessageFilterType''getLessonMessageFilterTypeService'false],
  20556.             'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType''getLessonReviewFilterTypeService'false],
  20557.             'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter' => ['privates''App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter''getLessonScholarFilterService'false],
  20558.             'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter' => ['privates''App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter''getScholarCollectionFilterService'false],
  20559.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\ShareProgressFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\SharedContent\\ShareProgressFilterType''getShareProgressFilterTypeService'false],
  20560.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedChannelFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedChannelFilterType''getSharedChannelFilterTypeService'false],
  20561.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedContentFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedContentFilterType''getSharedContentFilterTypeService'false],
  20562.             'App\\Form\\Manager\\Filter\\UserFilter' => ['privates''App\\Form\\Manager\\Filter\\UserFilter''getUserFilter2Service'false],
  20563.             'App\\Form\\Payment\\FundingType' => ['privates''App\\Form\\Payment\\FundingType''getFundingTypeService'false],
  20564.             'App\\Form\\Scholar\\ChapterType' => ['privates''App\\Form\\Scholar\\ChapterType''getChapterTypeService'false],
  20565.             'App\\Form\\Scholar\\LessonPrerequisiteType' => ['privates''App\\Form\\Scholar\\LessonPrerequisiteType''getLessonPrerequisiteTypeService'false],
  20566.             'App\\Form\\Scholar\\LessonReviewType' => ['privates''App\\Form\\Scholar\\LessonReviewType''getLessonReviewTypeService'false],
  20567.             'App\\Form\\Scholar\\LessonType' => ['privates''App\\Form\\Scholar\\LessonType''getLessonTypeService'false],
  20568.             'App\\Form\\Scholar\\ModuleLessonType' => ['privates''App\\Form\\Scholar\\ModuleLessonType''getModuleLessonTypeService'false],
  20569.             'App\\Form\\Scholar\\ModuleType' => ['privates''App\\Form\\Scholar\\ModuleType''getModuleTypeService'false],
  20570.             'App\\Form\\Scholar\\MultipleAskForReferentCorrectionType' => ['privates''App\\Form\\Scholar\\MultipleAskForReferentCorrectionType''getMultipleAskForReferentCorrectionTypeService'false],
  20571.             'App\\Form\\Scholar\\MultipleChatBotType' => ['privates''App\\Form\\Scholar\\MultipleChatBotType''getMultipleChatBotTypeService'false],
  20572.             'App\\Form\\Scholar\\MultipleReferralTrainerType' => ['privates''App\\Form\\Scholar\\MultipleReferralTrainerType''getMultipleReferralTrainerTypeService'false],
  20573.             'App\\Form\\Scholar\\PracticalCaseCorrectionType' => ['privates''App\\Form\\Scholar\\PracticalCaseCorrectionType''getPracticalCaseCorrectionTypeService'false],
  20574.             'App\\Form\\Scholar\\PracticalCaseResourceType' => ['privates''App\\Form\\Scholar\\PracticalCaseResourceType''getPracticalCaseResourceTypeService'false],
  20575.             'App\\Form\\Scholar\\PracticalCaseResponseType' => ['privates''App\\Form\\Scholar\\PracticalCaseResponseType''getPracticalCaseResponseTypeService'false],
  20576.             'App\\Form\\Scholar\\PracticalCaseType' => ['privates''App\\Form\\Scholar\\PracticalCaseType''getPracticalCaseTypeService'false],
  20577.             'App\\Form\\Scholar\\ReferralTrainerType' => ['privates''App\\Form\\Scholar\\ReferralTrainerType''getReferralTrainerTypeService'false],
  20578.             'App\\Form\\Scholar\\ScholarInterfaceSelektor' => ['privates''App\\Form\\Scholar\\ScholarInterfaceSelektor''getScholarInterfaceSelektorService'false],
  20579.             'App\\Form\\Scholar\\TrainingDescriptionType' => ['privates''App\\Form\\Scholar\\TrainingDescriptionType''getTrainingDescriptionTypeService'false],
  20580.             'App\\Form\\Scholar\\TrainingModuleType' => ['privates''App\\Form\\Scholar\\TrainingModuleType''getTrainingModuleTypeService'false],
  20581.             'App\\Form\\Scholar\\TrainingProductType' => ['privates''App\\Form\\Scholar\\TrainingProductType''getTrainingProductTypeService'false],
  20582.             'App\\Form\\Scholar\\TrainingType' => ['privates''App\\Form\\Scholar\\TrainingType''getTrainingTypeService'false],
  20583.             'App\\Form\\Share\\ShareContentType' => ['privates''App\\Form\\Share\\ShareContentType''getShareContentTypeService'false],
  20584.             'App\\Form\\TemplatePage\\CreatePageType' => ['privates''App\\Form\\TemplatePage\\CreatePageType''getCreatePageTypeService'false],
  20585.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityTypeService'false],
  20586.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType''getSelectOrCreateTypeService'false],
  20587.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => ['privates''Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter''getApiFilterService'false],
  20588.             'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => ['privates''karser_recaptcha3.form.type''getKarserRecaptcha3_Form_TypeService'false],
  20589.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  20590.             'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter''getCollectionFilter2Service'false],
  20591.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType''getGroupeFilterTypeService'false],
  20592.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType''getServiceFilterTypeService'false],
  20593.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType''getSessionFilterTypeService'false],
  20594.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType''getTrainingFilterTypeService'false],
  20595.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType''getUserFilterTypeService'false],
  20596.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType''getNellappBooleanTypeService'false],
  20597.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType''getNellappChoiceTypeService'false],
  20598.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter''getCustomViewColumnsFilterService'false],
  20599.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType''getCustomViewManagerTypeService'false],
  20600.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType''getEditCustomViewTypeService'false],
  20601.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType''getNewCustomViewTypeService'false],
  20602.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType''getChannelUserRoleFilterTypeService'false],
  20603.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter''getCollectionFilter3Service'false],
  20604.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType''getTextListFilterTypeService'false],
  20605.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType''getDateRangeFilterTypeService'false],
  20606.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter''getCollectionFilter4Service'false],
  20607.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType''getChannelUserRoleSelektorFilterTypeService'false],
  20608.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType''getUserSelektorFilterTypeService'false],
  20609.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType''getSessionStatusFilterTypeService'false],
  20610.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType''getTabContainerTypeService'false],
  20611.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabType''getTabTypeService'false],
  20612.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityType2Service'false],
  20613.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType''getChannelUserRoleSelektorTypeService'false],
  20614.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType''getGroupSelektorTypeService'false],
  20615.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType''getPlaceSelektorTypeService'false],
  20616.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType''getServiceSelektorTypeService'false],
  20617.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType''getUserSelektorTypeService'false],
  20618.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType''getChannelUserPermissionEnumTypeService'false],
  20619.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType''getChannelUserPermissionResourceTypeService'false],
  20620.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter''getChannelUserDataFilterService'false],
  20621.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter''getChannelUserPermissionResourceFilterService'false],
  20622.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType''getMultipleResourcePermissionsTypeService'false],
  20623.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType''getSelectUserForChannelResourcePermissionTypeService'false],
  20624.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType''getMimeTypeChoiceFilterTypeService'false],
  20625.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => ['privates''spiriit_form_filter.type.filter_boolean''getSpiriitFormFilter_Type_FilterBooleanService'false],
  20626.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => ['privates''spiriit_form_filter.type.filter_checkbox''getSpiriitFormFilter_Type_FilterCheckboxService'false],
  20627.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => ['privates''spiriit_form_filter.type.filter_choice''getSpiriitFormFilter_Type_FilterChoiceService'false],
  20628.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => ['privates''spiriit_form_filter.type.filter_collection_adapter''getSpiriitFormFilter_Type_FilterCollectionAdapterService'false],
  20629.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => ['privates''spiriit_form_filter.type.filter_date''getSpiriitFormFilter_Type_FilterDateService'false],
  20630.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => ['privates''spiriit_form_filter.type.filter_date_range''getSpiriitFormFilter_Type_FilterDateRangeService'false],
  20631.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime''getSpiriitFormFilter_Type_FilterDatetimeService'false],
  20632.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime_range''getSpiriitFormFilter_Type_FilterDatetimeRangeService'false],
  20633.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => ['privates''spiriit_form_filter.type.filter_entity''getSpiriitFormFilter_Type_FilterEntityService'false],
  20634.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => ['privates''spiriit_form_filter.type.filter_enum''getSpiriitFormFilter_Type_FilterEnumService'false],
  20635.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => ['privates''spiriit_form_filter.type.filter_number''getSpiriitFormFilter_Type_FilterNumberService'false],
  20636.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => ['privates''spiriit_form_filter.type.filter_number_range''getSpiriitFormFilter_Type_FilterNumberRangeService'false],
  20637.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => ['privates''spiriit_form_filter.type.filter_sharedable''getSpiriitFormFilter_Type_FilterSharedableService'false],
  20638.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => ['privates''spiriit_form_filter.type.filter_text''getSpiriitFormFilter_Type_FilterTextService'false],
  20639.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  20640.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  20641.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  20642.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  20643.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  20644.         ], [
  20645.             'App\\Filter\\Account\\AssignableFilterType' => '?',
  20646.             'App\\Filter\\Async\\Channel\\User\\UserFilter' => '?',
  20647.             'App\\Filter\\Channel\\AssignableFilterType' => '?',
  20648.             'App\\Filter\\Channel\\ImageFilter' => '?',
  20649.             'App\\Filter\\Common\\AssignableFilterType' => '?',
  20650.             'App\\Filter\\Common\\FileFilterType' => '?',
  20651.             'App\\Filter\\Front\\GlobalSearch' => '?',
  20652.             'App\\Filter\\Front\\GlobalSearchExtendedType' => '?',
  20653.             'App\\Filter\\Sync\\TrainingFilter' => '?',
  20654.             'App\\Form\\Account\\AdviceType' => '?',
  20655.             'App\\Form\\Channel\\ContactType' => '?',
  20656.             'App\\Form\\Channel\\Filter\\ChannelTrainingFilter' => '?',
  20657.             'App\\Form\\Channel\\ImageSelectorType' => '?',
  20658.             'App\\Form\\Common\\CountPaginationType' => '?',
  20659.             'App\\Form\\Common\\CustomFileType' => '?',
  20660.             'App\\Form\\Common\\NellappSliderType' => '?',
  20661.             'App\\Form\\Common\\RatingType' => '?',
  20662.             'App\\Form\\Common\\ReAssignableFormType' => '?',
  20663.             'App\\Form\\Exercise\\ExerciseType' => '?',
  20664.             'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType' => '?',
  20665.             'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType' => '?',
  20666.             'App\\Form\\Exercise\\Question\\QuestionType' => '?',
  20667.             'App\\Form\\Exercise\\User\\ChoiceAnswerType' => '?',
  20668.             'App\\Form\\Exercise\\User\\ExerciseResultType' => '?',
  20669.             'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType' => '?',
  20670.             'App\\Form\\Exercise\\User\\QuestionResultType' => '?',
  20671.             'App\\Form\\Forum\\MessageAnswerType' => '?',
  20672.             'App\\Form\\Forum\\MessageType' => '?',
  20673.             'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType' => '?',
  20674.             'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType' => '?',
  20675.             'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter' => '?',
  20676.             'App\\Form\\Manager\\Filter\\Channel\\LessonMessageFilterType' => '?',
  20677.             'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType' => '?',
  20678.             'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter' => '?',
  20679.             'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter' => '?',
  20680.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\ShareProgressFilterType' => '?',
  20681.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedChannelFilterType' => '?',
  20682.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedContentFilterType' => '?',
  20683.             'App\\Form\\Manager\\Filter\\UserFilter' => '?',
  20684.             'App\\Form\\Payment\\FundingType' => '?',
  20685.             'App\\Form\\Scholar\\ChapterType' => '?',
  20686.             'App\\Form\\Scholar\\LessonPrerequisiteType' => '?',
  20687.             'App\\Form\\Scholar\\LessonReviewType' => '?',
  20688.             'App\\Form\\Scholar\\LessonType' => '?',
  20689.             'App\\Form\\Scholar\\ModuleLessonType' => '?',
  20690.             'App\\Form\\Scholar\\ModuleType' => '?',
  20691.             'App\\Form\\Scholar\\MultipleAskForReferentCorrectionType' => '?',
  20692.             'App\\Form\\Scholar\\MultipleChatBotType' => '?',
  20693.             'App\\Form\\Scholar\\MultipleReferralTrainerType' => '?',
  20694.             'App\\Form\\Scholar\\PracticalCaseCorrectionType' => '?',
  20695.             'App\\Form\\Scholar\\PracticalCaseResourceType' => '?',
  20696.             'App\\Form\\Scholar\\PracticalCaseResponseType' => '?',
  20697.             'App\\Form\\Scholar\\PracticalCaseType' => '?',
  20698.             'App\\Form\\Scholar\\ReferralTrainerType' => '?',
  20699.             'App\\Form\\Scholar\\ScholarInterfaceSelektor' => '?',
  20700.             'App\\Form\\Scholar\\TrainingDescriptionType' => '?',
  20701.             'App\\Form\\Scholar\\TrainingModuleType' => '?',
  20702.             'App\\Form\\Scholar\\TrainingProductType' => '?',
  20703.             'App\\Form\\Scholar\\TrainingType' => '?',
  20704.             'App\\Form\\Share\\ShareContentType' => '?',
  20705.             'App\\Form\\TemplatePage\\CreatePageType' => '?',
  20706.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => '?',
  20707.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => '?',
  20708.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => '?',
  20709.             'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => '?',
  20710.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  20711.             'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter' => '?',
  20712.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => '?',
  20713.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => '?',
  20714.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => '?',
  20715.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => '?',
  20716.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => '?',
  20717.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => '?',
  20718.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => '?',
  20719.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => '?',
  20720.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => '?',
  20721.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => '?',
  20722.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => '?',
  20723.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => '?',
  20724.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => '?',
  20725.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType' => '?',
  20726.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType' => '?',
  20727.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => '?',
  20728.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => '?',
  20729.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => '?',
  20730.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => '?',
  20731.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => '?',
  20732.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => '?',
  20733.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => '?',
  20734.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => '?',
  20735.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => '?',
  20736.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => '?',
  20737.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => '?',
  20738.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => '?',
  20739.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => '?',
  20740.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => '?',
  20741.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => '?',
  20742.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => '?',
  20743.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => '?',
  20744.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => '?',
  20745.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => '?',
  20746.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => '?',
  20747.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => '?',
  20748.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => '?',
  20749.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => '?',
  20750.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => '?',
  20751.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => '?',
  20752.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => '?',
  20753.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => '?',
  20754.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => '?',
  20755.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => '?',
  20756.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => '?',
  20757.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => '?',
  20758.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => '?',
  20759.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => '?',
  20760.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  20761.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  20762.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  20763.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  20764.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  20765.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  20766.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension()));
  20767.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension()));
  20768.             yield => ($this->privates['App\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['App\\Form\\Extension\\CollectionExtension'] = new \App\Form\Extension\CollectionExtension()));
  20769.         }, 3), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  20770.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension()));
  20771.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension()));
  20772.             yield => ($this->privates['App\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['App\\Form\\Extension\\CollectionInnerExtension'] = new \App\Form\Extension\CollectionInnerExtension()));
  20773.             yield => ($this->privates['App\\Form\\Extension\\FormExtension'] ?? ($this->privates['App\\Form\\Extension\\FormExtension'] = new \App\Form\Extension\FormExtension()));
  20774.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  20775.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  20776.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  20777.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  20778.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  20779.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  20780.             yield 10 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  20781.             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')));
  20782.             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()));
  20783.             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()));
  20784.         }, 14), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType' => new RewindableGenerator(function () {
  20785.             yield => ($this->privates['App\\Form\\Extension\\Channel\\TextareaExtension'] ?? ($this->privates['App\\Form\\Extension\\Channel\\TextareaExtension'] = new \App\Form\Extension\Channel\TextareaExtension()));
  20786.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  20787.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  20788.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  20789.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  20790.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => new RewindableGenerator(function () {
  20791.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  20792.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => new RewindableGenerator(function () {
  20793.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  20794.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType' => new RewindableGenerator(function () {
  20795.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  20796.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TelType' => new RewindableGenerator(function () {
  20797.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension()));
  20798.         }, 1)], new RewindableGenerator(function () {
  20799.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  20800.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  20801.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  20802.     }
  20803.     /**
  20804.      * Gets the private 'form.server_params' shared service.
  20805.      *
  20806.      * @return \Symfony\Component\Form\Util\ServerParams
  20807.      */
  20808.     protected function getForm_ServerParamsService()
  20809.     {
  20810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  20811.         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())));
  20812.     }
  20813.     /**
  20814.      * Gets the private 'form.type.choice' shared service.
  20815.      *
  20816.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  20817.      */
  20818.     protected function getForm_Type_ChoiceService()
  20819.     {
  20820.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  20823.         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()));
  20824.     }
  20825.     /**
  20826.      * Gets the private 'form.type.color' shared service.
  20827.      *
  20828.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  20829.      */
  20830.     protected function getForm_Type_ColorService()
  20831.     {
  20832.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20833.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  20835.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  20836.     }
  20837.     /**
  20838.      * Gets the private 'form.type.entity' shared service.
  20839.      *
  20840.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  20841.      */
  20842.     protected function getForm_Type_EntityService()
  20843.     {
  20844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20845.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20846.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  20847.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  20848.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20849.     }
  20850.     /**
  20851.      * Gets the private 'form.type.form' shared service.
  20852.      *
  20853.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  20854.      */
  20855.     protected function getForm_Type_FormService()
  20856.     {
  20857.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  20860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  20861.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  20862.     }
  20863.     /**
  20864.      * Gets the private 'form.type_extension.csrf' shared service.
  20865.      *
  20866.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  20867.      */
  20868.     protected function getForm_TypeExtension_CsrfService()
  20869.     {
  20870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  20871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  20872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  20873.         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()));
  20874.     }
  20875.     /**
  20876.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  20877.      *
  20878.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  20879.      */
  20880.     protected function getForm_TypeExtension_Form_DataCollectorService()
  20881.     {
  20882.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  20883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  20884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  20885.         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()));
  20886.     }
  20887.     /**
  20888.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  20889.      *
  20890.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  20891.      */
  20892.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  20893.     {
  20894.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  20895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  20896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  20897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  20898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  20899.         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())));
  20900.     }
  20901.     /**
  20902.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  20903.      *
  20904.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  20905.      */
  20906.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  20907.     {
  20908.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  20909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  20910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  20911.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  20912.     }
  20913.     /**
  20914.      * Gets the private 'form.type_extension.form.validator' shared service.
  20915.      *
  20916.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  20917.      */
  20918.     protected function getForm_TypeExtension_Form_ValidatorService()
  20919.     {
  20920.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  20921.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  20922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  20923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  20924.         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()));
  20925.     }
  20926.     /**
  20927.      * Gets the private 'form.type_extension.upload.validator' shared service.
  20928.      *
  20929.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  20930.      */
  20931.     protected function getForm_TypeExtension_Upload_ValidatorService()
  20932.     {
  20933.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  20934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  20935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  20936.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  20937.     }
  20938.     /**
  20939.      * Gets the private 'form.type_guesser.doctrine' shared service.
  20940.      *
  20941.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  20942.      */
  20943.     protected function getForm_TypeGuesser_DoctrineService()
  20944.     {
  20945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  20946.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  20947.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20948.     }
  20949.     /**
  20950.      * Gets the private 'form.type_guesser.validator' shared service.
  20951.      *
  20952.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  20953.      */
  20954.     protected function getForm_TypeGuesser_ValidatorService()
  20955.     {
  20956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  20957.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  20958.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  20959.     }
  20960.     /**
  20961.      * Gets the private 'fragment.renderer.inline' shared service.
  20962.      *
  20963.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  20964.      */
  20965.     protected function getFragment_Renderer_InlineService()
  20966.     {
  20967.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  20968.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  20969.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  20970.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  20971.         $instance->setFragmentPath('/_fragment');
  20972.         return $instance;
  20973.     }
  20974.     /**
  20975.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  20976.      *
  20977.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  20978.      */
  20979.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  20980.     {
  20981.         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())));
  20982.     }
  20983.     /**
  20984.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  20985.      *
  20986.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  20987.      */
  20988.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  20989.     {
  20990.         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()));
  20991.     }
  20992.     /**
  20993.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  20994.      *
  20995.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  20996.      */
  20997.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  20998.     {
  20999.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  21000.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  21001.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  21002.     }
  21003.     /**
  21004.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  21005.      *
  21006.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  21007.      */
  21008.     protected function getJmsSerializer_Cache_CacheClearerService()
  21009.     {
  21010.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  21011.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  21012.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  21013.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  21014.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  21015.         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')))));
  21016.     }
  21017.     /**
  21018.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  21019.      *
  21020.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  21021.      */
  21022.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  21023.     {
  21024.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  21025.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  21026.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  21027.     }
  21028.     /**
  21029.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  21030.      *
  21031.      * @return \JMS\Serializer\Handler\DateHandler
  21032.      */
  21033.     protected function getJmsSerializer_DatetimeHandlerService()
  21034.     {
  21035.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  21036.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  21037.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Paris'true);
  21038.     }
  21039.     /**
  21040.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  21041.      *
  21042.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  21043.      */
  21044.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  21045.     {
  21046.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  21047.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  21048.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  21049.     }
  21050.     /**
  21051.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  21052.      *
  21053.      * @return \JMS\Serializer\Handler\FormErrorHandler
  21054.      */
  21055.     protected function getJmsSerializer_FormErrorHandlerService()
  21056.     {
  21057.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  21058.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  21059.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  21060.     }
  21061.     /**
  21062.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  21063.      *
  21064.      * @return \JMS\Serializer\Handler\IteratorHandler
  21065.      */
  21066.     protected function getJmsSerializer_IteratorHandlerService()
  21067.     {
  21068.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  21069.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  21070.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  21071.     }
  21072.     /**
  21073.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  21074.      *
  21075.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  21076.      */
  21077.     protected function getJmsSerializer_StopwatchSubscriberService()
  21078.     {
  21079.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  21080.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  21081.         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))));
  21082.     }
  21083.     /**
  21084.      * Gets the private 'karser_recaptcha3.form.type' shared service.
  21085.      *
  21086.      * @return \Karser\Recaptcha3Bundle\Form\Recaptcha3Type
  21087.      */
  21088.     protected function getKarserRecaptcha3_Form_TypeService()
  21089.     {
  21090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21092.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Form/Recaptcha3Type.php';
  21093.         return $this->privates['karser_recaptcha3.form.type'] = new \Karser\Recaptcha3Bundle\Form\Recaptcha3Type($this->getEnv('RECAPTCHA3_KEY'), 'www.google.com'true);
  21094.     }
  21095.     /**
  21096.      * Gets the private 'karser_recaptcha3.validator' shared service.
  21097.      *
  21098.      * @return \Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator
  21099.      */
  21100.     protected function getKarserRecaptcha3_ValidatorService()
  21101.     {
  21102.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  21103.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  21104.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Validator/Constraints/Recaptcha3Validator.php';
  21105.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php';
  21106.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php';
  21107.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/RequestMethod/SymfonyHttpClient.php';
  21108.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Services/IpResolverInterface.php';
  21109.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Services/IpResolver.php';
  21110.         $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()));
  21111.         $a->setScoreThreshold(0.5);
  21112.         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()))));
  21113.     }
  21114.     /**
  21115.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  21116.      *
  21117.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  21118.      */
  21119.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  21120.     {
  21121.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  21122.         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()));
  21123.     }
  21124.     /**
  21125.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  21126.      *
  21127.      * @return \Knp\Menu\Provider\LazyProvider
  21128.      */
  21129.     protected function getKnpMenu_MenuProvider_LazyService()
  21130.     {
  21131.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  21132.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['admin_drawer' => [=> function () {
  21133.             return ($this->privates['App\\Menu\\Admin\\DrawerBuilder'] ?? $this->getDrawerBuilderService());
  21134.         }, => 'getMenu'], 'front_drawer' => [=> function () {
  21135.             return ($this->privates['App\\Menu\\Front\\DrawerBuilder'] ?? $this->getDrawerBuilder2Service());
  21136.         }, => 'getMenu'], 'channel_side_nav' => function () {
  21137.             return ($this->privates['nellapp_sdk.channel_side_nav'] ?? $this->getNellappSdk_ChannelSideNavService());
  21138.         }]);
  21139.     }
  21140.     /**
  21141.      * Gets the private 'knp_menu.renderer.list' shared service.
  21142.      *
  21143.      * @return \Knp\Menu\Renderer\ListRenderer
  21144.      */
  21145.     protected function getKnpMenu_Renderer_ListService()
  21146.     {
  21147.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  21148.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  21149.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  21150.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  21151.     }
  21152.     /**
  21153.      * Gets the private 'knp_menu.renderer.twig' shared service.
  21154.      *
  21155.      * @return \Knp\Menu\Renderer\TwigRenderer
  21156.      */
  21157.     protected function getKnpMenu_Renderer_TwigService()
  21158.     {
  21159.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  21160.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  21161.         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()), []);
  21162.     }
  21163.     /**
  21164.      * Gets the private 'knp_menu.voter.router' shared service.
  21165.      *
  21166.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  21167.      */
  21168.     protected function getKnpMenu_Voter_RouterService()
  21169.     {
  21170.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  21171.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  21172.         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())));
  21173.     }
  21174.     /**
  21175.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  21176.      *
  21177.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  21178.      */
  21179.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  21180.     {
  21181.         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]);
  21182.     }
  21183.     /**
  21184.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  21185.      *
  21186.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  21187.      */
  21188.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  21189.     {
  21190.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  21191.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  21192.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  21193.     }
  21194.     /**
  21195.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  21196.      *
  21197.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  21198.      */
  21199.     protected function getLiipImagine_Command_CacheRemoveService()
  21200.     {
  21201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21202.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  21203.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  21204.         $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()));
  21205.         $instance->setName('liip:imagine:cache:remove');
  21206.         return $instance;
  21207.     }
  21208.     /**
  21209.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  21210.      *
  21211.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  21212.      */
  21213.     protected function getLiipImagine_Command_CacheResolveService()
  21214.     {
  21215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21216.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  21217.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  21218.         $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()));
  21219.         $instance->setName('liip:imagine:cache:resolve');
  21220.         return $instance;
  21221.     }
  21222.     /**
  21223.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  21224.      *
  21225.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  21226.      */
  21227.     protected function getLiipImagine_Filter_ConfigurationService()
  21228.     {
  21229.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  21230.     }
  21231.     /**
  21232.      * Gets the private 'liip_imagine.form.type.image' shared service.
  21233.      *
  21234.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  21235.      */
  21236.     protected function getLiipImagine_Form_Type_ImageService()
  21237.     {
  21238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21240.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  21241.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  21242.     }
  21243.     /**
  21244.      * Gets the private 'liip_imagine.gd' shared service.
  21245.      *
  21246.      * @return \Imagine\Gd\Imagine
  21247.      */
  21248.     protected function getLiipImagine_GdService()
  21249.     {
  21250.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  21251.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  21252.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  21253.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  21254.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  21255.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  21256.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  21257.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  21258.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  21259.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  21260.         return $instance;
  21261.     }
  21262.     /**
  21263.      * Gets the private 'liip_imagine.service.filter' shared service.
  21264.      *
  21265.      * @return \Liip\ImagineBundle\Service\FilterService
  21266.      */
  21267.     protected function getLiipImagine_Service_FilterService()
  21268.     {
  21269.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  21270.         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()));
  21271.     }
  21272.     /**
  21273.      * Gets the private 'locale_aware_listener' shared service.
  21274.      *
  21275.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  21276.      */
  21277.     protected function getLocaleAwareListenerService()
  21278.     {
  21279.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  21280.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  21281.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  21282.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  21283.     }
  21284.     /**
  21285.      * Gets the private 'locale_listener' shared service.
  21286.      *
  21287.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  21288.      */
  21289.     protected function getLocaleListenerService()
  21290.     {
  21291.         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, []);
  21292.     }
  21293.     /**
  21294.      * Gets the private 'maker.auto_command.make_auth' shared service.
  21295.      *
  21296.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21297.      */
  21298.     protected function getMaker_AutoCommand_MakeAuthService()
  21299.     {
  21300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  21305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  21306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  21307.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  21308.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  21309.         $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);
  21310.         $instance->setName('make:auth');
  21311.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  21312.         return $instance;
  21313.     }
  21314.     /**
  21315.      * Gets the private 'maker.auto_command.make_command' shared service.
  21316.      *
  21317.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21318.      */
  21319.     protected function getMaker_AutoCommand_MakeCommandService()
  21320.     {
  21321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  21326.         $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()));
  21327.         $instance->setName('make:command');
  21328.         $instance->setDescription('Creates a new console command class');
  21329.         return $instance;
  21330.     }
  21331.     /**
  21332.      * Gets the private 'maker.auto_command.make_controller' shared service.
  21333.      *
  21334.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21335.      */
  21336.     protected function getMaker_AutoCommand_MakeControllerService()
  21337.     {
  21338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  21343.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  21344.         $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()));
  21345.         $instance->setName('make:controller');
  21346.         $instance->setDescription('Creates a new controller class');
  21347.         return $instance;
  21348.     }
  21349.     /**
  21350.      * Gets the private 'maker.auto_command.make_crud' shared service.
  21351.      *
  21352.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21353.      */
  21354.     protected function getMaker_AutoCommand_MakeCrudService()
  21355.     {
  21356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21359.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21360.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  21361.         $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()));
  21362.         $instance->setName('make:crud');
  21363.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  21364.         return $instance;
  21365.     }
  21366.     /**
  21367.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  21368.      *
  21369.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21370.      */
  21371.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  21372.     {
  21373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21375.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21376.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21377.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  21378.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  21379.         $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()));
  21380.         $instance->setName('make:docker:database');
  21381.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  21382.         return $instance;
  21383.     }
  21384.     /**
  21385.      * Gets the private 'maker.auto_command.make_entity' shared service.
  21386.      *
  21387.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21388.      */
  21389.     protected function getMaker_AutoCommand_MakeEntityService()
  21390.     {
  21391.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21393.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21394.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21395.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  21396.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  21397.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  21398.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  21399.         $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);
  21400.         $instance->setName('make:entity');
  21401.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  21402.         return $instance;
  21403.     }
  21404.     /**
  21405.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  21406.      *
  21407.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21408.      */
  21409.     protected function getMaker_AutoCommand_MakeFixturesService()
  21410.     {
  21411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21412.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21413.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21414.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21415.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  21416.         $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()));
  21417.         $instance->setName('make:fixtures');
  21418.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  21419.         return $instance;
  21420.     }
  21421.     /**
  21422.      * Gets the private 'maker.auto_command.make_form' shared service.
  21423.      *
  21424.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21425.      */
  21426.     protected function getMaker_AutoCommand_MakeFormService()
  21427.     {
  21428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21429.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21430.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21432.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  21433.         $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()));
  21434.         $instance->setName('make:form');
  21435.         $instance->setDescription('Creates a new form class');
  21436.         return $instance;
  21437.     }
  21438.     /**
  21439.      * Gets the private 'maker.auto_command.make_message' shared service.
  21440.      *
  21441.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21442.      */
  21443.     protected function getMaker_AutoCommand_MakeMessageService()
  21444.     {
  21445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21448.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21449.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  21450.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  21451.         $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()));
  21452.         $instance->setName('make:message');
  21453.         $instance->setDescription('Creates a new message and handler');
  21454.         return $instance;
  21455.     }
  21456.     /**
  21457.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  21458.      *
  21459.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21460.      */
  21461.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  21462.     {
  21463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21465.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21466.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21467.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  21468.         $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()));
  21469.         $instance->setName('make:messenger-middleware');
  21470.         $instance->setDescription('Creates a new messenger middleware');
  21471.         return $instance;
  21472.     }
  21473.     /**
  21474.      * Gets the private 'maker.auto_command.make_migration' shared service.
  21475.      *
  21476.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21477.      */
  21478.     protected function getMaker_AutoCommand_MakeMigrationService()
  21479.     {
  21480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21481.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21482.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21483.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21484.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  21485.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  21486.         $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()));
  21487.         $instance->setName('make:migration');
  21488.         $instance->setDescription('Creates a new migration based on database changes');
  21489.         return $instance;
  21490.     }
  21491.     /**
  21492.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  21493.      *
  21494.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21495.      */
  21496.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  21497.     {
  21498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21499.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21500.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21501.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21502.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  21503.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  21504.         $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()));
  21505.         $instance->setName('make:registration-form');
  21506.         $instance->setDescription('Creates a new registration form system');
  21507.         return $instance;
  21508.     }
  21509.     /**
  21510.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  21511.      *
  21512.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21513.      */
  21514.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  21515.     {
  21516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21517.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21518.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21519.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21520.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  21521.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  21522.         $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()));
  21523.         $instance->setName('make:reset-password');
  21524.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  21525.         return $instance;
  21526.     }
  21527.     /**
  21528.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  21529.      *
  21530.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21531.      */
  21532.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  21533.     {
  21534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21535.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21536.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21537.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  21539.         $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()));
  21540.         $instance->setName('make:serializer:encoder');
  21541.         $instance->setDescription('Creates a new serializer encoder class');
  21542.         return $instance;
  21543.     }
  21544.     /**
  21545.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  21546.      *
  21547.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21548.      */
  21549.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  21550.     {
  21551.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21552.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21553.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21554.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21555.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  21556.         $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()));
  21557.         $instance->setName('make:serializer:normalizer');
  21558.         $instance->setDescription('Creates a new serializer normalizer class');
  21559.         return $instance;
  21560.     }
  21561.     /**
  21562.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  21563.      *
  21564.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21565.      */
  21566.     protected function getMaker_AutoCommand_MakeSubscriberService()
  21567.     {
  21568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21569.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21570.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21571.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21572.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  21573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  21574.         $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()));
  21575.         $instance->setName('make:subscriber');
  21576.         $instance->setDescription('Creates a new event subscriber class');
  21577.         return $instance;
  21578.     }
  21579.     /**
  21580.      * Gets the private 'maker.auto_command.make_test' shared service.
  21581.      *
  21582.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21583.      */
  21584.     protected function getMaker_AutoCommand_MakeTestService()
  21585.     {
  21586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21587.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21588.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21589.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21590.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  21591.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  21592.         $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()));
  21593.         $instance->setName('make:test');
  21594.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  21595.         $instance->setDescription('Creates a new test class');
  21596.         return $instance;
  21597.     }
  21598.     /**
  21599.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  21600.      *
  21601.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21602.      */
  21603.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  21604.     {
  21605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21606.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21607.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21608.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21609.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  21610.         $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()));
  21611.         $instance->setName('make:twig-extension');
  21612.         $instance->setDescription('Creates a new Twig extension class');
  21613.         return $instance;
  21614.     }
  21615.     /**
  21616.      * Gets the private 'maker.auto_command.make_user' shared service.
  21617.      *
  21618.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21619.      */
  21620.     protected function getMaker_AutoCommand_MakeUserService()
  21621.     {
  21622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21623.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21624.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21625.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21626.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  21627.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  21628.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  21629.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  21630.         $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()));
  21631.         $instance->setName('make:user');
  21632.         $instance->setDescription('Creates a new security user class');
  21633.         return $instance;
  21634.     }
  21635.     /**
  21636.      * Gets the private 'maker.auto_command.make_validator' shared service.
  21637.      *
  21638.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21639.      */
  21640.     protected function getMaker_AutoCommand_MakeValidatorService()
  21641.     {
  21642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21643.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21644.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21645.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21646.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  21647.         $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()));
  21648.         $instance->setName('make:validator');
  21649.         $instance->setDescription('Creates a new validator and constraint class');
  21650.         return $instance;
  21651.     }
  21652.     /**
  21653.      * Gets the private 'maker.auto_command.make_voter' shared service.
  21654.      *
  21655.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  21656.      */
  21657.     protected function getMaker_AutoCommand_MakeVoterService()
  21658.     {
  21659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21660.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  21661.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  21662.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  21663.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  21664.         $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()));
  21665.         $instance->setName('make:voter');
  21666.         $instance->setDescription('Creates a new security voter class');
  21667.         return $instance;
  21668.     }
  21669.     /**
  21670.      * Gets the private 'maker.doctrine_helper' shared service.
  21671.      *
  21672.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  21673.      */
  21674.     protected function getMaker_DoctrineHelperService()
  21675.     {
  21676.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  21677.         $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')])));
  21678.         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]]]);
  21679.     }
  21680.     /**
  21681.      * Gets the private 'maker.entity_class_generator' shared service.
  21682.      *
  21683.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  21684.      */
  21685.     protected function getMaker_EntityClassGeneratorService()
  21686.     {
  21687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  21688.         $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()));
  21689.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  21690.         return $instance;
  21691.     }
  21692.     /**
  21693.      * Gets the private 'maker.file_manager' shared service.
  21694.      *
  21695.      * @return \Symfony\Bundle\MakerBundle\FileManager
  21696.      */
  21697.     protected function getMaker_FileManagerService()
  21698.     {
  21699.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  21700.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  21701.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  21702.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  21703.         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'));
  21704.     }
  21705.     /**
  21706.      * Gets the private 'maker.generator' shared service.
  21707.      *
  21708.      * @return \Symfony\Bundle\MakerBundle\Generator
  21709.      */
  21710.     protected function getMaker_GeneratorService()
  21711.     {
  21712.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  21713.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  21714.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  21715.         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));
  21716.     }
  21717.     /**
  21718.      * Gets the private 'maker.php_compat_util' shared service.
  21719.      *
  21720.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  21721.      */
  21722.     protected function getMaker_PhpCompatUtilService()
  21723.     {
  21724.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  21725.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  21726.     }
  21727.     /**
  21728.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  21729.      *
  21730.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  21731.      */
  21732.     protected function getMaker_Renderer_FormTypeRendererService()
  21733.     {
  21734.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  21735.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  21736.     }
  21737.     /**
  21738.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  21739.      *
  21740.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  21741.      */
  21742.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  21743.     {
  21744.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  21745.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  21746.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  21747.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  21748.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Messenger\\Message\\ShareContent\\ShareContentCreateMessage' => new RewindableGenerator(function () {
  21749.             yield => ($this->privates['.messenger.handler_descriptor.vkFrxyl'] ?? $this->get_Messenger_HandlerDescriptor_VkFrxylService());
  21750.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Message\\RefreshUserMessage' => new RewindableGenerator(function () {
  21751.             yield => ($this->privates['.messenger.handler_descriptor.jADa3cd'] ?? $this->get_Messenger_HandlerDescriptor_JADa3cdService());
  21752.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\DataSync\\Messenger\\DataSyncMessageInterface' => new RewindableGenerator(function () {
  21753.             yield => ($this->privates['.messenger.handler_descriptor.Nu9db1O'] ?? $this->get_Messenger_HandlerDescriptor_Nu9db1OService());
  21754.         }, 1)]));
  21755.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  21756.         return $instance;
  21757.     }
  21758.     /**
  21759.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  21760.      *
  21761.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  21762.      */
  21763.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  21764.     {
  21765.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  21766.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  21767.         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');
  21768.     }
  21769.     /**
  21770.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  21771.      *
  21772.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  21773.      */
  21774.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  21775.     {
  21776.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  21777.         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, [
  21778.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21779.             'reverse_sync_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21780.             'share_content_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21781.             'sync_full_user_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21782.             'sync_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21783.         ], [
  21784.             'failed' => '?',
  21785.             'reverse_sync_transport' => '?',
  21786.             'share_content_transport' => '?',
  21787.             'sync_full_user_transport' => '?',
  21788.             'sync_transport' => '?',
  21789.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  21790.     }
  21791.     /**
  21792.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  21793.      *
  21794.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  21795.      */
  21796.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  21797.     {
  21798.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  21799.         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()));
  21800.     }
  21801.     /**
  21802.      * Gets the private 'messenger.middleware.send_message' shared service.
  21803.      *
  21804.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  21805.      */
  21806.     protected function getMessenger_Middleware_SendMessageService()
  21807.     {
  21808.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  21809.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  21810.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  21811.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  21812.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => [=> 'sync_transport'], 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Message\\RefreshUserMessage' => [=> 'sync_full_user_transport'], 'App\\Messenger\\Message\\ShareContent\\ShareContentCreateMessage' => [=> 'share_content_transport'], 'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Messenger\\Message\\ReverseSyncMessage' => [=> 'reverse_sync_transport']], ($this->privates['.service_locator.0RV9L87'] ?? $this->get_ServiceLocator_0RV9L87Service())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21813.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  21814.         return $instance;
  21815.     }
  21816.     /**
  21817.      * Gets the private 'messenger.receiver_locator' shared service.
  21818.      *
  21819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  21820.      */
  21821.     protected function getMessenger_ReceiverLocatorService()
  21822.     {
  21823.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21824.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21825.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  21826.             'messenger.transport.reverse_sync_transport' => ['privates''messenger.transport.reverse_sync_transport''getMessenger_Transport_ReverseSyncTransportService'false],
  21827.             'messenger.transport.share_content_transport' => ['privates''messenger.transport.share_content_transport''getMessenger_Transport_ShareContentTransportService'false],
  21828.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  21829.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  21830.             'reverse_sync_transport' => ['privates''messenger.transport.reverse_sync_transport''getMessenger_Transport_ReverseSyncTransportService'false],
  21831.             'share_content_transport' => ['privates''messenger.transport.share_content_transport''getMessenger_Transport_ShareContentTransportService'false],
  21832.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  21833.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  21834.         ], [
  21835.             'failed' => '?',
  21836.             'messenger.transport.failed' => '?',
  21837.             'messenger.transport.reverse_sync_transport' => '?',
  21838.             'messenger.transport.share_content_transport' => '?',
  21839.             'messenger.transport.sync_full_user_transport' => '?',
  21840.             'messenger.transport.sync_transport' => '?',
  21841.             'reverse_sync_transport' => '?',
  21842.             'share_content_transport' => '?',
  21843.             'sync_full_user_transport' => '?',
  21844.             'sync_transport' => '?',
  21845.         ]);
  21846.     }
  21847.     /**
  21848.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  21849.      *
  21850.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21851.      */
  21852.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  21853.     {
  21854.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21855.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21856.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21857.     }
  21858.     /**
  21859.      * Gets the private 'messenger.retry.multiplier_retry_strategy.reverse_sync_transport' shared service.
  21860.      *
  21861.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21862.      */
  21863.     protected function getMessenger_Retry_MultiplierRetryStrategy_ReverseSyncTransportService()
  21864.     {
  21865.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21866.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21867.         return $this->privates['messenger.retry.multiplier_retry_strategy.reverse_sync_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21868.     }
  21869.     /**
  21870.      * Gets the private 'messenger.retry.multiplier_retry_strategy.share_content_transport' shared service.
  21871.      *
  21872.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21873.      */
  21874.     protected function getMessenger_Retry_MultiplierRetryStrategy_ShareContentTransportService()
  21875.     {
  21876.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21877.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21878.         return $this->privates['messenger.retry.multiplier_retry_strategy.share_content_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21879.     }
  21880.     /**
  21881.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_full_user_transport' shared service.
  21882.      *
  21883.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21884.      */
  21885.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService()
  21886.     {
  21887.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21888.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21889.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_full_user_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21890.     }
  21891.     /**
  21892.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_transport' shared service.
  21893.      *
  21894.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  21895.      */
  21896.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService()
  21897.     {
  21898.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  21899.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  21900.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  21901.     }
  21902.     /**
  21903.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  21904.      *
  21905.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  21906.      */
  21907.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  21908.     {
  21909.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  21910.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.0RV9L87'] ?? $this->get_ServiceLocator_0RV9L87Service()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21911.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  21912.             'reverse_sync_transport' => ['privates''messenger.retry.multiplier_retry_strategy.reverse_sync_transport''getMessenger_Retry_MultiplierRetryStrategy_ReverseSyncTransportService'false],
  21913.             'share_content_transport' => ['privates''messenger.retry.multiplier_retry_strategy.share_content_transport''getMessenger_Retry_MultiplierRetryStrategy_ShareContentTransportService'false],
  21914.             'sync_full_user_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_full_user_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService'false],
  21915.             'sync_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService'false],
  21916.         ], [
  21917.             'failed' => '?',
  21918.             'reverse_sync_transport' => '?',
  21919.             'share_content_transport' => '?',
  21920.             'sync_full_user_transport' => '?',
  21921.             'sync_transport' => '?',
  21922.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  21923.     }
  21924.     /**
  21925.      * Gets the private 'messenger.routable_message_bus' shared service.
  21926.      *
  21927.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  21928.      */
  21929.     protected function getMessenger_RoutableMessageBusService()
  21930.     {
  21931.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  21932.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21933.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  21934.         ], [
  21935.             'messenger.bus.default' => '?',
  21936.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  21937.     }
  21938.     /**
  21939.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  21940.      *
  21941.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  21942.      */
  21943.     protected function getMessenger_Transport_Doctrine_FactoryService()
  21944.     {
  21945.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  21946.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  21947.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21948.     }
  21949.     /**
  21950.      * Gets the private 'messenger.transport.failed' shared service.
  21951.      *
  21952.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21953.      */
  21954.     protected function getMessenger_Transport_FailedService()
  21955.     {
  21956.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21957.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21958.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21959.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21960.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21961.         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())));
  21962.     }
  21963.     /**
  21964.      * Gets the private 'messenger.transport.reverse_sync_transport' shared service.
  21965.      *
  21966.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21967.      */
  21968.     protected function getMessenger_Transport_ReverseSyncTransportService()
  21969.     {
  21970.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21971.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21972.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21973.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21974.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21975.         return $this->privates['messenger.transport.reverse_sync_transport'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('REVERSE_SYNC_AMQP_DSN'), ['exchange' => ['name' => 'global.reverse_sync''type' => 'direct'], 'transport_name' => 'reverse_sync_transport'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21976.     }
  21977.     /**
  21978.      * Gets the private 'messenger.transport.share_content_transport' shared service.
  21979.      *
  21980.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  21981.      */
  21982.     protected function getMessenger_Transport_ShareContentTransportService()
  21983.     {
  21984.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  21985.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  21986.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  21987.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  21988.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  21989.         return $this->privates['messenger.transport.share_content_transport'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('SYNC_AMQP_DSN'), ['exchange' => ['name' => 'global.share_content''type' => 'fanout'], 'queues' => ['nellapp_share_content' => NULL], 'transport_name' => 'share_content_transport'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  21990.     }
  21991.     /**
  21992.      * Gets the private 'messenger.transport.sync.factory' shared service.
  21993.      *
  21994.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  21995.      */
  21996.     protected function getMessenger_Transport_Sync_FactoryService()
  21997.     {
  21998.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  21999.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  22000.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  22001.     }
  22002.     /**
  22003.      * Gets the private 'messenger.transport.sync_full_user_transport' shared service.
  22004.      *
  22005.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  22006.      */
  22007.     protected function getMessenger_Transport_SyncFullUserTransportService()
  22008.     {
  22009.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  22010.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  22011.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  22012.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  22013.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  22014.         return $this->privates['messenger.transport.sync_full_user_transport'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('SYNC_AMQP_DSN'), ['exchange' => ['name' => 'global.sync_full_user''type' => 'fanout'], 'queues' => ['nellapp_sync_full_user' => NULL], 'transport_name' => 'sync_full_user_transport'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  22015.     }
  22016.     /**
  22017.      * Gets the private 'messenger.transport.sync_transport' shared service.
  22018.      *
  22019.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  22020.      */
  22021.     protected function getMessenger_Transport_SyncTransportService()
  22022.     {
  22023.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  22024.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  22025.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  22026.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  22027.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  22028.         return $this->privates['messenger.transport.sync_transport'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('SYNC_AMQP_DSN'), ['exchange' => ['name' => 'global.sync''type' => 'topic'], 'queues' => ['nellapp_sync' => ['binding_keys' => [=> 'sync.nellapp']]], '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())));
  22029.     }
  22030.     /**
  22031.      * Gets the private 'messenger.transport_factory' shared service.
  22032.      *
  22033.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  22034.      */
  22035.     protected function getMessenger_TransportFactoryService()
  22036.     {
  22037.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  22038.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  22039.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  22040.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  22041.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  22042.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  22043.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  22044.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  22045.         }, 5));
  22046.     }
  22047.     /**
  22048.      * Gets the private 'mime_types' shared service.
  22049.      *
  22050.      * @return \Symfony\Component\Mime\MimeTypes
  22051.      */
  22052.     protected function getMimeTypesService()
  22053.     {
  22054.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  22055.         $instance->setDefault($instance);
  22056.         return $instance;
  22057.     }
  22058.     /**
  22059.      * Gets the private 'monolog.command.server_log' shared service.
  22060.      *
  22061.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  22062.      */
  22063.     protected function getMonolog_Command_ServerLogService()
  22064.     {
  22065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22066.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  22067.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  22068.         $instance->setName('server:log');
  22069.         $instance->setDescription('Start a log server that displays logs in real time');
  22070.         return $instance;
  22071.     }
  22072.     /**
  22073.      * Gets the private 'monolog.handler.console' shared service.
  22074.      *
  22075.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  22076.      */
  22077.     protected function getMonolog_Handler_ConsoleService()
  22078.     {
  22079.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  22080.     }
  22081.     /**
  22082.      * Gets the private 'monolog.handler.main' shared service.
  22083.      *
  22084.      * @return \Monolog\Handler\StreamHandler
  22085.      */
  22086.     protected function getMonolog_Handler_MainService()
  22087.     {
  22088.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  22089.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  22090.         return $instance;
  22091.     }
  22092.     /**
  22093.      * Gets the private 'monolog.logger' shared service.
  22094.      *
  22095.      * @return \Symfony\Bridge\Monolog\Logger
  22096.      */
  22097.     protected function getMonolog_LoggerService()
  22098.     {
  22099.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  22100.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  22101.         $instance->useMicrosecondTimestamps(true);
  22102.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  22103.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  22104.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  22105.         return $instance;
  22106.     }
  22107.     /**
  22108.      * Gets the private 'monolog.logger.cache' shared service.
  22109.      *
  22110.      * @return \Symfony\Bridge\Monolog\Logger
  22111.      */
  22112.     protected function getMonolog_Logger_CacheService()
  22113.     {
  22114.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  22115.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  22116.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  22117.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  22118.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  22119.         return $instance;
  22120.     }
  22121.     /**
  22122.      * Gets the private 'monolog.logger.messenger' shared service.
  22123.      *
  22124.      * @return \Symfony\Bridge\Monolog\Logger
  22125.      */
  22126.     protected function getMonolog_Logger_MessengerService()
  22127.     {
  22128.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  22129.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  22130.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  22131.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  22132.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  22133.         return $instance;
  22134.     }
  22135.     /**
  22136.      * Gets the private 'monolog.logger.nelmio_api_doc' shared service.
  22137.      *
  22138.      * @return \Symfony\Bridge\Monolog\Logger
  22139.      */
  22140.     protected function getMonolog_Logger_NelmioApiDocService()
  22141.     {
  22142.         $this->privates['monolog.logger.nelmio_api_doc'] = $instance = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  22143.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  22144.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  22145.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  22146.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  22147.         return $instance;
  22148.     }
  22149.     /**
  22150.      * Gets the private 'monolog.logger.request' shared service.
  22151.      *
  22152.      * @return \Symfony\Bridge\Monolog\Logger
  22153.      */
  22154.     protected function getMonolog_Logger_RequestService()
  22155.     {
  22156.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  22157.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  22158.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  22159.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  22160.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  22161.         return $instance;
  22162.     }
  22163.     /**
  22164.      * Gets the private 'monolog.logger.router' shared service.
  22165.      *
  22166.      * @return \Symfony\Bridge\Monolog\Logger
  22167.      */
  22168.     protected function getMonolog_Logger_RouterService()
  22169.     {
  22170.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  22171.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  22172.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  22173.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  22174.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  22175.         return $instance;
  22176.     }
  22177.     /**
  22178.      * Gets the private 'monolog.logger.security' shared service.
  22179.      *
  22180.      * @return \Symfony\Bridge\Monolog\Logger
  22181.      */
  22182.     protected function getMonolog_Logger_SecurityService()
  22183.     {
  22184.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  22185.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  22186.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  22187.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  22188.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  22189.         return $instance;
  22190.     }
  22191.     /**
  22192.      * Gets the private 'nellapp_sdk.assets._package_channel_image' shared service.
  22193.      *
  22194.      * @return \Symfony\Component\Asset\UrlPackage
  22195.      */
  22196.     protected function getNellappSdk_Assets_PackageChannelImageService()
  22197.     {
  22198.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  22199.         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()));
  22200.     }
  22201.     /**
  22202.      * Gets the private 'nellapp_sdk.assets._package_core' shared service.
  22203.      *
  22204.      * @return \Symfony\Component\Asset\PathPackage
  22205.      */
  22206.     protected function getNellappSdk_Assets_PackageCoreService()
  22207.     {
  22208.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  22209.         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()));
  22210.     }
  22211.     /**
  22212.      * Gets the private 'nellapp_sdk.assets._package_organization_file' shared service.
  22213.      *
  22214.      * @return \Symfony\Component\Asset\UrlPackage
  22215.      */
  22216.     protected function getNellappSdk_Assets_PackageOrganizationFileService()
  22217.     {
  22218.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  22219.         return $this->privates['nellapp_sdk.assets._package_organization_file'] = new \Symfony\Component\Asset\UrlPackage([=> $this->getEnv('resolve:CORE_ASSETS_BASE_URL')], ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  22220.     }
  22221.     /**
  22222.      * Gets the private 'nellapp_sdk.assets._package_user_avatar' shared service.
  22223.      *
  22224.      * @return \Symfony\Component\Asset\UrlPackage
  22225.      */
  22226.     protected function getNellappSdk_Assets_PackageUserAvatarService()
  22227.     {
  22228.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  22229.         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()));
  22230.     }
  22231.     /**
  22232.      * Gets the private 'nellapp_sdk.auth.user_resolve_target_entity' shared service.
  22233.      *
  22234.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22235.      */
  22236.     protected function getNellappSdk_Auth_UserResolveTargetEntityService()
  22237.     {
  22238.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22239.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22240.         $this->privates['nellapp_sdk.auth.user_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22241.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  22242.         return $instance;
  22243.     }
  22244.     /**
  22245.      * Gets the private 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' shared service.
  22246.      *
  22247.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22248.      */
  22249.     protected function getNellappSdk_Channel_AbstractCursusResolveTargetEntityService()
  22250.     {
  22251.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22252.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22253.         $this->privates['nellapp_sdk.channel.abstract_cursus_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22254.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Cursus\\AbstractCursusInterface''App\\Entity\\ChannelUserData\\AbstractCursus', []);
  22255.         return $instance;
  22256.     }
  22257.     /**
  22258.      * Gets the private 'nellapp_sdk.channel.channel_channel_resolve_target_entity' shared service.
  22259.      *
  22260.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22261.      */
  22262.     protected function getNellappSdk_Channel_ChannelChannelResolveTargetEntityService()
  22263.     {
  22264.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22265.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22266.         $this->privates['nellapp_sdk.channel.channel_channel_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22267.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  22268.         return $instance;
  22269.     }
  22270.     /**
  22271.      * Gets the private 'nellapp_sdk.channel.channel_configuration_resolve_target_entity' shared service.
  22272.      *
  22273.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22274.      */
  22275.     protected function getNellappSdk_Channel_ChannelConfigurationResolveTargetEntityService()
  22276.     {
  22277.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22278.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22279.         $this->privates['nellapp_sdk.channel.channel_configuration_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22280.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Configuration\\BaseChannelConfigurationInterface''App\\Entity\\Channel\\ChannelConfiguration', []);
  22281.         return $instance;
  22282.     }
  22283.     /**
  22284.      * Gets the private 'nellapp_sdk.channel.channel_training_resolve_target_entity' shared service.
  22285.      *
  22286.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22287.      */
  22288.     protected function getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService()
  22289.     {
  22290.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22291.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22292.         $this->privates['nellapp_sdk.channel.channel_training_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22293.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Training\\TrainingInterface''App\\Entity\\Scholar\\Training\\Training', []);
  22294.         return $instance;
  22295.     }
  22296.     /**
  22297.      * Gets the private 'nellapp_sdk.channel.channel_user_data_resolve_target_entity' shared service.
  22298.      *
  22299.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22300.      */
  22301.     protected function getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService()
  22302.     {
  22303.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22304.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22305.         $this->privates['nellapp_sdk.channel.channel_user_data_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22306.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\SyncedChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  22307.         return $instance;
  22308.     }
  22309.     /**
  22310.      * Gets the private 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' shared service.
  22311.      *
  22312.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22313.      */
  22314.     protected function getNellappSdk_Channel_ChannelUserFromChannelsResolveTargetEntityService()
  22315.     {
  22316.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22317.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22318.         $this->privates['nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22319.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel', []);
  22320.         return $instance;
  22321.     }
  22322.     /**
  22323.      * Gets the private 'nellapp_sdk.channel.channel_user_perm_training_resolve_target_entity' shared service.
  22324.      *
  22325.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22326.      */
  22327.     protected function getNellappSdk_Channel_ChannelUserPermTrainingResolveTargetEntityService()
  22328.     {
  22329.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22330.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22331.         $this->privates['nellapp_sdk.channel.channel_user_perm_training_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22332.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserTrainingPermission\\ChannelUserTrainingPermissionInterface''App\\Entity\\Scholar\\Training\\TrainingPermission', []);
  22333.         return $instance;
  22334.     }
  22335.     /**
  22336.      * Gets the private 'nellapp_sdk.channel.channel_user_role_resolve_target_entity' shared service.
  22337.      *
  22338.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22339.      */
  22340.     protected function getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService()
  22341.     {
  22342.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22343.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22344.         $this->privates['nellapp_sdk.channel.channel_user_role_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22345.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  22346.         return $instance;
  22347.     }
  22348.     /**
  22349.      * Gets the private 'nellapp_sdk.channel.channel_white_label_resolve_target_entity' shared service.
  22350.      *
  22351.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22352.      */
  22353.     protected function getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService()
  22354.     {
  22355.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22356.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22357.         $this->privates['nellapp_sdk.channel.channel_white_label_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22358.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  22359.         return $instance;
  22360.     }
  22361.     /**
  22362.      * Gets the private 'nellapp_sdk.channel_side_nav' shared autowired service.
  22363.      *
  22364.      * @return \Knp\Menu\MenuItem
  22365.      */
  22366.     protected function getNellappSdk_ChannelSideNavService()
  22367.     {
  22368.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  22369.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  22370.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Menu/MenuBuilder.php';
  22371.         return $this->privates['nellapp_sdk.channel_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())))->channelAdminSideNav(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  22372.     }
  22373.     /**
  22374.      * Gets the private 'nellapp_sdk.global_getter.channel_class_resolve_target_entity' shared service.
  22375.      *
  22376.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22377.      */
  22378.     protected function getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService()
  22379.     {
  22380.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22382.         $this->privates['nellapp_sdk.global_getter.channel_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22383.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  22384.         return $instance;
  22385.     }
  22386.     /**
  22387.      * Gets the private 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' shared service.
  22388.      *
  22389.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22390.      */
  22391.     protected function getNellappSdk_GlobalGetter_ChannelUserDataClassResolveTargetEntityService()
  22392.     {
  22393.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22394.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22395.         $this->privates['nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22396.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  22397.         return $instance;
  22398.     }
  22399.     /**
  22400.      * Gets the private 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' shared service.
  22401.      *
  22402.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22403.      */
  22404.     protected function getNellappSdk_GlobalGetter_ChannelUserRoleClassResolveTargetEntityService()
  22405.     {
  22406.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22407.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22408.         $this->privates['nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22409.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  22410.         return $instance;
  22411.     }
  22412.     /**
  22413.      * Gets the private 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' shared service.
  22414.      *
  22415.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22416.      */
  22417.     protected function getNellappSdk_GlobalGetter_ChannelWhiteLabelClassResolveTargetEntityService()
  22418.     {
  22419.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22420.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22421.         $this->privates['nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22422.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  22423.         return $instance;
  22424.     }
  22425.     /**
  22426.      * Gets the private 'nellapp_sdk.global_getter.user_class_resolve_target_entity' shared service.
  22427.      *
  22428.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  22429.      */
  22430.     protected function getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService()
  22431.     {
  22432.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  22433.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  22434.         $this->privates['nellapp_sdk.global_getter.user_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  22435.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  22436.         return $instance;
  22437.     }
  22438.     /**
  22439.      * Gets the private 'nellapp_sdk.routing.internal_url_generator' shared autowired service.
  22440.      *
  22441.      * @return \Nellapp\Bundle\SDKBundle\Routing\InternalUrlGenerator
  22442.      */
  22443.     protected function getNellappSdk_Routing_InternalUrlGeneratorService()
  22444.     {
  22445.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/InternalUrlGenerator.php';
  22446.         return $this->privates['nellapp_sdk.routing.internal_url_generator'] = new \Nellapp\Bundle\SDKBundle\Routing\InternalUrlGenerator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Loader\\RouteCollectionLoader'] ?? $this->getRouteCollectionLoaderService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nellapp'))), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()));
  22447.     }
  22448.     /**
  22449.      * Gets the private 'nellapp_sdk.routing.url_generator' shared autowired service.
  22450.      *
  22451.      * @return \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator
  22452.      */
  22453.     protected function getNellappSdk_Routing_UrlGeneratorService()
  22454.     {
  22455.         return $this->privates['nellapp_sdk.routing.url_generator'] = new \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Loader\\RouteCollectionLoader'] ?? $this->getRouteCollectionLoaderService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  22456.     }
  22457.     /**
  22458.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  22459.      *
  22460.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  22461.      */
  22462.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  22463.     {
  22464.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  22465.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  22466.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  22467.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  22468.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  22469.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  22470.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  22471.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  22472.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  22473.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  22474.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  22475.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  22476.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  22477.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  22478.         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));
  22479.     }
  22480.     /**
  22481.      * Gets the private 'nelmio_api_doc.describers.config.core_sync' shared service.
  22482.      *
  22483.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  22484.      */
  22485.     protected function getNelmioApiDoc_Describers_Config_CoreSyncService()
  22486.     {
  22487.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  22488.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  22489.         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);
  22490.     }
  22491.     /**
  22492.      * Gets the private 'nelmio_api_doc.describers.config.default' shared service.
  22493.      *
  22494.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  22495.      */
  22496.     protected function getNelmioApiDoc_Describers_Config_DefaultService()
  22497.     {
  22498.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  22499.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  22500.         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);
  22501.     }
  22502.     /**
  22503.      * Gets the private 'nelmio_api_doc.describers.config.partner_api' shared service.
  22504.      *
  22505.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  22506.      */
  22507.     protected function getNelmioApiDoc_Describers_Config_PartnerApiService()
  22508.     {
  22509.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  22510.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  22511.         return $this->privates['nelmio_api_doc.describers.config.partner_api'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'Nellapp Partner API''version' => '1.0.0']], true);
  22512.     }
  22513.     /**
  22514.      * Gets the private 'nelmio_api_doc.describers.openapi_php.core_sync' shared service.
  22515.      *
  22516.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  22517.      */
  22518.     protected function getNelmioApiDoc_Describers_OpenapiPhp_CoreSyncService()
  22519.     {
  22520.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  22521.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  22522.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  22523.         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()));
  22524.     }
  22525.     /**
  22526.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  22527.      *
  22528.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  22529.      */
  22530.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  22531.     {
  22532.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  22533.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  22534.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  22535.         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()));
  22536.     }
  22537.     /**
  22538.      * Gets the private 'nelmio_api_doc.describers.openapi_php.partner_api' shared service.
  22539.      *
  22540.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  22541.      */
  22542.     protected function getNelmioApiDoc_Describers_OpenapiPhp_PartnerApiService()
  22543.     {
  22544.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  22545.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  22546.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  22547.         return $this->privates['nelmio_api_doc.describers.openapi_php.partner_api'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.partner_api'] ?? $this->getNelmioApiDoc_Routes_PartnerApiService()), ($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()));
  22548.     }
  22549.     /**
  22550.      * Gets the private 'nelmio_api_doc.describers.route.core_sync' shared service.
  22551.      *
  22552.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  22553.      */
  22554.     protected function getNelmioApiDoc_Describers_Route_CoreSyncService()
  22555.     {
  22556.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  22557.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  22558.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  22559.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  22560.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  22561.         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 () {
  22562.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  22563.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  22564.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  22565.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  22566.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  22567.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  22568.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  22569.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  22570.         }, 8));
  22571.     }
  22572.     /**
  22573.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  22574.      *
  22575.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  22576.      */
  22577.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  22578.     {
  22579.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  22580.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  22581.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  22582.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  22583.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  22584.         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 () {
  22585.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  22586.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  22587.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  22588.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  22589.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  22590.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  22591.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  22592.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  22593.         }, 8));
  22594.     }
  22595.     /**
  22596.      * Gets the private 'nelmio_api_doc.describers.route.partner_api' shared service.
  22597.      *
  22598.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  22599.      */
  22600.     protected function getNelmioApiDoc_Describers_Route_PartnerApiService()
  22601.     {
  22602.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  22603.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  22604.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  22605.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  22606.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  22607.         return $this->privates['nelmio_api_doc.describers.route.partner_api'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.partner_api'] ?? $this->getNelmioApiDoc_Routes_PartnerApiService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  22608.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  22609.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  22610.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  22611.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  22612.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  22613.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  22614.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  22615.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  22616.         }, 8));
  22617.     }
  22618.     /**
  22619.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  22620.      *
  22621.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  22622.      */
  22623.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  22624.     {
  22625.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  22626.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  22627.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  22628.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  22629.         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']);
  22630.     }
  22631.     /**
  22632.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  22633.      *
  22634.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  22635.      */
  22636.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  22637.     {
  22638.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  22639.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  22640.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  22641.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  22642.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  22643.         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 () {
  22644.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  22645.             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()));
  22646.             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()));
  22647.             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()));
  22648.             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()));
  22649.             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()));
  22650.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  22651.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  22652.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  22653.     }
  22654.     /**
  22655.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  22656.      *
  22657.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  22658.      */
  22659.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  22660.     {
  22661.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  22662.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  22663.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  22664.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  22665.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  22666.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  22667.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  22668.             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()));
  22669.             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()));
  22670.             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()));
  22671.             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()));
  22672.             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()));
  22673.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  22674.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  22675.         }, 8));
  22676.     }
  22677.     /**
  22678.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  22679.      *
  22680.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  22681.      */
  22682.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  22683.     {
  22684.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  22685.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  22686.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  22687.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  22688.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  22689.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  22690.             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()));
  22691.             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()));
  22692.             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()));
  22693.             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()));
  22694.             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()));
  22695.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  22696.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  22697.         }, 8));
  22698.     }
  22699.     /**
  22700.      * Gets the private 'nelmio_api_doc.object_model.property_describers.object' shared service.
  22701.      *
  22702.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber
  22703.      */
  22704.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService()
  22705.     {
  22706.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  22707.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  22708.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  22709.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ObjectPropertyDescriber.php';
  22710.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/PropertyDescriber/EntityIdPropertyDescriber.php';
  22711.         $this->privates['nelmio_api_doc.object_model.property_describers.object'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber();
  22712.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  22713.         return $instance;
  22714.     }
  22715.     /**
  22716.      * Gets the private 'nelmio_api_doc.routes.core_sync' shared service.
  22717.      *
  22718.      * @return \Symfony\Component\Routing\RouteCollection
  22719.      */
  22720.     protected function getNelmioApiDoc_Routes_CoreSyncService()
  22721.     {
  22722.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  22723.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  22724.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  22725.         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());
  22726.     }
  22727.     /**
  22728.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  22729.      *
  22730.      * @return \Symfony\Component\Routing\RouteCollection
  22731.      */
  22732.     protected function getNelmioApiDoc_Routes_DefaultService()
  22733.     {
  22734.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  22735.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  22736.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  22737.         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());
  22738.     }
  22739.     /**
  22740.      * Gets the private 'nelmio_api_doc.routes.partner_api' shared service.
  22741.      *
  22742.      * @return \Symfony\Component\Routing\RouteCollection
  22743.      */
  22744.     protected function getNelmioApiDoc_Routes_PartnerApiService()
  22745.     {
  22746.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  22747.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  22748.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  22749.         return $this->privates['nelmio_api_doc.routes.partner_api'] = (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))), 'partner_api', ['path_patterns' => [=> '^/partner-api(?!/doc)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  22750.     }
  22751.     /**
  22752.      * Gets the private 'oneup_uploader.command.clear_chunks' shared service.
  22753.      *
  22754.      * @return \Oneup\UploaderBundle\Command\ClearChunkCommand
  22755.      */
  22756.     protected function getOneupUploader_Command_ClearChunksService()
  22757.     {
  22758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22759.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearChunkCommand.php';
  22760.         $this->privates['oneup_uploader.command.clear_chunks'] = $instance = new \Oneup\UploaderBundle\Command\ClearChunkCommand(($this->services['oneup_uploader.chunk_manager'] ?? $this->getOneupUploader_ChunkManagerService()));
  22761.         $instance->setName('oneup:uploader:clear-chunks');
  22762.         return $instance;
  22763.     }
  22764.     /**
  22765.      * Gets the private 'oneup_uploader.command.clear_orphans' shared service.
  22766.      *
  22767.      * @return \Oneup\UploaderBundle\Command\ClearOrphansCommand
  22768.      */
  22769.     protected function getOneupUploader_Command_ClearOrphansService()
  22770.     {
  22771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22772.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearOrphansCommand.php';
  22773.         $this->privates['oneup_uploader.command.clear_orphans'] = $instance = new \Oneup\UploaderBundle\Command\ClearOrphansCommand(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()));
  22774.         $instance->setName('oneup:uploader:clear-orphans');
  22775.         return $instance;
  22776.     }
  22777.     /**
  22778.      * Gets the private 'parameter_bag' shared service.
  22779.      *
  22780.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  22781.      */
  22782.     protected function getParameterBagService()
  22783.     {
  22784.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  22785.     }
  22786.     /**
  22787.      * Gets the private 'profiler_listener' shared service.
  22788.      *
  22789.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  22790.      */
  22791.     protected function getProfilerListenerService()
  22792.     {
  22793.         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);
  22794.     }
  22795.     /**
  22796.      * Gets the private 'property_accessor' shared service.
  22797.      *
  22798.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  22799.      */
  22800.     protected function getPropertyAccessorService()
  22801.     {
  22802.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  22803.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  22804.     }
  22805.     /**
  22806.      * Gets the private 'property_info' shared service.
  22807.      *
  22808.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  22809.      */
  22810.     protected function getPropertyInfoService()
  22811.     {
  22812.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  22813.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  22814.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  22815.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  22816.         }, 3), new RewindableGenerator(function () {
  22817.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  22818.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  22819.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  22820.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  22821.         }, 4), new RewindableGenerator(function () {
  22822.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  22823.         }, 1), new RewindableGenerator(function () {
  22824.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  22825.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  22826.         }, 2), new RewindableGenerator(function () {
  22827.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  22828.         }, 1));
  22829.     }
  22830.     /**
  22831.      * Gets the private 'property_info.serializer_extractor' shared service.
  22832.      *
  22833.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  22834.      */
  22835.     protected function getPropertyInfo_SerializerExtractorService()
  22836.     {
  22837.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  22838.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  22839.     }
  22840.     /**
  22841.      * Gets the private 'router.cache_warmer' shared service.
  22842.      *
  22843.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  22844.      */
  22845.     protected function getRouter_CacheWarmerService()
  22846.     {
  22847.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22848.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  22849.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22850.             'router' => ['services''router''getRouterService'false],
  22851.         ], [
  22852.             'router' => '?',
  22853.         ]))->withContext('router.cache_warmer'$this));
  22854.     }
  22855.     /**
  22856.      * Gets the private 'router.expression_language_provider' shared service.
  22857.      *
  22858.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  22859.      */
  22860.     protected function getRouter_ExpressionLanguageProviderService()
  22861.     {
  22862.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22863.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  22864.         ], [
  22865.             'env' => 'Closure',
  22866.         ]));
  22867.     }
  22868.     /**
  22869.      * Gets the private 'router.request_context' shared service.
  22870.      *
  22871.      * @return \Symfony\Component\Routing\RequestContext
  22872.      */
  22873.     protected function getRouter_RequestContextService()
  22874.     {
  22875.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  22876.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  22877.         return $instance;
  22878.     }
  22879.     /**
  22880.      * Gets the private 'router_listener' shared service.
  22881.      *
  22882.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  22883.      */
  22884.     protected function getRouterListenerService()
  22885.     {
  22886.         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);
  22887.     }
  22888.     /**
  22889.      * Gets the private 'secrets.vault' shared service.
  22890.      *
  22891.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  22892.      */
  22893.     protected function getSecrets_VaultService()
  22894.     {
  22895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  22896.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  22897.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  22898.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  22899.         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'));
  22900.     }
  22901.     /**
  22902.      * Gets the private 'security.access_listener' shared service.
  22903.      *
  22904.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  22905.      */
  22906.     protected function getSecurity_AccessListenerService()
  22907.     {
  22908.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  22909.         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);
  22910.     }
  22911.     /**
  22912.      * Gets the private 'security.access_map' shared service.
  22913.      *
  22914.      * @return \Symfony\Component\Security\Http\AccessMap
  22915.      */
  22916.     protected function getSecurity_AccessMapService()
  22917.     {
  22918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  22919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  22920.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  22921.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  22922.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  22923.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/internal_api'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  22924.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC')), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  22925.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/partner-api/doc'), [=> 'PUBLIC_ACCESS'], NULL);
  22926.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  22927.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_SUPER_ADMIN'], NULL);
  22928.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/manager'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  22929.         return $instance;
  22930.     }
  22931.     /**
  22932.      * Gets the private 'security.authenticator.guard.main.0' shared service.
  22933.      *
  22934.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  22935.      */
  22936.     protected function getSecurity_Authenticator_Guard_Main_0Service()
  22937.     {
  22938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  22939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  22940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  22941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  22942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  22943.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  22944.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/FinishRegistrationBehavior.php';
  22945.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/PreviousUrlHelper.php';
  22946.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/SaveAuthFailureMessage.php';
  22947.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php';
  22948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  22949.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/CoreAuthenticator.php';
  22950.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/UserRetrieverInterface.php';
  22951.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/DoctrineUserRetriever.php';
  22952.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  22953.         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\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService())), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  22954.     }
  22955.     /**
  22956.      * Gets the private 'security.channel_listener' shared service.
  22957.      *
  22958.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  22959.      */
  22960.     protected function getSecurity_ChannelListenerService()
  22961.     {
  22962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  22963.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  22964.         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());
  22965.     }
  22966.     /**
  22967.      * Gets the private 'security.command.debug_firewall' shared service.
  22968.      *
  22969.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  22970.      */
  22971.     protected function getSecurity_Command_DebugFirewallService()
  22972.     {
  22973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22974.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  22975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  22976.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  22977.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  22978.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Security/InternalAuthenticator.php';
  22979.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.ldPg1Rp'] ?? $this->get_ServiceLocator_LdPg1RpService()), ($this->privates['.service_locator.DUy_AUO'] ?? $this->get_ServiceLocator_DUyAUOService()), ['reverse_sync' => [=> ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'] = new \Nellapp\Bundle\SDKBundle\Sync\Security\CoreAuthenticator($this->getEnv('resolve:SYNC_SECRET'))))], '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'))))], 'partner_api' => [=> ($this->privates['App\\Security\\PartnerApi\\PartnerApiTokenAuthenticator'] ?? $this->getPartnerApiTokenAuthenticatorService())], 'main' => [=> ($this->privates['security.authenticator.guard.main.0'] ?? $this->getSecurity_Authenticator_Guard_Main_0Service())]], true);
  22980.         $instance->setName('debug:firewall');
  22981.         $instance->setDescription('Display information about your security firewall(s)');
  22982.         return $instance;
  22983.     }
  22984.     /**
  22985.      * Gets the private 'security.command.user_password_encoder' shared service.
  22986.      *
  22987.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  22988.      *
  22989.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  22990.      */
  22991.     protected function getSecurity_Command_UserPasswordEncoderService()
  22992.     {
  22993.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  22994.         $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']);
  22995.         $instance->setName('security:encode-password');
  22996.         $instance->setDescription('Encode a password');
  22997.         return $instance;
  22998.     }
  22999.     /**
  23000.      * Gets the private 'security.command.user_password_hash' shared service.
  23001.      *
  23002.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  23003.      */
  23004.     protected function getSecurity_Command_UserPasswordHashService()
  23005.     {
  23006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23007.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  23008.         $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']);
  23009.         $instance->setName('security:hash-password');
  23010.         $instance->setDescription('Hash a user password');
  23011.         return $instance;
  23012.     }
  23013.     /**
  23014.      * Gets the private 'security.context_listener.0' shared service.
  23015.      *
  23016.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  23017.      */
  23018.     protected function getSecurity_ContextListener_0Service()
  23019.     {
  23020.         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 () {
  23021.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  23022.             yield => ($this->privates['App\\Security\\PartnerApi\\PartnerApiUserProvider'] ?? $this->getPartnerApiUserProviderService());
  23023.         }, 2), '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']);
  23024.     }
  23025.     /**
  23026.      * Gets the private 'security.csrf.token_storage' shared service.
  23027.      *
  23028.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  23029.      */
  23030.     protected function getSecurity_Csrf_TokenStorageService()
  23031.     {
  23032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  23033.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  23034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  23035.         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())));
  23036.     }
  23037.     /**
  23038.      * Gets the private 'security.encoder_factory.generic' shared service.
  23039.      *
  23040.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  23041.      *
  23042.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  23043.      */
  23044.     protected function getSecurity_EncoderFactory_GenericService()
  23045.     {
  23046.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  23047.         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']]]);
  23048.     }
  23049.     /**
  23050.      * Gets the private 'security.event_dispatcher.internal_api' shared service.
  23051.      *
  23052.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  23053.      */
  23054.     protected function getSecurity_EventDispatcher_InternalApiService()
  23055.     {
  23056.         $this->privates['security.event_dispatcher.internal_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  23057.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23058.             return ($this->privates['security.listener.user_checker.internal_api'] ?? $this->getSecurity_Listener_UserChecker_InternalApiService());
  23059.         }, => 'preCheckCredentials'], 256);
  23060.         $instance->addListener('security.authentication.success', [=> function () {
  23061.             return ($this->privates['security.listener.user_checker.internal_api'] ?? $this->getSecurity_Listener_UserChecker_InternalApiService());
  23062.         }, => 'postCheckCredentials'], 256);
  23063.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23064.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  23065.         }, => 'checkPassport'], 1024);
  23066.         $instance->addListener('security.interactive_login', [=> function () {
  23067.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  23068.         }, => 'checkPendingExercise'], 0);
  23069.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23070.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  23071.         }, => 'checkPassport'], 0);
  23072.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  23073.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  23074.         }, => 'onLoginSuccess'], 0);
  23075.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  23076.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  23077.         }, => 'onLoginSuccess'], 0);
  23078.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  23079.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  23080.         }, => 'logout'], 0);
  23081.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23082.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  23083.         }, => 'checkPassport'], 512);
  23084.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  23085.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  23086.         }, => 'onLogout'], 0);
  23087.         return $instance;
  23088.     }
  23089.     /**
  23090.      * Gets the private 'security.event_dispatcher.main' shared service.
  23091.      *
  23092.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  23093.      */
  23094.     protected function getSecurity_EventDispatcher_MainService()
  23095.     {
  23096.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  23097.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23098.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  23099.         }, => 'checkPassport'], 2048);
  23100.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  23101.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  23102.         }, => 'onSuccessfulLogin'], 0);
  23103.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  23104.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  23105.         }, => 'onLogout'], 64);
  23106.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  23107.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  23108.         }, => 'onLogout'], 0);
  23109.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23110.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  23111.         }, => 'preCheckCredentials'], 256);
  23112.         $instance->addListener('security.authentication.success', [=> function () {
  23113.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  23114.         }, => 'postCheckCredentials'], 256);
  23115.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23116.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  23117.         }, => 'checkPassport'], 1024);
  23118.         $instance->addListener('security.interactive_login', [=> function () {
  23119.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  23120.         }, => 'checkPendingExercise'], 0);
  23121.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23122.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  23123.         }, => 'checkPassport'], 0);
  23124.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  23125.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  23126.         }, => 'onLoginSuccess'], 0);
  23127.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  23128.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  23129.         }, => 'onLoginSuccess'], 0);
  23130.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  23131.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  23132.         }, => 'logout'], 0);
  23133.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23134.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  23135.         }, => 'checkPassport'], 512);
  23136.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  23137.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  23138.         }, => 'onLogout'], 0);
  23139.         return $instance;
  23140.     }
  23141.     /**
  23142.      * Gets the private 'security.event_dispatcher.partner_api' shared service.
  23143.      *
  23144.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  23145.      */
  23146.     protected function getSecurity_EventDispatcher_PartnerApiService()
  23147.     {
  23148.         $this->privates['security.event_dispatcher.partner_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  23149.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23150.             return ($this->privates['security.listener.partner_api.user_provider'] ?? $this->getSecurity_Listener_PartnerApi_UserProviderService());
  23151.         }, => 'checkPassport'], 2048);
  23152.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23153.             return ($this->privates['security.listener.user_checker.partner_api'] ?? $this->getSecurity_Listener_UserChecker_PartnerApiService());
  23154.         }, => 'preCheckCredentials'], 256);
  23155.         $instance->addListener('security.authentication.success', [=> function () {
  23156.             return ($this->privates['security.listener.user_checker.partner_api'] ?? $this->getSecurity_Listener_UserChecker_PartnerApiService());
  23157.         }, => 'postCheckCredentials'], 256);
  23158.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23159.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  23160.         }, => 'checkPassport'], 1024);
  23161.         $instance->addListener('security.interactive_login', [=> function () {
  23162.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  23163.         }, => 'checkPendingExercise'], 0);
  23164.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23165.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  23166.         }, => 'checkPassport'], 0);
  23167.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  23168.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  23169.         }, => 'onLoginSuccess'], 0);
  23170.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  23171.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  23172.         }, => 'onLoginSuccess'], 0);
  23173.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  23174.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  23175.         }, => 'logout'], 0);
  23176.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23177.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  23178.         }, => 'checkPassport'], 512);
  23179.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  23180.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  23181.         }, => 'onLogout'], 0);
  23182.         return $instance;
  23183.     }
  23184.     /**
  23185.      * Gets the private 'security.event_dispatcher.reverse_sync' shared service.
  23186.      *
  23187.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  23188.      */
  23189.     protected function getSecurity_EventDispatcher_ReverseSyncService()
  23190.     {
  23191.         $this->privates['security.event_dispatcher.reverse_sync'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  23192.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23193.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  23194.         }, => 'preCheckCredentials'], 256);
  23195.         $instance->addListener('security.authentication.success', [=> function () {
  23196.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  23197.         }, => 'postCheckCredentials'], 256);
  23198.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23199.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  23200.         }, => 'checkPassport'], 1024);
  23201.         $instance->addListener('security.interactive_login', [=> function () {
  23202.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  23203.         }, => 'checkPendingExercise'], 0);
  23204.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23205.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  23206.         }, => 'checkPassport'], 0);
  23207.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  23208.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  23209.         }, => 'onLoginSuccess'], 0);
  23210.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  23211.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  23212.         }, => 'onLoginSuccess'], 0);
  23213.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  23214.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  23215.         }, => 'logout'], 0);
  23216.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  23217.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  23218.         }, => 'checkPassport'], 512);
  23219.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  23220.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  23221.         }, => 'onLogout'], 0);
  23222.         return $instance;
  23223.     }
  23224.     /**
  23225.      * Gets the private 'security.firewall.map' shared service.
  23226.      *
  23227.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  23228.      */
  23229.     protected function getSecurity_Firewall_MapService()
  23230.     {
  23231.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.ldPg1Rp'] ?? $this->get_ServiceLocator_LdPg1RpService()), new RewindableGenerator(function () {
  23232.             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)/')));
  23233.             yield 'security.firewall.map.context.reverse_sync_doc' => ($this->privates['.security.request_matcher.mPBLn95'] ?? ($this->privates['.security.request_matcher.mPBLn95'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/doc')));
  23234.             yield 'security.firewall.map.context.reverse_sync' => ($this->privates['.security.request_matcher.vvQ3D.1'] ?? ($this->privates['.security.request_matcher.vvQ3D.1'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/')));
  23235.             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/')));
  23236.             yield 'security.firewall.map.context.partner_api' => ($this->privates['.security.request_matcher.yb58nH6'] ?? ($this->privates['.security.request_matcher.yb58nH6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/partner-api')));
  23237.             yield 'security.firewall.map.context.main' => NULL;
  23238.         }, 6));
  23239.     }
  23240.     /**
  23241.      * Gets the private 'security.firewall.map.context.dev' shared service.
  23242.      *
  23243.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  23244.      */
  23245.     protected function getSecurity_Firewall_Map_Context_DevService()
  23246.     {
  23247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  23248.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  23249.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  23250.             return new \EmptyIterator();
  23251.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  23252.     }
  23253.     /**
  23254.      * Gets the private 'security.firewall.map.context.internal_api' shared service.
  23255.      *
  23256.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  23257.      */
  23258.     protected function getSecurity_Firewall_Map_Context_InternalApiService()
  23259.     {
  23260.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  23261.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  23262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  23263.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  23264.         return $this->privates['security.firewall.map.context.internal_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  23265.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  23266.             yield => ($this->privates['debug.security.firewall.authenticator.internal_api'] ?? $this->getDebug_Security_Firewall_Authenticator_InternalApiService());
  23267.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  23268.         }, 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'truetrueNULLNULLNULLNULLNULL, [=> 'Nellapp\\Bundle\\SDKBundle\\ApiInternal\\Security\\InternalAuthenticator'], NULL));
  23269.     }
  23270.     /**
  23271.      * Gets the private 'security.firewall.map.context.main' shared service.
  23272.      *
  23273.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  23274.      */
  23275.     protected function getSecurity_Firewall_Map_Context_MainService()
  23276.     {
  23277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  23278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  23279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  23280.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  23281.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  23282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  23283.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  23284.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  23285.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  23286.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  23287.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  23288.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  23289.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  23290.         }, 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())));
  23291.     }
  23292.     /**
  23293.      * Gets the private 'security.firewall.map.context.partner_api' shared service.
  23294.      *
  23295.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  23296.      */
  23297.     protected function getSecurity_Firewall_Map_Context_PartnerApiService()
  23298.     {
  23299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  23300.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  23301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  23302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  23303.         return $this->privates['security.firewall.map.context.partner_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  23304.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  23305.             yield => ($this->privates['debug.security.firewall.authenticator.partner_api'] ?? $this->getDebug_Security_Firewall_Authenticator_PartnerApiService());
  23306.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  23307.         }, 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()), 'partner_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('partner_api''security.user_checker''.security.request_matcher.yb58nH6'truetrue'App\\Security\\PartnerApi\\PartnerApiUserProvider'NULLNULLNULLNULL, [=> 'App\\Security\\PartnerApi\\PartnerApiTokenAuthenticator'], NULL));
  23308.     }
  23309.     /**
  23310.      * Gets the private 'security.firewall.map.context.reverse_sync' shared service.
  23311.      *
  23312.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  23313.      */
  23314.     protected function getSecurity_Firewall_Map_Context_ReverseSyncService()
  23315.     {
  23316.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  23317.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  23318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  23319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  23320.         return $this->privates['security.firewall.map.context.reverse_sync'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  23321.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  23322.             yield => ($this->privates['debug.security.firewall.authenticator.reverse_sync'] ?? $this->getDebug_Security_Firewall_Authenticator_ReverseSyncService());
  23323.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  23324.         }, 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.vvQ3D.1'truetrueNULLNULLNULLNULLNULL, [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'], NULL));
  23325.     }
  23326.     /**
  23327.      * Gets the private 'security.firewall.map.context.reverse_sync_doc' shared service.
  23328.      *
  23329.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  23330.      */
  23331.     protected function getSecurity_Firewall_Map_Context_ReverseSyncDocService()
  23332.     {
  23333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  23334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  23335.         return $this->privates['security.firewall.map.context.reverse_sync_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  23336.             return new \EmptyIterator();
  23337.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('reverse_sync_doc''security.user_checker''.security.request_matcher.mPBLn95'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  23338.     }
  23339.     /**
  23340.      * Gets the private 'security.helper' shared service.
  23341.      *
  23342.      * @return \Symfony\Component\Security\Core\Security
  23343.      */
  23344.     protected function getSecurity_HelperService()
  23345.     {
  23346.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23347.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  23348.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  23349.         ], [
  23350.             'security.authorization_checker' => '?',
  23351.             'security.token_storage' => '?',
  23352.         ]));
  23353.     }
  23354.     /**
  23355.      * Gets the private 'security.http_utils' shared service.
  23356.      *
  23357.      * @return \Symfony\Component\Security\Http\HttpUtils
  23358.      */
  23359.     protected function getSecurity_HttpUtilsService()
  23360.     {
  23361.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  23362.         $a = ($this->services['router'] ?? $this->getRouterService());
  23363.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  23364.     }
  23365.     /**
  23366.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  23367.      *
  23368.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  23369.      */
  23370.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  23371.     {
  23372.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  23373.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  23374.     }
  23375.     /**
  23376.      * Gets the private 'security.listener.csrf_protection' shared service.
  23377.      *
  23378.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  23379.      */
  23380.     protected function getSecurity_Listener_CsrfProtectionService()
  23381.     {
  23382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  23383.         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()));
  23384.     }
  23385.     /**
  23386.      * Gets the private 'security.listener.main.user_provider' shared service.
  23387.      *
  23388.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  23389.      */
  23390.     protected function getSecurity_Listener_Main_UserProviderService()
  23391.     {
  23392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  23393.         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()));
  23394.     }
  23395.     /**
  23396.      * Gets the private 'security.listener.partner_api.user_provider' shared service.
  23397.      *
  23398.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  23399.      */
  23400.     protected function getSecurity_Listener_PartnerApi_UserProviderService()
  23401.     {
  23402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  23403.         return $this->privates['security.listener.partner_api.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['App\\Security\\PartnerApi\\PartnerApiUserProvider'] ?? $this->getPartnerApiUserProviderService()));
  23404.     }
  23405.     /**
  23406.      * Gets the private 'security.listener.password_migrating' shared service.
  23407.      *
  23408.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  23409.      */
  23410.     protected function getSecurity_Listener_PasswordMigratingService()
  23411.     {
  23412.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  23413.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  23414.     }
  23415.     /**
  23416.      * Gets the private 'security.listener.session.main' shared service.
  23417.      *
  23418.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  23419.      */
  23420.     protected function getSecurity_Listener_Session_MainService()
  23421.     {
  23422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  23423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  23424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  23425.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  23426.     }
  23427.     /**
  23428.      * Gets the private 'security.listener.user_checker.internal_api' shared service.
  23429.      *
  23430.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  23431.      */
  23432.     protected function getSecurity_Listener_UserChecker_InternalApiService()
  23433.     {
  23434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  23435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  23436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  23437.         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())));
  23438.     }
  23439.     /**
  23440.      * Gets the private 'security.listener.user_checker.main' shared service.
  23441.      *
  23442.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  23443.      */
  23444.     protected function getSecurity_Listener_UserChecker_MainService()
  23445.     {
  23446.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  23447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  23448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  23449.         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())));
  23450.     }
  23451.     /**
  23452.      * Gets the private 'security.listener.user_checker.partner_api' shared service.
  23453.      *
  23454.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  23455.      */
  23456.     protected function getSecurity_Listener_UserChecker_PartnerApiService()
  23457.     {
  23458.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  23459.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  23460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  23461.         return $this->privates['security.listener.user_checker.partner_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())));
  23462.     }
  23463.     /**
  23464.      * Gets the private 'security.listener.user_checker.reverse_sync' shared service.
  23465.      *
  23466.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  23467.      */
  23468.     protected function getSecurity_Listener_UserChecker_ReverseSyncService()
  23469.     {
  23470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  23471.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  23472.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  23473.         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())));
  23474.     }
  23475.     /**
  23476.      * Gets the private 'security.listener.user_provider' shared service.
  23477.      *
  23478.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  23479.      */
  23480.     protected function getSecurity_Listener_UserProviderService()
  23481.     {
  23482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  23483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  23484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  23485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
  23486.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
  23487.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  23488.             yield => ($this->privates['App\\Security\\PartnerApi\\PartnerApiUserProvider'] ?? $this->getPartnerApiUserProviderService());
  23489.         }, 2)));
  23490.     }
  23491.     /**
  23492.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  23493.      *
  23494.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  23495.      */
  23496.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  23497.     {
  23498.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  23499.         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()));
  23500.     }
  23501.     /**
  23502.      * Gets the private 'security.logout.listener.default.main' shared service.
  23503.      *
  23504.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  23505.      */
  23506.     protected function getSecurity_Logout_Listener_Default_MainService()
  23507.     {
  23508.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  23509.         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');
  23510.     }
  23511.     /**
  23512.      * Gets the private 'security.logout_url_generator' shared service.
  23513.      *
  23514.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  23515.      */
  23516.     protected function getSecurity_LogoutUrlGeneratorService()
  23517.     {
  23518.         $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()));
  23519.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  23520.         return $instance;
  23521.     }
  23522.     /**
  23523.      * Gets the private 'security.password_hasher_factory' shared service.
  23524.      *
  23525.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  23526.      */
  23527.     protected function getSecurity_PasswordHasherFactoryService()
  23528.     {
  23529.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  23530.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  23531.         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']]]);
  23532.     }
  23533.     /**
  23534.      * Gets the private 'security.role_hierarchy' shared service.
  23535.      *
  23536.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  23537.      */
  23538.     protected function getSecurity_RoleHierarchyService()
  23539.     {
  23540.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  23541.     }
  23542.     /**
  23543.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  23544.      *
  23545.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  23546.      */
  23547.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  23548.     {
  23549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  23550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  23551.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  23552.         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);
  23553.     }
  23554.     /**
  23555.      * Gets the private 'security.validator.user_password' shared service.
  23556.      *
  23557.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  23558.      */
  23559.     protected function getSecurity_Validator_UserPasswordService()
  23560.     {
  23561.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  23562.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  23563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  23564.         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()));
  23565.     }
  23566.     /**
  23567.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  23568.      *
  23569.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  23570.      */
  23571.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  23572.     {
  23573.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  23574.     }
  23575.     /**
  23576.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  23577.      *
  23578.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  23579.      */
  23580.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  23581.     {
  23582.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  23583.         $a->add(new \Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceObjectParamConverter(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())), 0'doctrine.orm');
  23584.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  23585.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  23586.     }
  23587.     /**
  23588.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  23589.      *
  23590.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  23591.      */
  23592.     protected function getSensioFrameworkExtra_Security_ListenerService()
  23593.     {
  23594.         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()));
  23595.     }
  23596.     /**
  23597.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  23598.      *
  23599.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  23600.      */
  23601.     protected function getSensioFrameworkExtra_View_ListenerService()
  23602.     {
  23603.         $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))));
  23604.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23605.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  23606.         ], [
  23607.             'twig' => '?',
  23608.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  23609.         return $instance;
  23610.     }
  23611.     /**
  23612.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  23613.      *
  23614.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  23615.      */
  23616.     protected function getSerializer_Mapping_CacheWarmerService()
  23617.     {
  23618.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  23619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  23620.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  23621.         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'));
  23622.     }
  23623.     /**
  23624.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  23625.      *
  23626.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  23627.      */
  23628.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  23629.     {
  23630.         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()))]));
  23631.     }
  23632.     /**
  23633.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  23634.      *
  23635.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  23636.      */
  23637.     protected function getSerializer_NameConverter_MetadataAwareService()
  23638.     {
  23639.         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()));
  23640.     }
  23641.     /**
  23642.      * Gets the private 'session.factory' shared service.
  23643.      *
  23644.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  23645.      */
  23646.     protected function getSession_FactoryService()
  23647.     {
  23648.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  23649.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  23650.         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']);
  23651.     }
  23652.     /**
  23653.      * Gets the private 'session.storage.factory.service' shared service.
  23654.      *
  23655.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  23656.      *
  23657.      * @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.
  23658.      */
  23659.     protected function getSession_Storage_Factory_ServiceService()
  23660.     {
  23661.         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.');
  23662.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  23663.     }
  23664.     /**
  23665.      * Gets the private 'session.storage.metadata_bag' shared service.
  23666.      *
  23667.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  23668.      *
  23669.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  23670.      */
  23671.     protected function getSession_Storage_MetadataBagService()
  23672.     {
  23673.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  23674.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  23675.     }
  23676.     /**
  23677.      * Gets the private 'session.storage.native' shared service.
  23678.      *
  23679.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  23680.      *
  23681.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  23682.      */
  23683.     protected function getSession_Storage_NativeService()
  23684.     {
  23685.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  23686.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], ($this->privates['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] ?? $this->getRedisSessionHandlerService()), $this->getSession_Storage_MetadataBagService());
  23687.     }
  23688.     /**
  23689.      * Gets the private 'session_listener' shared service.
  23690.      *
  23691.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  23692.      */
  23693.     protected function getSessionListenerService()
  23694.     {
  23695.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23696.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  23697.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  23698.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  23699.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  23700.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  23701.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  23702.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  23703.         ], [
  23704.             'initialized_session' => '?',
  23705.             'logger' => '?',
  23706.             'request_stack' => '?',
  23707.             'session' => '?',
  23708.             'session_collector' => '?',
  23709.             'session_factory' => '?',
  23710.             'session_storage' => '?',
  23711.         ]), true$this->parameters['session.storage.options']);
  23712.     }
  23713.     /**
  23714.      * Gets the private 'spiriit_form_filter.type.filter_boolean' shared service.
  23715.      *
  23716.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType
  23717.      */
  23718.     protected function getSpiriitFormFilter_Type_FilterBooleanService()
  23719.     {
  23720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23722.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/BooleanFilterType.php';
  23723.         return $this->privates['spiriit_form_filter.type.filter_boolean'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType();
  23724.     }
  23725.     /**
  23726.      * Gets the private 'spiriit_form_filter.type.filter_checkbox' shared service.
  23727.      *
  23728.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType
  23729.      */
  23730.     protected function getSpiriitFormFilter_Type_FilterCheckboxService()
  23731.     {
  23732.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23734.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CheckboxFilterType.php';
  23735.         return $this->privates['spiriit_form_filter.type.filter_checkbox'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType();
  23736.     }
  23737.     /**
  23738.      * Gets the private 'spiriit_form_filter.type.filter_choice' shared service.
  23739.      *
  23740.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType
  23741.      */
  23742.     protected function getSpiriitFormFilter_Type_FilterChoiceService()
  23743.     {
  23744.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23745.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23746.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/ChoiceFilterType.php';
  23747.         return $this->privates['spiriit_form_filter.type.filter_choice'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType();
  23748.     }
  23749.     /**
  23750.      * Gets the private 'spiriit_form_filter.type.filter_collection_adapter' shared service.
  23751.      *
  23752.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType
  23753.      */
  23754.     protected function getSpiriitFormFilter_Type_FilterCollectionAdapterService()
  23755.     {
  23756.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23758.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CollectionAdapterFilterType.php';
  23759.         return $this->privates['spiriit_form_filter.type.filter_collection_adapter'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType();
  23760.     }
  23761.     /**
  23762.      * Gets the private 'spiriit_form_filter.type.filter_date' shared service.
  23763.      *
  23764.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType
  23765.      */
  23766.     protected function getSpiriitFormFilter_Type_FilterDateService()
  23767.     {
  23768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23770.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateFilterType.php';
  23771.         return $this->privates['spiriit_form_filter.type.filter_date'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType();
  23772.     }
  23773.     /**
  23774.      * Gets the private 'spiriit_form_filter.type.filter_date_range' shared service.
  23775.      *
  23776.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType
  23777.      */
  23778.     protected function getSpiriitFormFilter_Type_FilterDateRangeService()
  23779.     {
  23780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23782.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateRangeFilterType.php';
  23783.         return $this->privates['spiriit_form_filter.type.filter_date_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType();
  23784.     }
  23785.     /**
  23786.      * Gets the private 'spiriit_form_filter.type.filter_datetime' shared service.
  23787.      *
  23788.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType
  23789.      */
  23790.     protected function getSpiriitFormFilter_Type_FilterDatetimeService()
  23791.     {
  23792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23794.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeFilterType.php';
  23795.         return $this->privates['spiriit_form_filter.type.filter_datetime'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType();
  23796.     }
  23797.     /**
  23798.      * Gets the private 'spiriit_form_filter.type.filter_datetime_range' shared service.
  23799.      *
  23800.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType
  23801.      */
  23802.     protected function getSpiriitFormFilter_Type_FilterDatetimeRangeService()
  23803.     {
  23804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23806.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeRangeFilterType.php';
  23807.         return $this->privates['spiriit_form_filter.type.filter_datetime_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType();
  23808.     }
  23809.     /**
  23810.      * Gets the private 'spiriit_form_filter.type.filter_entity' shared service.
  23811.      *
  23812.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType
  23813.      */
  23814.     protected function getSpiriitFormFilter_Type_FilterEntityService()
  23815.     {
  23816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23818.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EntityFilterType.php';
  23819.         return $this->privates['spiriit_form_filter.type.filter_entity'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23820.     }
  23821.     /**
  23822.      * Gets the private 'spiriit_form_filter.type.filter_enum' shared service.
  23823.      *
  23824.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType
  23825.      */
  23826.     protected function getSpiriitFormFilter_Type_FilterEnumService()
  23827.     {
  23828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23830.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EnumFilterType.php';
  23831.         return $this->privates['spiriit_form_filter.type.filter_enum'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType();
  23832.     }
  23833.     /**
  23834.      * Gets the private 'spiriit_form_filter.type.filter_number' shared service.
  23835.      *
  23836.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType
  23837.      */
  23838.     protected function getSpiriitFormFilter_Type_FilterNumberService()
  23839.     {
  23840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23842.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberFilterType.php';
  23843.         return $this->privates['spiriit_form_filter.type.filter_number'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType();
  23844.     }
  23845.     /**
  23846.      * Gets the private 'spiriit_form_filter.type.filter_number_range' shared service.
  23847.      *
  23848.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType
  23849.      */
  23850.     protected function getSpiriitFormFilter_Type_FilterNumberRangeService()
  23851.     {
  23852.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23854.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberRangeFilterType.php';
  23855.         return $this->privates['spiriit_form_filter.type.filter_number_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType();
  23856.     }
  23857.     /**
  23858.      * Gets the private 'spiriit_form_filter.type.filter_sharedable' shared service.
  23859.      *
  23860.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType
  23861.      */
  23862.     protected function getSpiriitFormFilter_Type_FilterSharedableService()
  23863.     {
  23864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23866.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/SharedableFilterType.php';
  23867.         return $this->privates['spiriit_form_filter.type.filter_sharedable'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType();
  23868.     }
  23869.     /**
  23870.      * Gets the private 'spiriit_form_filter.type.filter_text' shared service.
  23871.      *
  23872.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType
  23873.      */
  23874.     protected function getSpiriitFormFilter_Type_FilterTextService()
  23875.     {
  23876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  23877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  23878.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/TextFilterType.php';
  23879.         return $this->privates['spiriit_form_filter.type.filter_text'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType(1);
  23880.     }
  23881.     /**
  23882.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  23883.      *
  23884.      * @return \Gedmo\Sluggable\SluggableListener
  23885.      */
  23886.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  23887.     {
  23888.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23889.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  23890.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  23891.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  23892.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  23893.         return $instance;
  23894.     }
  23895.     /**
  23896.      * Gets the private 'translation.extractor' shared service.
  23897.      *
  23898.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  23899.      */
  23900.     protected function getTranslation_ExtractorService()
  23901.     {
  23902.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  23903.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  23904.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  23905.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  23906.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  23907.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  23908.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  23909.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  23910.         return $instance;
  23911.     }
  23912.     /**
  23913.      * Gets the private 'translation.loader.csv' shared service.
  23914.      *
  23915.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  23916.      */
  23917.     protected function getTranslation_Loader_CsvService()
  23918.     {
  23919.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23920.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  23923.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  23924.     }
  23925.     /**
  23926.      * Gets the private 'translation.loader.dat' shared service.
  23927.      *
  23928.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  23929.      */
  23930.     protected function getTranslation_Loader_DatService()
  23931.     {
  23932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  23934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  23935.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  23936.     }
  23937.     /**
  23938.      * Gets the private 'translation.loader.ini' shared service.
  23939.      *
  23940.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  23941.      */
  23942.     protected function getTranslation_Loader_IniService()
  23943.     {
  23944.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23947.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  23948.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  23949.     }
  23950.     /**
  23951.      * Gets the private 'translation.loader.json' shared service.
  23952.      *
  23953.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  23954.      */
  23955.     protected function getTranslation_Loader_JsonService()
  23956.     {
  23957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23958.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23959.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23960.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  23961.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  23962.     }
  23963.     /**
  23964.      * Gets the private 'translation.loader.mo' shared service.
  23965.      *
  23966.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  23967.      */
  23968.     protected function getTranslation_Loader_MoService()
  23969.     {
  23970.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23971.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23972.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23973.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  23974.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  23975.     }
  23976.     /**
  23977.      * Gets the private 'translation.loader.php' shared service.
  23978.      *
  23979.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  23980.      */
  23981.     protected function getTranslation_Loader_PhpService()
  23982.     {
  23983.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23984.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23985.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23986.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  23987.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  23988.     }
  23989.     /**
  23990.      * Gets the private 'translation.loader.po' shared service.
  23991.      *
  23992.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  23993.      */
  23994.     protected function getTranslation_Loader_PoService()
  23995.     {
  23996.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  23997.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  23998.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  23999.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  24000.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  24001.     }
  24002.     /**
  24003.      * Gets the private 'translation.loader.qt' shared service.
  24004.      *
  24005.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  24006.      */
  24007.     protected function getTranslation_Loader_QtService()
  24008.     {
  24009.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24010.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  24011.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  24012.     }
  24013.     /**
  24014.      * Gets the private 'translation.loader.res' shared service.
  24015.      *
  24016.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  24017.      */
  24018.     protected function getTranslation_Loader_ResService()
  24019.     {
  24020.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24021.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  24022.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  24023.     }
  24024.     /**
  24025.      * Gets the private 'translation.loader.xliff' shared service.
  24026.      *
  24027.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  24028.      */
  24029.     protected function getTranslation_Loader_XliffService()
  24030.     {
  24031.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24032.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  24033.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  24034.     }
  24035.     /**
  24036.      * Gets the private 'translation.loader.yml' shared service.
  24037.      *
  24038.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  24039.      */
  24040.     protected function getTranslation_Loader_YmlService()
  24041.     {
  24042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24043.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  24044.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  24045.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  24046.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  24047.     }
  24048.     /**
  24049.      * Gets the private 'translation.provider_collection' shared service.
  24050.      *
  24051.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  24052.      */
  24053.     protected function getTranslation_ProviderCollectionService()
  24054.     {
  24055.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  24056.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  24057.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  24058.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  24059.         }, 1), []))->fromConfig([]);
  24060.     }
  24061.     /**
  24062.      * Gets the private 'translation.reader' shared service.
  24063.      *
  24064.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  24065.      */
  24066.     protected function getTranslation_ReaderService()
  24067.     {
  24068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  24069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  24070.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  24071.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  24072.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  24073.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  24074.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  24075.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  24076.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  24077.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  24078.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  24079.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  24080.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  24081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  24082.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  24083.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  24084.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  24085.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  24086.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  24087.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  24088.         $instance->addLoader('yaml'$a);
  24089.         $instance->addLoader('yml'$a);
  24090.         $instance->addLoader('xlf'$b);
  24091.         $instance->addLoader('xliff'$b);
  24092.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  24093.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  24094.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  24095.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  24096.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  24097.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  24098.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  24099.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  24100.         return $instance;
  24101.     }
  24102.     /**
  24103.      * Gets the private 'translation.warmer' shared service.
  24104.      *
  24105.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  24106.      */
  24107.     protected function getTranslation_WarmerService()
  24108.     {
  24109.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  24110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  24111.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24112.             'translator' => ['services''translator''getTranslatorService'false],
  24113.         ], [
  24114.             'translator' => '?',
  24115.         ]))->withContext('translation.warmer'$this));
  24116.     }
  24117.     /**
  24118.      * Gets the private 'translation.writer' shared service.
  24119.      *
  24120.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  24121.      */
  24122.     protected function getTranslation_WriterService()
  24123.     {
  24124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  24125.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  24126.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  24127.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  24128.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  24129.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  24130.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  24131.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  24132.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  24133.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  24134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  24135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  24136.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  24137.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  24138.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  24139.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  24140.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  24141.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  24142.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  24143.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  24144.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  24145.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  24146.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  24147.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  24148.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  24149.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  24150.         return $instance;
  24151.     }
  24152.     /**
  24153.      * Gets the private 'translator.default' shared service.
  24154.      *
  24155.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  24156.      */
  24157.     protected function getTranslator_DefaultService()
  24158.     {
  24159.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24160.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  24161.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  24162.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  24163.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  24164.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  24165.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  24166.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  24167.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  24168.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  24169.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  24170.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  24171.         ], [
  24172.             'translation.loader.csv' => '?',
  24173.             'translation.loader.dat' => '?',
  24174.             'translation.loader.ini' => '?',
  24175.             'translation.loader.json' => '?',
  24176.             'translation.loader.mo' => '?',
  24177.             'translation.loader.php' => '?',
  24178.             'translation.loader.po' => '?',
  24179.             'translation.loader.qt' => '?',
  24180.             'translation.loader.res' => '?',
  24181.             'translation.loader.xliff' => '?',
  24182.             'translation.loader.yml' => '?',
  24183.         ]), 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'), 38 => (\dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/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'38 => 'vendor/drosalys-web/web-socket-bundle/src/translations']]], []);
  24184.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  24185.         $instance->setFallbackLocales([=> 'fr']);
  24186.         return $instance;
  24187.     }
  24188.     /**
  24189.      * Gets the private 'twig.command.debug' shared service.
  24190.      *
  24191.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  24192.      */
  24193.     protected function getTwig_Command_DebugService()
  24194.     {
  24195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24196.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  24197.         $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()));
  24198.         $instance->setName('debug:twig');
  24199.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  24200.         return $instance;
  24201.     }
  24202.     /**
  24203.      * Gets the private 'twig.command.lint' shared service.
  24204.      *
  24205.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  24206.      */
  24207.     protected function getTwig_Command_LintService()
  24208.     {
  24209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24210.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  24211.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  24212.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  24213.         $instance->setName('lint:twig');
  24214.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  24215.         return $instance;
  24216.     }
  24217.     /**
  24218.      * Gets the private 'twig.form.renderer' shared service.
  24219.      *
  24220.      * @return \Symfony\Component\Form\FormRenderer
  24221.      */
  24222.     protected function getTwig_Form_RendererService()
  24223.     {
  24224.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  24225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  24226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  24227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  24228.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  24229.         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()));
  24230.     }
  24231.     /**
  24232.      * Gets the private 'twig.runtime.httpkernel' shared service.
  24233.      *
  24234.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  24235.      */
  24236.     protected function getTwig_Runtime_HttpkernelService()
  24237.     {
  24238.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  24239.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  24240.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  24241.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  24242.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  24243.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  24244.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  24245.         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, [
  24246.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  24247.         ], [
  24248.             'inline' => '?',
  24249.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  24250.     }
  24251.     /**
  24252.      * Gets the private 'twig.runtime.security_csrf' shared service.
  24253.      *
  24254.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  24255.      */
  24256.     protected function getTwig_Runtime_SecurityCsrfService()
  24257.     {
  24258.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  24259.         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()));
  24260.     }
  24261.     /**
  24262.      * Gets the private 'twig.runtime.serializer' shared service.
  24263.      *
  24264.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  24265.      */
  24266.     protected function getTwig_Runtime_SerializerService()
  24267.     {
  24268.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  24269.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  24270.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  24271.     }
  24272.     /**
  24273.      * Gets the private 'twig.template_cache_warmer' shared service.
  24274.      *
  24275.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  24276.      */
  24277.     protected function getTwig_TemplateCacheWarmerService()
  24278.     {
  24279.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  24280.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  24281.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  24282.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24283.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  24284.         ], [
  24285.             'twig' => '?',
  24286.         ]))->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')));
  24287.     }
  24288.     /**
  24289.      * Gets the private 'url_helper' shared service.
  24290.      *
  24291.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  24292.      */
  24293.     protected function getUrlHelperService()
  24294.     {
  24295.         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()));
  24296.     }
  24297.     /**
  24298.      * Gets the private 'ux.twig_component.component_factory' shared service.
  24299.      *
  24300.      * @return \Symfony\UX\TwigComponent\ComponentFactory
  24301.      */
  24302.     protected function getUx_TwigComponent_ComponentFactoryService()
  24303.     {
  24304.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
  24305.         return $this->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24306.             'CardImage' => [false'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage''getCardImageService'false],
  24307.             'CardModality' => [false'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality''getCardModalityService'false],
  24308.             'ChannelUserData:Badge:ChannelUserRole' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent''getChannelUserRoleBadgeComponentService'false],
  24309.             'ChannelUserPermissionFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent''getChannelUserPermissionFormComponentService'false],
  24310.             'ChannelUserPermissionGroupFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent''getChannelUserPermissionGroupFormComponentService'false],
  24311.             'ChannelUserProfileCard' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard''getChannelUserProfileCardService'false],
  24312.             'HorizontalTrainingCard' => [false'App\\Twig\\Component\\Scholar\\HorizontalTrainingCard''getHorizontalTrainingCardService'false],
  24313.             'NellappVideoPlayer' => [false'App\\Twig\\Component\\NellappVideoPlayer''getNellappVideoPlayerService'false],
  24314.             'ProgressionBarComponent' => [false'App\\Twig\\Component\\Channel\\SharedContent\\ProgressionBarComponent''getProgressionBarComponentService'false],
  24315.             'SdkBadgeComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent''getSdkBadgeComponentService'false],
  24316.             'TrainingCard' => [false'App\\Twig\\Component\\Scholar\\TrainingCard''getTrainingCardService'false],
  24317.         ], [
  24318.             'CardImage' => '?',
  24319.             'CardModality' => '?',
  24320.             'ChannelUserData:Badge:ChannelUserRole' => '?',
  24321.             'ChannelUserPermissionFormComponent' => '?',
  24322.             'ChannelUserPermissionGroupFormComponent' => '?',
  24323.             'ChannelUserProfileCard' => '?',
  24324.             'HorizontalTrainingCard' => '?',
  24325.             'NellappVideoPlayer' => '?',
  24326.             'ProgressionBarComponent' => '?',
  24327.             'SdkBadgeComponent' => '?',
  24328.             'TrainingCard' => '?',
  24329.         ]), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ['ProgressionBarComponent' => ['template' => 'Components/Channel/SharedContent/progression_bar_component.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'ProgressionBarComponent''service_id' => 'App\\Twig\\Component\\Channel\\SharedContent\\ProgressionBarComponent''class' => 'App\\Twig\\Component\\Channel\\SharedContent\\ProgressionBarComponent'], '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'], 'ChannelUserData:Badge:ChannelUserRole' => ['key' => 'ChannelUserData:Badge:ChannelUserRole''template' => '@NellappSDK/Components/badge/channelUserData/channel_user_role.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent'], 'SdkBadgeComponent' => ['template' => '@NellappSDK/Components/badge/sdk-badge-component.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'SdkBadgeComponent''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent'], 'ChannelUserProfileCard' => ['template' => '@NellappSDK/Components/channelUserData/channel_user_profile_card.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'ChannelUserProfileCard''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard'], 'ChannelUserPermissionFormComponent' => ['template' => '@NellappSDK/Components/permission/channel_user_permission_form.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'ChannelUserPermissionFormComponent''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent'], 'ChannelUserPermissionGroupFormComponent' => ['template' => '@NellappSDK/Components/permission/channel_user_permission_group_form.html.twig''expose_public_props' => true'attributes_var' => 'attributes''key' => 'ChannelUserPermissionGroupFormComponent''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent']]);
  24330.     }
  24331.     /**
  24332.      * Gets the private 'ux.twig_component.component_renderer' shared service.
  24333.      *
  24334.      * @return \Symfony\UX\TwigComponent\ComponentRenderer
  24335.      */
  24336.     protected function getUx_TwigComponent_ComponentRendererService()
  24337.     {
  24338.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
  24339.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
  24340.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  24341.         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());
  24342.     }
  24343.     /**
  24344.      * Gets the private 'validator.builder' shared service.
  24345.      *
  24346.      * @return \Symfony\Component\Validator\ValidatorBuilder
  24347.      */
  24348.     protected function getValidator_BuilderService()
  24349.     {
  24350.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  24351.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  24352.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24353.             'App\\Validator\\Constraints\\HtmlTagConstraintValidator' => ['privates''App\\Validator\\Constraints\\HtmlTagConstraintValidator''getHtmlTagConstraintValidatorService'false],
  24354.             'App\\Validator\\Constraints\\InjuryConstraintValidator' => ['privates''App\\Validator\\Constraints\\InjuryConstraintValidator''getInjuryConstraintValidatorService'false],
  24355.             'App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator' => ['privates''App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator''getMultipleChoiceQuestionConstraintValidatorService'false],
  24356.             'App\\Validator\\Constraints\\PracticalCaseConstraintValidator' => ['privates''App\\Validator\\Constraints\\PracticalCaseConstraintValidator''getPracticalCaseConstraintValidatorService'false],
  24357.             'App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator' => ['privates''App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator''getPracticalCaseResponseConstraintValidatorService'false],
  24358.             'App\\Validator\\Constraints\\ProductConstraintValidator' => ['privates''App\\Validator\\Constraints\\ProductConstraintValidator''getProductConstraintValidatorService'false],
  24359.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'false],
  24360.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => ['privates''Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator''getAssertSameChannelValidatorService'false],
  24361.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  24362.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  24363.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  24364.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  24365.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  24366.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  24367.             'karser_recaptcha3_validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'false],
  24368.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  24369.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  24370.         ], [
  24371.             'App\\Validator\\Constraints\\HtmlTagConstraintValidator' => '?',
  24372.             'App\\Validator\\Constraints\\InjuryConstraintValidator' => '?',
  24373.             'App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator' => '?',
  24374.             'App\\Validator\\Constraints\\PracticalCaseConstraintValidator' => '?',
  24375.             'App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator' => '?',
  24376.             'App\\Validator\\Constraints\\ProductConstraintValidator' => '?',
  24377.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
  24378.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => '?',
  24379.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  24380.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  24381.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  24382.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  24383.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  24384.             'doctrine.orm.validator.unique' => '?',
  24385.             'karser_recaptcha3_validator' => '?',
  24386.             'security.validator.user_password' => '?',
  24387.             'validator.expression' => '?',
  24388.         ])));
  24389.         if ($this->has('translator')) {
  24390.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  24391.         }
  24392.         $instance->setTranslationDomain('validators');
  24393.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  24394.         $instance->enableAnnotationMapping(true);
  24395.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  24396.         $instance->addMethodMapping('loadValidatorMetadata');
  24397.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  24398.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  24399.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  24400.         return $instance;
  24401.     }
  24402.     /**
  24403.      * Gets the private 'validator.email' shared service.
  24404.      *
  24405.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  24406.      */
  24407.     protected function getValidator_EmailService()
  24408.     {
  24409.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  24410.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  24411.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  24412.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  24413.     }
  24414.     /**
  24415.      * Gets the private 'validator.expression' shared service.
  24416.      *
  24417.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  24418.      */
  24419.     protected function getValidator_ExpressionService()
  24420.     {
  24421.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  24422.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  24423.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  24424.         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())));
  24425.     }
  24426.     /**
  24427.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  24428.      *
  24429.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  24430.      */
  24431.     protected function getValidator_Mapping_CacheWarmerService()
  24432.     {
  24433.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  24434.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  24435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  24436.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  24437.     }
  24438.     /**
  24439.      * Gets the private 'validator.not_compromised_password' shared service.
  24440.      *
  24441.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  24442.      */
  24443.     protected function getValidator_NotCompromisedPasswordService()
  24444.     {
  24445.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  24446.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  24447.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  24448.         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);
  24449.     }
  24450.     /**
  24451.      * Gets the private 'var_dumper.command.server_dump' shared service.
  24452.      *
  24453.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  24454.      */
  24455.     protected function getVarDumper_Command_ServerDumpService()
  24456.     {
  24457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24458.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  24459.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  24460.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  24461.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  24462.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  24463.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  24464.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  24465.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  24466.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  24467.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  24468.         $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()))]);
  24469.         $instance->setName('server:dump');
  24470.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  24471.         return $instance;
  24472.     }
  24473.     /**
  24474.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  24475.      *
  24476.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  24477.      */
  24478.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  24479.     {
  24480.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  24481.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  24482.         return $instance;
  24483.     }
  24484.     /**
  24485.      * Gets the private 'var_dumper.html_dumper' shared service.
  24486.      *
  24487.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  24488.      */
  24489.     protected function getVarDumper_HtmlDumperService()
  24490.     {
  24491.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  24492.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  24493.         return $instance;
  24494.     }
  24495.     /**
  24496.      * Gets the private 'var_dumper.server_connection' shared service.
  24497.      *
  24498.      * @return \Symfony\Component\VarDumper\Server\Connection
  24499.      */
  24500.     protected function getVarDumper_ServerConnectionService()
  24501.     {
  24502.         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()]);
  24503.     }
  24504.     /**
  24505.      * Gets the private 'web_profiler.csp.handler' shared service.
  24506.      *
  24507.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  24508.      */
  24509.     protected function getWebProfiler_Csp_HandlerService()
  24510.     {
  24511.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  24512.     }
  24513.     /**
  24514.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  24515.      *
  24516.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  24517.      */
  24518.     protected function getWebProfiler_DebugToolbarService()
  24519.     {
  24520.         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()));
  24521.     }
  24522.     /**
  24523.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  24524.      *
  24525.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  24526.      */
  24527.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  24528.     {
  24529.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  24530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  24531.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  24532.         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'));
  24533.     }
  24534.     /**
  24535.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  24536.      *
  24537.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  24538.      */
  24539.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  24540.     {
  24541.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  24542.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  24543.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  24544.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/common/entrypoints.json'), NULL'_default'true);
  24545.     }
  24546.     /**
  24547.      * Gets the private 'webpack_encore.entrypoint_lookup[backoffice]' shared service.
  24548.      *
  24549.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  24550.      */
  24551.     protected function getWebpackEncore_EntrypointLookupbackofficeService()
  24552.     {
  24553.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  24554.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  24555.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  24556.         return $this->privates['webpack_encore.entrypoint_lookup[backoffice]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/backoffice/entrypoints.json'), NULL'backoffice'true);
  24557.     }
  24558.     /**
  24559.      * Gets the private 'webpack_encore.entrypoint_lookup[common]' shared service.
  24560.      *
  24561.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  24562.      */
  24563.     protected function getWebpackEncore_EntrypointLookupcommonService()
  24564.     {
  24565.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  24566.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  24567.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  24568.         return $this->privates['webpack_encore.entrypoint_lookup[common]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/common/entrypoints.json'), NULL'common'true);
  24569.     }
  24570.     /**
  24571.      * Gets the private 'webpack_encore.entrypoint_lookup[content]' shared service.
  24572.      *
  24573.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  24574.      */
  24575.     protected function getWebpackEncore_EntrypointLookupcontentService()
  24576.     {
  24577.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  24578.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  24579.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  24580.         return $this->privates['webpack_encore.entrypoint_lookup[content]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/content/entrypoints.json'), NULL'content'true);
  24581.     }
  24582.     /**
  24583.      * Gets the private 'webpack_encore.entrypoint_lookup[core]' shared service.
  24584.      *
  24585.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  24586.      */
  24587.     protected function getWebpackEncore_EntrypointLookupcoreService()
  24588.     {
  24589.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  24590.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  24591.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  24592.         return $this->privates['webpack_encore.entrypoint_lookup[core]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/bundles/nellappsdk/entrypoints.json'), NULL'core'true);
  24593.     }
  24594.     /**
  24595.      * Gets the private 'webpack_encore.entrypoint_lookup[vendor]' shared service.
  24596.      *
  24597.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  24598.      */
  24599.     protected function getWebpackEncore_EntrypointLookupvendorService()
  24600.     {
  24601.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  24602.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  24603.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  24604.         return $this->privates['webpack_encore.entrypoint_lookup[vendor]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/vendor/entrypoints.json'), NULL'vendor'true);
  24605.     }
  24606.     /**
  24607.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  24608.      *
  24609.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  24610.      */
  24611.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  24612.     {
  24613.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24614.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  24615.             'backoffice' => ['privates''webpack_encore.entrypoint_lookup[backoffice]''getWebpackEncore_EntrypointLookupbackofficeService'false],
  24616.             'common' => ['privates''webpack_encore.entrypoint_lookup[common]''getWebpackEncore_EntrypointLookupcommonService'false],
  24617.             'content' => ['privates''webpack_encore.entrypoint_lookup[content]''getWebpackEncore_EntrypointLookupcontentService'false],
  24618.             'core' => ['privates''webpack_encore.entrypoint_lookup[core]''getWebpackEncore_EntrypointLookupcoreService'false],
  24619.             'vendor' => ['privates''webpack_encore.entrypoint_lookup[vendor]''getWebpackEncore_EntrypointLookupvendorService'false],
  24620.         ], [
  24621.             '_default' => '?',
  24622.             'backoffice' => '?',
  24623.             'common' => '?',
  24624.             'content' => '?',
  24625.             'core' => '?',
  24626.             'vendor' => '?',
  24627.         ]), '_default');
  24628.     }
  24629.     /**
  24630.      * Gets the private 'webpack_encore.exception_listener' shared service.
  24631.      *
  24632.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  24633.      */
  24634.     protected function getWebpackEncore_ExceptionListenerService()
  24635.     {
  24636.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  24637.         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']);
  24638.     }
  24639.     /**
  24640.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  24641.      *
  24642.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  24643.      */
  24644.     protected function getWebpackEncore_TagRendererService()
  24645.     {
  24646.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  24647.         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()));
  24648.     }
  24649.     /**
  24650.      * Gets the public 'cache_clearer' alias.
  24651.      *
  24652.      * @return object The ".container.private.cache_clearer" service.
  24653.      */
  24654.     protected function getCacheClearerService()
  24655.     {
  24656.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  24657.         return $this->get('.container.private.cache_clearer');
  24658.     }
  24659.     /**
  24660.      * Gets the public 'filesystem' alias.
  24661.      *
  24662.      * @return object The ".container.private.filesystem" service.
  24663.      */
  24664.     protected function getFilesystemService()
  24665.     {
  24666.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  24667.         return $this->get('.container.private.filesystem');
  24668.     }
  24669.     /**
  24670.      * Gets the public 'serializer' alias.
  24671.      *
  24672.      * @return object The ".container.private.serializer" service.
  24673.      */
  24674.     protected function getSerializerService()
  24675.     {
  24676.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  24677.         return $this->get('.container.private.serializer');
  24678.     }
  24679.     /**
  24680.      * Gets the public 'security.csrf.token_manager' alias.
  24681.      *
  24682.      * @return object The ".container.private.security.csrf.token_manager" service.
  24683.      */
  24684.     protected function getSecurity_Csrf_TokenManagerService()
  24685.     {
  24686.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  24687.         return $this->get('.container.private.security.csrf.token_manager');
  24688.     }
  24689.     /**
  24690.      * Gets the public 'form.factory' alias.
  24691.      *
  24692.      * @return object The ".container.private.form.factory" service.
  24693.      */
  24694.     protected function getForm_FactoryService()
  24695.     {
  24696.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  24697.         return $this->get('.container.private.form.factory');
  24698.     }
  24699.     /**
  24700.      * Gets the public 'form.type.file' alias.
  24701.      *
  24702.      * @return object The ".container.private.form.type.file" service.
  24703.      */
  24704.     protected function getForm_Type_FileService()
  24705.     {
  24706.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  24707.         return $this->get('.container.private.form.type.file');
  24708.     }
  24709.     /**
  24710.      * Gets the public 'profiler' alias.
  24711.      *
  24712.      * @return object The ".container.private.profiler" service.
  24713.      */
  24714.     protected function getProfilerService()
  24715.     {
  24716.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  24717.         return $this->get('.container.private.profiler');
  24718.     }
  24719.     /**
  24720.      * Gets the public 'twig' alias.
  24721.      *
  24722.      * @return object The ".container.private.twig" service.
  24723.      */
  24724.     protected function getTwigService()
  24725.     {
  24726.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  24727.         return $this->get('.container.private.twig');
  24728.     }
  24729.     /**
  24730.      * Gets the public 'security.authorization_checker' alias.
  24731.      *
  24732.      * @return object The ".container.private.security.authorization_checker" service.
  24733.      */
  24734.     protected function getSecurity_AuthorizationCheckerService()
  24735.     {
  24736.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  24737.         return $this->get('.container.private.security.authorization_checker');
  24738.     }
  24739.     /**
  24740.      * Gets the public 'security.token_storage' alias.
  24741.      *
  24742.      * @return object The ".container.private.security.token_storage" service.
  24743.      */
  24744.     protected function getSecurity_TokenStorageService()
  24745.     {
  24746.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  24747.         return $this->get('.container.private.security.token_storage');
  24748.     }
  24749.     /**
  24750.      * Gets the public 'security.password_encoder' alias.
  24751.      *
  24752.      * @return object The ".container.private.security.password_encoder" service.
  24753.      */
  24754.     protected function getSecurity_PasswordEncoderService()
  24755.     {
  24756.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  24757.         return $this->get('.container.private.security.password_encoder');
  24758.     }
  24759.     /**
  24760.      * Gets the public 'session' alias.
  24761.      *
  24762.      * @return object The ".container.private.session" service.
  24763.      */
  24764.     protected function getSessionService()
  24765.     {
  24766.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  24767.         return $this->get('.container.private.session');
  24768.     }
  24769.     /**
  24770.      * Gets the public 'validator' alias.
  24771.      *
  24772.      * @return object The ".container.private.validator" service.
  24773.      */
  24774.     protected function getValidatorService()
  24775.     {
  24776.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  24777.         return $this->get('.container.private.validator');
  24778.     }
  24779.     /**
  24780.      * @return array|bool|float|int|string|\UnitEnum|null
  24781.      */
  24782.     public function getParameter(string $name)
  24783.     {
  24784.         if (isset($this->buildParameters[$name])) {
  24785.             return $this->buildParameters[$name];
  24786.         }
  24787.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  24788.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  24789.         }
  24790.         if (isset($this->loadedDynamicParameters[$name])) {
  24791.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  24792.         }
  24793.         return $this->parameters[$name];
  24794.     }
  24795.     public function hasParameter(string $name): bool
  24796.     {
  24797.         if (isset($this->buildParameters[$name])) {
  24798.             return true;
  24799.         }
  24800.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  24801.     }
  24802.     public function setParameter(string $name$value): void
  24803.     {
  24804.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  24805.     }
  24806.     public function getParameterBag(): ParameterBagInterface
  24807.     {
  24808.         if (null === $this->parameterBag) {
  24809.             $parameters $this->parameters;
  24810.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  24811.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  24812.             }
  24813.             foreach ($this->buildParameters as $name => $value) {
  24814.                 $parameters[$name] = $value;
  24815.             }
  24816.             $this->parameterBag = new FrozenParameterBag($parameters);
  24817.         }
  24818.         return $this->parameterBag;
  24819.     }
  24820.     private $loadedDynamicParameters = [
  24821.         'kernel.runtime_environment' => false,
  24822.         'kernel.build_dir' => false,
  24823.         'kernel.cache_dir' => false,
  24824.         'nellapp_wordpress_url' => false,
  24825.         'nellapp_global_alert' => false,
  24826.         'core_sync_reverse' => false,
  24827.         'redis_host' => false,
  24828.         'redis_port' => false,
  24829.         'k2r2_sftp_port' => false,
  24830.         'k2r2_sftp_host' => false,
  24831.         'k2r2_sftp_user' => false,
  24832.         'k2r2_sftp_pass' => false,
  24833.         'k2r2_sftp_root' => false,
  24834.         'scorm_proxy_api_url' => false,
  24835.         'scorm_proxy_api_token' => false,
  24836.         'scorm_proxy_api_secret' => false,
  24837.         'scorm_root_dirs' => false,
  24838.         'kernel.secret' => false,
  24839.         'kernel.trusted_proxies' => false,
  24840.         'debug.container.dump' => false,
  24841.         'serializer.mapping.cache.file' => false,
  24842.         'session.save_path' => false,
  24843.         'validator.mapping.cache.file' => false,
  24844.         'profiler.storage.dsn' => false,
  24845.         'doctrine.orm.proxy_dir' => false,
  24846.         'hautelook_alice.fixtures_path' => false,
  24847.         'oneup_uploader.chunks' => false,
  24848.         'oneup_uploader.orphanage' => false,
  24849.         'oneup_uploader.config' => false,
  24850.         'nellapp_sdk.api_internal.secret' => false,
  24851.         'nellapp_sdk.sync.base_uri' => false,
  24852.         'nellapp_sdk.sync.secret' => false,
  24853.         'nellapp_sdk.routing.default_domain' => false,
  24854.         'karser_recaptcha3.site_key' => false,
  24855.         'karser_recaptcha3.secret_key' => false,
  24856.         'drosalys.web_socket.server_uri' => false,
  24857.     ];
  24858.     private $dynamicParameters = [];
  24859.     private function getDynamicParameter(string $name)
  24860.     {
  24861.         switch ($name) {
  24862.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  24863.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  24864.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  24865.             case 'nellapp_wordpress_url'$value $this->getEnv('NELLAPP_WORDPRESS_URL'); break;
  24866.             case 'nellapp_global_alert'$value $this->getEnv('NELLAPP_GLOBAL_ALERT'); break;
  24867.             case 'core_sync_reverse'$value $this->getEnv('CORE_REVERSE_SYNC'); break;
  24868.             case 'redis_host'$value $this->getEnv('REDIS_HOST'); break;
  24869.             case 'redis_port'$value $this->getEnv('REDIS_PORT'); break;
  24870.             case 'k2r2_sftp_port'$value $this->getEnv('K2R2_SFTP_PORT'); break;
  24871.             case 'k2r2_sftp_host'$value $this->getEnv('K2R2_SFTP_HOST'); break;
  24872.             case 'k2r2_sftp_user'$value $this->getEnv('K2R2_SFTP_USER'); break;
  24873.             case 'k2r2_sftp_pass'$value $this->getEnv('K2R2_SFTP_PASS'); break;
  24874.             case 'k2r2_sftp_root'$value $this->getEnv('K2R2_SFTP_ROOT'); break;
  24875.             case 'scorm_proxy_api_url'$value $this->getEnv('SCORM_PROXY_API_URL'); break;
  24876.             case 'scorm_proxy_api_token'$value $this->getEnv('SCORM_PROXY_API_TOKEN'); break;
  24877.             case 'scorm_proxy_api_secret'$value $this->getEnv('SCORM_PROXY_API_SECRET'); break;
  24878.             case 'scorm_root_dirs'$value $this->getEnv('SCORM_ROOT_DIRS'); break;
  24879.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  24880.             case 'kernel.trusted_proxies'$value $this->getEnv('TRUSTED_PROXIES'); break;
  24881.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  24882.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  24883.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  24884.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  24885.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  24886.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  24887.             case 'hautelook_alice.fixtures_path'$value = [
  24888.                 => $this->getEnv('resolve:FIXTURES_DIRECTORY'),
  24889.             ]; break;
  24890.             case 'oneup_uploader.chunks'$value = [
  24891.                 'maxage' => 86400,
  24892.                 'storage' => [
  24893.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  24894.                     'type' => 'filesystem',
  24895.                     'filesystem' => NULL,
  24896.                     'stream_wrapper' => NULL,
  24897.                     'sync_buffer_size' => '100K',
  24898.                     'prefix' => 'chunks',
  24899.                 ],
  24900.                 'load_distribution' => true,
  24901.             ]; break;
  24902.             case 'oneup_uploader.orphanage'$value = [
  24903.                 'maxage' => 43200,
  24904.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  24905.             ]; break;
  24906.             case 'oneup_uploader.config'$value = [
  24907.                 'orphanage' => [
  24908.                     'maxage' => 43200,
  24909.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  24910.                 ],
  24911.                 'chunks' => [
  24912.                     'maxage' => 86400,
  24913.                     'storage' => [
  24914.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  24915.                         'type' => 'filesystem',
  24916.                         'filesystem' => NULL,
  24917.                         'stream_wrapper' => NULL,
  24918.                         'sync_buffer_size' => '100K',
  24919.                         'prefix' => 'chunks',
  24920.                     ],
  24921.                     'load_distribution' => true,
  24922.                 ],
  24923.                 'mappings' => [
  24924.                     'channel_images' => [
  24925.                         'frontend' => 'fineuploader',
  24926.                         'namer' => 'App\\Uploader\\Naming\\UuidNamer',
  24927.                         'max_size' => 50000000,
  24928.                         'allowed_mimetypes' => [
  24929.                             'image/jpeg' => [
  24930.                                 => 'jpg',
  24931.                                 => 'jpeg',
  24932.                             ],
  24933.                             'image/png' => [
  24934.                                 => 'png',
  24935.                             ],
  24936.                             'image/gif' => [
  24937.                                 => 'gif',
  24938.                             ],
  24939.                             'image/svg+xml' => [
  24940.                                 => 'svg',
  24941.                             ],
  24942.                         ],
  24943.                         'custom_frontend' => [
  24944.                             'name' => NULL,
  24945.                             'class' => NULL,
  24946.                         ],
  24947.                         'storage' => [
  24948.                             'service' => NULL,
  24949.                             'type' => 'filesystem',
  24950.                             'filesystem' => NULL,
  24951.                             'directory' => NULL,
  24952.                             'stream_wrapper' => NULL,
  24953.                             'sync_buffer_size' => '100K',
  24954.                         ],
  24955.                         'route_prefix' => '',
  24956.                         'endpoints' => [
  24957.                             'upload' => NULL,
  24958.                             'progress' => NULL,
  24959.                             'cancel' => NULL,
  24960.                         ],
  24961.                         'disallowed_mimetypes' => [
  24962.                         ],
  24963.                         'error_handler' => NULL,
  24964.                         'use_orphanage' => false,
  24965.                         'enable_progress' => false,
  24966.                         'enable_cancelation' => false,
  24967.                         'root_folder' => false,
  24968.                     ],
  24969.                     'user_avatar' => [
  24970.                         'frontend' => 'fineuploader',
  24971.                         'namer' => 'App\\Uploader\\Naming\\UserAvatarNamer',
  24972.                         'max_size' => 10485760,
  24973.                         'allowed_mimetypes' => [
  24974.                             'image/jpeg' => [
  24975.                                 => 'jpg',
  24976.                                 => 'jpeg',
  24977.                             ],
  24978.                             'image/png' => [
  24979.                                 => 'png',
  24980.                             ],
  24981.                             'image/gif' => [
  24982.                                 => 'gif',
  24983.                             ],
  24984.                             'image/svg+xml' => [
  24985.                                 => 'svg',
  24986.                             ],
  24987.                         ],
  24988.                         'custom_frontend' => [
  24989.                             'name' => NULL,
  24990.                             'class' => NULL,
  24991.                         ],
  24992.                         'storage' => [
  24993.                             'service' => NULL,
  24994.                             'type' => 'filesystem',
  24995.                             'filesystem' => NULL,
  24996.                             'directory' => NULL,
  24997.                             'stream_wrapper' => NULL,
  24998.                             'sync_buffer_size' => '100K',
  24999.                         ],
  25000.                         'route_prefix' => '',
  25001.                         'endpoints' => [
  25002.                             'upload' => NULL,
  25003.                             'progress' => NULL,
  25004.                             'cancel' => NULL,
  25005.                         ],
  25006.                         'disallowed_mimetypes' => [
  25007.                         ],
  25008.                         'error_handler' => NULL,
  25009.                         'use_orphanage' => false,
  25010.                         'enable_progress' => false,
  25011.                         'enable_cancelation' => false,
  25012.                         'root_folder' => false,
  25013.                     ],
  25014.                     'practical_case_response_file' => [
  25015.                         'use_orphanage' => true,
  25016.                         'frontend' => 'dropzone',
  25017.                         'max_size' => 64000000,
  25018.                         'allowed_mimetypes' => [
  25019.                             'image/jpeg' => [
  25020.                                 => 'jpg',
  25021.                                 => 'jpeg',
  25022.                             ],
  25023.                             'image/png' => [
  25024.                                 => 'png',
  25025.                             ],
  25026.                             'application/pdf' => [
  25027.                                 => 'pdf',
  25028.                             ],
  25029.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  25030.                                 => 'docx',
  25031.                             ],
  25032.                             'application/msword' => [
  25033.                                 => 'doc',
  25034.                             ],
  25035.                             'application/vnd.oasis.opendocument.text' => [
  25036.                                 => 'odt',
  25037.                             ],
  25038.                             'application/vnd.ms-excel' => [
  25039.                                 => 'xls',
  25040.                             ],
  25041.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  25042.                                 => 'xlsx',
  25043.                             ],
  25044.                             'application/vnd.ms-powerpoint' => [
  25045.                                 => 'ppt',
  25046.                             ],
  25047.                             'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  25048.                                 => 'pptx',
  25049.                             ],
  25050.                             'application/zip' => [
  25051.                                 => 'zip',
  25052.                             ],
  25053.                             'video/mp4' => [
  25054.                                 => 'mp4',
  25055.                             ],
  25056.                         ],
  25057.                         'storage' => [
  25058.                             'type' => 'flysystem',
  25059.                             'filesystem' => 'oneup_flysystem.practicalCaseResponse_filesystem',
  25060.                             'service' => NULL,
  25061.                             'directory' => NULL,
  25062.                             'stream_wrapper' => NULL,
  25063.                             'sync_buffer_size' => '100K',
  25064.                         ],
  25065.                         'custom_frontend' => [
  25066.                             'name' => NULL,
  25067.                             'class' => NULL,
  25068.                         ],
  25069.                         'route_prefix' => '',
  25070.                         'endpoints' => [
  25071.                             'upload' => NULL,
  25072.                             'progress' => NULL,
  25073.                             'cancel' => NULL,
  25074.                         ],
  25075.                         'disallowed_mimetypes' => [
  25076.                         ],
  25077.                         'error_handler' => NULL,
  25078.                         'enable_progress' => false,
  25079.                         'enable_cancelation' => false,
  25080.                         'namer' => 'oneup_uploader.namer.uniqid',
  25081.                         'root_folder' => false,
  25082.                     ],
  25083.                     'practical_case_resource_file' => [
  25084.                         'use_orphanage' => true,
  25085.                         'frontend' => 'dropzone',
  25086.                         'max_size' => 200000000,
  25087.                         'allowed_mimetypes' => [
  25088.                             'image/jpeg' => [
  25089.                                 => 'jpg',
  25090.                                 => 'jpeg',
  25091.                             ],
  25092.                             'image/png' => [
  25093.                                 => 'png',
  25094.                             ],
  25095.                             'application/pdf' => [
  25096.                                 => 'pdf',
  25097.                             ],
  25098.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  25099.                                 => 'docx',
  25100.                             ],
  25101.                             'application/msword' => [
  25102.                                 => 'doc',
  25103.                             ],
  25104.                             'application/vnd.oasis.opendocument.text' => [
  25105.                                 => 'odt',
  25106.                             ],
  25107.                             'application/vnd.ms-excel' => [
  25108.                                 => 'xls',
  25109.                             ],
  25110.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  25111.                                 => 'xlsx',
  25112.                             ],
  25113.                             'application/vnd.ms-powerpoint' => [
  25114.                                 => 'ppt',
  25115.                             ],
  25116.                             'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  25117.                                 => 'pptx',
  25118.                             ],
  25119.                             'application/zip' => [
  25120.                                 => 'zip',
  25121.                             ],
  25122.                             'video/mp4' => [
  25123.                                 => 'mp4',
  25124.                             ],
  25125.                         ],
  25126.                         'storage' => [
  25127.                             'type' => 'flysystem',
  25128.                             'filesystem' => 'oneup_flysystem.practicalCase_filesystem',
  25129.                             'service' => NULL,
  25130.                             'directory' => NULL,
  25131.                             'stream_wrapper' => NULL,
  25132.                             'sync_buffer_size' => '100K',
  25133.                         ],
  25134.                         'custom_frontend' => [
  25135.                             'name' => NULL,
  25136.                             'class' => NULL,
  25137.                         ],
  25138.                         'route_prefix' => '',
  25139.                         'endpoints' => [
  25140.                             'upload' => NULL,
  25141.                             'progress' => NULL,
  25142.                             'cancel' => NULL,
  25143.                         ],
  25144.                         'disallowed_mimetypes' => [
  25145.                         ],
  25146.                         'error_handler' => NULL,
  25147.                         'enable_progress' => false,
  25148.                         'enable_cancelation' => false,
  25149.                         'namer' => 'oneup_uploader.namer.uniqid',
  25150.                         'root_folder' => false,
  25151.                     ],
  25152.                     'k2r2_remote_video' => [
  25153.                         'frontend' => 'fineuploader',
  25154.                         'storage' => [
  25155.                             'type' => 'flysystem',
  25156.                             'filesystem' => 'oneup_flysystem.k2r2_remote_sftp_filesystem',
  25157.                             'service' => NULL,
  25158.                             'directory' => NULL,
  25159.                             'stream_wrapper' => NULL,
  25160.                             'sync_buffer_size' => '100K',
  25161.                         ],
  25162.                         'use_orphanage' => false,
  25163.                         'max_size' => 3500000000,
  25164.                         'allowed_mimetypes' => [
  25165.                             'video/mp4' => [
  25166.                                 => 'mp4',
  25167.                             ],
  25168.                         ],
  25169.                         'namer' => 'App\\Uploader\\Naming\\RemoteVideoNamer',
  25170.                         'custom_frontend' => [
  25171.                             'name' => NULL,
  25172.                             'class' => NULL,
  25173.                         ],
  25174.                         'route_prefix' => '',
  25175.                         'endpoints' => [
  25176.                             'upload' => NULL,
  25177.                             'progress' => NULL,
  25178.                             'cancel' => NULL,
  25179.                         ],
  25180.                         'disallowed_mimetypes' => [
  25181.                         ],
  25182.                         'error_handler' => NULL,
  25183.                         'enable_progress' => false,
  25184.                         'enable_cancelation' => false,
  25185.                         'root_folder' => false,
  25186.                     ],
  25187.                 ],
  25188.                 'twig' => true,
  25189.             ]; break;
  25190.             case 'nellapp_sdk.api_internal.secret'$value $this->getEnv('APP_SECRET'); break;
  25191.             case 'nellapp_sdk.sync.base_uri'$value $this->getEnv('resolve:SYNC_DOMAIN'); break;
  25192.             case 'nellapp_sdk.sync.secret'$value $this->getEnv('resolve:SYNC_SECRET'); break;
  25193.             case 'nellapp_sdk.routing.default_domain'$value $this->getEnv('DEFAULT_DOMAIN'); break;
  25194.             case 'karser_recaptcha3.site_key'$value $this->getEnv('RECAPTCHA3_KEY'); break;
  25195.             case 'karser_recaptcha3.secret_key'$value $this->getEnv('RECAPTCHA3_SECRET'); break;
  25196.             case 'drosalys.web_socket.server_uri'$value $this->getEnv('resolve:WS_ADDRESS').':'.$this->getEnv('string:resolve:WS_PORT'); break;
  25197.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  25198.         }
  25199.         $this->loadedDynamicParameters[$name] = true;
  25200.         return $this->dynamicParameters[$name] = $value;
  25201.     }
  25202.     protected function getDefaultParameters(): array
  25203.     {
  25204.         return [
  25205.             'kernel.project_dir' => \dirname(__DIR__4),
  25206.             'kernel.environment' => 'dev',
  25207.             'kernel.debug' => true,
  25208.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  25209.             'kernel.bundles' => [
  25210.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  25211.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  25212.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  25213.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  25214.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  25215.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  25216.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  25217.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  25218.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  25219.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  25220.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  25221.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  25222.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  25223.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  25224.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  25225.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  25226.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  25227.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  25228.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  25229.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  25230.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  25231.                 'DrosalysWebObjectExtensionsBundle' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DrosalysWebObjectExtensionsBundle',
  25232.                 'AjgarlagPsrHttpMessageBundle' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle\\AjgarlagPsrHttpMessageBundle',
  25233.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  25234.                 'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\NellappSDKBundle',
  25235.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  25236.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  25237.                 'DrosalysApiBundle' => 'Drosalys\\Bundle\\ApiBundle\\DrosalysApiBundle',
  25238.                 'DrosalysWebDoctrineExtensionsBundle' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony\\DrosalysWebDoctrineExtensionsBundle',
  25239.                 'DrosalysWebFormBundle' => 'DrosalysWeb\\Bundle\\FormBundle\\DrosalysWebFormBundle',
  25240.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  25241.                 'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
  25242.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  25243.                 'SpiriitFormFilterBundle' => 'Spiriit\\Bundle\\FormFilterBundle\\SpiriitFormFilterBundle',
  25244.                 'DrosalysWebWebSocketBundle' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\DrosalysWebWebSocketBundle',
  25245.             ],
  25246.             'kernel.bundles_metadata' => [
  25247.                 'FrameworkBundle' => [
  25248.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  25249.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  25250.                 ],
  25251.                 'TwigBundle' => [
  25252.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  25253.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  25254.                 ],
  25255.                 'SecurityBundle' => [
  25256.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  25257.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  25258.                 ],
  25259.                 'DoctrineBundle' => [
  25260.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  25261.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  25262.                 ],
  25263.                 'NelmioAliceBundle' => [
  25264.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  25265.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  25266.                 ],
  25267.                 'FidryAliceDataFixturesBundle' => [
  25268.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  25269.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  25270.                 ],
  25271.                 'HautelookAliceBundle' => [
  25272.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  25273.                     'namespace' => 'Hautelook\\AliceBundle',
  25274.                 ],
  25275.                 'WebProfilerBundle' => [
  25276.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  25277.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  25278.                 ],
  25279.                 'MonologBundle' => [
  25280.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  25281.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  25282.                 ],
  25283.                 'DebugBundle' => [
  25284.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  25285.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  25286.                 ],
  25287.                 'DoctrineMigrationsBundle' => [
  25288.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  25289.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  25290.                 ],
  25291.                 'MakerBundle' => [
  25292.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  25293.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  25294.                 ],
  25295.                 'KnpMenuBundle' => [
  25296.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  25297.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  25298.                 ],
  25299.                 'OneupUploaderBundle' => [
  25300.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  25301.                     'namespace' => 'Oneup\\UploaderBundle',
  25302.                 ],
  25303.                 'LiipImagineBundle' => [
  25304.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  25305.                     'namespace' => 'Liip\\ImagineBundle',
  25306.                 ],
  25307.                 'KnpPaginatorBundle' => [
  25308.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  25309.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  25310.                 ],
  25311.                 'WebpackEncoreBundle' => [
  25312.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  25313.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  25314.                 ],
  25315.                 'JMSSerializerBundle' => [
  25316.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  25317.                     'namespace' => 'JMS\\SerializerBundle',
  25318.                 ],
  25319.                 'NelmioApiDocBundle' => [
  25320.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  25321.                     'namespace' => 'Nelmio\\ApiDocBundle',
  25322.                 ],
  25323.                 'StofDoctrineExtensionsBundle' => [
  25324.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  25325.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  25326.                 ],
  25327.                 'TwigExtraBundle' => [
  25328.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  25329.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  25330.                 ],
  25331.                 'DrosalysWebObjectExtensionsBundle' => [
  25332.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony'),
  25333.                     'namespace' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony',
  25334.                 ],
  25335.                 'AjgarlagPsrHttpMessageBundle' => [
  25336.                     'path' => (\dirname(__DIR__4).'/vendor/ajgarlag/psr-http-message-bundle/src'),
  25337.                     'namespace' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle',
  25338.                 ],
  25339.                 'SensioFrameworkExtraBundle' => [
  25340.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  25341.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  25342.                 ],
  25343.                 'NellappSDKBundle' => [
  25344.                     'path' => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src'),
  25345.                     'namespace' => 'Nellapp\\Bundle\\SDKBundle',
  25346.                 ],
  25347.                 'KnpTimeBundle' => [
  25348.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle'),
  25349.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  25350.                 ],
  25351.                 'KnpUOAuth2ClientBundle' => [
  25352.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  25353.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  25354.                 ],
  25355.                 'DrosalysApiBundle' => [
  25356.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src'),
  25357.                     'namespace' => 'Drosalys\\Bundle\\ApiBundle',
  25358.                 ],
  25359.                 'DrosalysWebDoctrineExtensionsBundle' => [
  25360.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony'),
  25361.                     'namespace' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony',
  25362.                 ],
  25363.                 'DrosalysWebFormBundle' => [
  25364.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src'),
  25365.                     'namespace' => 'DrosalysWeb\\Bundle\\FormBundle',
  25366.                 ],
  25367.                 'OneupFlysystemBundle' => [
  25368.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  25369.                     'namespace' => 'Oneup\\FlysystemBundle',
  25370.                 ],
  25371.                 'KarserRecaptcha3Bundle' => [
  25372.                     'path' => (\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle'),
  25373.                     'namespace' => 'Karser\\Recaptcha3Bundle',
  25374.                 ],
  25375.                 'TwigComponentBundle' => [
  25376.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component'),
  25377.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  25378.                 ],
  25379.                 'SpiriitFormFilterBundle' => [
  25380.                     'path' => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle'),
  25381.                     'namespace' => 'Spiriit\\Bundle\\FormFilterBundle',
  25382.                 ],
  25383.                 'DrosalysWebWebSocketBundle' => [
  25384.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src'),
  25385.                     'namespace' => 'DrosalysWeb\\Bundle\\WebSocketBundle',
  25386.                 ],
  25387.             ],
  25388.             'kernel.charset' => 'UTF-8',
  25389.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  25390.             'container.dumper.inline_class_loader' => true,
  25391.             'container.dumper.inline_factories' => true,
  25392.             'env(DATABASE_URL)' => '',
  25393.             'locale' => 'en',
  25394.             'file_practical_case_directory' => (\dirname(__DIR__4).'/public/uploads/practical_cases/'),
  25395.             'file_practical_case_maxsize' => 200000000,
  25396.             'partner_api_path' => 'partner-api',
  25397.             'file_practical_case_mime_types' => [
  25398.                 'image/jpeg' => [
  25399.                     => 'jpg',
  25400.                     => 'jpeg',
  25401.                 ],
  25402.                 'image/png' => [
  25403.                     => 'png',
  25404.                 ],
  25405.                 'application/pdf' => [
  25406.                     => 'pdf',
  25407.                 ],
  25408.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  25409.                     => 'docx',
  25410.                 ],
  25411.                 'application/msword' => [
  25412.                     => 'doc',
  25413.                 ],
  25414.                 'application/vnd.oasis.opendocument.text' => [
  25415.                     => 'odt',
  25416.                 ],
  25417.                 'application/vnd.ms-excel' => [
  25418.                     => 'xls',
  25419.                 ],
  25420.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  25421.                     => 'xlsx',
  25422.                 ],
  25423.                 'application/vnd.ms-powerpoint' => [
  25424.                     => 'ppt',
  25425.                 ],
  25426.                 'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  25427.                     => 'pptx',
  25428.                 ],
  25429.                 'application/zip' => [
  25430.                     => 'zip',
  25431.                 ],
  25432.                 'video/mp4' => [
  25433.                     => 'mp4',
  25434.                 ],
  25435.             ],
  25436.             'file_practical_case_response_directory' => (\dirname(__DIR__4).'/public/uploads/practical_cases_response/'),
  25437.             'file_practical_case_response_maxsize' => 64000000,
  25438.             'file_practical_case_response_mime_types' => [
  25439.                 'image/jpeg' => [
  25440.                     => 'jpg',
  25441.                     => 'jpeg',
  25442.                 ],
  25443.                 'image/png' => [
  25444.                     => 'png',
  25445.                 ],
  25446.                 'application/pdf' => [
  25447.                     => 'pdf',
  25448.                 ],
  25449.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  25450.                     => 'docx',
  25451.                 ],
  25452.                 'application/msword' => [
  25453.                     => 'doc',
  25454.                 ],
  25455.                 'application/vnd.oasis.opendocument.text' => [
  25456.                     => 'odt',
  25457.                 ],
  25458.                 'application/vnd.ms-excel' => [
  25459.                     => 'xls',
  25460.                 ],
  25461.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  25462.                     => 'xlsx',
  25463.                 ],
  25464.                 'application/vnd.ms-powerpoint' => [
  25465.                     => 'ppt',
  25466.                 ],
  25467.                 'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  25468.                     => 'pptx',
  25469.                 ],
  25470.                 'application/zip' => [
  25471.                     => 'zip',
  25472.                 ],
  25473.                 'video/mp4' => [
  25474.                     => 'mp4',
  25475.                 ],
  25476.             ],
  25477.             'event_dispatcher.event_aliases' => [
  25478.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  25479.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  25480.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  25481.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  25482.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  25483.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  25484.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  25485.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  25486.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  25487.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  25488.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  25489.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  25490.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  25491.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  25492.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  25493.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  25494.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  25495.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  25496.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  25497.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  25498.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  25499.             ],
  25500.             'fragment.renderer.hinclude.global_template' => NULL,
  25501.             'fragment.path' => '/_fragment',
  25502.             'kernel.http_method_override' => true,
  25503.             'kernel.trusted_hosts' => [
  25504.             ],
  25505.             'kernel.default_locale' => 'fr',
  25506.             'kernel.enabled_locales' => [
  25507.             ],
  25508.             'kernel.error_controller' => 'error_controller',
  25509.             'kernel.trusted_headers' => 30,
  25510.             'debug.file_link_format' => NULL,
  25511.             'asset.request_context.base_path' => NULL,
  25512.             'asset.request_context.secure' => NULL,
  25513.             'translator.logging' => false,
  25514.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  25515.             'debug.error_handler.throw_at' => -1,
  25516.             'router.request_context.host' => 'localhost',
  25517.             'router.request_context.scheme' => 'http',
  25518.             'router.request_context.base_url' => '',
  25519.             'router.resource' => 'kernel::loadRoutes',
  25520.             'request_listener.http_port' => 80,
  25521.             'request_listener.https_port' => 443,
  25522.             'session.metadata.storage_key' => '_sf2_meta',
  25523.             'session.storage.options' => [
  25524.                 'cache_limiter' => '0',
  25525.                 'cookie_lifetime' => 86400,
  25526.                 'cookie_secure' => 'auto',
  25527.                 'cookie_httponly' => false,
  25528.                 'cookie_samesite' => 'lax',
  25529.                 'gc_probability' => 1,
  25530.             ],
  25531.             'session.metadata.update_threshold' => 0,
  25532.             'form.type_extension.csrf.enabled' => true,
  25533.             'form.type_extension.csrf.field_name' => '_token',
  25534.             'validator.translation_domain' => 'validators',
  25535.             'profiler_listener.only_exceptions' => false,
  25536.             'profiler_listener.only_main_requests' => false,
  25537.             'twig.form.resources' => [
  25538.                 => 'form_div_layout.html.twig',
  25539.                 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
  25540.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  25541.                 => '@NellappSDK/Form/form_theme.html.twig',
  25542.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  25543.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  25544.                 => '@NellappSDK/Form/form_theme_channel_user_permission.html.twig',
  25545.                 => 'Form/layout.html.twig',
  25546.                 => 'Form/collection_layout.html.twig',
  25547.                 => 'Form/channel_layout.html.twig',
  25548.                 10 => 'Form/common_layout.html.twig',
  25549.                 11 => 'Form/exercise_layout.html.twig',
  25550.                 12 => 'Form/scholar_layout.html.twig',
  25551.                 13 => 'Form/form_theme_custom_upload_item.html.twig',
  25552.                 14 => 'Form/form_theme_custom_upload_file.html.twig',
  25553.                 15 => 'Form/form_rating_form_type.twig',
  25554.                 16 => 'Form/nellapp_slider_type.html.twig',
  25555.                 17 => '@DrosalysWebForm/Form/collection_layout.html.twig',
  25556.                 18 => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  25557.             ],
  25558.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  25559.             'security.role_hierarchy.roles' => [
  25560.                 'ROLE_APP_USER_READ' => [
  25561.                     => 'ROLE_USER',
  25562.                 ],
  25563.                 'ROLE_APP_USER_READ_LIST' => [
  25564.                     => 'ROLE_APP_USER_READ',
  25565.                 ],
  25566.                 'ROLE_APP_USER_CREATE' => [
  25567.                     => 'ROLE_APP_USER_READ',
  25568.                 ],
  25569.                 'ROLE_APP_USER_UPDATE' => [
  25570.                     => 'ROLE_APP_USER_CREATE',
  25571.                 ],
  25572.                 'ROLE_APP_USER_DELETE' => [
  25573.                     => 'ROLE_APP_USER_UPDATE',
  25574.                 ],
  25575.                 'ROLE_APP_USER_FULL' => [
  25576.                     => 'ROLE_APP_USER_READ_LIST',
  25577.                     => 'ROLE_APP_USER_DELETE',
  25578.                 ],
  25579.                 'ROLE_CHANNEL_READ' => [
  25580.                     => 'ROLE_USER',
  25581.                 ],
  25582.                 'ROLE_CHANNEL_READ_LIST' => [
  25583.                     => 'ROLE_CHANNEL_READ',
  25584.                 ],
  25585.                 'ROLE_CHANNEL_CREATE' => [
  25586.                     => 'ROLE_CHANNEL_READ',
  25587.                 ],
  25588.                 'ROLE_CHANNEL_UPDATE' => [
  25589.                     => 'ROLE_CHANNEL_CREATE',
  25590.                 ],
  25591.                 'ROLE_CHANNEL_DELETE' => [
  25592.                     => 'ROLE_CHANNEL_UPDATE',
  25593.                 ],
  25594.                 'ROLE_CHANNEL_FULL' => [
  25595.                     => 'ROLE_CHANNEL_READ_LIST',
  25596.                     => 'ROLE_CHANNEL_DELETE',
  25597.                 ],
  25598.                 'ROLE_ADMIN' => [
  25599.                     => 'ROLE_USER',
  25600.                     => 'ROLE_APP_USER_FULL',
  25601.                     => 'ROLE_CHANNEL_FULL',
  25602.                 ],
  25603.                 'ROLE_SUPER_ADMIN' => [
  25604.                     => 'ROLE_ADMIN',
  25605.                     => 'ROLE_ALLOWED_TO_SWITCH',
  25606.                 ],
  25607.             ],
  25608.             'security.access.denied_url' => NULL,
  25609.             'security.authentication.manager.erase_credentials' => true,
  25610.             'security.authentication.session_strategy.strategy' => 'migrate',
  25611.             'security.access.always_authenticate_before_granting' => false,
  25612.             'security.authentication.hide_user_not_found' => true,
  25613.             'security.firewalls' => [
  25614.                 => 'dev',
  25615.                 => 'reverse_sync_doc',
  25616.                 => 'reverse_sync',
  25617.                 => 'internal_api',
  25618.                 => 'partner_api',
  25619.                 => 'main',
  25620.             ],
  25621.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  25622.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  25623.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  25624.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  25625.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  25626.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  25627.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  25628.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  25629.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  25630.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  25631.             'doctrine.entity_managers' => [
  25632.                 'default' => 'doctrine.orm.default_entity_manager',
  25633.             ],
  25634.             'doctrine.default_entity_manager' => 'default',
  25635.             'doctrine.dbal.connection_factory.types' => [
  25636.                 'uuid' => [
  25637.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  25638.                 ],
  25639.                 'ulid' => [
  25640.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  25641.                 ],
  25642.             ],
  25643.             'doctrine.connections' => [
  25644.                 'default' => 'doctrine.dbal.default_connection',
  25645.             ],
  25646.             'doctrine.default_connection' => 'default',
  25647.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  25648.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  25649.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  25650.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  25651.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  25652.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  25653.             'doctrine.orm.cache.memcache_host' => 'localhost',
  25654.             'doctrine.orm.cache.memcache_port' => 11211,
  25655.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  25656.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  25657.             'doctrine.orm.cache.memcached_host' => 'localhost',
  25658.             'doctrine.orm.cache.memcached_port' => 11211,
  25659.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  25660.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  25661.             'doctrine.orm.cache.redis_host' => 'localhost',
  25662.             'doctrine.orm.cache.redis_port' => 6379,
  25663.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  25664.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  25665.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  25666.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  25667.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  25668.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  25669.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  25670.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  25671.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  25672.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  25673.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  25674.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  25675.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  25676.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  25677.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  25678.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  25679.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  25680.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  25681.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  25682.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  25683.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  25684.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  25685.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  25686.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  25687.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  25688.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  25689.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  25690.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  25691.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  25692.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  25693.             'doctrine.orm.auto_generate_proxy_classes' => true,
  25694.             'doctrine.orm.proxy_namespace' => 'Proxies',
  25695.             'nelmio_alice.locale' => 'fr_FR',
  25696.             'nelmio_alice.seed' => 1,
  25697.             'nelmio_alice.functions_blacklist' => [
  25698.                 => 'current',
  25699.             ],
  25700.             'nelmio_alice.loading_limit' => 5,
  25701.             'nelmio_alice.max_unique_values_retry' => 150,
  25702.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  25703.             'hautelook_alice.root_dirs' => [
  25704.                 => \dirname(__DIR__4),
  25705.             ],
  25706.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  25707.             'web_profiler.debug_toolbar.mode' => 2,
  25708.             'monolog.use_microseconds' => true,
  25709.             'monolog.swift_mailer.handlers' => [
  25710.             ],
  25711.             'monolog.handlers_to_channels' => [
  25712.                 'monolog.handler.console' => [
  25713.                     'type' => 'exclusive',
  25714.                     'elements' => [
  25715.                         => 'event',
  25716.                         => 'doctrine',
  25717.                         => 'console',
  25718.                     ],
  25719.                 ],
  25720.                 'monolog.handler.main' => [
  25721.                     'type' => 'exclusive',
  25722.                     'elements' => [
  25723.                         => 'event',
  25724.                     ],
  25725.                 ],
  25726.             ],
  25727.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  25728.             'doctrine_migrations.name' => 'Application Migrations',
  25729.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  25730.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  25731.             'doctrine_migrations.table_name' => 'migration_versions',
  25732.             'doctrine_migrations.column_name' => 'version',
  25733.             'doctrine_migrations.column_length' => 14,
  25734.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  25735.             'doctrine_migrations.all_or_nothing' => false,
  25736.             'doctrine_migrations.custom_template' => NULL,
  25737.             'doctrine_migrations.organize_migrations' => false,
  25738.             'knp_menu.renderer.list.options' => [
  25739.             ],
  25740.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  25741.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  25742.             'knp_menu.renderer.twig.options' => [
  25743.             ],
  25744.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  25745.             'knp_menu.default_renderer' => 'twig',
  25746.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  25747.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  25748.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  25749.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  25750.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  25751.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  25752.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  25753.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  25754.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  25755.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  25756.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  25757.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  25758.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  25759.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  25760.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  25761.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  25762.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  25763.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  25764.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  25765.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  25766.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  25767.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  25768.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  25769.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  25770.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  25771.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  25772.             'oneup_uploader.config.channel_images' => [
  25773.                 'frontend' => 'fineuploader',
  25774.                 'namer' => 'App\\Uploader\\Naming\\UuidNamer',
  25775.                 'max_size' => 50000000,
  25776.                 'allowed_mimetypes' => [
  25777.                     'image/jpeg' => [
  25778.                         => 'jpg',
  25779.                         => 'jpeg',
  25780.                     ],
  25781.                     'image/png' => [
  25782.                         => 'png',
  25783.                     ],
  25784.                     'image/gif' => [
  25785.                         => 'gif',
  25786.                     ],
  25787.                     'image/svg+xml' => [
  25788.                         => 'svg',
  25789.                     ],
  25790.                 ],
  25791.                 'custom_frontend' => [
  25792.                     'name' => NULL,
  25793.                     'class' => NULL,
  25794.                 ],
  25795.                 'storage' => [
  25796.                     'service' => NULL,
  25797.                     'type' => 'filesystem',
  25798.                     'filesystem' => NULL,
  25799.                     'directory' => NULL,
  25800.                     'stream_wrapper' => NULL,
  25801.                     'sync_buffer_size' => '100K',
  25802.                 ],
  25803.                 'route_prefix' => '',
  25804.                 'endpoints' => [
  25805.                     'upload' => NULL,
  25806.                     'progress' => NULL,
  25807.                     'cancel' => NULL,
  25808.                 ],
  25809.                 'disallowed_mimetypes' => [
  25810.                 ],
  25811.                 'error_handler' => NULL,
  25812.                 'use_orphanage' => false,
  25813.                 'enable_progress' => false,
  25814.                 'enable_cancelation' => false,
  25815.                 'root_folder' => false,
  25816.             ],
  25817.             'oneup_uploader.config.user_avatar' => [
  25818.                 'frontend' => 'fineuploader',
  25819.                 'namer' => 'App\\Uploader\\Naming\\UserAvatarNamer',
  25820.                 'max_size' => 10485760,
  25821.                 'allowed_mimetypes' => [
  25822.                     'image/jpeg' => [
  25823.                         => 'jpg',
  25824.                         => 'jpeg',
  25825.                     ],
  25826.                     'image/png' => [
  25827.                         => 'png',
  25828.                     ],
  25829.                     'image/gif' => [
  25830.                         => 'gif',
  25831.                     ],
  25832.                     'image/svg+xml' => [
  25833.                         => 'svg',
  25834.                     ],
  25835.                 ],
  25836.                 'custom_frontend' => [
  25837.                     'name' => NULL,
  25838.                     'class' => NULL,
  25839.                 ],
  25840.                 'storage' => [
  25841.                     'service' => NULL,
  25842.                     'type' => 'filesystem',
  25843.                     'filesystem' => NULL,
  25844.                     'directory' => NULL,
  25845.                     'stream_wrapper' => NULL,
  25846.                     'sync_buffer_size' => '100K',
  25847.                 ],
  25848.                 'route_prefix' => '',
  25849.                 'endpoints' => [
  25850.                     'upload' => NULL,
  25851.                     'progress' => NULL,
  25852.                     'cancel' => NULL,
  25853.                 ],
  25854.                 'disallowed_mimetypes' => [
  25855.                 ],
  25856.                 'error_handler' => NULL,
  25857.                 'use_orphanage' => false,
  25858.                 'enable_progress' => false,
  25859.                 'enable_cancelation' => false,
  25860.                 'root_folder' => false,
  25861.             ],
  25862.             'oneup_uploader.config.practical_case_response_file' => [
  25863.                 'use_orphanage' => true,
  25864.                 'frontend' => 'dropzone',
  25865.                 'max_size' => 64000000,
  25866.                 'allowed_mimetypes' => [
  25867.                     'image/jpeg' => [
  25868.                         => 'jpg',
  25869.                         => 'jpeg',
  25870.                     ],
  25871.                     'image/png' => [
  25872.                         => 'png',
  25873.                     ],
  25874.                     'application/pdf' => [
  25875.                         => 'pdf',
  25876.                     ],
  25877.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  25878.                         => 'docx',
  25879.                     ],
  25880.                     'application/msword' => [
  25881.                         => 'doc',
  25882.                     ],
  25883.                     'application/vnd.oasis.opendocument.text' => [
  25884.                         => 'odt',
  25885.                     ],
  25886.                     'application/vnd.ms-excel' => [
  25887.                         => 'xls',
  25888.                     ],
  25889.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  25890.                         => 'xlsx',
  25891.                     ],
  25892.                     'application/vnd.ms-powerpoint' => [
  25893.                         => 'ppt',
  25894.                     ],
  25895.                     'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  25896.                         => 'pptx',
  25897.                     ],
  25898.                     'application/zip' => [
  25899.                         => 'zip',
  25900.                     ],
  25901.                     'video/mp4' => [
  25902.                         => 'mp4',
  25903.                     ],
  25904.                 ],
  25905.                 'storage' => [
  25906.                     'type' => 'flysystem',
  25907.                     'filesystem' => 'oneup_flysystem.practicalCaseResponse_filesystem',
  25908.                     'service' => NULL,
  25909.                     'directory' => NULL,
  25910.                     'stream_wrapper' => NULL,
  25911.                     'sync_buffer_size' => '100K',
  25912.                 ],
  25913.                 'custom_frontend' => [
  25914.                     'name' => NULL,
  25915.                     'class' => NULL,
  25916.                 ],
  25917.                 'route_prefix' => '',
  25918.                 'endpoints' => [
  25919.                     'upload' => NULL,
  25920.                     'progress' => NULL,
  25921.                     'cancel' => NULL,
  25922.                 ],
  25923.                 'disallowed_mimetypes' => [
  25924.                 ],
  25925.                 'error_handler' => NULL,
  25926.                 'enable_progress' => false,
  25927.                 'enable_cancelation' => false,
  25928.                 'namer' => 'oneup_uploader.namer.uniqid',
  25929.                 'root_folder' => false,
  25930.             ],
  25931.             'oneup_uploader.config.practical_case_resource_file' => [
  25932.                 'use_orphanage' => true,
  25933.                 'frontend' => 'dropzone',
  25934.                 'max_size' => 200000000,
  25935.                 'allowed_mimetypes' => [
  25936.                     'image/jpeg' => [
  25937.                         => 'jpg',
  25938.                         => 'jpeg',
  25939.                     ],
  25940.                     'image/png' => [
  25941.                         => 'png',
  25942.                     ],
  25943.                     'application/pdf' => [
  25944.                         => 'pdf',
  25945.                     ],
  25946.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  25947.                         => 'docx',
  25948.                     ],
  25949.                     'application/msword' => [
  25950.                         => 'doc',
  25951.                     ],
  25952.                     'application/vnd.oasis.opendocument.text' => [
  25953.                         => 'odt',
  25954.                     ],
  25955.                     'application/vnd.ms-excel' => [
  25956.                         => 'xls',
  25957.                     ],
  25958.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  25959.                         => 'xlsx',
  25960.                     ],
  25961.                     'application/vnd.ms-powerpoint' => [
  25962.                         => 'ppt',
  25963.                     ],
  25964.                     'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  25965.                         => 'pptx',
  25966.                     ],
  25967.                     'application/zip' => [
  25968.                         => 'zip',
  25969.                     ],
  25970.                     'video/mp4' => [
  25971.                         => 'mp4',
  25972.                     ],
  25973.                 ],
  25974.                 'storage' => [
  25975.                     'type' => 'flysystem',
  25976.                     'filesystem' => 'oneup_flysystem.practicalCase_filesystem',
  25977.                     'service' => NULL,
  25978.                     'directory' => NULL,
  25979.                     'stream_wrapper' => NULL,
  25980.                     'sync_buffer_size' => '100K',
  25981.                 ],
  25982.                 'custom_frontend' => [
  25983.                     'name' => NULL,
  25984.                     'class' => NULL,
  25985.                 ],
  25986.                 'route_prefix' => '',
  25987.                 'endpoints' => [
  25988.                     'upload' => NULL,
  25989.                     'progress' => NULL,
  25990.                     'cancel' => NULL,
  25991.                 ],
  25992.                 'disallowed_mimetypes' => [
  25993.                 ],
  25994.                 'error_handler' => NULL,
  25995.                 'enable_progress' => false,
  25996.                 'enable_cancelation' => false,
  25997.                 'namer' => 'oneup_uploader.namer.uniqid',
  25998.                 'root_folder' => false,
  25999.             ],
  26000.             'oneup_uploader.config.k2r2_remote_video' => [
  26001.                 'frontend' => 'fineuploader',
  26002.                 'storage' => [
  26003.                     'type' => 'flysystem',
  26004.                     'filesystem' => 'oneup_flysystem.k2r2_remote_sftp_filesystem',
  26005.                     'service' => NULL,
  26006.                     'directory' => NULL,
  26007.                     'stream_wrapper' => NULL,
  26008.                     'sync_buffer_size' => '100K',
  26009.                 ],
  26010.                 'use_orphanage' => false,
  26011.                 'max_size' => 3500000000,
  26012.                 'allowed_mimetypes' => [
  26013.                     'video/mp4' => [
  26014.                         => 'mp4',
  26015.                     ],
  26016.                 ],
  26017.                 'namer' => 'App\\Uploader\\Naming\\RemoteVideoNamer',
  26018.                 'custom_frontend' => [
  26019.                     'name' => NULL,
  26020.                     'class' => NULL,
  26021.                 ],
  26022.                 'route_prefix' => '',
  26023.                 'endpoints' => [
  26024.                     'upload' => NULL,
  26025.                     'progress' => NULL,
  26026.                     'cancel' => NULL,
  26027.                 ],
  26028.                 'disallowed_mimetypes' => [
  26029.                 ],
  26030.                 'error_handler' => NULL,
  26031.                 'enable_progress' => false,
  26032.                 'enable_cancelation' => false,
  26033.                 'root_folder' => false,
  26034.             ],
  26035.             'oneup_uploader.controllers' => [
  26036.                 'channel_images' => [
  26037.                     => 'oneup_uploader.controller.channel_images',
  26038.                     => [
  26039.                         'enable_progress' => false,
  26040.                         'enable_cancelation' => false,
  26041.                         'route_prefix' => '',
  26042.                         'endpoints' => [
  26043.                             'upload' => NULL,
  26044.                             'progress' => NULL,
  26045.                             'cancel' => NULL,
  26046.                         ],
  26047.                     ],
  26048.                 ],
  26049.                 'user_avatar' => [
  26050.                     => 'oneup_uploader.controller.user_avatar',
  26051.                     => [
  26052.                         'enable_progress' => false,
  26053.                         'enable_cancelation' => false,
  26054.                         'route_prefix' => '',
  26055.                         'endpoints' => [
  26056.                             'upload' => NULL,
  26057.                             'progress' => NULL,
  26058.                             'cancel' => NULL,
  26059.                         ],
  26060.                     ],
  26061.                 ],
  26062.                 'practical_case_response_file' => [
  26063.                     => 'oneup_uploader.controller.practical_case_response_file',
  26064.                     => [
  26065.                         'enable_progress' => false,
  26066.                         'enable_cancelation' => false,
  26067.                         'route_prefix' => '',
  26068.                         'endpoints' => [
  26069.                             'upload' => NULL,
  26070.                             'progress' => NULL,
  26071.                             'cancel' => NULL,
  26072.                         ],
  26073.                     ],
  26074.                 ],
  26075.                 'practical_case_resource_file' => [
  26076.                     => 'oneup_uploader.controller.practical_case_resource_file',
  26077.                     => [
  26078.                         'enable_progress' => false,
  26079.                         'enable_cancelation' => false,
  26080.                         'route_prefix' => '',
  26081.                         'endpoints' => [
  26082.                             'upload' => NULL,
  26083.                             'progress' => NULL,
  26084.                             'cancel' => NULL,
  26085.                         ],
  26086.                     ],
  26087.                 ],
  26088.                 'k2r2_remote_video' => [
  26089.                     => 'oneup_uploader.controller.k2r2_remote_video',
  26090.                     => [
  26091.                         'enable_progress' => false,
  26092.                         'enable_cancelation' => false,
  26093.                         'route_prefix' => '',
  26094.                         'endpoints' => [
  26095.                             'upload' => NULL,
  26096.                             'progress' => NULL,
  26097.                             'cancel' => NULL,
  26098.                         ],
  26099.                     ],
  26100.                 ],
  26101.             ],
  26102.             'oneup_uploader.maxsize' => [
  26103.                 'channel_images' => 20971520,
  26104.                 'user_avatar' => 10485760,
  26105.                 'practical_case_response_file' => 20971520,
  26106.                 'practical_case_resource_file' => 20971520,
  26107.                 'k2r2_remote_video' => 20971520,
  26108.             ],
  26109.             'liip_imagine.resolvers' => [
  26110.                 'default' => [
  26111.                     'web_path' => [
  26112.                         'web_root' => (\dirname(__DIR__4).'/public'),
  26113.                         'cache_prefix' => 'media/cache',
  26114.                     ],
  26115.                 ],
  26116.             ],
  26117.             'liip_imagine.loaders' => [
  26118.                 'default' => [
  26119.                     'filesystem' => [
  26120.                         'locator' => 'filesystem',
  26121.                         'data_root' => [
  26122.                             => (\dirname(__DIR__4).'/public'),
  26123.                         ],
  26124.                         'allow_unresolvable_data_roots' => false,
  26125.                         'bundle_resources' => [
  26126.                             'enabled' => false,
  26127.                             'access_control_type' => 'blacklist',
  26128.                             'access_control_list' => [
  26129.                             ],
  26130.                         ],
  26131.                     ],
  26132.                 ],
  26133.             ],
  26134.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  26135.             'liip_imagine.jpegoptim.stripAll' => true,
  26136.             'liip_imagine.jpegoptim.max' => NULL,
  26137.             'liip_imagine.jpegoptim.progressive' => true,
  26138.             'liip_imagine.jpegoptim.tempDir' => NULL,
  26139.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  26140.             'liip_imagine.optipng.level' => 7,
  26141.             'liip_imagine.optipng.stripAll' => true,
  26142.             'liip_imagine.optipng.tempDir' => NULL,
  26143.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  26144.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  26145.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  26146.             'liip_imagine.cwebp.tempDir' => NULL,
  26147.             'liip_imagine.cwebp.q' => 75,
  26148.             'liip_imagine.cwebp.alphaQ' => 100,
  26149.             'liip_imagine.cwebp.m' => 4,
  26150.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  26151.             'liip_imagine.cwebp.alphaMethod' => 1,
  26152.             'liip_imagine.cwebp.exact' => false,
  26153.             'liip_imagine.cwebp.metadata' => [
  26154.                 => 'none',
  26155.             ],
  26156.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  26157.             'liip_imagine.cache.resolver.default' => 'default',
  26158.             'liip_imagine.default_image' => NULL,
  26159.             'liip_imagine.filter_sets' => [
  26160.                 'channel_thumbnail' => [
  26161.                     'quality' => 100,
  26162.                     'jpeg_quality' => 80,
  26163.                     'png_compression_level' => 8,
  26164.                     'png_compression_filter' => NULL,
  26165.                     'format' => NULL,
  26166.                     'animated' => false,
  26167.                     'cache' => NULL,
  26168.                     'data_loader' => NULL,
  26169.                     'default_image' => NULL,
  26170.                     'filters' => [
  26171.                         'auto_rotate' => [
  26172.                         ],
  26173.                         'strip' => [
  26174.                         ],
  26175.                         'thumbnail' => [
  26176.                             'size' => [
  26177.                                 => 600,
  26178.                                 => 300,
  26179.                             ],
  26180.                             'mode' => 'inset',
  26181.                             'allow_upscale' => true,
  26182.                         ],
  26183.                     ],
  26184.                     'post_processors' => [
  26185.                     ],
  26186.                 ],
  26187.                 'avatar_thumbnail' => [
  26188.                     'quality' => 100,
  26189.                     'jpeg_quality' => 80,
  26190.                     'png_compression_level' => 8,
  26191.                     'png_compression_filter' => NULL,
  26192.                     'format' => NULL,
  26193.                     'animated' => false,
  26194.                     'cache' => NULL,
  26195.                     'data_loader' => NULL,
  26196.                     'default_image' => NULL,
  26197.                     'filters' => [
  26198.                         'auto_rotate' => [
  26199.                         ],
  26200.                         'strip' => [
  26201.                         ],
  26202.                         'thumbnail' => [
  26203.                             'size' => [
  26204.                                 => 100,
  26205.                                 => 100,
  26206.                             ],
  26207.                             'mode' => 'outbound',
  26208.                             'allow_upscale' => true,
  26209.                         ],
  26210.                     ],
  26211.                     'post_processors' => [
  26212.                     ],
  26213.                 ],
  26214.                 'card_thumbnail' => [
  26215.                     'quality' => 100,
  26216.                     'jpeg_quality' => 80,
  26217.                     'png_compression_level' => 8,
  26218.                     'png_compression_filter' => NULL,
  26219.                     'format' => NULL,
  26220.                     'animated' => false,
  26221.                     'cache' => NULL,
  26222.                     'data_loader' => NULL,
  26223.                     'default_image' => NULL,
  26224.                     'filters' => [
  26225.                         'auto_rotate' => [
  26226.                         ],
  26227.                         'strip' => [
  26228.                         ],
  26229.                         'thumbnail' => [
  26230.                             'size' => [
  26231.                                 => 300,
  26232.                                 => 200,
  26233.                             ],
  26234.                             'mode' => 'outbound',
  26235.                             'allow_upscale' => true,
  26236.                         ],
  26237.                     ],
  26238.                     'post_processors' => [
  26239.                     ],
  26240.                 ],
  26241.                 'card_preview' => [
  26242.                     'quality' => 100,
  26243.                     'jpeg_quality' => 80,
  26244.                     'png_compression_level' => 8,
  26245.                     'png_compression_filter' => NULL,
  26246.                     'format' => NULL,
  26247.                     'animated' => false,
  26248.                     'cache' => NULL,
  26249.                     'data_loader' => NULL,
  26250.                     'default_image' => NULL,
  26251.                     'filters' => [
  26252.                         'auto_rotate' => [
  26253.                         ],
  26254.                         'strip' => [
  26255.                         ],
  26256.                         'thumbnail' => [
  26257.                             'size' => [
  26258.                                 => 600,
  26259.                                 => 300,
  26260.                             ],
  26261.                             'mode' => 'inset',
  26262.                             'allow_upscale' => true,
  26263.                         ],
  26264.                     ],
  26265.                     'post_processors' => [
  26266.                     ],
  26267.                 ],
  26268.                 'default_file_preview' => [
  26269.                     'quality' => 100,
  26270.                     'jpeg_quality' => 80,
  26271.                     'png_compression_level' => 8,
  26272.                     'png_compression_filter' => NULL,
  26273.                     'format' => NULL,
  26274.                     'animated' => false,
  26275.                     'cache' => NULL,
  26276.                     'data_loader' => NULL,
  26277.                     'default_image' => NULL,
  26278.                     'filters' => [
  26279.                         'auto_rotate' => [
  26280.                         ],
  26281.                         'strip' => [
  26282.                         ],
  26283.                         'thumbnail' => [
  26284.                             'size' => [
  26285.                                 => 300,
  26286.                                 => 200,
  26287.                             ],
  26288.                             'mode' => 'inset',
  26289.                             'allow_upscale' => true,
  26290.                         ],
  26291.                     ],
  26292.                     'post_processors' => [
  26293.                     ],
  26294.                 ],
  26295.             ],
  26296.             'liip_imagine.binary.loader.default' => 'default',
  26297.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  26298.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  26299.             'liip_imagine.webp.generate' => false,
  26300.             'liip_imagine.webp.options' => [
  26301.                 'quality' => 100,
  26302.                 'cache' => NULL,
  26303.                 'data_loader' => NULL,
  26304.                 'post_processors' => [
  26305.                 ],
  26306.             ],
  26307.             'knp_paginator.template.pagination' => '@NellappSDK/Partials/component/pagination/pagination.html.twig',
  26308.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  26309.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  26310.             'knp_paginator.page_range' => 5,
  26311.             'knp_paginator.page_limit' => NULL,
  26312.             'nelmio_api_doc.areas' => [
  26313.                 => 'default',
  26314.                 => 'core_sync',
  26315.                 => 'partner_api',
  26316.             ],
  26317.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  26318.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  26319.             'stof_doctrine_extensions.translation_fallback' => false,
  26320.             'stof_doctrine_extensions.persist_default_translation' => false,
  26321.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  26322.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  26323.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  26324.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  26325.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  26326.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  26327.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  26328.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  26329.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  26330.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  26331.             'drosalys_object_extensions.slug.delimiter' => '-',
  26332.             'drosalys_object_extensions.slug.on_pre_update' => false,
  26333.             'drosalys_object_extensions.slug.hierarchy_delimiter' => '/',
  26334.             'nellapp_sdk.global_getter.global_entities' => [
  26335.                 'channel_class' => 'App\\Entity\\Channel\\Channel',
  26336.                 'channel_white_label_class' => 'App\\Entity\\Channel\\ChannelWhiteLabel',
  26337.                 'user_class' => 'App\\Entity\\Account\\User',
  26338.                 'channel_user_data_class' => 'App\\Entity\\ChannelUserData\\ChannelUserData',
  26339.                 'channel_user_role_class' => 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole',
  26340.             ],
  26341.             'nellapp_sdk.default.doctrine_connection' => 'default',
  26342.             'nellapp_sdk.auth.enable' => true,
  26343.             'nellapp_sdk.auth.doctrine_connection' => 'default',
  26344.             'nellapp_sdk.sync.enable' => true,
  26345.             'nellapp_sdk.channel.enable' => true,
  26346.             'entities_handled' => [
  26347.                 => 'channel_channel',
  26348.                 => 'channel_configuration',
  26349.                 => 'channel_white_label',
  26350.                 => 'channel_user_from_channels',
  26351.                 => 'channel_user_role',
  26352.                 => 'channel_user_data',
  26353.                 => 'abstract_cursus',
  26354.                 => 'channel_training',
  26355.                 => 'channel_user_perm_training',
  26356.             ],
  26357.             'nellapp_sdk.template_header.search_deactivated_domain' => [
  26358.             ],
  26359.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  26360.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  26361.             'drosalys_api.serializer.symfony' => true,
  26362.             'drosalys_form.collection.import_template' => true,
  26363.             'drosalys_form.collection.main_form_template' => 'form_div_layout.html.twig',
  26364.             'drosalys_form.select_or_create.import_template' => true,
  26365.             'drosalys_form.select_or_create.layout_template' => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  26366.             'karser_recaptcha3.score_threshold' => 0.5,
  26367.             'karser_recaptcha3.enabled' => true,
  26368.             'karser_recaptcha3.host' => 'www.google.com',
  26369.             'spiriit_form_filter.query_builder_updater.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  26370.             'spiriit_form_filter.form_data_extractor.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  26371.             'spiriit_form_filter.data_extraction_method.default.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  26372.             'spiriit_form_filter.data_extraction_method.text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  26373.             'spiriit_form_filter.data_extraction_method.key_values.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  26374.             'spiriit_form_filter.filter_prepare.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  26375.             'spiriit_form_filter.type.filter_text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  26376.             'spiriit_form_filter.type.filter_number.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  26377.             'spiriit_form_filter.type.filter_number_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  26378.             'spiriit_form_filter.type.filter_checkbox.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  26379.             'spiriit_form_filter.type.filter_boolean.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  26380.             'spiriit_form_filter.type.filter_choice.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  26381.             'spiriit_form_filter.type.filter_date.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  26382.             'spiriit_form_filter.type.filter_date_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  26383.             'spiriit_form_filter.type.filter_datetime.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  26384.             'spiriit_form_filter.type.filter_datetime_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  26385.             'spiriit_form_filter.type.filter_collection_adapter.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  26386.             'spiriit_form_filter.type.filter_sharedable.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  26387.             'spiriit_form_filter.type.filter_enum.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType',
  26388.             'spiriit_form_filter.type_extension.filter_extension.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  26389.             'spiriit_form_filter.get_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  26390.             'spiriit_form_filter.apply_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  26391.             'spiriit_form_filter.type.filter_entity.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  26392.             'spiriit_form_filter.where_method' => 'and',
  26393.             'spiriit_form_filter.text.condition_pattern' => 1,
  26394.             'drosalys.web_socket.server_context' => [
  26395.             ],
  26396.             'drosalys.web_socket.router_resource' => (\dirname(__DIR__4).'/config/ws_routes.yaml'),
  26397.             'maker.compatible_check.doctrine.supports_attributes' => true,
  26398.             'data_collector.templates' => [
  26399.                 'data_collector.request' => [
  26400.                     => 'request',
  26401.                     => '@WebProfiler/Collector/request.html.twig',
  26402.                 ],
  26403.                 'data_collector.time' => [
  26404.                     => 'time',
  26405.                     => '@WebProfiler/Collector/time.html.twig',
  26406.                 ],
  26407.                 'data_collector.memory' => [
  26408.                     => 'memory',
  26409.                     => '@WebProfiler/Collector/memory.html.twig',
  26410.                 ],
  26411.                 'data_collector.validator' => [
  26412.                     => 'validator',
  26413.                     => '@WebProfiler/Collector/validator.html.twig',
  26414.                 ],
  26415.                 'data_collector.ajax' => [
  26416.                     => 'ajax',
  26417.                     => '@WebProfiler/Collector/ajax.html.twig',
  26418.                 ],
  26419.                 'data_collector.form' => [
  26420.                     => 'form',
  26421.                     => '@WebProfiler/Collector/form.html.twig',
  26422.                 ],
  26423.                 'data_collector.exception' => [
  26424.                     => 'exception',
  26425.                     => '@WebProfiler/Collector/exception.html.twig',
  26426.                 ],
  26427.                 'data_collector.logger' => [
  26428.                     => 'logger',
  26429.                     => '@WebProfiler/Collector/logger.html.twig',
  26430.                 ],
  26431.                 'data_collector.events' => [
  26432.                     => 'events',
  26433.                     => '@WebProfiler/Collector/events.html.twig',
  26434.                 ],
  26435.                 'data_collector.router' => [
  26436.                     => 'router',
  26437.                     => '@WebProfiler/Collector/router.html.twig',
  26438.                 ],
  26439.                 'data_collector.cache' => [
  26440.                     => 'cache',
  26441.                     => '@WebProfiler/Collector/cache.html.twig',
  26442.                 ],
  26443.                 'data_collector.translation' => [
  26444.                     => 'translation',
  26445.                     => '@WebProfiler/Collector/translation.html.twig',
  26446.                 ],
  26447.                 'data_collector.security' => [
  26448.                     => 'security',
  26449.                     => '@Security/Collector/security.html.twig',
  26450.                 ],
  26451.                 'data_collector.twig' => [
  26452.                     => 'twig',
  26453.                     => '@WebProfiler/Collector/twig.html.twig',
  26454.                 ],
  26455.                 'data_collector.http_client' => [
  26456.                     => 'http_client',
  26457.                     => '@WebProfiler/Collector/http_client.html.twig',
  26458.                 ],
  26459.                 'data_collector.doctrine' => [
  26460.                     => 'db',
  26461.                     => '@Doctrine/Collector/db.html.twig',
  26462.                 ],
  26463.                 'data_collector.dump' => [
  26464.                     => 'dump',
  26465.                     => '@Debug/Profiler/dump.html.twig',
  26466.                 ],
  26467.                 'data_collector.messenger' => [
  26468.                     => 'messenger',
  26469.                     => '@WebProfiler/Collector/messenger.html.twig',
  26470.                 ],
  26471.                 'data_collector.config' => [
  26472.                     => 'config',
  26473.                     => '@WebProfiler/Collector/config.html.twig',
  26474.                 ],
  26475.             ],
  26476.             'console.command.ids' => [
  26477.             ],
  26478.         ];
  26479.     }
  26480.     protected function throw($message)
  26481.     {
  26482.         throw new RuntimeException($message);
  26483.     }
  26484. }