var/cache/dev/Container9nktu02/App_KernelDevDebugContainer.php line 27707

Open in your IDE?
  1. <?php
  2. namespace Container9nktu02;
  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\\Bunny\\Collection\\GetDetailsAction' => 'getGetDetailsActionService',
  55.             'App\\Controller\\Async\\Bunny\\Video\\DeleteAction' => 'getDeleteActionService',
  56.             'App\\Controller\\Async\\Bunny\\Video\\GetAction' => 'getGetActionService',
  57.             'App\\Controller\\Async\\Bunny\\Video\\GetCollectionAction' => 'getGetCollectionActionService',
  58.             'App\\Controller\\Async\\Bunny\\Video\\GetVideoUsageAction' => 'getGetVideoUsageActionService',
  59.             'App\\Controller\\Async\\Bunny\\Video\\PostAction' => 'getPostActionService',
  60.             'App\\Controller\\Async\\Bunny\\Video\\PutAction' => 'getPutActionService',
  61.             'App\\Controller\\Async\\Bunny\\Video\\RefreshAction' => 'getRefreshActionService',
  62.             'App\\Controller\\Async\\Bunny\\Video\\TranscribeAction' => 'getTranscribeActionService',
  63.             'App\\Controller\\Async\\Bunny\\WebHookStatusAction' => 'getWebHookStatusActionService',
  64.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction' => 'getCollectionUserActionService',
  65.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => 'getAttendancePostActionService',
  66.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction' => 'getChatBotActionService',
  67.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage' => 'getPostNewMessageService',
  68.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => 'getOrderChapterAsyncService',
  69.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => 'getOrderExerciseAsyncService',
  70.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => 'getAttendancePostAction2Service',
  71.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => 'getCollectionActionService',
  72.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => 'getExportLessonListActionService',
  73.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => 'getRemoveChapterExercisePracticalCaseAsyncService',
  74.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => 'getCollectionAction2Service',
  75.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => 'getExportModuleActionService',
  76.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => 'getExportModuleListActionService',
  77.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => 'getCollectionAction3Service',
  78.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => 'getExportTrainingActionService',
  79.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => 'getExportTrainingListActionService',
  80.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingPdfAction' => 'getExportTrainingPdfActionService',
  81.             'App\\Controller\\Async\\Channel\\User\\CollectionAction' => 'getCollectionAction4Service',
  82.             'App\\Controller\\Async\\Channel\\Video\\IndexController' => 'getIndexControllerService',
  83.             'App\\Controller\\Async\\EmbedController' => 'getEmbedControllerService',
  84.             'App\\Controller\\Front\\Account\\Assignable\\CollectionAction' => 'getCollectionAction5Service',
  85.             'App\\Controller\\Front\\Account\\Message\\CollectionAction' => 'getCollectionAction6Service',
  86.             'App\\Controller\\Front\\Account\\Scholar\\Training\\CollectionActionCard' => 'getCollectionActionCardService',
  87.             'App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction' => 'getTrainingNameCollectionActionService',
  88.             'App\\Controller\\Front\\Channel\\Image\\DeleteController' => 'getDeleteControllerService',
  89.             'App\\Controller\\Front\\Channel\\Image\\ListController' => 'getListControllerService',
  90.             'App\\Controller\\Front\\Channel\\ShowController' => 'getShowControllerService',
  91.             'App\\Controller\\Front\\Channel\\ShowTrainingListController' => 'getShowTrainingListControllerService',
  92.             'App\\Controller\\Front\\Channel\\SubAjaxListController' => 'getSubAjaxListControllerService',
  93.             'App\\Controller\\Front\\Exercise\\AnswerController' => 'getAnswerControllerService',
  94.             'App\\Controller\\Front\\Exercise\\CancelController' => 'getCancelControllerService',
  95.             'App\\Controller\\Front\\Exercise\\FinishController' => 'getFinishControllerService',
  96.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => 'getRedirectToShowResultsActionService',
  97.             'App\\Controller\\Front\\Exercise\\ShowController' => 'getShowController2Service',
  98.             'App\\Controller\\Front\\Exercise\\SolutionController' => 'getSolutionControllerService',
  99.             'App\\Controller\\Front\\Exercise\\StartController' => 'getStartControllerService',
  100.             'App\\Controller\\Front\\HomeConnectedController' => 'getHomeConnectedControllerService',
  101.             'App\\Controller\\Front\\HomeController' => 'getHomeControllerService',
  102.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => 'getChapterControllerService',
  103.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController' => 'getAskTrainerControllerService',
  104.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => 'getDeleteMessageControllerService',
  105.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => 'getRedirectToMessageControllerService',
  106.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController' => 'getValidateChatConversationControllerService',
  107.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => 'getRedirectOnLessonControllerService',
  108.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => 'getShowController3Service',
  109.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => 'getShowLessonReviewControllerService',
  110.             'App\\Controller\\Front\\Scholar\\Module\\ShowController' => 'getShowController4Service',
  111.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => 'getCorrectorShowControllerService',
  112.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => 'getDeletePracticalCaseResponseControllerService',
  113.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController' => 'getDownloadPracticalCaseFilesControllerService',
  114.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => 'getRedirectToShowPracticalCaseActionService',
  115.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => 'getShowController5Service',
  116.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => 'getDeleteAdviceControllerService',
  117.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => 'getGetTrainingControllerService',
  118.             'App\\Controller\\Front\\Scholar\\Training\\AllTrainingController' => 'getAllTrainingControllerService',
  119.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => 'getPaymentFundingContactControllerService',
  120.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController' => 'getShowConnectedControllerService',
  121.             'App\\Controller\\Front\\Scholar\\Training\\ShowController' => 'getShowController6Service',
  122.             'App\\Controller\\Front\\SearchController' => 'getSearchControllerService',
  123.             'App\\Controller\\Manager\\Channel\\Assignable\\CloseAction' => 'getCloseActionService',
  124.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction' => 'getReattributeActionService',
  125.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => 'getDeleteMessageController2Service',
  126.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => 'getShowController7Service',
  127.             'App\\Controller\\Manager\\Channel\\DashboardAction' => 'getDashboardActionService',
  128.             'App\\Controller\\Manager\\Channel\\DeleteController' => 'getDeleteController2Service',
  129.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController' => 'getDeleteMultipleControllerService',
  130.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => 'getCollectionAction7Service',
  131.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => 'getDeleteController3Service',
  132.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => 'getEditControllerService',
  133.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => 'getExerciseResultShowActionService',
  134.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction' => 'getExerciseResultShowPdfActionService',
  135.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => 'getNewControllerService',
  136.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => 'getShowController8Service',
  137.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => 'getStartController2Service',
  138.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => 'getCheckSharedLessonActionService',
  139.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => 'getCollectionAction8Service',
  140.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController' => 'getDeleteMessageController3Service',
  141.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController' => 'getDeleteReviewControllerService',
  142.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction' => 'getDetailsActionService',
  143.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => 'getEditController2Service',
  144.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction' => 'getEnsureScormLessonActionService',
  145.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction' => 'getGetScormActionService',
  146.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController' => 'getIndexLessonControllerService',
  147.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction' => 'getMessageCollectionActionService',
  148.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => 'getNewController2Service',
  149.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => 'getReviewCollectionControllerService',
  150.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => 'getShareControllerService',
  151.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => 'getShowController9Service',
  152.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => 'getToggleActionService',
  153.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => 'getToggleLessonReviewActionService',
  154.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => 'getCollectionAction9Service',
  155.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction' => 'getDuplicateActionService',
  156.             'App\\Controller\\Manager\\Channel\\Module\\EditController' => 'getEditController3Service',
  157.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction' => 'getEnsureScormActionService',
  158.             'App\\Controller\\Manager\\Channel\\Module\\GetAction' => 'getGetAction2Service',
  159.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction' => 'getGetScormAction2Service',
  160.             'App\\Controller\\Manager\\Channel\\Module\\NewController' => 'getNewController3Service',
  161.             'App\\Controller\\Manager\\Channel\\Module\\ShareController' => 'getShareController2Service',
  162.             'App\\Controller\\Manager\\Channel\\Module\\ShowController' => 'getShowController10Service',
  163.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => 'getShowWithoutTrainingControllerService',
  164.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => 'getToggleAction2Service',
  165.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController' => 'getSharedLessonsControllerService',
  166.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController' => 'getSharedModulesControllerService',
  167.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController' => 'getSharedTrainingsControllerService',
  168.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController' => 'getToggleShareControllerService',
  169.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController' => 'getToggleShareMultipleControllerService',
  170.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController' => 'getSharedLessonShowControllerService',
  171.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController' => 'getSharedLessonsController2Service',
  172.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController' => 'getSharedModuleShowControllerService',
  173.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController' => 'getSharedModulesController2Service',
  174.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController' => 'getSharedTrainingShowControllerService',
  175.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController' => 'getSharedTrainingsIndexControllerService',
  176.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController' => 'getShareProgressControllerService',
  177.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => 'getSharedChannelsControllerService',
  178.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => 'getArchivePracticalCaseService',
  179.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => 'getDownloadPracticalCaseFilesController2Service',
  180.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => 'getEditController4Service',
  181.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => 'getNewController4Service',
  182.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => 'getShowController11Service',
  183.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => 'getCollectionAction10Service',
  184.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction' => 'getDuplicateAction2Service',
  185.             'App\\Controller\\Manager\\Channel\\Training\\EditController' => 'getEditController5Service',
  186.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction' => 'getEnsureScormAction2Service',
  187.             'App\\Controller\\Manager\\Channel\\Training\\GetAction' => 'getGetAction3Service',
  188.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction' => 'getGetScormAction3Service',
  189.             'App\\Controller\\Manager\\Channel\\Training\\NewController' => 'getNewController5Service',
  190.             'App\\Controller\\Manager\\Channel\\Training\\ShareController' => 'getShareController3Service',
  191.             'App\\Controller\\Manager\\Channel\\Training\\ShowController' => 'getShowController12Service',
  192.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => 'getToggleAction3Service',
  193.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction' => 'getCreateActionService',
  194.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction' => 'getDeleteAction2Service',
  195.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction' => 'getIndexActionService',
  196.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction' => 'getShowActionService',
  197.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction' => 'getUpdateActionService',
  198.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction' => 'getCreateAction2Service',
  199.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction' => 'getDeleteAction3Service',
  200.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction' => 'getIndexAction2Service',
  201.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction' => 'getShowAction2Service',
  202.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction' => 'getUpdateAction2Service',
  203.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction' => 'getCreateAction3Service',
  204.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction' => 'getDeleteAction4Service',
  205.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction' => 'getIndexAction3Service',
  206.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction' => 'getShowAction3Service',
  207.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction' => 'getUpdateAction3Service',
  208.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction' => 'getAddActionService',
  209.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction' => 'getRemoveActionService',
  210.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction' => 'getCreateAction4Service',
  211.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction' => 'getDeleteAction5Service',
  212.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction' => 'getIndexAction4Service',
  213.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction' => 'getShowAction4Service',
  214.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction' => 'getUpdateAction4Service',
  215.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction' => 'getCreateAction5Service',
  216.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction' => 'getDeleteAction6Service',
  217.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction' => 'getIndexAction5Service',
  218.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction' => 'getShowAction5Service',
  219.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction' => 'getUpdateAction5Service',
  220.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction' => 'getAddAction2Service',
  221.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction' => 'getRemoveAction2Service',
  222.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction' => 'getCreateAction6Service',
  223.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction' => 'getDeleteAction7Service',
  224.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction' => 'getIndexAction6Service',
  225.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction' => 'getShowAction6Service',
  226.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction' => 'getUpdateAction6Service',
  227.             'App\\Controller\\ReverseSync\\Account\\Notification\\CollectionAction' => 'getCollectionAction11Service',
  228.             'App\\Controller\\ReverseSync\\Account\\Notification\\GetAction' => 'getGetAction4Service',
  229.             'App\\Controller\\ReverseSync\\Channel\\Training\\CollectionAction' => 'getCollectionAction12Service',
  230.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction' => 'getGetAction5Service',
  231.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression' => 'getGetTrainingUserProgressionService',
  232.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction' => 'getCollectionAction13Service',
  233.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController' => 'getUserActivityExportControllerService',
  234.             'App\\Controller\\TemplateCustomController' => 'getTemplateCustomControllerService',
  235.             'App\\Uploader\\Naming\\RemoteVideoNamer' => 'getRemoteVideoNamerService',
  236.             'App\\Uploader\\Naming\\UserAvatarNamer' => 'getUserAvatarNamerService',
  237.             'App\\Uploader\\Naming\\UuidNamer' => 'getUuidNamerService',
  238.             'App\\WebSocket\\Component\\NotificationSocketComponent' => 'getNotificationSocketComponentService',
  239.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  240.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DoctrineBlamer.App\\Entity\\Account\\User' => 'getUserService',
  241.             'Faker\\Generator' => 'getGeneratorService',
  242.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  243.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectAction' => 'getConnectActionService',
  244.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction' => 'getConnectCheckActionService',
  245.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\GlobalLogoutController' => 'getGlobalLogoutControllerService',
  246.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction' => 'getLoggedOutActionService',
  247.             'Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction' => 'getLogoutActionService',
  248.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction' => 'getCollectionAction14Service',
  249.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController' => 'getChatNotificationControllerService',
  250.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction' => 'getChannelAdminCollectionActionService',
  251.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction' => 'getChannelLearnerCollectionActionService',
  252.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction' => 'getChannelUserCollectionActionService',
  253.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController' => 'getChannelResourceAccessCacheControllerService',
  254.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction' => 'getDeleteAction8Service',
  255.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction' => 'getEditActionService',
  256.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction' => 'getIndexAction7Service',
  257.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction' => 'getNewActionService',
  258.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Controller\\Sync\\CollectionAction' => 'getCollectionAction15Service',
  259.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController' => 'getErrorControllerService',
  260.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  261.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  262.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  263.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  264.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  265.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  266.             'cache.app' => 'getCache_AppService',
  267.             'cache.app_clearer' => 'getCache_AppClearerService',
  268.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  269.             'cache.system' => 'getCache_SystemService',
  270.             'cache.system_clearer' => 'getCache_SystemClearerService',
  271.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  272.             'cache_warmer' => 'getCacheWarmerService',
  273.             'console.command_loader' => 'getConsole_CommandLoaderService',
  274.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  275.             'data_collector.dump' => 'getDataCollector_DumpService',
  276.             'doctrine' => 'getDoctrineService',
  277.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  278.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  279.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  280.             'error_controller' => 'getErrorController2Service',
  281.             'event_dispatcher' => 'getEventDispatcherService',
  282.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  283.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  284.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  285.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  286.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  287.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  288.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  289.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  290.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  291.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  292.             'http_kernel' => 'getHttpKernelService',
  293.             'jms_serializer' => 'getJmsSerializerService',
  294.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  295.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  296.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  297.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  298.             'k2r2_remote_sftp_filesystem' => 'getK2r2RemoteSftpFilesystemService',
  299.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  300.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  301.             'knp_paginator' => 'getKnpPaginatorService',
  302.             'knpu.oauth2.client.nellapp' => 'getKnpu_Oauth2_Client_NellappService',
  303.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  304.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  305.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  306.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  307.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  308.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  309.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  310.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  311.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  312.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  313.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  314.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  315.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  316.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  317.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  318.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  319.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  320.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  321.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  322.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  323.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  324.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  325.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  326.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  327.             'nelmio_api_doc.generator.core_sync' => 'getNelmioApiDoc_Generator_CoreSyncService',
  328.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  329.             'nelmio_api_doc.generator.partner_api' => 'getNelmioApiDoc_Generator_PartnerApiService',
  330.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  331.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  332.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  333.             'oneup_uploader.controller.channel_images' => 'getOneupUploader_Controller_ChannelImagesService',
  334.             'oneup_uploader.controller.k2r2_remote_video' => 'getOneupUploader_Controller_K2r2RemoteVideoService',
  335.             'oneup_uploader.controller.practical_case_resource_file' => 'getOneupUploader_Controller_PracticalCaseResourceFileService',
  336.             'oneup_uploader.controller.practical_case_response_file' => 'getOneupUploader_Controller_PracticalCaseResponseFileService',
  337.             'oneup_uploader.controller.user_avatar' => 'getOneupUploader_Controller_UserAvatarService',
  338.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  339.             'oneup_uploader.orphanage.practical_case_resource_file' => 'getOneupUploader_Orphanage_PracticalCaseResourceFileService',
  340.             'oneup_uploader.orphanage.practical_case_response_file' => 'getOneupUploader_Orphanage_PracticalCaseResponseFileService',
  341.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  342.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  343.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  344.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  345.             'practicalCaseResponse_filesystem' => 'getPracticalCaseResponseFilesystemService',
  346.             'practicalCase_filesystem' => 'getPracticalCaseFilesystemService',
  347.             'request_stack' => 'getRequestStackService',
  348.             'router' => 'getRouterService',
  349.             'routing.loader' => 'getRouting_LoaderService',
  350.             'services_resetter' => 'getServicesResetterService',
  351.             'spiriit_form_filter.filter_prepare' => 'getSpiriitFormFilter_FilterPrepareService',
  352.             'spiriit_form_filter.query_builder_updater' => 'getSpiriitFormFilter_QueryBuilderUpdaterService',
  353.             'translator' => 'getTranslatorService',
  354.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  355.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  356.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  357.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  358.             'cache_clearer' => 'getCacheClearerService',
  359.             'filesystem' => 'getFilesystemService',
  360.             'serializer' => 'getSerializerService',
  361.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  362.             'form.factory' => 'getForm_FactoryService',
  363.             'form.type.file' => 'getForm_Type_FileService',
  364.             'profiler' => 'getProfilerService',
  365.             'twig' => 'getTwigService',
  366.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  367.             'security.token_storage' => 'getSecurity_TokenStorageService',
  368.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  369.             'session' => 'getSessionService',
  370.             'validator' => 'getValidatorService',
  371.         ];
  372.         $this->aliases = [
  373.             'database_connection' => 'doctrine.dbal.default_connection',
  374.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  375.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  376.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  377.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  378.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  379.             'oauth2.registry' => 'knpu.oauth2.registry',
  380.         ];
  381.         $this->privates['service_container'] = function () {
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  388.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  389.             include_once \dirname(__DIR__4).'/src/Service/Account/UserAvatar.php';
  390.             include_once \dirname(__DIR__4).'/src/Service/Bunny/BunnyVideoPlayService.php';
  391.             include_once \dirname(__DIR__4).'/src/Service/Channel/Image/ImageUrlGenerator.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  404.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  434.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  497.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Mapping/Loader/AttributeLoader.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  539.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  560.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  593.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  595.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  596.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  599.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  600.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  601.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  602.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  619.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  621.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  622.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  627.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  628.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  629.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  630.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  632.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  636.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  638.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ActionRequestTrait.php';
  641.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ParamConverter/AutoInstanceObjectParamConverter.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  649.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  651.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  652.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  653.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  654.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/ControllerEntityResolverSubscriber.php';
  655.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/DeviceIdSubscriber.php';
  656.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RequestChannelDomainSubscriber.php';
  657.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RouteSecuritySubscriber.php';
  658.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntitiesService.php';
  659.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntityKeys.php';
  660.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/ChannelMainDomainUtils.php';
  661.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/DomainsRoutingUtils.php';
  662.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGeneratorInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainTrait.php';
  665.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/AbstractUrlGenerator.php';
  666.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGenerator.php';
  667.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/HandleExpireTokenSubscriber.php';
  668.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/RouteCollectionLoaderInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/AbstractRouteCollectionLoader.php';
  670.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Loader/RouteCollectionLoader.php';
  671.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Routing/RouteClient.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteNormalizer.php';
  674.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/AbstractForceUserFromSetupSubscriber.php';
  675.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ForceUserFromSetupSubscriber.php';
  676.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  677.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  678.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  679.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  681.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/UserResourceRepositoryInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository/UserFromChannelRepositoryInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository/UserFromChannelRepositoryTrait.php';
  684.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/UserFromChannelRepository.php';
  685.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Action/ActionRetriever.php';
  686.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionControllerSubscriber.php';
  687.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/DeserializeActionControllerSubscriber.php';
  688.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/SerializerInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/SerializerAdapter.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  706.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/YamlFileLoader.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  708.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/XmlFileLoader.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  713.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Loader/AnnotatedRouteControllerLoader.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  716.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/RequestContext.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  721.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/SymfonyUrlGenerator.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  728.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  745.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/BunnyVideoNormalizer.php';
  746.             include_once \dirname(__DIR__4).'/src/Serializer/ScholarNormalizer.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  753.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Serializer/Normalizer/TrackDataActivityNormalizer.php';
  754.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Service/ActivityFeedService.php';
  755.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/AbstractSerialRelationHandler.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  758.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Denormalizer/SerialRelationDenormalizer.php';
  759.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Normalizer/SerialRelationNormalizer.php';
  760.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Normalizer/RouteCollectionNormalizer.php';
  761.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/EntityNormalizer.php';
  762.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/PaginationNormalizer.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  798.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  801.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  802.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  803.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  804.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  805.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  806.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  807.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  808.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  809.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  810.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  811.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  814.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  832.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/GetAvatarExtension.php';
  833.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/GetCountAnswersExtension.php';
  834.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/NotificationExtension.php';
  835.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Achievement/AchievementTimeLogExtension.php';
  836.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Achievement/ProgressionExtension.php';
  837.             include_once \dirname(__DIR__4).'/src/Twig/Extension/AdviceExtension.php';
  838.             include_once \dirname(__DIR__4).'/src/Twig/Extension/AssignableExtension.php';
  839.             include_once \dirname(__DIR__4).'/src/Twig/Extension/BunnyExtension.php';
  840.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelDescriptionExtension.php';
  841.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelTrainingsExtension.php';
  842.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelUserCheckExtension.php';
  843.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/SharedChannelExtension.php';
  844.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/SharedProgressExtension.php';
  845.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelExtension.php';
  846.             include_once \dirname(__DIR__4).'/src/Twig/Extension/CountryExtension.php';
  847.             include_once \dirname(__DIR__4).'/src/Twig/Extension/EntityExtension.php';
  848.             include_once \dirname(__DIR__4).'/src/Twig/Extension/EnumKeyTransExtension.php';
  849.             include_once \dirname(__DIR__4).'/src/Twig/Extension/FileExtension.php';
  850.             include_once \dirname(__DIR__4).'/src/Twig/Extension/FooterExtension.php';
  851.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Forum/MessageExtension.php';
  852.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ImageExtension.php';
  853.             include_once \dirname(__DIR__4).'/src/Twig/Extension/LockContentExtension.php';
  854.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Manager/ScholarCounterExtension.php';
  855.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Manager/ScholarLinkExtension.php';
  856.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Manager/ScholarPermissionCounterExtension.php';
  857.             include_once \dirname(__DIR__4).'/src/Twig/Extension/RatingExtension.php';
  858.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarChapterExtension.php';
  859.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarExerciseExtension.php';
  860.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarLessonExtension.php';
  861.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarModuleExtension.php';
  862.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarNavigationExtension.php';
  863.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarPracticalCaseExtension.php';
  864.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarStatusExtension.php';
  865.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarTrainingDescriptionExtension.php';
  866.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarTrainingExtension.php';
  867.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Scholar/ScholarTrainingTypeExtension.php';
  868.             include_once \dirname(__DIR__4).'/src/Twig/Extension/SearchExtension.php';
  869.             include_once \dirname(__DIR__4).'/src/Twig/Extension/SecondsToFormattedStringExtension.php';
  870.             include_once \dirname(__DIR__4).'/src/Twig/Extension/SnackExtension.php';
  871.             include_once \dirname(__DIR__4).'/src/Twig/Extension/TimerExtension.php';
  872.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  874.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  875.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  876.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  878.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  880.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  881.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  882.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  883.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  884.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  887.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  888.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  889.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  890.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  891.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Extension/PermissionExtension.php';
  892.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/DomainsRoutingExtension.php';
  893.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/UrlGeneratorExtension.php';
  894.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/AppExtension.php';
  895.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/BooleanExtension.php';
  896.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelContactExtension.php';
  897.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelExtension.php';
  898.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelGetterExtension.php';
  899.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelUserDataExtension.php';
  900.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChatNotificationExtension.php';
  901.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ContactExtension.php';
  902.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/CustomizableViewExtension.php';
  903.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/DateDiffExtension.php';
  904.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnumForFormExtension.php';
  905.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnvExtension.php';
  906.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FileExtension.php';
  907.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FormExtension.php';
  908.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/HeaderExtension.php';
  909.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/IaExtension.php';
  910.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ImageExtension.php';
  911.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFileExtension.php';
  912.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFormatExtension.php';
  913.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PaginationExtension.php';
  914.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PlanningExtension.php';
  915.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SerializerExtension.php';
  916.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavExtension.php';
  917.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavItemExtension.php';
  918.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/UserExtension.php';
  919.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/VersionExtension.php';
  920.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/WebSocketExtension.php';
  921.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Extension/UserFromChannelExtension.php';
  922.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Twig/Extension/TimeExtension.php';
  923.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  925.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Twig/Extension/RoutingExtension.php';
  926.             include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Routing/Generator/WebSocketWrapperUrlGenerator.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  928.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  929.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  930.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  938.             include_once __DIR__.'/proxy-classes.php';
  939.         };
  940.     }
  941.     public function compile(): void
  942.     {
  943.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  944.     }
  945.     public function isCompiled(): bool
  946.     {
  947.         return true;
  948.     }
  949.     public function getRemovedIds(): array
  950.     {
  951.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  952.     }
  953.     protected function createProxy($class\Closure $factory)
  954.     {
  955.         return $factory();
  956.     }
  957.     /**
  958.      * Gets the public '.container.private.cache_clearer' shared service.
  959.      *
  960.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  961.      */
  962.     protected function get_Container_Private_CacheClearerService()
  963.     {
  964.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  965.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  966.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  967.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  968.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  969.         }, 2));
  970.     }
  971.     /**
  972.      * Gets the public '.container.private.filesystem' shared service.
  973.      *
  974.      * @return \Symfony\Component\Filesystem\Filesystem
  975.      */
  976.     protected function get_Container_Private_FilesystemService()
  977.     {
  978.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  979.     }
  980.     /**
  981.      * Gets the public '.container.private.form.factory' shared service.
  982.      *
  983.      * @return \Symfony\Component\Form\FormFactory
  984.      */
  985.     protected function get_Container_Private_Form_FactoryService()
  986.     {
  987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  989.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  990.     }
  991.     /**
  992.      * Gets the public '.container.private.form.type.file' shared service.
  993.      *
  994.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  995.      */
  996.     protected function get_Container_Private_Form_Type_FileService()
  997.     {
  998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1001.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1002.     }
  1003.     /**
  1004.      * Gets the public '.container.private.profiler' shared service.
  1005.      *
  1006.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1007.      */
  1008.     protected function get_Container_Private_ProfilerService()
  1009.     {
  1010.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1011.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1012.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1013.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1014.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1015.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1016.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1017.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1018.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1019.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1020.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1021.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1022.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1023.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1024.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1025.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1026.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1027.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1028.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1029.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1030.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1031.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1032.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1033.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1034.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1035.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1036.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1037.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1038.         if ($this->has('kernel')) {
  1039.             $h->setKernel($b);
  1040.         }
  1041.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1042.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1043.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1044.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1045.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1046.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1047.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1048.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1049.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1050.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1051.         $instance->add($d);
  1052.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1053.         $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));
  1054.         $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())));
  1055.         $instance->add($e);
  1056.         $instance->add($f);
  1057.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1058.         $instance->add($g);
  1059.         $instance->add($h);
  1060.         return $instance;
  1061.     }
  1062.     /**
  1063.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1064.      *
  1065.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1066.      */
  1067.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1068.     {
  1069.         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);
  1070.     }
  1071.     /**
  1072.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1073.      *
  1074.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1075.      */
  1076.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1077.     {
  1078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1082.         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())));
  1083.     }
  1084.     /**
  1085.      * Gets the public '.container.private.security.password_encoder' shared service.
  1086.      *
  1087.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1088.      *
  1089.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1090.      */
  1091.     protected function get_Container_Private_Security_PasswordEncoderService()
  1092.     {
  1093.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1094.         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()));
  1095.     }
  1096.     /**
  1097.      * Gets the public '.container.private.security.token_storage' shared service.
  1098.      *
  1099.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1100.      */
  1101.     protected function get_Container_Private_Security_TokenStorageService()
  1102.     {
  1103.         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, [
  1104.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1105.         ], [
  1106.             'request_stack' => '?',
  1107.         ]));
  1108.     }
  1109.     /**
  1110.      * Gets the public '.container.private.serializer' shared service.
  1111.      *
  1112.      * @return \Symfony\Component\Serializer\Serializer
  1113.      */
  1114.     protected function get_Container_Private_SerializerService()
  1115.     {
  1116.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1117.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1118.         $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1119.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1120.         $e = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b);
  1121.         $f = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$c$a$d$eNULL, []);
  1122.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  1123.         $h = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1124.         $i = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer($b$c$a$d$eNULL, []);
  1125.         $i->setEm($h);
  1126.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => new \App\Serializer\Normalizer\BunnyVideoNormalizer(($this->privates['App\\Service\\Bunny\\BunnyVideoPlayService'] ?? ($this->privates['App\\Service\\Bunny\\BunnyVideoPlayService'] = new \App\Service\Bunny\BunnyVideoPlayService($this->getEnv('BUNNY_CDNHOSTNAME'), $this->getEnv('BUNNY_LIBRARY_ID'))))), => new \App\Serializer\ScholarNormalizer($f$g, ($this->services['router'] ?? $this->getRouterService()), ($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService())), => new \Nellapp\Bundle\SDKBundle\ActivityFeed\Serializer\Normalizer\TrackDataActivityNormalizer(new \Nellapp\Bundle\SDKBundle\ActivityFeed\Service\ActivityFeedService($g), $f), => new \Nellapp\Bundle\SDKBundle\Serializer\SerialRelation\Denormalizer\SerialRelationDenormalizer($h), => 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())), => $i=> new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer(new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter()), 10 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), 15 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($b$c$d$eNULL, [])), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 20 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 21 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 22 => $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()]);
  1127.     }
  1128.     /**
  1129.      * Gets the public '.container.private.session' shared service.
  1130.      *
  1131.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1132.      */
  1133.     protected function get_Container_Private_SessionService()
  1134.     {
  1135.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1137.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  1138.     }
  1139.     /**
  1140.      * Gets the public '.container.private.twig' shared service.
  1141.      *
  1142.      * @return \Twig\Environment
  1143.      */
  1144.     protected function get_Container_Private_TwigService()
  1145.     {
  1146.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1147.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1148.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1149.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1150.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1151.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1152.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1153.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1154.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1155.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1156.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1157.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1158.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1159.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1160.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1161.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1162.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1163.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1164.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1165.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1166.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NellappSDKBundle'), 'NellappSDK');
  1167.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), 'NellappSDK');
  1168.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), '!NellappSDK');
  1169.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), 'DrosalysWebForm');
  1170.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), '!DrosalysWebForm');
  1171.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
  1172.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
  1173.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), 'SpiriitFormFilter');
  1174.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), '!SpiriitFormFilter');
  1175.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1176.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1177.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1178.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1179.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1180.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1181.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1182.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1183.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1184.         $f = ($this->services['router'] ?? $this->getRouterService());
  1185.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1186.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1187.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1188.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1189.         $j = new \Knp\Menu\Util\MenuManipulator();
  1190.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1191.         $l = new \Symfony\Bridge\Twig\AppVariable();
  1192.         $l->setEnvironment('dev');
  1193.         $l->setDebug(true);
  1194.         if ($this->has('.container.private.security.token_storage')) {
  1195.             $l->setTokenStorage($h);
  1196.         }
  1197.         if ($this->has('request_stack')) {
  1198.             $l->setRequestStack($g);
  1199.         }
  1200.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1201.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1202.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1203.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1204.         $instance->addExtension($d);
  1205.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1206.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1207.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1208.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1209.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1210.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1211.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService())));
  1212.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1213.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1214.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1215.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1216.         $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)));
  1217.         $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())));
  1218.         $instance->addExtension(new \App\Twig\Extension\Account\GetAvatarExtension(($this->privates['App\\Service\\Account\\UserAvatar'] ?? $this->getUserAvatarService())));
  1219.         $instance->addExtension(new \App\Twig\Extension\Account\GetCountAnswersExtension());
  1220.         $instance->addExtension(new \App\Twig\Extension\Account\NotificationExtension());
  1221.         $instance->addExtension(new \App\Twig\Extension\Achievement\AchievementTimeLogExtension());
  1222.         $instance->addExtension(new \App\Twig\Extension\Achievement\ProgressionExtension());
  1223.         $instance->addExtension(new \App\Twig\Extension\AdviceExtension());
  1224.         $instance->addExtension(new \App\Twig\Extension\AssignableExtension());
  1225.         $instance->addExtension(new \App\Twig\Extension\BunnyExtension());
  1226.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelDescriptionExtension());
  1227.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelTrainingsExtension());
  1228.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelUserCheckExtension());
  1229.         $instance->addExtension(new \App\Twig\Extension\Channel\SharedChannelExtension());
  1230.         $instance->addExtension(new \App\Twig\Extension\Channel\SharedProgressExtension());
  1231.         $instance->addExtension(new \App\Twig\Extension\ChannelExtension());
  1232.         $instance->addExtension(new \App\Twig\Extension\CountryExtension());
  1233.         $instance->addExtension(new \App\Twig\Extension\EntityExtension());
  1234.         $instance->addExtension(new \App\Twig\Extension\EnumKeyTransExtension());
  1235.         $instance->addExtension(new \App\Twig\Extension\FileExtension());
  1236.         $instance->addExtension(new \App\Twig\Extension\FooterExtension());
  1237.         $instance->addExtension(new \App\Twig\Extension\Forum\MessageExtension());
  1238.         $instance->addExtension(new \App\Twig\Extension\ImageExtension(($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService())));
  1239.         $instance->addExtension(new \App\Twig\Extension\LockContentExtension());
  1240.         $instance->addExtension(new \App\Twig\Extension\Manager\ScholarCounterExtension());
  1241.         $instance->addExtension(new \App\Twig\Extension\Manager\ScholarLinkExtension());
  1242.         $instance->addExtension(new \App\Twig\Extension\Manager\ScholarPermissionCounterExtension());
  1243.         $instance->addExtension(new \App\Twig\Extension\RatingExtension());
  1244.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarChapterExtension());
  1245.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarExerciseExtension());
  1246.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarLessonExtension());
  1247.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarModuleExtension());
  1248.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarNavigationExtension());
  1249.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarPracticalCaseExtension());
  1250.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarStatusExtension());
  1251.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingDescriptionExtension());
  1252.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingExtension());
  1253.         $instance->addExtension(new \App\Twig\Extension\Scholar\ScholarTrainingTypeExtension());
  1254.         $instance->addExtension(new \App\Twig\Extension\SearchExtension());
  1255.         $instance->addExtension(new \App\Twig\Extension\SecondsToFormattedStringExtension());
  1256.         $instance->addExtension(new \App\Twig\Extension\SnackExtension());
  1257.         $instance->addExtension(new \App\Twig\Extension\TimerExtension());
  1258.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1259.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1260.         $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, [
  1261.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  1262.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  1263.         ], [
  1264.             'list' => '?',
  1265.             'twig' => '?',
  1266.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1267.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  1268.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  1269.         }, 2)), $j$k), $k$j));
  1270.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1271.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1272.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1273.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1274.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1275.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1276.         ], [
  1277.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1278.             'webpack_encore.tag_renderer' => '?',
  1279.         ])));
  1280.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1281.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1282.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1283.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1284.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension());
  1285.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\DomainsRoutingExtension());
  1286.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension());
  1287.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\AppExtension());
  1288.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension());
  1289.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelContactExtension());
  1290.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension());
  1291.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension());
  1292.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension());
  1293.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension());
  1294.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ContactExtension());
  1295.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension());
  1296.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\DateDiffExtension());
  1297.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnumForFormExtension());
  1298.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension());
  1299.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension());
  1300.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension());
  1301.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension());
  1302.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\IaExtension());
  1303.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension());
  1304.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension());
  1305.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFormatExtension());
  1306.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension());
  1307.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PlanningExtension());
  1308.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension());
  1309.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension());
  1310.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension());
  1311.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension());
  1312.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension());
  1313.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\WebSocketExtension());
  1314.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Channel\Twig\Extension\UserFromChannelExtension());
  1315.         $instance->addExtension(new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(new \Knp\Bundle\TimeBundle\DateTimeFormatter($c)));
  1316.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1317.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'false],
  1318.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'false],
  1319.         ], [
  1320.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  1321.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1322.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  1323.         $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()))));
  1324.         $instance->addGlobal('app'$l);
  1325.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1326.             'App\\Twig\\Runtime\\Account\\GetAvatarRuntime' => ['privates''App\\Twig\\Runtime\\Account\\GetAvatarRuntime''getGetAvatarRuntimeService'false],
  1327.             'App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime' => ['privates''App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime''getGetCountAnswersRuntimeService'false],
  1328.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => ['privates''App\\Twig\\Runtime\\Account\\NotificationRuntime''getNotificationRuntimeService'false],
  1329.             'App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime' => ['privates''App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime''getAchievementTimeLogRuntimeService'false],
  1330.             'App\\Twig\\Runtime\\Achievement\\ProgressionRuntime' => ['privates''App\\Twig\\Runtime\\Achievement\\ProgressionRuntime''getProgressionRuntimeService'false],
  1331.             'App\\Twig\\Runtime\\AdviceRuntime' => ['privates''App\\Twig\\Runtime\\AdviceRuntime''getAdviceRuntimeService'false],
  1332.             'App\\Twig\\Runtime\\AssignableRuntime' => ['privates''App\\Twig\\Runtime\\AssignableRuntime''getAssignableRuntimeService'false],
  1333.             'App\\Twig\\Runtime\\BunnyRuntime' => ['privates''App\\Twig\\Runtime\\BunnyRuntime''getBunnyRuntimeService'false],
  1334.             'App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime''getChannelDescriptionRuntimeService'false],
  1335.             'App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime''getChannelTrainingsRuntimeService'false],
  1336.             'App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime''getChannelUserCheckRuntimeService'false],
  1337.             'App\\Twig\\Runtime\\Channel\\SharedChannelRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\SharedChannelRuntime''getSharedChannelRuntimeService'false],
  1338.             'App\\Twig\\Runtime\\Channel\\SharedProgressionRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\SharedProgressionRuntime''getSharedProgressionRuntimeService'false],
  1339.             'App\\Twig\\Runtime\\ChannelRuntime' => ['privates''App\\Twig\\Runtime\\ChannelRuntime''getChannelRuntimeService'false],
  1340.             'App\\Twig\\Runtime\\CountryRuntime' => ['privates''App\\Twig\\Runtime\\CountryRuntime''getCountryRuntimeService'false],
  1341.             'App\\Twig\\Runtime\\EntityRuntime' => ['privates''App\\Twig\\Runtime\\EntityRuntime''getEntityRuntimeService'false],
  1342.             'App\\Twig\\Runtime\\EnumKeyTransRuntime' => ['privates''App\\Twig\\Runtime\\EnumKeyTransRuntime''getEnumKeyTransRuntimeService'false],
  1343.             'App\\Twig\\Runtime\\FileRuntime' => ['privates''App\\Twig\\Runtime\\FileRuntime''getFileRuntimeService'false],
  1344.             'App\\Twig\\Runtime\\FooterRuntime' => ['privates''App\\Twig\\Runtime\\FooterRuntime''getFooterRuntimeService'false],
  1345.             'App\\Twig\\Runtime\\Forum\\MessageRuntime' => ['privates''App\\Twig\\Runtime\\Forum\\MessageRuntime''getMessageRuntimeService'false],
  1346.             'App\\Twig\\Runtime\\ImageRuntime' => ['privates''App\\Twig\\Runtime\\ImageRuntime''getImageRuntimeService'false],
  1347.             'App\\Twig\\Runtime\\LockContentRuntime' => ['privates''App\\Twig\\Runtime\\LockContentRuntime''getLockContentRuntimeService'false],
  1348.             'App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime' => ['privates''App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime''getScholarCounterRuntimeService'false],
  1349.             'App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime' => ['privates''App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime''getScholarLinkRuntimeService'false],
  1350.             'App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime' => ['privates''App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime''getScholarPermissionCounterRuntimeService'false],
  1351.             'App\\Twig\\Runtime\\RatingRuntime' => ['privates''App\\Twig\\Runtime\\RatingRuntime''getRatingRuntimeService'false],
  1352.             'App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime''getScholarChapterRuntimeService'false],
  1353.             'App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime''getScholarExerciseRuntimeService'false],
  1354.             'App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime''getScholarLessonRuntimeService'false],
  1355.             'App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime''getScholarModuleRuntimeService'false],
  1356.             'App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime''getScholarNavigationRuntimeService'false],
  1357.             'App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime''getScholarPracticalCaseRuntimeService'false],
  1358.             'App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime''getScholarStatusRuntimeService'false],
  1359.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime''getScholarTrainingDescriptionRuntimeService'false],
  1360.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime''getScholarTrainingRuntimeService'false],
  1361.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime' => ['privates''App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime''getScholarTrainingTypeRuntimeService'false],
  1362.             'App\\Twig\\Runtime\\SearchRuntime' => ['privates''App\\Twig\\Runtime\\SearchRuntime''getSearchRuntimeService'false],
  1363.             'App\\Twig\\Runtime\\SecondsToFomattedStringRuntime' => ['privates''App\\Twig\\Runtime\\SecondsToFomattedStringRuntime''getSecondsToFomattedStringRuntimeService'false],
  1364.             'App\\Twig\\Runtime\\SnackRuntime' => ['privates''App\\Twig\\Runtime\\SnackRuntime''getSnackRuntimeService'false],
  1365.             'App\\Twig\\Runtime\\TimerRuntime' => ['privates''App\\Twig\\Runtime\\TimerRuntime''getTimerRuntimeService'false],
  1366.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1367.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1368.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1369.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1370.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1371.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime''getChannelUserDataPermissionRuntimeService'false],
  1372.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime''getTranslateRuntimeService'false],
  1373.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime''getUserOwnerRuntimeService'false],
  1374.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime''getDomainsRoutingRuntimeService'false],
  1375.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime''getUrlGeneratorRuntimeService'false],
  1376.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime''getAppRuntimeService'false],
  1377.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime''getBooleanRuntimeService'false],
  1378.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelContactRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelContactRuntime''getChannelContactRuntimeService'false],
  1379.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime''getChannelGetterRuntimeService'false],
  1380.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime''getChannelRuntime2Service'false],
  1381.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime''getChannelUserDataRuntimeService'false],
  1382.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime''getChatNotificationRuntimeService'false],
  1383.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ContactRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ContactRuntime''getContactRuntimeService'false],
  1384.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime''getCustomizableViewRuntimeService'false],
  1385.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\DateDiffRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\DateDiffRuntime''getDateDiffRuntimeService'false],
  1386.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnumForFormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnumForFormRuntime''getEnumForFormRuntimeService'false],
  1387.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime''getEnvRuntimeService'false],
  1388.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime''getFileRuntime2Service'false],
  1389.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime''getFormRuntimeService'false],
  1390.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime''getHeaderRuntimeService'false],
  1391.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime''getIaRuntimeService'false],
  1392.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime''getImageRunTime2Service'false],
  1393.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime''getNellappFileRuntimeService'false],
  1394.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime''getNellappFormatRuntimeService'false],
  1395.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime''getPaginationRuntimeService'false],
  1396.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PlanningRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PlanningRuntime''getPlanningRuntimeService'false],
  1397.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime''getSerializerRuntimeService'false],
  1398.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime''getSideNavItemRuntimeService'false],
  1399.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime''getSideNavRuntimeService'false],
  1400.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime''getUserRunTimeService'false],
  1401.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime''getVersionRuntimeService'false],
  1402.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime''getWebSocketRuntimeService'false],
  1403.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime''getUserFromChannelRuntimeService'false],
  1404.         ], [
  1405.             'App\\Twig\\Runtime\\Account\\GetAvatarRuntime' => '?',
  1406.             'App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime' => '?',
  1407.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => '?',
  1408.             'App\\Twig\\Runtime\\Achievement\\AchievementTimeLogRuntime' => '?',
  1409.             'App\\Twig\\Runtime\\Achievement\\ProgressionRuntime' => '?',
  1410.             'App\\Twig\\Runtime\\AdviceRuntime' => '?',
  1411.             'App\\Twig\\Runtime\\AssignableRuntime' => '?',
  1412.             'App\\Twig\\Runtime\\BunnyRuntime' => '?',
  1413.             'App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime' => '?',
  1414.             'App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime' => '?',
  1415.             'App\\Twig\\Runtime\\Channel\\ChannelUserCheckRuntime' => '?',
  1416.             'App\\Twig\\Runtime\\Channel\\SharedChannelRuntime' => '?',
  1417.             'App\\Twig\\Runtime\\Channel\\SharedProgressionRuntime' => '?',
  1418.             'App\\Twig\\Runtime\\ChannelRuntime' => '?',
  1419.             'App\\Twig\\Runtime\\CountryRuntime' => '?',
  1420.             'App\\Twig\\Runtime\\EntityRuntime' => '?',
  1421.             'App\\Twig\\Runtime\\EnumKeyTransRuntime' => '?',
  1422.             'App\\Twig\\Runtime\\FileRuntime' => '?',
  1423.             'App\\Twig\\Runtime\\FooterRuntime' => '?',
  1424.             'App\\Twig\\Runtime\\Forum\\MessageRuntime' => '?',
  1425.             'App\\Twig\\Runtime\\ImageRuntime' => '?',
  1426.             'App\\Twig\\Runtime\\LockContentRuntime' => '?',
  1427.             'App\\Twig\\Runtime\\Manager\\ScholarCounterRuntime' => '?',
  1428.             'App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime' => '?',
  1429.             'App\\Twig\\Runtime\\Manager\\ScholarPermissionCounterRuntime' => '?',
  1430.             'App\\Twig\\Runtime\\RatingRuntime' => '?',
  1431.             'App\\Twig\\Runtime\\Scholar\\ScholarChapterRuntime' => '?',
  1432.             'App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime' => '?',
  1433.             'App\\Twig\\Runtime\\Scholar\\ScholarLessonRuntime' => '?',
  1434.             'App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime' => '?',
  1435.             'App\\Twig\\Runtime\\Scholar\\ScholarNavigationRuntime' => '?',
  1436.             'App\\Twig\\Runtime\\Scholar\\ScholarPracticalCaseRuntime' => '?',
  1437.             'App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime' => '?',
  1438.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime' => '?',
  1439.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingRuntime' => '?',
  1440.             'App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime' => '?',
  1441.             'App\\Twig\\Runtime\\SearchRuntime' => '?',
  1442.             'App\\Twig\\Runtime\\SecondsToFomattedStringRuntime' => '?',
  1443.             'App\\Twig\\Runtime\\SnackRuntime' => '?',
  1444.             'App\\Twig\\Runtime\\TimerRuntime' => '?',
  1445.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1446.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1447.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1448.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1449.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1450.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => '?',
  1451.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => '?',
  1452.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => '?',
  1453.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => '?',
  1454.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => '?',
  1455.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => '?',
  1456.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => '?',
  1457.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelContactRuntime' => '?',
  1458.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => '?',
  1459.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => '?',
  1460.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => '?',
  1461.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => '?',
  1462.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ContactRuntime' => '?',
  1463.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => '?',
  1464.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\DateDiffRuntime' => '?',
  1465.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnumForFormRuntime' => '?',
  1466.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => '?',
  1467.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => '?',
  1468.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => '?',
  1469.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => '?',
  1470.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime' => '?',
  1471.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => '?',
  1472.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => '?',
  1473.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => '?',
  1474.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => '?',
  1475.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PlanningRuntime' => '?',
  1476.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => '?',
  1477.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => '?',
  1478.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => '?',
  1479.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => '?',
  1480.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => '?',
  1481.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => '?',
  1482.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Twig\\Runtime\\UserFromChannelRuntime' => '?',
  1483.         ])));
  1484.         $instance->addGlobal('nellapp_wordpress_url'$this->getEnv('NELLAPP_WORDPRESS_URL'));
  1485.         $instance->addGlobal('global_alert'$this->getEnv('NELLAPP_GLOBAL_ALERT'));
  1486.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1487.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1488.         $instance->registerUndefinedTokenParserCallback([=> $m=> 'suggestTag']);
  1489.         (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',')))->configure($instance);
  1490.         return $instance;
  1491.     }
  1492.     /**
  1493.      * Gets the public '.container.private.validator' shared service.
  1494.      *
  1495.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1496.      */
  1497.     protected function get_Container_Private_ValidatorService()
  1498.     {
  1499.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1500.     }
  1501.     /**
  1502.      * Gets the public 'App\Controller\Admin\CustomPage\CreatePageController' shared autowired service.
  1503.      *
  1504.      * @return \App\Controller\Admin\CustomPage\CreatePageController
  1505.      */
  1506.     protected function getCreatePageControllerService()
  1507.     {
  1508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1509.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/CreatePageController.php';
  1510.         $this->services['App\\Controller\\Admin\\CustomPage\\CreatePageController'] = $instance = new \App\Controller\Admin\CustomPage\CreatePageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
  1511.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Admin\\CustomPage\\CreatePageController'$this));
  1512.         return $instance;
  1513.     }
  1514.     /**
  1515.      * Gets the public 'App\Controller\Admin\CustomPage\DeletePageController' shared autowired service.
  1516.      *
  1517.      * @return \App\Controller\Admin\CustomPage\DeletePageController
  1518.      */
  1519.     protected function getDeletePageControllerService()
  1520.     {
  1521.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1522.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/DeletePageController.php';
  1523.         $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()));
  1524.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Admin\\CustomPage\\DeletePageController'$this));
  1525.         return $instance;
  1526.     }
  1527.     /**
  1528.      * Gets the public 'App\Controller\Admin\CustomPage\EditPageController' shared autowired service.
  1529.      *
  1530.      * @return \App\Controller\Admin\CustomPage\EditPageController
  1531.      */
  1532.     protected function getEditPageControllerService()
  1533.     {
  1534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1535.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/EditPageController.php';
  1536.         $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()));
  1537.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Admin\\CustomPage\\EditPageController'$this));
  1538.         return $instance;
  1539.     }
  1540.     /**
  1541.      * Gets the public 'App\Controller\Admin\CustomPage\ListCustomPageController' shared autowired service.
  1542.      *
  1543.      * @return \App\Controller\Admin\CustomPage\ListCustomPageController
  1544.      */
  1545.     protected function getListCustomPageControllerService()
  1546.     {
  1547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1548.         include_once \dirname(__DIR__4).'/src/Controller/Admin/CustomPage/ListCustomPageController.php';
  1549.         $this->services['App\\Controller\\Admin\\CustomPage\\ListCustomPageController'] = $instance = new \App\Controller\Admin\CustomPage\ListCustomPageController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
  1550.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Admin\\CustomPage\\ListCustomPageController'$this));
  1551.         return $instance;
  1552.     }
  1553.     /**
  1554.      * Gets the public 'App\Controller\Admin\DashboardController' shared autowired service.
  1555.      *
  1556.      * @return \App\Controller\Admin\DashboardController
  1557.      */
  1558.     protected function getDashboardControllerService()
  1559.     {
  1560.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  1561.         include_once \dirname(__DIR__4).'/src/Controller/Admin/DashboardController.php';
  1562.         $this->services['App\\Controller\\Admin\\DashboardController'] = $instance = new \App\Controller\Admin\DashboardController();
  1563.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  1564.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  1565.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1566.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  1567.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1568.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1569.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1570.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  1571.         return $instance;
  1572.     }
  1573.     /**
  1574.      * Gets the public 'App\Controller\Async\Account\Assignable\CollectionLessonAction' shared autowired service.
  1575.      *
  1576.      * @return \App\Controller\Async\Account\Assignable\CollectionLessonAction
  1577.      */
  1578.     protected function getCollectionLessonActionService()
  1579.     {
  1580.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1581.         include_once \dirname(__DIR__4).'/src/Controller/Async/Account/Assignable/CollectionLessonAction.php';
  1582.         $this->services['App\\Controller\\Async\\Account\\Assignable\\CollectionLessonAction'] = $instance = new \App\Controller\Async\Account\Assignable\CollectionLessonAction(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  1583.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Account\\Assignable\\CollectionLessonAction'$this));
  1584.         return $instance;
  1585.     }
  1586.     /**
  1587.      * Gets the public 'App\Controller\Async\Account\Assignable\CollectionUserLinkedAction' shared autowired service.
  1588.      *
  1589.      * @return \App\Controller\Async\Account\Assignable\CollectionUserLinkedAction
  1590.      */
  1591.     protected function getCollectionUserLinkedActionService()
  1592.     {
  1593.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1594.         include_once \dirname(__DIR__4).'/src/Controller/Async/Account/Assignable/CollectionUserLinkedAction.php';
  1595.         $this->services['App\\Controller\\Async\\Account\\Assignable\\CollectionUserLinkedAction'] = $instance = new \App\Controller\Async\Account\Assignable\CollectionUserLinkedAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1596.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Account\\Assignable\\CollectionUserLinkedAction'$this));
  1597.         return $instance;
  1598.     }
  1599.     /**
  1600.      * Gets the public 'App\Controller\Async\Account\UpdateLastConnected' shared autowired service.
  1601.      *
  1602.      * @return \App\Controller\Async\Account\UpdateLastConnected
  1603.      */
  1604.     protected function getUpdateLastConnectedService()
  1605.     {
  1606.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1607.         include_once \dirname(__DIR__4).'/src/Controller/Async/Account/UpdateLastConnected.php';
  1608.         $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()));
  1609.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Account\\UpdateLastConnected'$this));
  1610.         return $instance;
  1611.     }
  1612.     /**
  1613.      * Gets the public 'App\Controller\Async\Bunny\Collection\GetDetailsAction' shared autowired service.
  1614.      *
  1615.      * @return \App\Controller\Async\Bunny\Collection\GetDetailsAction
  1616.      */
  1617.     protected function getGetDetailsActionService()
  1618.     {
  1619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1620.         include_once \dirname(__DIR__4).'/src/Controller/Async/Bunny/Collection/GetDetailsAction.php';
  1621.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  1622.         $this->services['App\\Controller\\Async\\Bunny\\Collection\\GetDetailsAction'] = $instance = new \App\Controller\Async\Bunny\Collection\GetDetailsAction(($this->privates['App\\Service\\Bunny\\BunnyVideoCollectionService'] ?? $this->getBunnyVideoCollectionServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  1623.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Bunny\\Collection\\GetDetailsAction'$this));
  1624.         return $instance;
  1625.     }
  1626.     /**
  1627.      * Gets the public 'App\Controller\Async\Bunny\Video\DeleteAction' shared autowired service.
  1628.      *
  1629.      * @return \App\Controller\Async\Bunny\Video\DeleteAction
  1630.      */
  1631.     protected function getDeleteActionService()
  1632.     {
  1633.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  1635.         include_once \dirname(__DIR__4).'/src/Controller/Async/Bunny/Video/DeleteAction.php';
  1636.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  1637.         $instance = new \App\Controller\Async\Bunny\Video\DeleteAction(($this->privates['App\\Service\\Bunny\\BunnyVideoService'] ?? $this->getBunnyVideoServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  1638.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  1639.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  1640.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  1641.         $this->services['App\Controller\Async\Bunny\Video\DeleteAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  1642.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Bunny\\Video\\DeleteAction'$this));
  1643.         return $instance;
  1644.     }
  1645.     /**
  1646.      * Gets the public 'App\Controller\Async\Bunny\Video\GetAction' shared autowired service.
  1647.      *
  1648.      * @return \App\Controller\Async\Bunny\Video\GetAction
  1649.      */
  1650.     protected function getGetActionService()
  1651.     {
  1652.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1653.         include_once \dirname(__DIR__4).'/src/Controller/Async/Bunny/Video/GetAction.php';
  1654.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  1655.         $this->services['App\\Controller\\Async\\Bunny\\Video\\GetAction'] = $instance = new \App\Controller\Async\Bunny\Video\GetAction(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  1656.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Bunny\\Video\\GetAction'$this));
  1657.         return $instance;
  1658.     }
  1659.     /**
  1660.      * Gets the public 'App\Controller\Async\Bunny\Video\GetCollectionAction' shared autowired service.
  1661.      *
  1662.      * @return \App\Controller\Async\Bunny\Video\GetCollectionAction
  1663.      */
  1664.     protected function getGetCollectionActionService()
  1665.     {
  1666.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1667.         include_once \dirname(__DIR__4).'/src/Controller/Async/Bunny/Video/GetCollectionAction.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  1669.         $this->services['App\\Controller\\Async\\Bunny\\Video\\GetCollectionAction'] = $instance = new \App\Controller\Async\Bunny\Video\GetCollectionAction(($this->privates['App\\Repository\\Bunny\\BunnyVideoRepository'] ?? $this->getBunnyVideoRepositoryService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  1670.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Bunny\\Video\\GetCollectionAction'$this));
  1671.         return $instance;
  1672.     }
  1673.     /**
  1674.      * Gets the public 'App\Controller\Async\Bunny\Video\GetVideoUsageAction' shared autowired service.
  1675.      *
  1676.      * @return \App\Controller\Async\Bunny\Video\GetVideoUsageAction
  1677.      */
  1678.     protected function getGetVideoUsageActionService()
  1679.     {
  1680.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1681.         include_once \dirname(__DIR__4).'/src/Controller/Async/Bunny/Video/GetVideoUsageAction.php';
  1682.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  1683.         $this->services['App\\Controller\\Async\\Bunny\\Video\\GetVideoUsageAction'] = $instance = new \App\Controller\Async\Bunny\Video\GetVideoUsageAction(($this->privates['App\\Service\\Bunny\\BunnyVideoUsagesService'] ?? $this->getBunnyVideoUsagesServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  1684.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Bunny\\Video\\GetVideoUsageAction'$this));
  1685.         return $instance;
  1686.     }
  1687.     /**
  1688.      * Gets the public 'App\Controller\Async\Bunny\Video\PostAction' shared autowired service.
  1689.      *
  1690.      * @return \App\Controller\Async\Bunny\Video\PostAction
  1691.      */
  1692.     protected function getPostActionService()
  1693.     {
  1694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1695.         include_once \dirname(__DIR__4).'/src/Controller/Async/Bunny/Video/PostAction.php';
  1696.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  1697.         $this->services['App\\Controller\\Async\\Bunny\\Video\\PostAction'] = $instance = new \App\Controller\Async\Bunny\Video\PostAction(($this->privates['App\\Service\\Bunny\\BunnyVideoService'] ?? $this->getBunnyVideoServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  1698.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Bunny\\Video\\PostAction'$this));
  1699.         return $instance;
  1700.     }
  1701.     /**
  1702.      * Gets the public 'App\Controller\Async\Bunny\Video\PutAction' shared autowired service.
  1703.      *
  1704.      * @return \App\Controller\Async\Bunny\Video\PutAction
  1705.      */
  1706.     protected function getPutActionService()
  1707.     {
  1708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1709.         include_once \dirname(__DIR__4).'/src/Controller/Async/Bunny/Video/PutAction.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  1711.         $this->services['App\\Controller\\Async\\Bunny\\Video\\PutAction'] = $instance = new \App\Controller\Async\Bunny\Video\PutAction(($this->privates['App\\Service\\Bunny\\BunnyVideoService'] ?? $this->getBunnyVideoServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  1712.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Bunny\\Video\\PutAction'$this));
  1713.         return $instance;
  1714.     }
  1715.     /**
  1716.      * Gets the public 'App\Controller\Async\Bunny\Video\RefreshAction' shared autowired service.
  1717.      *
  1718.      * @return \App\Controller\Async\Bunny\Video\RefreshAction
  1719.      */
  1720.     protected function getRefreshActionService()
  1721.     {
  1722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1723.         include_once \dirname(__DIR__4).'/src/Controller/Async/Bunny/Video/RefreshAction.php';
  1724.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  1725.         $this->services['App\\Controller\\Async\\Bunny\\Video\\RefreshAction'] = $instance = new \App\Controller\Async\Bunny\Video\RefreshAction(($this->privates['App\\Service\\Bunny\\BunnyVideoService'] ?? $this->getBunnyVideoServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  1726.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Bunny\\Video\\RefreshAction'$this));
  1727.         return $instance;
  1728.     }
  1729.     /**
  1730.      * Gets the public 'App\Controller\Async\Bunny\Video\TranscribeAction' shared autowired service.
  1731.      *
  1732.      * @return \App\Controller\Async\Bunny\Video\TranscribeAction
  1733.      */
  1734.     protected function getTranscribeActionService()
  1735.     {
  1736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1737.         include_once \dirname(__DIR__4).'/src/Controller/Async/Bunny/Video/TranscribeAction.php';
  1738.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  1739.         $this->services['App\\Controller\\Async\\Bunny\\Video\\TranscribeAction'] = $instance = new \App\Controller\Async\Bunny\Video\TranscribeAction(($this->privates['App\\Service\\Bunny\\BunnyVideoService'] ?? $this->getBunnyVideoServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  1740.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Bunny\\Video\\TranscribeAction'$this));
  1741.         return $instance;
  1742.     }
  1743.     /**
  1744.      * Gets the public 'App\Controller\Async\Bunny\WebHookStatusAction' shared autowired service.
  1745.      *
  1746.      * @return \App\Controller\Async\Bunny\WebHookStatusAction
  1747.      */
  1748.     protected function getWebHookStatusActionService()
  1749.     {
  1750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1751.         include_once \dirname(__DIR__4).'/src/Controller/Async/Bunny/WebHookStatusAction.php';
  1752.         $this->services['App\\Controller\\Async\\Bunny\\WebHookStatusAction'] = $instance = new \App\Controller\Async\Bunny\WebHookStatusAction(($this->privates['App\\Repository\\Bunny\\BunnyVideoRepository'] ?? $this->getBunnyVideoRepositoryService()), ($this->privates['App\\Service\\Bunny\\BunnyVideoService'] ?? $this->getBunnyVideoServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1753.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Bunny\\WebHookStatusAction'$this));
  1754.         return $instance;
  1755.     }
  1756.     /**
  1757.      * Gets the public 'App\Controller\Async\Channel\Assignable\CollectionUserAction' shared autowired service.
  1758.      *
  1759.      * @return \App\Controller\Async\Channel\Assignable\CollectionUserAction
  1760.      */
  1761.     protected function getCollectionUserActionService()
  1762.     {
  1763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1764.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Assignable/CollectionUserAction.php';
  1765.         $this->services['App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction'] = $instance = new \App\Controller\Async\Channel\Assignable\CollectionUserAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  1766.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction'$this));
  1767.         return $instance;
  1768.     }
  1769.     /**
  1770.      * Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction' shared autowired service.
  1771.      *
  1772.      * @return \App\Controller\Async\Channel\Scholar\Chapter\AttendancePostAction
  1773.      */
  1774.     protected function getAttendancePostActionService()
  1775.     {
  1776.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1777.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/AbstractAttendanceController.php';
  1778.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Chapter/AttendancePostAction.php';
  1779.         $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()));
  1780.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction'$this));
  1781.         return $instance;
  1782.     }
  1783.     /**
  1784.      * Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\ChatBot\ChatBotAction' shared autowired service.
  1785.      *
  1786.      * @return \App\Controller\Async\Channel\Scholar\Chapter\ChatBot\ChatBotAction
  1787.      */
  1788.     protected function getChatBotActionService()
  1789.     {
  1790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1791.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Chapter/ChatBot/ChatBotAction.php';
  1792.         include_once \dirname(__DIR__4).'/src/Service/OpenRouter/ChatService.php';
  1793.         include_once \dirname(__DIR__4).'/src/Service/OpenRouter/OpenRouterApiService.php';
  1794.         include_once \dirname(__DIR__4).'/src/Service/Forum/MessageManager.php';
  1795.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Chapter\ChatBot\ChatBotAction(($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()), new \App\Service\OpenRouter\ChatService(new \App\Service\OpenRouter\OpenRouterApiService(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $this->getEnv('OPENROUTER_SECRET'), $this->getEnv('OPENROUTER_URL')), ($this->privates['App\\Service\\Forum\\MessageManager'] ?? ($this->privates['App\\Service\\Forum\\MessageManager'] = new \App\Service\Forum\MessageManager())), ($this->privates['App\\Service\\Bunny\\BunnyVideoService'] ?? $this->getBunnyVideoServiceService()), ($this->privates['App\\Service\\Bunny\\BunnyVideoPlayService'] ?? ($this->privates['App\\Service\\Bunny\\BunnyVideoPlayService'] = new \App\Service\Bunny\BunnyVideoPlayService($this->getEnv('BUNNY_CDNHOSTNAME'), $this->getEnv('BUNNY_LIBRARY_ID'))))));
  1796.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction'$this));
  1797.         return $instance;
  1798.     }
  1799.     /**
  1800.      * Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\ChatBot\PostNewMessage' shared autowired service.
  1801.      *
  1802.      * @return \App\Controller\Async\Channel\Scholar\Chapter\ChatBot\PostNewMessage
  1803.      */
  1804.     protected function getPostNewMessageService()
  1805.     {
  1806.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1807.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Chapter/ChatBot/PostNewMessage.php';
  1808.         $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()));
  1809.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage'$this));
  1810.         return $instance;
  1811.     }
  1812.     /**
  1813.      * Gets the public 'App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync' shared autowired service.
  1814.      *
  1815.      * @return \App\Controller\Async\Channel\Scholar\Chapter\OrderChapterAsync
  1816.      */
  1817.     protected function getOrderChapterAsyncService()
  1818.     {
  1819.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1820.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Chapter/OrderChapterAsync.php';
  1821.         $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()));
  1822.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync'$this));
  1823.         return $instance;
  1824.     }
  1825.     /**
  1826.      * Gets the public 'App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync' shared autowired service.
  1827.      *
  1828.      * @return \App\Controller\Async\Channel\Scholar\Exercice\OrderExerciseAsync
  1829.      */
  1830.     protected function getOrderExerciseAsyncService()
  1831.     {
  1832.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1833.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Exercice/OrderExerciseAsync.php';
  1834.         $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()));
  1835.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync'$this));
  1836.         return $instance;
  1837.     }
  1838.     /**
  1839.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction' shared autowired service.
  1840.      *
  1841.      * @return \App\Controller\Async\Channel\Scholar\Lesson\AttendancePostAction
  1842.      */
  1843.     protected function getAttendancePostAction2Service()
  1844.     {
  1845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1846.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/AbstractAttendanceController.php';
  1847.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/AttendancePostAction.php';
  1848.         $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()));
  1849.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction'$this));
  1850.         return $instance;
  1851.     }
  1852.     /**
  1853.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\CollectionAction' shared autowired service.
  1854.      *
  1855.      * @return \App\Controller\Async\Channel\Scholar\Lesson\CollectionAction
  1856.      */
  1857.     protected function getCollectionActionService()
  1858.     {
  1859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1860.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/CollectionAction.php';
  1861.         $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()));
  1862.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction'$this));
  1863.         return $instance;
  1864.     }
  1865.     /**
  1866.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction' shared autowired service.
  1867.      *
  1868.      * @return \App\Controller\Async\Channel\Scholar\Lesson\ExportLessonListAction
  1869.      */
  1870.     protected function getExportLessonListActionService()
  1871.     {
  1872.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1873.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1874.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1875.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/ExportLessonListAction.php';
  1876.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1877.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
  1878.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/LessonExportScholarList.php';
  1879.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1880.         $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);
  1881.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction'$this));
  1882.         return $instance;
  1883.     }
  1884.     /**
  1885.      * Gets the public 'App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync' shared autowired service.
  1886.      *
  1887.      * @return \App\Controller\Async\Channel\Scholar\Lesson\RemoveChapterExercisePracticalCaseAsync
  1888.      */
  1889.     protected function getRemoveChapterExercisePracticalCaseAsyncService()
  1890.     {
  1891.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1892.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Lesson/RemoveChapterExercisePracticalCaseAsync.php';
  1893.         $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()));
  1894.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync'$this));
  1895.         return $instance;
  1896.     }
  1897.     /**
  1898.      * Gets the public 'App\Controller\Async\Channel\Scholar\Module\CollectionAction' shared autowired service.
  1899.      *
  1900.      * @return \App\Controller\Async\Channel\Scholar\Module\CollectionAction
  1901.      */
  1902.     protected function getCollectionAction2Service()
  1903.     {
  1904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1905.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Module/CollectionAction.php';
  1906.         $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()));
  1907.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction'$this));
  1908.         return $instance;
  1909.     }
  1910.     /**
  1911.      * Gets the public 'App\Controller\Async\Channel\Scholar\Module\ExportModuleAction' shared autowired service.
  1912.      *
  1913.      * @return \App\Controller\Async\Channel\Scholar\Module\ExportModuleAction
  1914.      */
  1915.     protected function getExportModuleActionService()
  1916.     {
  1917.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1918.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1920.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleAction.php';
  1921.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1922.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/AbstractExportScholarEntity.php';
  1923.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/ModuleExportScholarEntity.php';
  1924.         $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())));
  1925.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction'$this));
  1926.         return $instance;
  1927.     }
  1928.     /**
  1929.      * Gets the public 'App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction' shared autowired service.
  1930.      *
  1931.      * @return \App\Controller\Async\Channel\Scholar\Module\ExportModuleListAction
  1932.      */
  1933.     protected function getExportModuleListActionService()
  1934.     {
  1935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1936.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1937.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1938.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Module/ExportModuleListAction.php';
  1939.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1940.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
  1941.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/ModuleExportScholarList.php';
  1942.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1943.         $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);
  1944.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction'$this));
  1945.         return $instance;
  1946.     }
  1947.     /**
  1948.      * Gets the public 'App\Controller\Async\Channel\Scholar\Training\CollectionAction' shared autowired service.
  1949.      *
  1950.      * @return \App\Controller\Async\Channel\Scholar\Training\CollectionAction
  1951.      */
  1952.     protected function getCollectionAction3Service()
  1953.     {
  1954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1955.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/CollectionAction.php';
  1956.         $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()));
  1957.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction'$this));
  1958.         return $instance;
  1959.     }
  1960.     /**
  1961.      * Gets the public 'App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction' shared autowired service.
  1962.      *
  1963.      * @return \App\Controller\Async\Channel\Scholar\Training\ExportTrainingAction
  1964.      */
  1965.     protected function getExportTrainingActionService()
  1966.     {
  1967.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1970.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingAction.php';
  1971.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1972.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/AbstractExportScholarEntity.php';
  1973.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarEntity/TrainingExportScholarEntity.php';
  1974.         $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())));
  1975.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction'$this));
  1976.         return $instance;
  1977.     }
  1978.     /**
  1979.      * Gets the public 'App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction' shared autowired service.
  1980.      *
  1981.      * @return \App\Controller\Async\Channel\Scholar\Training\ExportTrainingListAction
  1982.      */
  1983.     protected function getExportTrainingListActionService()
  1984.     {
  1985.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1986.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/AbstractExportController.php';
  1987.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/Controller/ExportXlsActionController.php';
  1988.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingListAction.php';
  1989.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/TableActions/ExportXlsServiceInterface.php';
  1990.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/AbstractExportScholarList.php';
  1991.         include_once \dirname(__DIR__4).'/src/Service/Export/Scholar/ScholarList/TrainingExportScholarList.php';
  1992.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1993.         $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);
  1994.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction'$this));
  1995.         return $instance;
  1996.     }
  1997.     /**
  1998.      * Gets the public 'App\Controller\Async\Channel\Scholar\Training\ExportTrainingPdfAction' shared autowired service.
  1999.      *
  2000.      * @return \App\Controller\Async\Channel\Scholar\Training\ExportTrainingPdfAction
  2001.      */
  2002.     protected function getExportTrainingPdfActionService()
  2003.     {
  2004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2005.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Scholar/Training/ExportTrainingPdfAction.php';
  2006.         include_once \dirname(__DIR__4).'/src/Service/Pdf/AbstractGenerator.php';
  2007.         include_once \dirname(__DIR__4).'/src/Service/Pdf/ExportTrainingGenerator.php';
  2008.         include_once \dirname(__DIR__4).'/vendor/chrome-php/chrome/src/BrowserFactory.php';
  2009.         $this->services['App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingPdfAction'] = $instance = new \App\Controller\Async\Channel\Scholar\Training\ExportTrainingPdfAction(new \App\Service\Pdf\ExportTrainingGenerator(($this->privates['HeadlessChromium\\BrowserFactory'] ?? ($this->privates['HeadlessChromium\\BrowserFactory'] = new \HeadlessChromium\BrowserFactory($this->getEnv('resolve:CHROME_BIN')))), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), ($this->targetDir.''.'/pdf_tmp/'), \dirname(__DIR__4)));
  2010.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingPdfAction'$this));
  2011.         return $instance;
  2012.     }
  2013.     /**
  2014.      * Gets the public 'App\Controller\Async\Channel\User\CollectionAction' shared autowired service.
  2015.      *
  2016.      * @return \App\Controller\Async\Channel\User\CollectionAction
  2017.      */
  2018.     protected function getCollectionAction4Service()
  2019.     {
  2020.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/User/CollectionAction.php';
  2021.         return $this->services['App\\Controller\\Async\\Channel\\User\\CollectionAction'] = new \App\Controller\Async\Channel\User\CollectionAction(($this->privates['App\\Repository\\Account\\UserRepository'] ?? $this->getUserRepositoryService()));
  2022.     }
  2023.     /**
  2024.      * Gets the public 'App\Controller\Async\Channel\Video\IndexController' shared autowired service.
  2025.      *
  2026.      * @return \App\Controller\Async\Channel\Video\IndexController
  2027.      */
  2028.     protected function getIndexControllerService()
  2029.     {
  2030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2031.         include_once \dirname(__DIR__4).'/src/Controller/Async/Channel/Video/IndexController.php';
  2032.         $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()));
  2033.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\Channel\\Video\\IndexController'$this));
  2034.         return $instance;
  2035.     }
  2036.     /**
  2037.      * Gets the public 'App\Controller\Async\EmbedController' shared autowired service.
  2038.      *
  2039.      * @return \App\Controller\Async\EmbedController
  2040.      */
  2041.     protected function getEmbedControllerService()
  2042.     {
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2044.         include_once \dirname(__DIR__4).'/src/Controller/Async/EmbedController.php';
  2045.         $this->services['App\\Controller\\Async\\EmbedController'] = $instance = new \App\Controller\Async\EmbedController($this->getEnv('K2R2_STREAMING_BASE_URL'), ($this->privates['App\\Service\\Bunny\\BunnyVideoPlayService'] ?? ($this->privates['App\\Service\\Bunny\\BunnyVideoPlayService'] = new \App\Service\Bunny\BunnyVideoPlayService($this->getEnv('BUNNY_CDNHOSTNAME'), $this->getEnv('BUNNY_LIBRARY_ID')))));
  2046.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Async\\EmbedController'$this));
  2047.         return $instance;
  2048.     }
  2049.     /**
  2050.      * Gets the public 'App\Controller\Front\Account\Assignable\CollectionAction' shared autowired service.
  2051.      *
  2052.      * @return \App\Controller\Front\Account\Assignable\CollectionAction
  2053.      */
  2054.     protected function getCollectionAction5Service()
  2055.     {
  2056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2057.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Assignable/CollectionAction.php';
  2058.         $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()));
  2059.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Account\\Assignable\\CollectionAction'$this));
  2060.         return $instance;
  2061.     }
  2062.     /**
  2063.      * Gets the public 'App\Controller\Front\Account\Message\CollectionAction' shared autowired service.
  2064.      *
  2065.      * @return \App\Controller\Front\Account\Message\CollectionAction
  2066.      */
  2067.     protected function getCollectionAction6Service()
  2068.     {
  2069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2070.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Message/CollectionAction.php';
  2071.         $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()));
  2072.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Account\\Message\\CollectionAction'$this));
  2073.         return $instance;
  2074.     }
  2075.     /**
  2076.      * Gets the public 'App\Controller\Front\Account\Scholar\Training\CollectionActionCard' shared autowired service.
  2077.      *
  2078.      * @return \App\Controller\Front\Account\Scholar\Training\CollectionActionCard
  2079.      */
  2080.     protected function getCollectionActionCardService()
  2081.     {
  2082.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2083.         include_once \dirname(__DIR__4).'/src/Controller/Front/Account/Scholar/Training/CollectionActionCard.php';
  2084.         $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()));
  2085.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Account\\Scholar\\Training\\CollectionActionCard'$this));
  2086.         return $instance;
  2087.     }
  2088.     /**
  2089.      * Gets the public 'App\Controller\Front\Async\Scholar\TrainingNameCollectionAction' shared autowired service.
  2090.      *
  2091.      * @return \App\Controller\Front\Async\Scholar\TrainingNameCollectionAction
  2092.      */
  2093.     protected function getTrainingNameCollectionActionService()
  2094.     {
  2095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2096.         include_once \dirname(__DIR__4).'/src/Controller/Front/Async/Scholar/TrainingNameCollectionAction.php';
  2097.         $this->services['App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction'] = $instance = new \App\Controller\Front\Async\Scholar\TrainingNameCollectionAction(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  2098.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Async\\Scholar\\TrainingNameCollectionAction'$this));
  2099.         return $instance;
  2100.     }
  2101.     /**
  2102.      * Gets the public 'App\Controller\Front\Channel\Image\DeleteController' shared autowired service.
  2103.      *
  2104.      * @return \App\Controller\Front\Channel\Image\DeleteController
  2105.      */
  2106.     protected function getDeleteControllerService()
  2107.     {
  2108.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2109.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/Image/DeleteController.php';
  2110.         $this->services['App\\Controller\\Front\\Channel\\Image\\DeleteController'] = $instance = new \App\Controller\Front\Channel\Image\DeleteController();
  2111.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2112.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2113.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2114.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2115.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2116.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2117.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2118.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2119.         return $instance;
  2120.     }
  2121.     /**
  2122.      * Gets the public 'App\Controller\Front\Channel\Image\ListController' shared autowired service.
  2123.      *
  2124.      * @return \App\Controller\Front\Channel\Image\ListController
  2125.      */
  2126.     protected function getListControllerService()
  2127.     {
  2128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2129.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/Image/ListController.php';
  2130.         $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()));
  2131.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Channel\\Image\\ListController'$this));
  2132.         return $instance;
  2133.     }
  2134.     /**
  2135.      * Gets the public 'App\Controller\Front\Channel\ShowController' shared autowired service.
  2136.      *
  2137.      * @return \App\Controller\Front\Channel\ShowController
  2138.      */
  2139.     protected function getShowControllerService()
  2140.     {
  2141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2142.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/ShowController.php';
  2143.         $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()));
  2144.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Channel\\ShowController'$this));
  2145.         return $instance;
  2146.     }
  2147.     /**
  2148.      * Gets the public 'App\Controller\Front\Channel\ShowTrainingListController' shared autowired service.
  2149.      *
  2150.      * @return \App\Controller\Front\Channel\ShowTrainingListController
  2151.      */
  2152.     protected function getShowTrainingListControllerService()
  2153.     {
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2155.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/ShowTrainingListController.php';
  2156.         $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()));
  2157.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Channel\\ShowTrainingListController'$this));
  2158.         return $instance;
  2159.     }
  2160.     /**
  2161.      * Gets the public 'App\Controller\Front\Channel\SubAjaxListController' shared autowired service.
  2162.      *
  2163.      * @return \App\Controller\Front\Channel\SubAjaxListController
  2164.      */
  2165.     protected function getSubAjaxListControllerService()
  2166.     {
  2167.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2168.         include_once \dirname(__DIR__4).'/src/Controller/Front/Channel/SubAjaxListController.php';
  2169.         $this->services['App\\Controller\\Front\\Channel\\SubAjaxListController'] = $instance = new \App\Controller\Front\Channel\SubAjaxListController();
  2170.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2171.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2172.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2173.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2174.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2175.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2176.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2177.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2178.         return $instance;
  2179.     }
  2180.     /**
  2181.      * Gets the public 'App\Controller\Front\Exercise\AnswerController' shared autowired service.
  2182.      *
  2183.      * @return \App\Controller\Front\Exercise\AnswerController
  2184.      */
  2185.     protected function getAnswerControllerService()
  2186.     {
  2187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2188.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/AnswerController.php';
  2189.         $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()));
  2190.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Exercise\\AnswerController'$this));
  2191.         return $instance;
  2192.     }
  2193.     /**
  2194.      * Gets the public 'App\Controller\Front\Exercise\CancelController' shared autowired service.
  2195.      *
  2196.      * @return \App\Controller\Front\Exercise\CancelController
  2197.      */
  2198.     protected function getCancelControllerService()
  2199.     {
  2200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2201.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/CancelController.php';
  2202.         $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()));
  2203.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Exercise\\CancelController'$this));
  2204.         return $instance;
  2205.     }
  2206.     /**
  2207.      * Gets the public 'App\Controller\Front\Exercise\FinishController' shared autowired service.
  2208.      *
  2209.      * @return \App\Controller\Front\Exercise\FinishController
  2210.      */
  2211.     protected function getFinishControllerService()
  2212.     {
  2213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2214.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/FinishController.php';
  2215.         $this->services['App\\Controller\\Front\\Exercise\\FinishController'] = $instance = new \App\Controller\Front\Exercise\FinishController();
  2216.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Exercise\\FinishController'$this));
  2217.         return $instance;
  2218.     }
  2219.     /**
  2220.      * Gets the public 'App\Controller\Front\Exercise\RedirectToShowResultsAction' shared autowired service.
  2221.      *
  2222.      * @return \App\Controller\Front\Exercise\RedirectToShowResultsAction
  2223.      */
  2224.     protected function getRedirectToShowResultsActionService()
  2225.     {
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2227.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/RedirectToShowResultsAction.php';
  2228.         $this->services['App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction'] = $instance = new \App\Controller\Front\Exercise\RedirectToShowResultsAction();
  2229.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction'$this));
  2230.         return $instance;
  2231.     }
  2232.     /**
  2233.      * Gets the public 'App\Controller\Front\Exercise\ShowController' shared autowired service.
  2234.      *
  2235.      * @return \App\Controller\Front\Exercise\ShowController
  2236.      */
  2237.     protected function getShowController2Service()
  2238.     {
  2239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2240.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/ShowController.php';
  2241.         $this->services['App\\Controller\\Front\\Exercise\\ShowController'] = $instance = new \App\Controller\Front\Exercise\ShowController(($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
  2242.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Exercise\\ShowController'$this));
  2243.         return $instance;
  2244.     }
  2245.     /**
  2246.      * Gets the public 'App\Controller\Front\Exercise\SolutionController' shared autowired service.
  2247.      *
  2248.      * @return \App\Controller\Front\Exercise\SolutionController
  2249.      */
  2250.     protected function getSolutionControllerService()
  2251.     {
  2252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2253.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/SolutionController.php';
  2254.         $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()));
  2255.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Exercise\\SolutionController'$this));
  2256.         return $instance;
  2257.     }
  2258.     /**
  2259.      * Gets the public 'App\Controller\Front\Exercise\StartController' shared autowired service.
  2260.      *
  2261.      * @return \App\Controller\Front\Exercise\StartController
  2262.      */
  2263.     protected function getStartControllerService()
  2264.     {
  2265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2266.         include_once \dirname(__DIR__4).'/src/Controller/Front/Exercise/StartController.php';
  2267.         $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()));
  2268.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Exercise\\StartController'$this));
  2269.         return $instance;
  2270.     }
  2271.     /**
  2272.      * Gets the public 'App\Controller\Front\HomeConnectedController' shared autowired service.
  2273.      *
  2274.      * @return \App\Controller\Front\HomeConnectedController
  2275.      */
  2276.     protected function getHomeConnectedControllerService()
  2277.     {
  2278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2279.         include_once \dirname(__DIR__4).'/src/Controller/Front/HomeConnectedController.php';
  2280.         $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()));
  2281.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\HomeConnectedController'$this));
  2282.         return $instance;
  2283.     }
  2284.     /**
  2285.      * Gets the public 'App\Controller\Front\HomeController' shared autowired service.
  2286.      *
  2287.      * @return \App\Controller\Front\HomeController
  2288.      */
  2289.     protected function getHomeControllerService()
  2290.     {
  2291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2292.         include_once \dirname(__DIR__4).'/src/Controller/Front/HomeController.php';
  2293.         include_once \dirname(__DIR__4).'/src/Service/NellappGlobalStatsService.php';
  2294.         $a = ($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService());
  2295.         $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()));
  2296.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\HomeController'$this));
  2297.         return $instance;
  2298.     }
  2299.     /**
  2300.      * Gets the public 'App\Controller\Front\Scholar\Chapter\ChapterController' shared autowired service.
  2301.      *
  2302.      * @return \App\Controller\Front\Scholar\Chapter\ChapterController
  2303.      */
  2304.     protected function getChapterControllerService()
  2305.     {
  2306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2307.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/ChapterController.php';
  2308.         include_once \dirname(__DIR__4).'/src/Service/Forum/MessageManager.php';
  2309.         $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()), ($this->privates['App\\Service\\ChannelUserData\\CursusService'] ?? $this->getCursusServiceService()));
  2310.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\ChapterController'$this));
  2311.         return $instance;
  2312.     }
  2313.     /**
  2314.      * Gets the public 'App\Controller\Front\Scholar\Chapter\Message\AskTrainerController' shared autowired service.
  2315.      *
  2316.      * @return \App\Controller\Front\Scholar\Chapter\Message\AskTrainerController
  2317.      */
  2318.     protected function getAskTrainerControllerService()
  2319.     {
  2320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2321.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/AskTrainerController.php';
  2322.         $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()));
  2323.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController'$this));
  2324.         return $instance;
  2325.     }
  2326.     /**
  2327.      * Gets the public 'App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController' shared autowired service.
  2328.      *
  2329.      * @return \App\Controller\Front\Scholar\Chapter\Message\DeleteMessageController
  2330.      */
  2331.     protected function getDeleteMessageControllerService()
  2332.     {
  2333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2334.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/DeleteMessageController.php';
  2335.         $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()));
  2336.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController'$this));
  2337.         return $instance;
  2338.     }
  2339.     /**
  2340.      * Gets the public 'App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController' shared autowired service.
  2341.      *
  2342.      * @return \App\Controller\Front\Scholar\Chapter\Message\RedirectToMessageController
  2343.      */
  2344.     protected function getRedirectToMessageControllerService()
  2345.     {
  2346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2347.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/RedirectToMessageController.php';
  2348.         $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()));
  2349.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController'$this));
  2350.         return $instance;
  2351.     }
  2352.     /**
  2353.      * Gets the public 'App\Controller\Front\Scholar\Chapter\Message\ValidateChatConversationController' shared autowired service.
  2354.      *
  2355.      * @return \App\Controller\Front\Scholar\Chapter\Message\ValidateChatConversationController
  2356.      */
  2357.     protected function getValidateChatConversationControllerService()
  2358.     {
  2359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2360.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Chapter/Message/ValidateChatConversationController.php';
  2361.         $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()));
  2362.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController'$this));
  2363.         return $instance;
  2364.     }
  2365.     /**
  2366.      * Gets the public 'App\Controller\Front\Scholar\Lesson\RedirectOnLessonController' shared autowired service.
  2367.      *
  2368.      * @return \App\Controller\Front\Scholar\Lesson\RedirectOnLessonController
  2369.      */
  2370.     protected function getRedirectOnLessonControllerService()
  2371.     {
  2372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2373.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Lesson/RedirectOnLessonController.php';
  2374.         $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()));
  2375.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController'$this));
  2376.         return $instance;
  2377.     }
  2378.     /**
  2379.      * Gets the public 'App\Controller\Front\Scholar\Lesson\ShowController' shared autowired service.
  2380.      *
  2381.      * @return \App\Controller\Front\Scholar\Lesson\ShowController
  2382.      */
  2383.     protected function getShowController3Service()
  2384.     {
  2385.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2386.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Lesson/ShowController.php';
  2387.         $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()), ($this->privates['App\\Service\\ChannelUserData\\CursusService'] ?? $this->getCursusServiceService()));
  2388.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\ShowController'$this));
  2389.         return $instance;
  2390.     }
  2391.     /**
  2392.      * Gets the public 'App\Controller\Front\Scholar\Lesson\ShowLessonReviewController' shared autowired service.
  2393.      *
  2394.      * @return \App\Controller\Front\Scholar\Lesson\ShowLessonReviewController
  2395.      */
  2396.     protected function getShowLessonReviewControllerService()
  2397.     {
  2398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2399.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Lesson/ShowLessonReviewController.php';
  2400.         $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()), ($this->privates['App\\Service\\ChannelUserData\\CursusService'] ?? $this->getCursusServiceService()));
  2401.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController'$this));
  2402.         return $instance;
  2403.     }
  2404.     /**
  2405.      * Gets the public 'App\Controller\Front\Scholar\Module\ShowController' shared autowired service.
  2406.      *
  2407.      * @return \App\Controller\Front\Scholar\Module\ShowController
  2408.      */
  2409.     protected function getShowController4Service()
  2410.     {
  2411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2412.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Module/ShowController.php';
  2413.         $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()));
  2414.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Module\\ShowController'$this));
  2415.         return $instance;
  2416.     }
  2417.     /**
  2418.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\CorrectorShowController' shared autowired service.
  2419.      *
  2420.      * @return \App\Controller\Front\Scholar\PracticalCase\CorrectorShowController
  2421.      */
  2422.     protected function getCorrectorShowControllerService()
  2423.     {
  2424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2425.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/CorrectorShowController.php';
  2426.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  2427.         $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()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  2428.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController'$this));
  2429.         return $instance;
  2430.     }
  2431.     /**
  2432.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController' shared autowired service.
  2433.      *
  2434.      * @return \App\Controller\Front\Scholar\PracticalCase\DeletePracticalCaseResponseController
  2435.      */
  2436.     protected function getDeletePracticalCaseResponseControllerService()
  2437.     {
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2439.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/DeletePracticalCaseResponseController.php';
  2440.         $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()));
  2441.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController'$this));
  2442.         return $instance;
  2443.     }
  2444.     /**
  2445.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController' shared autowired service.
  2446.      *
  2447.      * @return \App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController
  2448.      */
  2449.     protected function getDownloadPracticalCaseFilesControllerService()
  2450.     {
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2452.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/DownloadPracticalCaseFilesController.php';
  2453.         $this->services['App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController'] = $instance = new \App\Controller\Front\Scholar\PracticalCase\DownloadPracticalCaseFilesController(($this->privates['App\\Service\\Common\\FileService'] ?? $this->getFileServiceService()));
  2454.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController'$this));
  2455.         return $instance;
  2456.     }
  2457.     /**
  2458.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction' shared autowired service.
  2459.      *
  2460.      * @return \App\Controller\Front\Scholar\PracticalCase\RedirectToShowPracticalCaseAction
  2461.      */
  2462.     protected function getRedirectToShowPracticalCaseActionService()
  2463.     {
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2465.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/RedirectToShowPracticalCaseAction.php';
  2466.         $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()));
  2467.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction'$this));
  2468.         return $instance;
  2469.     }
  2470.     /**
  2471.      * Gets the public 'App\Controller\Front\Scholar\PracticalCase\ShowController' shared autowired service.
  2472.      *
  2473.      * @return \App\Controller\Front\Scholar\PracticalCase\ShowController
  2474.      */
  2475.     protected function getShowController5Service()
  2476.     {
  2477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2478.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/PracticalCase/ShowController.php';
  2479.         include_once \dirname(__DIR__4).'/src/Service/Scholar/PracticalCase/PracticalCaseManager.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  2481.         $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(), ($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\\ChannelUserData\\CursusService'] ?? $this->getCursusServiceService()));
  2482.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController'$this));
  2483.         return $instance;
  2484.     }
  2485.     /**
  2486.      * Gets the public 'App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController' shared autowired service.
  2487.      *
  2488.      * @return \App\Controller\Front\Scholar\Training\Advice\DeleteAdviceController
  2489.      */
  2490.     protected function getDeleteAdviceControllerService()
  2491.     {
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2493.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/Advice/DeleteAdviceController.php';
  2494.         $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()));
  2495.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController'$this));
  2496.         return $instance;
  2497.     }
  2498.     /**
  2499.      * Gets the public 'App\Controller\Front\Scholar\Training\Ajax\GetTrainingController' shared autowired service.
  2500.      *
  2501.      * @return \App\Controller\Front\Scholar\Training\Ajax\GetTrainingController
  2502.      */
  2503.     protected function getGetTrainingControllerService()
  2504.     {
  2505.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2506.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/Ajax/GetTrainingController.php';
  2507.         $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()));
  2508.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2509.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2510.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2511.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2512.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2513.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2514.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2515.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2516.         return $instance;
  2517.     }
  2518.     /**
  2519.      * Gets the public 'App\Controller\Front\Scholar\Training\AllTrainingController' shared autowired service.
  2520.      *
  2521.      * @return \App\Controller\Front\Scholar\Training\AllTrainingController
  2522.      */
  2523.     protected function getAllTrainingControllerService()
  2524.     {
  2525.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2526.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/AllTrainingController.php';
  2527.         $this->services['App\\Controller\\Front\\Scholar\\Training\\AllTrainingController'] = $instance = new \App\Controller\Front\Scholar\Training\AllTrainingController(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  2528.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2529.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2530.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2531.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2532.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2533.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2534.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2535.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2536.         return $instance;
  2537.     }
  2538.     /**
  2539.      * Gets the public 'App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController' shared autowired service.
  2540.      *
  2541.      * @return \App\Controller\Front\Scholar\Training\Payment\PaymentFundingContactController
  2542.      */
  2543.     protected function getPaymentFundingContactControllerService()
  2544.     {
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2546.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/Payment/PaymentFundingContactController.php';
  2547.         $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()));
  2548.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController'$this));
  2549.         return $instance;
  2550.     }
  2551.     /**
  2552.      * Gets the public 'App\Controller\Front\Scholar\Training\ShowConnectedController' shared autowired service.
  2553.      *
  2554.      * @return \App\Controller\Front\Scholar\Training\ShowConnectedController
  2555.      */
  2556.     protected function getShowConnectedControllerService()
  2557.     {
  2558.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2559.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/ShowConnectedController.php';
  2560.         $this->services['App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController'] = $instance = new \App\Controller\Front\Scholar\Training\ShowConnectedController();
  2561.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController'$this));
  2562.         return $instance;
  2563.     }
  2564.     /**
  2565.      * Gets the public 'App\Controller\Front\Scholar\Training\ShowController' shared autowired service.
  2566.      *
  2567.      * @return \App\Controller\Front\Scholar\Training\ShowController
  2568.      */
  2569.     protected function getShowController6Service()
  2570.     {
  2571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2572.         include_once \dirname(__DIR__4).'/src/Controller/Front/Scholar/Training/ShowController.php';
  2573.         $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\\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()), ($this->privates['App\\Service\\ChannelUserData\\CursusService'] ?? $this->getCursusServiceService()));
  2574.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\Scholar\\Training\\ShowController'$this));
  2575.         return $instance;
  2576.     }
  2577.     /**
  2578.      * Gets the public 'App\Controller\Front\SearchController' shared autowired service.
  2579.      *
  2580.      * @return \App\Controller\Front\SearchController
  2581.      */
  2582.     protected function getSearchControllerService()
  2583.     {
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2585.         include_once \dirname(__DIR__4).'/src/Controller/Front/SearchController.php';
  2586.         $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()));
  2587.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Front\\SearchController'$this));
  2588.         return $instance;
  2589.     }
  2590.     /**
  2591.      * Gets the public 'App\Controller\Manager\Channel\Assignable\CloseAction' shared autowired service.
  2592.      *
  2593.      * @return \App\Controller\Manager\Channel\Assignable\CloseAction
  2594.      */
  2595.     protected function getCloseActionService()
  2596.     {
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2598.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Assignable/CloseAction.php';
  2599.         $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()));
  2600.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Assignable\\CloseAction'$this));
  2601.         return $instance;
  2602.     }
  2603.     /**
  2604.      * Gets the public 'App\Controller\Manager\Channel\Assignable\ReattributeAction' shared autowired service.
  2605.      *
  2606.      * @return \App\Controller\Manager\Channel\Assignable\ReattributeAction
  2607.      */
  2608.     protected function getReattributeActionService()
  2609.     {
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2611.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Assignable/ReattributeAction.php';
  2612.         $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()));
  2613.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction'$this));
  2614.         return $instance;
  2615.     }
  2616.     /**
  2617.      * Gets the public 'App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController' shared autowired service.
  2618.      *
  2619.      * @return \App\Controller\Manager\Channel\Chapter\Message\DeleteMessageController
  2620.      */
  2621.     protected function getDeleteMessageController2Service()
  2622.     {
  2623.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2624.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Chapter/Message/DeleteMessageController.php';
  2625.         $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()));
  2626.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController'$this));
  2627.         return $instance;
  2628.     }
  2629.     /**
  2630.      * Gets the public 'App\Controller\Manager\Channel\Chapter\ShowController' shared autowired service.
  2631.      *
  2632.      * @return \App\Controller\Manager\Channel\Chapter\ShowController
  2633.      */
  2634.     protected function getShowController7Service()
  2635.     {
  2636.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2637.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Chapter/ShowController.php';
  2638.         include_once \dirname(__DIR__4).'/src/Service/Forum/MessageManager.php';
  2639.         $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()));
  2640.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Chapter\\ShowController'$this));
  2641.         return $instance;
  2642.     }
  2643.     /**
  2644.      * Gets the public 'App\Controller\Manager\Channel\DashboardAction' shared autowired service.
  2645.      *
  2646.      * @return \App\Controller\Manager\Channel\DashboardAction
  2647.      */
  2648.     protected function getDashboardActionService()
  2649.     {
  2650.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2651.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/DashboardAction.php';
  2652.         $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()));
  2653.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\DashboardAction'$this));
  2654.         return $instance;
  2655.     }
  2656.     /**
  2657.      * Gets the public 'App\Controller\Manager\Channel\DeleteController' shared autowired service.
  2658.      *
  2659.      * @return \App\Controller\Manager\Channel\DeleteController
  2660.      */
  2661.     protected function getDeleteController2Service()
  2662.     {
  2663.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2664.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/DeleteController.php';
  2665.         $this->services['App\\Controller\\Manager\\Channel\\DeleteController'] = $instance = new \App\Controller\Manager\Channel\DeleteController(($this->services['translator'] ?? $this->getTranslatorService()));
  2666.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2667.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2668.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2669.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2670.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2671.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2672.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2673.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2674.         return $instance;
  2675.     }
  2676.     /**
  2677.      * Gets the public 'App\Controller\Manager\Channel\DeleteMultipleController' shared autowired service.
  2678.      *
  2679.      * @return \App\Controller\Manager\Channel\DeleteMultipleController
  2680.      */
  2681.     protected function getDeleteMultipleControllerService()
  2682.     {
  2683.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2684.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/DeleteMultipleController.php';
  2685.         $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()));
  2686.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\DeleteMultipleController'$this));
  2687.         return $instance;
  2688.     }
  2689.     /**
  2690.      * Gets the public 'App\Controller\Manager\Channel\Exercise\CollectionAction' shared autowired service.
  2691.      *
  2692.      * @return \App\Controller\Manager\Channel\Exercise\CollectionAction
  2693.      */
  2694.     protected function getCollectionAction7Service()
  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/CollectionAction.php';
  2698.         $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()));
  2699.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction'$this));
  2700.         return $instance;
  2701.     }
  2702.     /**
  2703.      * Gets the public 'App\Controller\Manager\Channel\Exercise\DeleteController' shared autowired service.
  2704.      *
  2705.      * @return \App\Controller\Manager\Channel\Exercise\DeleteController
  2706.      */
  2707.     protected function getDeleteController3Service()
  2708.     {
  2709.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2710.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/DeleteController.php';
  2711.         $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()));
  2712.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\DeleteController'$this));
  2713.         return $instance;
  2714.     }
  2715.     /**
  2716.      * Gets the public 'App\Controller\Manager\Channel\Exercise\EditController' shared autowired service.
  2717.      *
  2718.      * @return \App\Controller\Manager\Channel\Exercise\EditController
  2719.      */
  2720.     protected function getEditControllerService()
  2721.     {
  2722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2723.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/EditController.php';
  2724.         $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()));
  2725.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\EditController'$this));
  2726.         return $instance;
  2727.     }
  2728.     /**
  2729.      * Gets the public 'App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction' shared autowired service.
  2730.      *
  2731.      * @return \App\Controller\Manager\Channel\Exercise\ExerciseResultShowAction
  2732.      */
  2733.     protected function getExerciseResultShowActionService()
  2734.     {
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2736.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/ExerciseResultShowAction.php';
  2737.         $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()));
  2738.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction'$this));
  2739.         return $instance;
  2740.     }
  2741.     /**
  2742.      * Gets the public 'App\Controller\Manager\Channel\Exercise\ExerciseResultShowPdfAction' shared autowired service.
  2743.      *
  2744.      * @return \App\Controller\Manager\Channel\Exercise\ExerciseResultShowPdfAction
  2745.      */
  2746.     protected function getExerciseResultShowPdfActionService()
  2747.     {
  2748.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2749.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/ExerciseResultShowPdfAction.php';
  2750.         include_once \dirname(__DIR__4).'/src/Service/Pdf/AbstractGenerator.php';
  2751.         include_once \dirname(__DIR__4).'/src/Service/Pdf/ExportExerciseResultGenerator.php';
  2752.         include_once \dirname(__DIR__4).'/vendor/chrome-php/chrome/src/BrowserFactory.php';
  2753.         $this->services['App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction'] = $instance = new \App\Controller\Manager\Channel\Exercise\ExerciseResultShowPdfAction(new \App\Service\Pdf\ExportExerciseResultGenerator(($this->privates['HeadlessChromium\\BrowserFactory'] ?? ($this->privates['HeadlessChromium\\BrowserFactory'] = new \HeadlessChromium\BrowserFactory($this->getEnv('resolve:CHROME_BIN')))), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->targetDir.''.'/pdf_tmp/'), \dirname(__DIR__4)));
  2754.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction'$this));
  2755.         return $instance;
  2756.     }
  2757.     /**
  2758.      * Gets the public 'App\Controller\Manager\Channel\Exercise\NewController' shared autowired service.
  2759.      *
  2760.      * @return \App\Controller\Manager\Channel\Exercise\NewController
  2761.      */
  2762.     protected function getNewControllerService()
  2763.     {
  2764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2765.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/NewController.php';
  2766.         $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()));
  2767.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\NewController'$this));
  2768.         return $instance;
  2769.     }
  2770.     /**
  2771.      * Gets the public 'App\Controller\Manager\Channel\Exercise\ShowController' shared autowired service.
  2772.      *
  2773.      * @return \App\Controller\Manager\Channel\Exercise\ShowController
  2774.      */
  2775.     protected function getShowController8Service()
  2776.     {
  2777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2778.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/ShowController.php';
  2779.         $this->services['App\\Controller\\Manager\\Channel\\Exercise\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Exercise\ShowController();
  2780.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\ShowController'$this));
  2781.         return $instance;
  2782.     }
  2783.     /**
  2784.      * Gets the public 'App\Controller\Manager\Channel\Exercise\StartController' shared autowired service.
  2785.      *
  2786.      * @return \App\Controller\Manager\Channel\Exercise\StartController
  2787.      */
  2788.     protected function getStartController2Service()
  2789.     {
  2790.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2791.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Exercise/StartController.php';
  2792.         $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()));
  2793.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Exercise\\StartController'$this));
  2794.         return $instance;
  2795.     }
  2796.     /**
  2797.      * Gets the public 'App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction' shared autowired service.
  2798.      *
  2799.      * @return \App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction
  2800.      */
  2801.     protected function getCheckSharedLessonActionService()
  2802.     {
  2803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2804.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/CheckSharedLessonAction.php';
  2805.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\CheckSharedLessonAction(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
  2806.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction'$this));
  2807.         return $instance;
  2808.     }
  2809.     /**
  2810.      * Gets the public 'App\Controller\Manager\Channel\Lesson\CollectionAction' shared autowired service.
  2811.      *
  2812.      * @return \App\Controller\Manager\Channel\Lesson\CollectionAction
  2813.      */
  2814.     protected function getCollectionAction8Service()
  2815.     {
  2816.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
  2818.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/CollectionAction.php';
  2819.         $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()));
  2820.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction'$this));
  2821.         return $instance;
  2822.     }
  2823.     /**
  2824.      * Gets the public 'App\Controller\Manager\Channel\Lesson\DeleteMessageController' shared autowired service.
  2825.      *
  2826.      * @return \App\Controller\Manager\Channel\Lesson\DeleteMessageController
  2827.      */
  2828.     protected function getDeleteMessageController3Service()
  2829.     {
  2830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2831.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/DeleteMessageController.php';
  2832.         $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()));
  2833.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController'$this));
  2834.         return $instance;
  2835.     }
  2836.     /**
  2837.      * Gets the public 'App\Controller\Manager\Channel\Lesson\DeleteReviewController' shared autowired service.
  2838.      *
  2839.      * @return \App\Controller\Manager\Channel\Lesson\DeleteReviewController
  2840.      */
  2841.     protected function getDeleteReviewControllerService()
  2842.     {
  2843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2844.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/DeleteReviewController.php';
  2845.         $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()));
  2846.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController'$this));
  2847.         return $instance;
  2848.     }
  2849.     /**
  2850.      * Gets the public 'App\Controller\Manager\Channel\Lesson\DetailsAction' shared autowired service.
  2851.      *
  2852.      * @return \App\Controller\Manager\Channel\Lesson\DetailsAction
  2853.      */
  2854.     protected function getDetailsActionService()
  2855.     {
  2856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2857.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/DetailsAction.php';
  2858.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction'] = $instance = new \App\Controller\Manager\Channel\Lesson\DetailsAction();
  2859.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction'$this));
  2860.         return $instance;
  2861.     }
  2862.     /**
  2863.      * Gets the public 'App\Controller\Manager\Channel\Lesson\EditController' shared autowired service.
  2864.      *
  2865.      * @return \App\Controller\Manager\Channel\Lesson\EditController
  2866.      */
  2867.     protected function getEditController2Service()
  2868.     {
  2869.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  2870.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/EditController.php';
  2871.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\EditController'] = $instance = new \App\Controller\Manager\Channel\Lesson\EditController();
  2872.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2873.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  2874.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2875.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  2876.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2877.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2878.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2879.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  2880.         return $instance;
  2881.     }
  2882.     /**
  2883.      * Gets the public 'App\Controller\Manager\Channel\Lesson\EnsureScormLessonAction' shared autowired service.
  2884.      *
  2885.      * @return \App\Controller\Manager\Channel\Lesson\EnsureScormLessonAction
  2886.      */
  2887.     protected function getEnsureScormLessonActionService()
  2888.     {
  2889.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2890.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/EnsureScormLessonAction.php';
  2891.         $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()));
  2892.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction'$this));
  2893.         return $instance;
  2894.     }
  2895.     /**
  2896.      * Gets the public 'App\Controller\Manager\Channel\Lesson\GetScormAction' shared autowired service.
  2897.      *
  2898.      * @return \App\Controller\Manager\Channel\Lesson\GetScormAction
  2899.      */
  2900.     protected function getGetScormActionService()
  2901.     {
  2902.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2903.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/GetScormAction.php';
  2904.         $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\\Service\\Scorm\\ScormService'] ?? $this->getScormServiceService()));
  2905.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction'$this));
  2906.         return $instance;
  2907.     }
  2908.     /**
  2909.      * Gets the public 'App\Controller\Manager\Channel\Lesson\IndexLessonController' shared autowired service.
  2910.      *
  2911.      * @return \App\Controller\Manager\Channel\Lesson\IndexLessonController
  2912.      */
  2913.     protected function getIndexLessonControllerService()
  2914.     {
  2915.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2916.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/IndexLessonController.php';
  2917.         $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()));
  2918.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController'$this));
  2919.         return $instance;
  2920.     }
  2921.     /**
  2922.      * Gets the public 'App\Controller\Manager\Channel\Lesson\MessageCollectionAction' shared autowired service.
  2923.      *
  2924.      * @return \App\Controller\Manager\Channel\Lesson\MessageCollectionAction
  2925.      */
  2926.     protected function getMessageCollectionActionService()
  2927.     {
  2928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2929.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/MessageCollectionAction.php';
  2930.         $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()));
  2931.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction'$this));
  2932.         return $instance;
  2933.     }
  2934.     /**
  2935.      * Gets the public 'App\Controller\Manager\Channel\Lesson\NewController' shared autowired service.
  2936.      *
  2937.      * @return \App\Controller\Manager\Channel\Lesson\NewController
  2938.      */
  2939.     protected function getNewController2Service()
  2940.     {
  2941.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2942.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/NewController.php';
  2943.         $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()));
  2944.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\NewController'$this));
  2945.         return $instance;
  2946.     }
  2947.     /**
  2948.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ReviewCollectionController' shared autowired service.
  2949.      *
  2950.      * @return \App\Controller\Manager\Channel\Lesson\ReviewCollectionController
  2951.      */
  2952.     protected function getReviewCollectionControllerService()
  2953.     {
  2954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2955.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ReviewCollectionController.php';
  2956.         $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()));
  2957.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController'$this));
  2958.         return $instance;
  2959.     }
  2960.     /**
  2961.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ShareController' shared autowired service.
  2962.      *
  2963.      * @return \App\Controller\Manager\Channel\Lesson\ShareController
  2964.      */
  2965.     protected function getShareControllerService()
  2966.     {
  2967.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2968.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/AbstractShareController.php';
  2969.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ShareController.php';
  2970.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressService.php';
  2971.         $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())));
  2972.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ShareController'$this));
  2973.         return $instance;
  2974.     }
  2975.     /**
  2976.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ShowController' shared autowired service.
  2977.      *
  2978.      * @return \App\Controller\Manager\Channel\Lesson\ShowController
  2979.      */
  2980.     protected function getShowController9Service()
  2981.     {
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2983.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ShowController.php';
  2984.         $this->services['App\\Controller\\Manager\\Channel\\Lesson\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Lesson\ShowController();
  2985.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ShowController'$this));
  2986.         return $instance;
  2987.     }
  2988.     /**
  2989.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ToggleAction' shared autowired service.
  2990.      *
  2991.      * @return \App\Controller\Manager\Channel\Lesson\ToggleAction
  2992.      */
  2993.     protected function getToggleActionService()
  2994.     {
  2995.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2996.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ToggleAction.php';
  2997.         $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()));
  2998.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction'$this));
  2999.         return $instance;
  3000.     }
  3001.     /**
  3002.      * Gets the public 'App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction' shared autowired service.
  3003.      *
  3004.      * @return \App\Controller\Manager\Channel\Lesson\ToggleLessonReviewAction
  3005.      */
  3006.     protected function getToggleLessonReviewActionService()
  3007.     {
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3009.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Lesson/ToggleLessonReviewAction.php';
  3010.         $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()));
  3011.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction'$this));
  3012.         return $instance;
  3013.     }
  3014.     /**
  3015.      * Gets the public 'App\Controller\Manager\Channel\Module\CollectionAction' shared autowired service.
  3016.      *
  3017.      * @return \App\Controller\Manager\Channel\Module\CollectionAction
  3018.      */
  3019.     protected function getCollectionAction9Service()
  3020.     {
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
  3023.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/CollectionAction.php';
  3024.         $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()));
  3025.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Module\\CollectionAction'$this));
  3026.         return $instance;
  3027.     }
  3028.     /**
  3029.      * Gets the public 'App\Controller\Manager\Channel\Module\DuplicateAction' shared autowired service.
  3030.      *
  3031.      * @return \App\Controller\Manager\Channel\Module\DuplicateAction
  3032.      */
  3033.     protected function getDuplicateActionService()
  3034.     {
  3035.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3036.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/DuplicateAction.php';
  3037.         $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()));
  3038.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Module\\DuplicateAction'$this));
  3039.         return $instance;
  3040.     }
  3041.     /**
  3042.      * Gets the public 'App\Controller\Manager\Channel\Module\EditController' shared autowired service.
  3043.      *
  3044.      * @return \App\Controller\Manager\Channel\Module\EditController
  3045.      */
  3046.     protected function getEditController3Service()
  3047.     {
  3048.         include_once \dirname(__DIR__4).'/src/Controller/AbstractController.php';
  3049.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/EditController.php';
  3050.         $this->services['App\\Controller\\Manager\\Channel\\Module\\EditController'] = $instance = new \App\Controller\Manager\Channel\Module\EditController();
  3051.         $instance->setTwig(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3052.         $instance->setUrlGenerator(($this->services['router'] ?? $this->getRouterService()));
  3053.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  3054.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  3055.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3056.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3057.         $instance->setAuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  3058.         $instance->setBuilderUpdater(($this->services['spiriit_form_filter.query_builder_updater'] ?? $this->getSpiriitFormFilter_QueryBuilderUpdaterService()));
  3059.         return $instance;
  3060.     }
  3061.     /**
  3062.      * Gets the public 'App\Controller\Manager\Channel\Module\EnsureScormAction' shared autowired service.
  3063.      *
  3064.      * @return \App\Controller\Manager\Channel\Module\EnsureScormAction
  3065.      */
  3066.     protected function getEnsureScormActionService()
  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/EnsureScormAction.php';
  3070.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormTerminateTracker.php';
  3071.         $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()));
  3072.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction'$this));
  3073.         return $instance;
  3074.     }
  3075.     /**
  3076.      * Gets the public 'App\Controller\Manager\Channel\Module\GetAction' shared autowired service.
  3077.      *
  3078.      * @return \App\Controller\Manager\Channel\Module\GetAction
  3079.      */
  3080.     protected function getGetAction2Service()
  3081.     {
  3082.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3083.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/GetAction.php';
  3084.         $this->services['App\\Controller\\Manager\\Channel\\Module\\GetAction'] = $instance = new \App\Controller\Manager\Channel\Module\GetAction();
  3085.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Module\\GetAction'$this));
  3086.         return $instance;
  3087.     }
  3088.     /**
  3089.      * Gets the public 'App\Controller\Manager\Channel\Module\GetScormAction' shared autowired service.
  3090.      *
  3091.      * @return \App\Controller\Manager\Channel\Module\GetScormAction
  3092.      */
  3093.     protected function getGetScormAction2Service()
  3094.     {
  3095.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3096.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/GetScormAction.php';
  3097.         $this->services['App\\Controller\\Manager\\Channel\\Module\\GetScormAction'] = $instance = new \App\Controller\Manager\Channel\Module\GetScormAction(($this->privates['App\\Repository\\Scorm\\ProductItemRepository'] ?? $this->getProductItemRepositoryService()));
  3098.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Module\\GetScormAction'$this));
  3099.         return $instance;
  3100.     }
  3101.     /**
  3102.      * Gets the public 'App\Controller\Manager\Channel\Module\NewController' shared autowired service.
  3103.      *
  3104.      * @return \App\Controller\Manager\Channel\Module\NewController
  3105.      */
  3106.     protected function getNewController3Service()
  3107.     {
  3108.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3109.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/NewController.php';
  3110.         $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()));
  3111.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Module\\NewController'$this));
  3112.         return $instance;
  3113.     }
  3114.     /**
  3115.      * Gets the public 'App\Controller\Manager\Channel\Module\ShareController' shared autowired service.
  3116.      *
  3117.      * @return \App\Controller\Manager\Channel\Module\ShareController
  3118.      */
  3119.     protected function getShareController2Service()
  3120.     {
  3121.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3122.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/AbstractShareController.php';
  3123.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ShareController.php';
  3124.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressService.php';
  3125.         $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())));
  3126.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShareController'$this));
  3127.         return $instance;
  3128.     }
  3129.     /**
  3130.      * Gets the public 'App\Controller\Manager\Channel\Module\ShowController' shared autowired service.
  3131.      *
  3132.      * @return \App\Controller\Manager\Channel\Module\ShowController
  3133.      */
  3134.     protected function getShowController10Service()
  3135.     {
  3136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3137.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ShowController.php';
  3138.         $this->services['App\\Controller\\Manager\\Channel\\Module\\ShowController'] = $instance = new \App\Controller\Manager\Channel\Module\ShowController(($this->privates['App\\Service\\Scholar\\TrainingService'] ?? $this->getTrainingServiceService()));
  3139.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShowController'$this));
  3140.         return $instance;
  3141.     }
  3142.     /**
  3143.      * Gets the public 'App\Controller\Manager\Channel\Module\ShowWithoutTrainingController' shared autowired service.
  3144.      *
  3145.      * @return \App\Controller\Manager\Channel\Module\ShowWithoutTrainingController
  3146.      */
  3147.     protected function getShowWithoutTrainingControllerService()
  3148.     {
  3149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3150.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ShowWithoutTrainingController.php';
  3151.         $this->services['App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController'] = $instance = new \App\Controller\Manager\Channel\Module\ShowWithoutTrainingController();
  3152.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController'$this));
  3153.         return $instance;
  3154.     }
  3155.     /**
  3156.      * Gets the public 'App\Controller\Manager\Channel\Module\ToggleAction' shared autowired service.
  3157.      *
  3158.      * @return \App\Controller\Manager\Channel\Module\ToggleAction
  3159.      */
  3160.     protected function getToggleAction2Service()
  3161.     {
  3162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3163.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Module/ToggleAction.php';
  3164.         $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()));
  3165.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Module\\ToggleAction'$this));
  3166.         return $instance;
  3167.     }
  3168.     /**
  3169.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedLessonsController' shared autowired service.
  3170.      *
  3171.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedLessonsController
  3172.      */
  3173.     protected function getSharedLessonsControllerService()
  3174.     {
  3175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3176.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/SharedLessonsController.php';
  3177.         $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()));
  3178.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController'$this));
  3179.         return $instance;
  3180.     }
  3181.     /**
  3182.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedModulesController' shared autowired service.
  3183.      *
  3184.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedModulesController
  3185.      */
  3186.     protected function getSharedModulesControllerService()
  3187.     {
  3188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3189.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/SharedModulesController.php';
  3190.         $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()));
  3191.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController'$this));
  3192.         return $instance;
  3193.     }
  3194.     /**
  3195.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedTrainingsController' shared autowired service.
  3196.      *
  3197.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Channel\SharedTrainingsController
  3198.      */
  3199.     protected function getSharedTrainingsControllerService()
  3200.     {
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3202.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/SharedTrainingsController.php';
  3203.         $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()));
  3204.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController'$this));
  3205.         return $instance;
  3206.     }
  3207.     /**
  3208.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Channel\ToggleShareController' shared autowired service.
  3209.      *
  3210.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Channel\ToggleShareController
  3211.      */
  3212.     protected function getToggleShareControllerService()
  3213.     {
  3214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3215.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/ToggleShareController.php';
  3216.         $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()));
  3217.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController'$this));
  3218.         return $instance;
  3219.     }
  3220.     /**
  3221.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Channel\ToggleShareMultipleController' shared autowired service.
  3222.      *
  3223.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Channel\ToggleShareMultipleController
  3224.      */
  3225.     protected function getToggleShareMultipleControllerService()
  3226.     {
  3227.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3228.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Channel/ToggleShareMultipleController.php';
  3229.         $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()));
  3230.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController'$this));
  3231.         return $instance;
  3232.     }
  3233.     /**
  3234.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Lesson\SharedLessonShowController' shared autowired service.
  3235.      *
  3236.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Lesson\SharedLessonShowController
  3237.      */
  3238.     protected function getSharedLessonShowControllerService()
  3239.     {
  3240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3241.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Lesson/SharedLessonShowController.php';
  3242.         $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()));
  3243.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController'$this));
  3244.         return $instance;
  3245.     }
  3246.     /**
  3247.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Lesson\SharedLessonsController' shared autowired service.
  3248.      *
  3249.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Lesson\SharedLessonsController
  3250.      */
  3251.     protected function getSharedLessonsController2Service()
  3252.     {
  3253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3254.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Lesson/SharedLessonsController.php';
  3255.         $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()));
  3256.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController'$this));
  3257.         return $instance;
  3258.     }
  3259.     /**
  3260.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Module\SharedModuleShowController' shared autowired service.
  3261.      *
  3262.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Module\SharedModuleShowController
  3263.      */
  3264.     protected function getSharedModuleShowControllerService()
  3265.     {
  3266.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3267.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Module/SharedModuleShowController.php';
  3268.         $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()));
  3269.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController'$this));
  3270.         return $instance;
  3271.     }
  3272.     /**
  3273.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Module\SharedModulesController' shared autowired service.
  3274.      *
  3275.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Module\SharedModulesController
  3276.      */
  3277.     protected function getSharedModulesController2Service()
  3278.     {
  3279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3280.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Module/SharedModulesController.php';
  3281.         $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()));
  3282.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController'$this));
  3283.         return $instance;
  3284.     }
  3285.     /**
  3286.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Training\SharedTrainingShowController' shared autowired service.
  3287.      *
  3288.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Training\SharedTrainingShowController
  3289.      */
  3290.     protected function getSharedTrainingShowControllerService()
  3291.     {
  3292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3293.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Training/SharedTrainingShowController.php';
  3294.         $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()));
  3295.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController'$this));
  3296.         return $instance;
  3297.     }
  3298.     /**
  3299.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\Content\Training\SharedTrainingsIndexController' shared autowired service.
  3300.      *
  3301.      * @return \App\Controller\Manager\Channel\Order\SharedContent\Content\Training\SharedTrainingsIndexController
  3302.      */
  3303.     protected function getSharedTrainingsIndexControllerService()
  3304.     {
  3305.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3306.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/Content/Training/SharedTrainingsIndexController.php';
  3307.         $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()));
  3308.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController'$this));
  3309.         return $instance;
  3310.     }
  3311.     /**
  3312.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\ShareProgressController' shared autowired service.
  3313.      *
  3314.      * @return \App\Controller\Manager\Channel\Order\SharedContent\ShareProgressController
  3315.      */
  3316.     protected function getShareProgressControllerService()
  3317.     {
  3318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3319.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/ShareProgressController.php';
  3320.         $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()));
  3321.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController'$this));
  3322.         return $instance;
  3323.     }
  3324.     /**
  3325.      * Gets the public 'App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController' shared autowired service.
  3326.      *
  3327.      * @return \App\Controller\Manager\Channel\Order\SharedContent\SharedChannelsController
  3328.      */
  3329.     protected function getSharedChannelsControllerService()
  3330.     {
  3331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3332.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Order/SharedContent/SharedChannelsController.php';
  3333.         $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()));
  3334.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController'$this));
  3335.         return $instance;
  3336.     }
  3337.     /**
  3338.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase' shared autowired service.
  3339.      *
  3340.      * @return \App\Controller\Manager\Channel\PracticalCase\ArchivePracticalCase
  3341.      */
  3342.     protected function getArchivePracticalCaseService()
  3343.     {
  3344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3345.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/ArchivePracticalCase.php';
  3346.         $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()));
  3347.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase'$this));
  3348.         return $instance;
  3349.     }
  3350.     /**
  3351.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController' shared autowired service.
  3352.      *
  3353.      * @return \App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController
  3354.      */
  3355.     protected function getDownloadPracticalCaseFilesController2Service()
  3356.     {
  3357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3358.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/DownloadPracticalCaseFilesController.php';
  3359.         $this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\DownloadPracticalCaseFilesController(($this->privates['App\\Service\\Common\\FileService'] ?? $this->getFileServiceService()));
  3360.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController'$this));
  3361.         return $instance;
  3362.     }
  3363.     /**
  3364.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\EditController' shared autowired service.
  3365.      *
  3366.      * @return \App\Controller\Manager\Channel\PracticalCase\EditController
  3367.      */
  3368.     protected function getEditController4Service()
  3369.     {
  3370.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3371.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/EditController.php';
  3372.         $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()));
  3373.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\EditController'$this));
  3374.         return $instance;
  3375.     }
  3376.     /**
  3377.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\NewController' shared autowired service.
  3378.      *
  3379.      * @return \App\Controller\Manager\Channel\PracticalCase\NewController
  3380.      */
  3381.     protected function getNewController4Service()
  3382.     {
  3383.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3384.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/NewController.php';
  3385.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  3386.         $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())));
  3387.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\NewController'$this));
  3388.         return $instance;
  3389.     }
  3390.     /**
  3391.      * Gets the public 'App\Controller\Manager\Channel\PracticalCase\ShowController' shared autowired service.
  3392.      *
  3393.      * @return \App\Controller\Manager\Channel\PracticalCase\ShowController
  3394.      */
  3395.     protected function getShowController11Service()
  3396.     {
  3397.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3398.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/PracticalCase/ShowController.php';
  3399.         $this->services['App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController'] = $instance = new \App\Controller\Manager\Channel\PracticalCase\ShowController();
  3400.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController'$this));
  3401.         return $instance;
  3402.     }
  3403.     /**
  3404.      * Gets the public 'App\Controller\Manager\Channel\Training\CollectionAction' shared autowired service.
  3405.      *
  3406.      * @return \App\Controller\Manager\Channel\Training\CollectionAction
  3407.      */
  3408.     protected function getCollectionAction10Service()
  3409.     {
  3410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3411.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/AbstractChannelResourceIndexController.php';
  3412.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/CollectionAction.php';
  3413.         $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()));
  3414.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Training\\CollectionAction'$this));
  3415.         return $instance;
  3416.     }
  3417.     /**
  3418.      * Gets the public 'App\Controller\Manager\Channel\Training\DuplicateAction' shared autowired service.
  3419.      *
  3420.      * @return \App\Controller\Manager\Channel\Training\DuplicateAction
  3421.      */
  3422.     protected function getDuplicateAction2Service()
  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/DuplicateAction.php';
  3426.         $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()));
  3427.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Training\\DuplicateAction'$this));
  3428.         return $instance;
  3429.     }
  3430.     /**
  3431.      * Gets the public 'App\Controller\Manager\Channel\Training\EditController' shared autowired service.
  3432.      *
  3433.      * @return \App\Controller\Manager\Channel\Training\EditController
  3434.      */
  3435.     protected function getEditController5Service()
  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/EditController.php';
  3439.         $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()));
  3440.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Training\\EditController'$this));
  3441.         return $instance;
  3442.     }
  3443.     /**
  3444.      * Gets the public 'App\Controller\Manager\Channel\Training\EnsureScormAction' shared autowired service.
  3445.      *
  3446.      * @return \App\Controller\Manager\Channel\Training\EnsureScormAction
  3447.      */
  3448.     protected function getEnsureScormAction2Service()
  3449.     {
  3450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3451.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/EnsureScormAction.php';
  3452.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormTerminateTracker.php';
  3453.         $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()));
  3454.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction'$this));
  3455.         return $instance;
  3456.     }
  3457.     /**
  3458.      * Gets the public 'App\Controller\Manager\Channel\Training\GetAction' shared autowired service.
  3459.      *
  3460.      * @return \App\Controller\Manager\Channel\Training\GetAction
  3461.      */
  3462.     protected function getGetAction3Service()
  3463.     {
  3464.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3465.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/GetAction.php';
  3466.         $this->services['App\\Controller\\Manager\\Channel\\Training\\GetAction'] = $instance = new \App\Controller\Manager\Channel\Training\GetAction();
  3467.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Training\\GetAction'$this));
  3468.         return $instance;
  3469.     }
  3470.     /**
  3471.      * Gets the public 'App\Controller\Manager\Channel\Training\GetScormAction' shared autowired service.
  3472.      *
  3473.      * @return \App\Controller\Manager\Channel\Training\GetScormAction
  3474.      */
  3475.     protected function getGetScormAction3Service()
  3476.     {
  3477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3478.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/GetScormAction.php';
  3479.         $this->services['App\\Controller\\Manager\\Channel\\Training\\GetScormAction'] = $instance = new \App\Controller\Manager\Channel\Training\GetScormAction(($this->privates['App\\Repository\\Scorm\\ProductItemRepository'] ?? $this->getProductItemRepositoryService()));
  3480.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Training\\GetScormAction'$this));
  3481.         return $instance;
  3482.     }
  3483.     /**
  3484.      * Gets the public 'App\Controller\Manager\Channel\Training\NewController' shared autowired service.
  3485.      *
  3486.      * @return \App\Controller\Manager\Channel\Training\NewController
  3487.      */
  3488.     protected function getNewController5Service()
  3489.     {
  3490.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3491.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/NewController.php';
  3492.         $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()));
  3493.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Training\\NewController'$this));
  3494.         return $instance;
  3495.     }
  3496.     /**
  3497.      * Gets the public 'App\Controller\Manager\Channel\Training\ShareController' shared autowired service.
  3498.      *
  3499.      * @return \App\Controller\Manager\Channel\Training\ShareController
  3500.      */
  3501.     protected function getShareController3Service()
  3502.     {
  3503.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3504.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/AbstractShareController.php';
  3505.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/ShareController.php';
  3506.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressService.php';
  3507.         $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())));
  3508.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Training\\ShareController'$this));
  3509.         return $instance;
  3510.     }
  3511.     /**
  3512.      * Gets the public 'App\Controller\Manager\Channel\Training\ShowController' shared autowired service.
  3513.      *
  3514.      * @return \App\Controller\Manager\Channel\Training\ShowController
  3515.      */
  3516.     protected function getShowController12Service()
  3517.     {
  3518.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3519.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/ShowController.php';
  3520.         $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()));
  3521.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Training\\ShowController'$this));
  3522.         return $instance;
  3523.     }
  3524.     /**
  3525.      * Gets the public 'App\Controller\Manager\Channel\Training\ToggleAction' shared autowired service.
  3526.      *
  3527.      * @return \App\Controller\Manager\Channel\Training\ToggleAction
  3528.      */
  3529.     protected function getToggleAction3Service()
  3530.     {
  3531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3532.         include_once \dirname(__DIR__4).'/src/Controller/Manager/Channel/Training/ToggleAction.php';
  3533.         $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()));
  3534.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\Manager\\Channel\\Training\\ToggleAction'$this));
  3535.         return $instance;
  3536.     }
  3537.     /**
  3538.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Chapter\CreateAction' shared autowired service.
  3539.      *
  3540.      * @return \App\Controller\PartnerApi\Channel\Scholar\Chapter\CreateAction
  3541.      */
  3542.     protected function getCreateActionService()
  3543.     {
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3545.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Chapter/CreateAction.php';
  3546.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Chapter\CreateAction();
  3547.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction'$this));
  3548.         return $instance;
  3549.     }
  3550.     /**
  3551.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Chapter\DeleteAction' shared autowired service.
  3552.      *
  3553.      * @return \App\Controller\PartnerApi\Channel\Scholar\Chapter\DeleteAction
  3554.      */
  3555.     protected function getDeleteAction2Service()
  3556.     {
  3557.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3558.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Chapter/DeleteAction.php';
  3559.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Chapter\DeleteAction();
  3560.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction'$this));
  3561.         return $instance;
  3562.     }
  3563.     /**
  3564.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Chapter\IndexAction' shared autowired service.
  3565.      *
  3566.      * @return \App\Controller\PartnerApi\Channel\Scholar\Chapter\IndexAction
  3567.      */
  3568.     protected function getIndexActionService()
  3569.     {
  3570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3571.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Chapter/IndexAction.php';
  3572.         $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()));
  3573.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction'$this));
  3574.         return $instance;
  3575.     }
  3576.     /**
  3577.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Chapter\ShowAction' shared autowired service.
  3578.      *
  3579.      * @return \App\Controller\PartnerApi\Channel\Scholar\Chapter\ShowAction
  3580.      */
  3581.     protected function getShowActionService()
  3582.     {
  3583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3584.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Chapter/ShowAction.php';
  3585.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Chapter\ShowAction();
  3586.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction'$this));
  3587.         return $instance;
  3588.     }
  3589.     /**
  3590.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Chapter\UpdateAction' shared autowired service.
  3591.      *
  3592.      * @return \App\Controller\PartnerApi\Channel\Scholar\Chapter\UpdateAction
  3593.      */
  3594.     protected function getUpdateActionService()
  3595.     {
  3596.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3597.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Chapter/UpdateAction.php';
  3598.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Chapter\UpdateAction();
  3599.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction'$this));
  3600.         return $instance;
  3601.     }
  3602.     /**
  3603.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Exercise\CreateAction' shared autowired service.
  3604.      *
  3605.      * @return \App\Controller\PartnerApi\Channel\Scholar\Exercise\CreateAction
  3606.      */
  3607.     protected function getCreateAction2Service()
  3608.     {
  3609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3610.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Exercise/CreateAction.php';
  3611.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Exercise\CreateAction();
  3612.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction'$this));
  3613.         return $instance;
  3614.     }
  3615.     /**
  3616.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Exercise\DeleteAction' shared autowired service.
  3617.      *
  3618.      * @return \App\Controller\PartnerApi\Channel\Scholar\Exercise\DeleteAction
  3619.      */
  3620.     protected function getDeleteAction3Service()
  3621.     {
  3622.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3623.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Exercise/DeleteAction.php';
  3624.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Exercise\DeleteAction();
  3625.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction'$this));
  3626.         return $instance;
  3627.     }
  3628.     /**
  3629.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Exercise\IndexAction' shared autowired service.
  3630.      *
  3631.      * @return \App\Controller\PartnerApi\Channel\Scholar\Exercise\IndexAction
  3632.      */
  3633.     protected function getIndexAction2Service()
  3634.     {
  3635.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3636.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Exercise/IndexAction.php';
  3637.         $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()));
  3638.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction'$this));
  3639.         return $instance;
  3640.     }
  3641.     /**
  3642.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Exercise\ShowAction' shared autowired service.
  3643.      *
  3644.      * @return \App\Controller\PartnerApi\Channel\Scholar\Exercise\ShowAction
  3645.      */
  3646.     protected function getShowAction2Service()
  3647.     {
  3648.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3649.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Exercise/ShowAction.php';
  3650.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Exercise\ShowAction();
  3651.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction'$this));
  3652.         return $instance;
  3653.     }
  3654.     /**
  3655.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Exercise\UpdateAction' shared autowired service.
  3656.      *
  3657.      * @return \App\Controller\PartnerApi\Channel\Scholar\Exercise\UpdateAction
  3658.      */
  3659.     protected function getUpdateAction2Service()
  3660.     {
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3662.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Exercise/UpdateAction.php';
  3663.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Exercise\UpdateAction();
  3664.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction'$this));
  3665.         return $instance;
  3666.     }
  3667.     /**
  3668.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Lesson\CreateAction' shared autowired service.
  3669.      *
  3670.      * @return \App\Controller\PartnerApi\Channel\Scholar\Lesson\CreateAction
  3671.      */
  3672.     protected function getCreateAction3Service()
  3673.     {
  3674.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3675.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Lesson/CreateAction.php';
  3676.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Lesson\CreateAction();
  3677.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction'$this));
  3678.         return $instance;
  3679.     }
  3680.     /**
  3681.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Lesson\DeleteAction' shared autowired service.
  3682.      *
  3683.      * @return \App\Controller\PartnerApi\Channel\Scholar\Lesson\DeleteAction
  3684.      */
  3685.     protected function getDeleteAction4Service()
  3686.     {
  3687.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3688.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Lesson/DeleteAction.php';
  3689.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Lesson\DeleteAction();
  3690.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction'$this));
  3691.         return $instance;
  3692.     }
  3693.     /**
  3694.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Lesson\IndexAction' shared autowired service.
  3695.      *
  3696.      * @return \App\Controller\PartnerApi\Channel\Scholar\Lesson\IndexAction
  3697.      */
  3698.     protected function getIndexAction3Service()
  3699.     {
  3700.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3701.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Lesson/IndexAction.php';
  3702.         $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()));
  3703.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction'$this));
  3704.         return $instance;
  3705.     }
  3706.     /**
  3707.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Lesson\ShowAction' shared autowired service.
  3708.      *
  3709.      * @return \App\Controller\PartnerApi\Channel\Scholar\Lesson\ShowAction
  3710.      */
  3711.     protected function getShowAction3Service()
  3712.     {
  3713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3714.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Lesson/ShowAction.php';
  3715.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Lesson\ShowAction();
  3716.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction'$this));
  3717.         return $instance;
  3718.     }
  3719.     /**
  3720.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Lesson\UpdateAction' shared autowired service.
  3721.      *
  3722.      * @return \App\Controller\PartnerApi\Channel\Scholar\Lesson\UpdateAction
  3723.      */
  3724.     protected function getUpdateAction3Service()
  3725.     {
  3726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3727.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Lesson/UpdateAction.php';
  3728.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Lesson\UpdateAction();
  3729.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction'$this));
  3730.         return $instance;
  3731.     }
  3732.     /**
  3733.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\ModuleLesson\AddAction' shared autowired service.
  3734.      *
  3735.      * @return \App\Controller\PartnerApi\Channel\Scholar\ModuleLesson\AddAction
  3736.      */
  3737.     protected function getAddActionService()
  3738.     {
  3739.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3740.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/ModuleLesson/AddAction.php';
  3741.         $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()));
  3742.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction'$this));
  3743.         return $instance;
  3744.     }
  3745.     /**
  3746.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\ModuleLesson\RemoveAction' shared autowired service.
  3747.      *
  3748.      * @return \App\Controller\PartnerApi\Channel\Scholar\ModuleLesson\RemoveAction
  3749.      */
  3750.     protected function getRemoveActionService()
  3751.     {
  3752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3753.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/ModuleLesson/RemoveAction.php';
  3754.         $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()));
  3755.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction'$this));
  3756.         return $instance;
  3757.     }
  3758.     /**
  3759.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Module\CreateAction' shared autowired service.
  3760.      *
  3761.      * @return \App\Controller\PartnerApi\Channel\Scholar\Module\CreateAction
  3762.      */
  3763.     protected function getCreateAction4Service()
  3764.     {
  3765.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3766.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Module/CreateAction.php';
  3767.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Module\CreateAction();
  3768.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction'$this));
  3769.         return $instance;
  3770.     }
  3771.     /**
  3772.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Module\DeleteAction' shared autowired service.
  3773.      *
  3774.      * @return \App\Controller\PartnerApi\Channel\Scholar\Module\DeleteAction
  3775.      */
  3776.     protected function getDeleteAction5Service()
  3777.     {
  3778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3779.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Module/DeleteAction.php';
  3780.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Module\DeleteAction();
  3781.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction'$this));
  3782.         return $instance;
  3783.     }
  3784.     /**
  3785.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Module\IndexAction' shared autowired service.
  3786.      *
  3787.      * @return \App\Controller\PartnerApi\Channel\Scholar\Module\IndexAction
  3788.      */
  3789.     protected function getIndexAction4Service()
  3790.     {
  3791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3792.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Module/IndexAction.php';
  3793.         $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()));
  3794.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction'$this));
  3795.         return $instance;
  3796.     }
  3797.     /**
  3798.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Module\ShowAction' shared autowired service.
  3799.      *
  3800.      * @return \App\Controller\PartnerApi\Channel\Scholar\Module\ShowAction
  3801.      */
  3802.     protected function getShowAction4Service()
  3803.     {
  3804.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3805.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Module/ShowAction.php';
  3806.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Module\ShowAction();
  3807.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction'$this));
  3808.         return $instance;
  3809.     }
  3810.     /**
  3811.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Module\UpdateAction' shared autowired service.
  3812.      *
  3813.      * @return \App\Controller\PartnerApi\Channel\Scholar\Module\UpdateAction
  3814.      */
  3815.     protected function getUpdateAction4Service()
  3816.     {
  3817.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3818.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Module/UpdateAction.php';
  3819.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Module\UpdateAction();
  3820.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction'$this));
  3821.         return $instance;
  3822.     }
  3823.     /**
  3824.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\PracticalCase\CreateAction' shared autowired service.
  3825.      *
  3826.      * @return \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\CreateAction
  3827.      */
  3828.     protected function getCreateAction5Service()
  3829.     {
  3830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3831.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/PracticalCase/CreateAction.php';
  3832.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\CreateAction();
  3833.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction'$this));
  3834.         return $instance;
  3835.     }
  3836.     /**
  3837.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\PracticalCase\DeleteAction' shared autowired service.
  3838.      *
  3839.      * @return \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\DeleteAction
  3840.      */
  3841.     protected function getDeleteAction6Service()
  3842.     {
  3843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3844.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/PracticalCase/DeleteAction.php';
  3845.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\DeleteAction();
  3846.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction'$this));
  3847.         return $instance;
  3848.     }
  3849.     /**
  3850.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\PracticalCase\IndexAction' shared autowired service.
  3851.      *
  3852.      * @return \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\IndexAction
  3853.      */
  3854.     protected function getIndexAction5Service()
  3855.     {
  3856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3857.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/PracticalCase/IndexAction.php';
  3858.         $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()));
  3859.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction'$this));
  3860.         return $instance;
  3861.     }
  3862.     /**
  3863.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\PracticalCase\ShowAction' shared autowired service.
  3864.      *
  3865.      * @return \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\ShowAction
  3866.      */
  3867.     protected function getShowAction5Service()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3870.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/PracticalCase/ShowAction.php';
  3871.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\ShowAction();
  3872.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction'$this));
  3873.         return $instance;
  3874.     }
  3875.     /**
  3876.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\PracticalCase\UpdateAction' shared autowired service.
  3877.      *
  3878.      * @return \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\UpdateAction
  3879.      */
  3880.     protected function getUpdateAction5Service()
  3881.     {
  3882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3883.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/PracticalCase/UpdateAction.php';
  3884.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\PracticalCase\UpdateAction();
  3885.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction'$this));
  3886.         return $instance;
  3887.     }
  3888.     /**
  3889.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\TrainingModule\AddAction' shared autowired service.
  3890.      *
  3891.      * @return \App\Controller\PartnerApi\Channel\Scholar\TrainingModule\AddAction
  3892.      */
  3893.     protected function getAddAction2Service()
  3894.     {
  3895.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3896.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/TrainingModule/AddAction.php';
  3897.         $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()));
  3898.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction'$this));
  3899.         return $instance;
  3900.     }
  3901.     /**
  3902.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\TrainingModule\RemoveAction' shared autowired service.
  3903.      *
  3904.      * @return \App\Controller\PartnerApi\Channel\Scholar\TrainingModule\RemoveAction
  3905.      */
  3906.     protected function getRemoveAction2Service()
  3907.     {
  3908.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3909.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/TrainingModule/RemoveAction.php';
  3910.         $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()));
  3911.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction'$this));
  3912.         return $instance;
  3913.     }
  3914.     /**
  3915.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Training\CreateAction' shared autowired service.
  3916.      *
  3917.      * @return \App\Controller\PartnerApi\Channel\Scholar\Training\CreateAction
  3918.      */
  3919.     protected function getCreateAction6Service()
  3920.     {
  3921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3922.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Training/CreateAction.php';
  3923.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Training\CreateAction();
  3924.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction'$this));
  3925.         return $instance;
  3926.     }
  3927.     /**
  3928.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Training\DeleteAction' shared autowired service.
  3929.      *
  3930.      * @return \App\Controller\PartnerApi\Channel\Scholar\Training\DeleteAction
  3931.      */
  3932.     protected function getDeleteAction7Service()
  3933.     {
  3934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3935.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Training/DeleteAction.php';
  3936.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Training\DeleteAction();
  3937.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction'$this));
  3938.         return $instance;
  3939.     }
  3940.     /**
  3941.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Training\IndexAction' shared autowired service.
  3942.      *
  3943.      * @return \App\Controller\PartnerApi\Channel\Scholar\Training\IndexAction
  3944.      */
  3945.     protected function getIndexAction6Service()
  3946.     {
  3947.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3948.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Training/IndexAction.php';
  3949.         $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()));
  3950.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction'$this));
  3951.         return $instance;
  3952.     }
  3953.     /**
  3954.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Training\ShowAction' shared autowired service.
  3955.      *
  3956.      * @return \App\Controller\PartnerApi\Channel\Scholar\Training\ShowAction
  3957.      */
  3958.     protected function getShowAction6Service()
  3959.     {
  3960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3961.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Training/ShowAction.php';
  3962.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Training\ShowAction();
  3963.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction'$this));
  3964.         return $instance;
  3965.     }
  3966.     /**
  3967.      * Gets the public 'App\Controller\PartnerApi\Channel\Scholar\Training\UpdateAction' shared autowired service.
  3968.      *
  3969.      * @return \App\Controller\PartnerApi\Channel\Scholar\Training\UpdateAction
  3970.      */
  3971.     protected function getUpdateAction6Service()
  3972.     {
  3973.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3974.         include_once \dirname(__DIR__4).'/src/Controller/PartnerApi/Channel/Scholar/Training/UpdateAction.php';
  3975.         $this->services['App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction'] = $instance = new \App\Controller\PartnerApi\Channel\Scholar\Training\UpdateAction();
  3976.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction'$this));
  3977.         return $instance;
  3978.     }
  3979.     /**
  3980.      * Gets the public 'App\Controller\ReverseSync\Account\Notification\CollectionAction' shared autowired service.
  3981.      *
  3982.      * @return \App\Controller\ReverseSync\Account\Notification\CollectionAction
  3983.      */
  3984.     protected function getCollectionAction11Service()
  3985.     {
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3987.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Account/Notification/CollectionAction.php';
  3988.         $this->services['App\\Controller\\ReverseSync\\Account\\Notification\\CollectionAction'] = $instance = new \App\Controller\ReverseSync\Account\Notification\CollectionAction(($this->privates['App\\Repository\\Account\\NotificationRepository'] ?? $this->getNotificationRepositoryService()));
  3989.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\ReverseSync\\Account\\Notification\\CollectionAction'$this));
  3990.         return $instance;
  3991.     }
  3992.     /**
  3993.      * Gets the public 'App\Controller\ReverseSync\Account\Notification\GetAction' shared autowired service.
  3994.      *
  3995.      * @return \App\Controller\ReverseSync\Account\Notification\GetAction
  3996.      */
  3997.     protected function getGetAction4Service()
  3998.     {
  3999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4000.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Account/Notification/GetAction.php';
  4001.         $this->services['App\\Controller\\ReverseSync\\Account\\Notification\\GetAction'] = $instance = new \App\Controller\ReverseSync\Account\Notification\GetAction();
  4002.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\ReverseSync\\Account\\Notification\\GetAction'$this));
  4003.         return $instance;
  4004.     }
  4005.     /**
  4006.      * Gets the public 'App\Controller\ReverseSync\Channel\Training\CollectionAction' shared autowired service.
  4007.      *
  4008.      * @return \App\Controller\ReverseSync\Channel\Training\CollectionAction
  4009.      */
  4010.     protected function getCollectionAction12Service()
  4011.     {
  4012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4013.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Channel/Training/CollectionAction.php';
  4014.         $this->services['App\\Controller\\ReverseSync\\Channel\\Training\\CollectionAction'] = $instance = new \App\Controller\ReverseSync\Channel\Training\CollectionAction(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  4015.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\ReverseSync\\Channel\\Training\\CollectionAction'$this));
  4016.         return $instance;
  4017.     }
  4018.     /**
  4019.      * Gets the public 'App\Controller\ReverseSync\Channel\Training\GetAction' shared autowired service.
  4020.      *
  4021.      * @return \App\Controller\ReverseSync\Channel\Training\GetAction
  4022.      */
  4023.     protected function getGetAction5Service()
  4024.     {
  4025.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Channel/Training/GetAction.php';
  4026.         return $this->services['App\\Controller\\ReverseSync\\Channel\\Training\\GetAction'] = new \App\Controller\ReverseSync\Channel\Training\GetAction();
  4027.     }
  4028.     /**
  4029.      * Gets the public 'App\Controller\ReverseSync\Scholar\GetTrainingUserProgression' shared autowired service.
  4030.      *
  4031.      * @return \App\Controller\ReverseSync\Scholar\GetTrainingUserProgression
  4032.      */
  4033.     protected function getGetTrainingUserProgressionService()
  4034.     {
  4035.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Scholar/GetTrainingUserProgression.php';
  4036.         return $this->services['App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression'] = new \App\Controller\ReverseSync\Scholar\GetTrainingUserProgression(($this->privates['App\\Service\\Scholar\\UserProgression\\UserProgressionService'] ?? $this->getUserProgressionServiceService()));
  4037.     }
  4038.     /**
  4039.      * Gets the public 'App\Controller\ReverseSync\Scholar\Lesson\CollectionAction' shared autowired service.
  4040.      *
  4041.      * @return \App\Controller\ReverseSync\Scholar\Lesson\CollectionAction
  4042.      */
  4043.     protected function getCollectionAction13Service()
  4044.     {
  4045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4046.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Scholar/Lesson/CollectionAction.php';
  4047.         $this->services['App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction'] = $instance = new \App\Controller\ReverseSync\Scholar\Lesson\CollectionAction(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  4048.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction'$this));
  4049.         return $instance;
  4050.     }
  4051.     /**
  4052.      * Gets the public 'App\Controller\ReverseSync\Scholar\UserActivityExportController' shared autowired service.
  4053.      *
  4054.      * @return \App\Controller\ReverseSync\Scholar\UserActivityExportController
  4055.      */
  4056.     protected function getUserActivityExportControllerService()
  4057.     {
  4058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4059.         include_once \dirname(__DIR__4).'/src/Controller/ReverseSync/Scholar/UserActivityExportController.php';
  4060.         include_once \dirname(__DIR__4).'/src/Service/Export/ExportUserActivity.php';
  4061.         $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()))));
  4062.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController'$this));
  4063.         return $instance;
  4064.     }
  4065.     /**
  4066.      * Gets the public 'App\Controller\TemplateCustomController' shared autowired service.
  4067.      *
  4068.      * @return \App\Controller\TemplateCustomController
  4069.      */
  4070.     protected function getTemplateCustomControllerService()
  4071.     {
  4072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4073.         include_once \dirname(__DIR__4).'/src/Controller/TemplateCustomController.php';
  4074.         $this->services['App\\Controller\\TemplateCustomController'] = $instance = new \App\Controller\TemplateCustomController(($this->privates['App\\Repository\\Template\\TemplatePageRepository'] ?? $this->getTemplatePageRepositoryService()));
  4075.         $instance->setContainer(($this->privates['.service_locator.cPqbBRq'] ?? $this->get_ServiceLocator_CPqbBRqService())->withContext('App\\Controller\\TemplateCustomController'$this));
  4076.         return $instance;
  4077.     }
  4078.     /**
  4079.      * Gets the public 'App\Uploader\Naming\RemoteVideoNamer' shared autowired service.
  4080.      *
  4081.      * @return \App\Uploader\Naming\RemoteVideoNamer
  4082.      */
  4083.     protected function getRemoteVideoNamerService()
  4084.     {
  4085.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  4086.         include_once \dirname(__DIR__4).'/src/Uploader/Naming/RemoteVideoNamer.php';
  4087.         return $this->services['App\\Uploader\\Naming\\RemoteVideoNamer'] = new \App\Uploader\Naming\RemoteVideoNamer(($this->privates['App\\Service\\Channel\\Video\\ScholarVideoService'] ?? $this->getScholarVideoServiceService()));
  4088.     }
  4089.     /**
  4090.      * Gets the public 'App\Uploader\Naming\UserAvatarNamer' shared autowired service.
  4091.      *
  4092.      * @return \App\Uploader\Naming\UserAvatarNamer
  4093.      */
  4094.     protected function getUserAvatarNamerService()
  4095.     {
  4096.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  4097.         include_once \dirname(__DIR__4).'/src/Uploader/Naming/UserAvatarNamer.php';
  4098.         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()));
  4099.     }
  4100.     /**
  4101.      * Gets the public 'App\Uploader\Naming\UuidNamer' shared autowired service.
  4102.      *
  4103.      * @return \App\Uploader\Naming\UuidNamer
  4104.      */
  4105.     protected function getUuidNamerService()
  4106.     {
  4107.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  4108.         include_once \dirname(__DIR__4).'/src/Uploader/Naming/UuidNamer.php';
  4109.         return $this->services['App\\Uploader\\Naming\\UuidNamer'] = new \App\Uploader\Naming\UuidNamer();
  4110.     }
  4111.     /**
  4112.      * Gets the public 'App\WebSocket\Component\NotificationSocketComponent' shared autowired service.
  4113.      *
  4114.      * @return \App\WebSocket\Component\NotificationSocketComponent
  4115.      */
  4116.     protected function getNotificationSocketComponentService()
  4117.     {
  4118.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4119.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  4120.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/ComponentTrait.php';
  4121.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4122.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractComponent.php';
  4123.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  4124.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  4125.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Component/AbstractMessageComponent.php';
  4126.         include_once \dirname(__DIR__4).'/src/WebSocket/Component/NotificationSocketComponent.php';
  4127.         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))));
  4128.     }
  4129.     /**
  4130.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  4131.      *
  4132.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  4133.      */
  4134.     protected function getProfilerControllerService()
  4135.     {
  4136.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  4137.         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()));
  4138.     }
  4139.     /**
  4140.      * Gets the public 'DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer.App\Entity\Account\User' shared service.
  4141.      *
  4142.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Symfony\DoctrineBlamer
  4143.      */
  4144.     protected function getUserService()
  4145.     {
  4146.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/Blamer.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/DoctrineBlamer.php';
  4149.         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']);
  4150.     }
  4151.     /**
  4152.      * Gets the public 'Faker\Generator' shared service.
  4153.      *
  4154.      * @return \Faker\Generator
  4155.      */
  4156.     protected function getGeneratorService()
  4157.     {
  4158.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Base.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/HtmlLorem.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Image.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Provider/Image.php';
  4165.         $this->services['Faker\\Generator'] = $instance \Faker\Factory::create('fr_FR');
  4166.         $instance->seed(1);
  4167.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  4168.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\HtmlLorem($instance));
  4169.         $instance->addProvider(new \Nellapp\Bundle\SDKBundle\Fixture\Provider\Image($instance));
  4170.         return $instance;
  4171.     }
  4172.     /**
  4173.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  4174.      *
  4175.      * @return \Liip\ImagineBundle\Controller\ImagineController
  4176.      */
  4177.     protected function getImagineControllerService()
  4178.     {
  4179.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  4181.         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));
  4182.     }
  4183.     /**
  4184.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction' shared autowired service.
  4185.      *
  4186.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectAction
  4187.      */
  4188.     protected function getConnectActionService()
  4189.     {
  4190.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectAction.php';
  4191.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  4192.         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']))));
  4193.     }
  4194.     /**
  4195.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction' shared autowired service.
  4196.      *
  4197.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction
  4198.      */
  4199.     protected function getConnectCheckActionService()
  4200.     {
  4201.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/ConnectCheckAction.php';
  4202.         return $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\ConnectCheckAction'] = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\ConnectCheckAction();
  4203.     }
  4204.     /**
  4205.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\GlobalLogoutController' shared autowired service.
  4206.      *
  4207.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\GlobalLogoutController
  4208.      */
  4209.     protected function getGlobalLogoutControllerService()
  4210.     {
  4211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4212.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/GlobalLogoutController.php';
  4213.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Session/SessionDeleter.php';
  4214.         $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'));
  4215.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\GlobalLogoutController'$this));
  4216.         return $instance;
  4217.     }
  4218.     /**
  4219.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction' shared autowired service.
  4220.      *
  4221.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction
  4222.      */
  4223.     protected function getLoggedOutActionService()
  4224.     {
  4225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LoggedOutAction.php';
  4227.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LoggedOutAction();
  4228.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LoggedOutAction'$this));
  4229.         return $instance;
  4230.     }
  4231.     /**
  4232.      * Gets the public 'Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction' shared autowired service.
  4233.      *
  4234.      * @return \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction
  4235.      */
  4236.     protected function getLogoutActionService()
  4237.     {
  4238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Controller/Security/LogoutAction.php';
  4240.         $this->services['Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'] = $instance = new \Nellapp\Bundle\SDKBundle\Auth\Controller\Security\LogoutAction();
  4241.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('Nellapp\\Bundle\\SDKBundle\\Auth\\Controller\\Security\\LogoutAction'$this));
  4242.         return $instance;
  4243.     }
  4244.     /**
  4245.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction' shared autowired service.
  4246.      *
  4247.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChannelUserRole\CollectionAction
  4248.      */
  4249.     protected function getCollectionAction14Service()
  4250.     {
  4251.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4252.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  4253.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChannelUserRole/CollectionAction.php';
  4254.         $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()));
  4255.         $instance->setContainer(($this->privates['.service_locator.Mg_XpkW'] ?? $this->get_ServiceLocator_MgXpkWService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction'$this));
  4256.         return $instance;
  4257.     }
  4258.     /**
  4259.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController' shared autowired service.
  4260.      *
  4261.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController
  4262.      */
  4263.     protected function getChatNotificationControllerService()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4266.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/ChatNotification/ChatNotificationController.php';
  4267.         $this->services['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController'] = $instance = new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\ChatNotification\ChatNotificationController(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Proxy\\ProxyClient'] ?? $this->getProxyClientService()), ($this->privates['nellapp_sdk.routing.internal_url_generator'] ?? $this->getNellappSdk_Routing_InternalUrlGeneratorService()));
  4268.         $instance->setContainer(($this->privates['.service_locator.Mg_XpkW'] ?? $this->get_ServiceLocator_MgXpkWService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController'$this));
  4269.         return $instance;
  4270.     }
  4271.     /**
  4272.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction' shared autowired service.
  4273.      *
  4274.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelAdminCollectionAction
  4275.      */
  4276.     protected function getChannelAdminCollectionActionService()
  4277.     {
  4278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4279.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  4280.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelAdminCollectionAction.php';
  4281.         $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()));
  4282.         $instance->setContainer(($this->privates['.service_locator.Mg_XpkW'] ?? $this->get_ServiceLocator_MgXpkWService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction'$this));
  4283.         return $instance;
  4284.     }
  4285.     /**
  4286.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction' shared autowired service.
  4287.      *
  4288.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelLearnerCollectionAction
  4289.      */
  4290.     protected function getChannelLearnerCollectionActionService()
  4291.     {
  4292.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4293.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  4294.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelLearnerCollectionAction.php';
  4295.         $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()));
  4296.         $instance->setContainer(($this->privates['.service_locator.Mg_XpkW'] ?? $this->get_ServiceLocator_MgXpkWService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction'$this));
  4297.         return $instance;
  4298.     }
  4299.     /**
  4300.      * Gets the public 'Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction' shared autowired service.
  4301.      *
  4302.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\Controller\Async\User\ChannelUserCollectionAction
  4303.      */
  4304.     protected function getChannelUserCollectionActionService()
  4305.     {
  4306.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4307.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  4308.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/Controller/Async/User/ChannelUserCollectionAction.php';
  4309.         $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()));
  4310.         $instance->setContainer(($this->privates['.service_locator.Mg_XpkW'] ?? $this->get_ServiceLocator_MgXpkWService())->withContext('Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction'$this));
  4311.         return $instance;
  4312.     }
  4313.     /**
  4314.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController' shared autowired service.
  4315.      *
  4316.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Async\ChannelResourceAccessCacheController
  4317.      */
  4318.     protected function getChannelResourceAccessCacheControllerService()
  4319.     {
  4320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4321.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Async/ChannelResourceAccessCacheController.php';
  4322.         $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()));
  4323.         $instance->setContainer(($this->privates['.service_locator._ZCfzz3'] ?? $this->get_ServiceLocator_ZCfzz3Service())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController'$this));
  4324.         return $instance;
  4325.     }
  4326.     /**
  4327.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction' shared autowired service.
  4328.      *
  4329.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction
  4330.      */
  4331.     protected function getDeleteAction8Service()
  4332.     {
  4333.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4334.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  4335.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/DeleteAction.php';
  4336.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4337.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  4338.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  4339.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  4340.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\DeleteAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  4341.         $instance->setContainer(($this->privates['.service_locator._ZCfzz3'] ?? $this->get_ServiceLocator_ZCfzz3Service())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction'$this));
  4342.         return $instance;
  4343.     }
  4344.     /**
  4345.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction' shared autowired service.
  4346.      *
  4347.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction
  4348.      */
  4349.     protected function getEditActionService()
  4350.     {
  4351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4352.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  4353.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/EditAction.php';
  4354.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4355.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  4356.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  4357.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  4358.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\EditAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  4359.         $instance->setContainer(($this->privates['.service_locator._ZCfzz3'] ?? $this->get_ServiceLocator_ZCfzz3Service())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction'$this));
  4360.         return $instance;
  4361.     }
  4362.     /**
  4363.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction' shared autowired service.
  4364.      *
  4365.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction
  4366.      */
  4367.     protected function getIndexAction7Service()
  4368.     {
  4369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4370.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  4371.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/IndexAction.php';
  4372.         $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()));
  4373.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  4374.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  4375.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  4376.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\IndexAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  4377.         $instance->setContainer(($this->privates['.service_locator._ZCfzz3'] ?? $this->get_ServiceLocator_ZCfzz3Service())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction'$this));
  4378.         return $instance;
  4379.     }
  4380.     /**
  4381.      * Gets the public 'Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction' shared autowired service.
  4382.      *
  4383.      * @return \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction
  4384.      */
  4385.     protected function getNewActionService()
  4386.     {
  4387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4388.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/AbstractAction.php';
  4389.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Controller/Crud/NewAction.php';
  4390.         $instance = new \Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4391.         $instance $instance->setGlobalEntitiesService(($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  4392.         $instance $instance->setChannelUserPermissionManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService()));
  4393.         $instance $instance->setChannelUserPermissionGroupManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] ?? $this->getChannelUserPermissionGroupManagerService()));
  4394.         $this->services['Nellapp\Bundle\SDKBundle\Permission\Controller\Crud\NewAction'] = $instance $instance->setNellappUrlGenerator(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  4395.         $instance->setContainer(($this->privates['.service_locator._ZCfzz3'] ?? $this->get_ServiceLocator_ZCfzz3Service())->withContext('Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction'$this));
  4396.         return $instance;
  4397.     }
  4398.     /**
  4399.      * Gets the public 'Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction' shared autowired service.
  4400.      *
  4401.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Controller\Sync\CollectionAction
  4402.      */
  4403.     protected function getCollectionAction15Service()
  4404.     {
  4405.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Controller/Sync/CollectionAction.php';
  4406.         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()));
  4407.     }
  4408.     /**
  4409.      * Gets the public 'Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController' shared autowired service.
  4410.      *
  4411.      * @return \Nellapp\Bundle\SDKBundle\Twig\Controller\ErrorController
  4412.      */
  4413.     protected function getErrorControllerService()
  4414.     {
  4415.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Controller/ErrorController.php';
  4416.         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()));
  4417.     }
  4418.     /**
  4419.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  4420.      *
  4421.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  4422.      */
  4423.     protected function getRedirectControllerService()
  4424.     {
  4425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  4426.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4427.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  4428.     }
  4429.     /**
  4430.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  4431.      *
  4432.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  4433.      */
  4434.     protected function getTemplateControllerService()
  4435.     {
  4436.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  4437.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4438.     }
  4439.     /**
  4440.      * Gets the public 'bazinga.jstranslation.controller' shared service.
  4441.      *
  4442.      * @return \Bazinga\Bundle\JsTranslationBundle\Controller\Controller
  4443.      */
  4444.     protected function getBazinga_Jstranslation_ControllerService()
  4445.     {
  4446.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php';
  4447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4451.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  4452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4453.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4455.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4458.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4459.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4460.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4461.         $this->services['bazinga.jstranslation.controller'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Controller\Controller(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->targetDir.''.'/bazinga-js-translation'), true'en''messages''86400');
  4462.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  4463.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  4464.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  4465.         $instance->addLoader('yaml'$a);
  4466.         $instance->addLoader('yml'$a);
  4467.         $instance->addLoader('xlf'$b);
  4468.         $instance->addLoader('xliff'$b);
  4469.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  4470.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  4471.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  4472.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  4473.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  4474.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  4475.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  4476.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  4477.         return $instance;
  4478.     }
  4479.     /**
  4480.      * Gets the public 'bazinga.jstranslation.dump_command' shared service.
  4481.      *
  4482.      * @return \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand
  4483.      */
  4484.     protected function getBazinga_Jstranslation_DumpCommandService()
  4485.     {
  4486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4487.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Command/DumpCommand.php';
  4488.         $this->services['bazinga.jstranslation.dump_command'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Command\DumpCommand(($this->services['bazinga.jstranslation.translation_dumper'] ?? $this->getBazinga_Jstranslation_TranslationDumperService()), \dirname(__DIR__4));
  4489.         $instance->setName('bazinga:js-translation:dump');
  4490.         return $instance;
  4491.     }
  4492.     /**
  4493.      * Gets the public 'bazinga.jstranslation.translation_dumper' shared service.
  4494.      *
  4495.      * @return \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper
  4496.      */
  4497.     protected function getBazinga_Jstranslation_TranslationDumperService()
  4498.     {
  4499.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Dumper/TranslationDumper.php';
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  4501.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  4502.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  4503.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  4504.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  4505.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  4506.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  4507.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  4508.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  4509.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  4510.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  4511.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  4512.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  4513.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  4514.         $this->services['bazinga.jstranslation.translation_dumper'] = $instance = new \Bazinga\Bundle\JsTranslationBundle\Dumper\TranslationDumper(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['bazinga.jstranslation.translation_finder'] ?? $this->getBazinga_Jstranslation_TranslationFinderService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), 'en''messages', [], []);
  4515.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  4516.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  4517.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  4518.         $instance->addLoader('yaml'$a);
  4519.         $instance->addLoader('yml'$a);
  4520.         $instance->addLoader('xlf'$b);
  4521.         $instance->addLoader('xliff'$b);
  4522.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  4523.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  4524.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  4525.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  4526.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  4527.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  4528.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  4529.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  4530.         return $instance;
  4531.     }
  4532.     /**
  4533.      * Gets the public 'bazinga.jstranslation.translation_finder' shared service.
  4534.      *
  4535.      * @return \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder
  4536.      */
  4537.     protected function getBazinga_Jstranslation_TranslationFinderService()
  4538.     {
  4539.         include_once \dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Finder/TranslationFinder.php';
  4540.         return $this->services['bazinga.jstranslation.translation_finder'] = new \Bazinga\Bundle\JsTranslationBundle\Finder\TranslationFinder(['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\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/datetime.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'), 10 => (\dirname(__DIR__4).'/translations/NellappSDKBundle.fr.yaml'), 11 => (\dirname(__DIR__4).'/translations/OneupUploaderBundle.fr.yaml'), 12 => (\dirname(__DIR__4).'/translations/date.fr.yaml'), 13 => (\dirname(__DIR__4).'/translations/email.fr.yaml'), 14 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 15 => (\dirname(__DIR__4).'/translations/security.fr.yaml'), 16 => (\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')]]);
  4541.     }
  4542.     /**
  4543.      * Gets the public 'cache.app' shared service.
  4544.      *
  4545.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4546.      */
  4547.     protected function getCache_AppService()
  4548.     {
  4549.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.BuSWRLw'] ?? $this->get_CacheConnection_BuSWRLwService()), '+LOZLitaLc'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4550.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4551.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4552.     }
  4553.     /**
  4554.      * Gets the public 'cache.app_clearer' shared service.
  4555.      *
  4556.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4557.      */
  4558.     protected function getCache_AppClearerService()
  4559.     {
  4560.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4562.         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())]);
  4563.     }
  4564.     /**
  4565.      * Gets the public 'cache.global_clearer' shared service.
  4566.      *
  4567.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4568.      */
  4569.     protected function getCache_GlobalClearerService()
  4570.     {
  4571.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4572.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4573.         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())]);
  4574.     }
  4575.     /**
  4576.      * Gets the public 'cache.system' shared service.
  4577.      *
  4578.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4579.      */
  4580.     protected function getCache_SystemService()
  4581.     {
  4582.         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())));
  4583.     }
  4584.     /**
  4585.      * Gets the public 'cache.system_clearer' shared service.
  4586.      *
  4587.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4588.      */
  4589.     protected function getCache_SystemClearerService()
  4590.     {
  4591.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4592.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4593.         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())]);
  4594.     }
  4595.     /**
  4596.      * Gets the public 'cache.validator_expression_language' shared service.
  4597.      *
  4598.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4599.      */
  4600.     protected function getCache_ValidatorExpressionLanguageService()
  4601.     {
  4602.         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())));
  4603.     }
  4604.     /**
  4605.      * Gets the public 'cache_warmer' shared service.
  4606.      *
  4607.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  4608.      */
  4609.     protected function getCacheWarmerService()
  4610.     {
  4611.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  4613.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  4614.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  4615.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  4616.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  4617.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  4618.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  4619.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  4620.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  4621.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  4622.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  4623.             yield => ($this->privates['webpack_encore.entrypoint_lookup.cache_warmer'] ?? $this->getWebpackEncore_EntrypointLookup_CacheWarmerService());
  4624.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  4625.     }
  4626.     /**
  4627.      * Gets the public 'console.command_loader' shared service.
  4628.      *
  4629.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  4630.      */
  4631.     protected function getConsole_CommandLoaderService()
  4632.     {
  4633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  4634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  4635.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4636.             'App\\Command\\CalculateMcqCommand' => ['privates''App\\Command\\CalculateMcqCommand''getCalculateMcqCommandService'false],
  4637.             'App\\Command\\CheckSharedEntityCommand' => ['privates''.App\\Command\\CheckSharedEntityCommand.lazy''getCheckSharedEntityCommand_LazyService'false],
  4638.             'App\\Command\\FixImageChapterCommand' => ['privates''App\\Command\\FixImageChapterCommand''getFixImageChapterCommandService'false],
  4639.             'App\\Command\\K2r2\\IndexYoutubeVideoCommand' => ['privates''.App\\Command\\K2r2\\IndexYoutubeVideoCommand.lazy''getIndexYoutubeVideoCommand_LazyService'false],
  4640.             'App\\Command\\K2r2\\InitK2r2RemoteVideoCommand' => ['privates''.App\\Command\\K2r2\\InitK2r2RemoteVideoCommand.lazy''getInitK2r2RemoteVideoCommand_LazyService'false],
  4641.             'App\\Command\\K2r2\\K2R2IndexingCommand' => ['privates''.App\\Command\\K2r2\\K2R2IndexingCommand.lazy''getK2R2IndexingCommand_LazyService'false],
  4642.             'App\\Command\\PartnerApi\\PartnerApiUserChannelCommand' => ['privates''.App\\Command\\PartnerApi\\PartnerApiUserChannelCommand.lazy''getPartnerApiUserChannelCommand_LazyService'false],
  4643.             'App\\Command\\PartnerApi\\PartnerApiUserCreateCommand' => ['privates''.App\\Command\\PartnerApi\\PartnerApiUserCreateCommand.lazy''getPartnerApiUserCreateCommand_LazyService'false],
  4644.             'App\\Command\\PartnerApi\\PartnerApiUserListCommand' => ['privates''.App\\Command\\PartnerApi\\PartnerApiUserListCommand.lazy''getPartnerApiUserListCommand_LazyService'false],
  4645.             'App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand' => ['privates''.App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand.lazy''getPartnerApiUserRevokeCommand_LazyService'false],
  4646.             'App\\Command\\RefreshLessonStatsCommand' => ['privates''.App\\Command\\RefreshLessonStatsCommand.lazy''getRefreshLessonStatsCommand_LazyService'false],
  4647.             'App\\Command\\Scorm\\ForceScormUpdateCommand' => ['privates''.App\\Command\\Scorm\\ForceScormUpdateCommand.lazy''getForceScormUpdateCommand_LazyService'false],
  4648.             'App\\Command\\Scorm\\GenerateScormCommand' => ['privates''.App\\Command\\Scorm\\GenerateScormCommand.lazy''getGenerateScormCommand_LazyService'false],
  4649.             'App\\Command\\Scorm\\InitializeScormCommand' => ['privates''.App\\Command\\Scorm\\InitializeScormCommand.lazy''getInitializeScormCommand_LazyService'false],
  4650.             'App\\Command\\ShareContentEntityCommand' => ['privates''.App\\Command\\ShareContentEntityCommand.lazy''getShareContentEntityCommand_LazyService'false],
  4651.             'App\\Command\\SharedChildrenUpdatedAtCommand' => ['privates''.App\\Command\\SharedChildrenUpdatedAtCommand.lazy''getSharedChildrenUpdatedAtCommand_LazyService'false],
  4652.             'App\\Command\\UpdateMimeTypeForNellappFileCommand' => ['privates''.App\\Command\\UpdateMimeTypeForNellappFileCommand.lazy''getUpdateMimeTypeForNellappFileCommand_LazyService'false],
  4653.             'App\\Command\\Video\\MigrateK2r2ToBunnyCommand' => ['privates''.App\\Command\\Video\\MigrateK2r2ToBunnyCommand.lazy''getMigrateK2r2ToBunnyCommand_LazyService'false],
  4654.             'App\\Command\\Video\\RefreshProcessingBunnyVideosCommand' => ['privates''.App\\Command\\Video\\RefreshProcessingBunnyVideosCommand.lazy''getRefreshProcessingBunnyVideosCommand_LazyService'false],
  4655.             'App\\Command\\Video\\ReplaceK2r2VideoToBunnyVideosInContentCommand' => ['privates''App\\Command\\Video\\ReplaceK2r2VideoToBunnyVideosInContentCommand''getReplaceK2r2VideoToBunnyVideosInContentCommandService'false],
  4656.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  4657.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  4658.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  4659.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  4660.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  4661.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  4662.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  4663.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  4664.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  4665.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  4666.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  4667.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  4668.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  4669.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  4670.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  4671.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  4672.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  4673.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  4674.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  4675.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  4676.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  4677.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  4678.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  4679.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  4680.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  4681.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  4682.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  4683.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  4684.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  4685.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  4686.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  4687.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  4688.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  4689.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  4690.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  4691.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  4692.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  4693.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  4694.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  4695.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  4696.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  4697.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  4698.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  4699.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  4700.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  4701.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  4702.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  4703.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  4704.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  4705.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  4706.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  4707.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  4708.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  4709.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  4710.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  4711.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  4712.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  4713.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  4714.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  4715.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  4716.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  4717.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  4718.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  4719.             '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],
  4720.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  4721.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  4722.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  4723.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  4724.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  4725.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  4726.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  4727.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  4728.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  4729.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  4730.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  4731.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  4732.             'oneup_uploader.command.clear_chunks' => ['privates''oneup_uploader.command.clear_chunks''getOneupUploader_Command_ClearChunksService'false],
  4733.             'oneup_uploader.command.clear_orphans' => ['privates''oneup_uploader.command.clear_orphans''getOneupUploader_Command_ClearOrphansService'false],
  4734.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  4735.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  4736.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  4737.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand.lazy''getCheckChannelMenuDisplayedCommand_LazyService'false],
  4738.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand.lazy''getCleanExpiredChannelResourcePermissionCommand_LazyService'false],
  4739.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => ['privates''Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand''getFailedMessageCommandService'false],
  4740.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand.lazy''getFullRefreshClassCommand_LazyService'false],
  4741.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand.lazy''getRefreshClassCommand_LazyService'false],
  4742.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand.lazy''getRefreshOneCommand_LazyService'false],
  4743.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand.lazy''getUserFromChannelCommand_LazyService'false],
  4744.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => ['privates''.Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand.lazy''getSyncOneCommand_LazyService'false],
  4745.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => ['privates''DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand''getServerRunCommandService'false],
  4746.             'bazinga.jstranslation.dump_command' => ['services''bazinga.jstranslation.dump_command''getBazinga_Jstranslation_DumpCommandService'false],
  4747.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  4748.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  4749.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  4750.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  4751.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  4752.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  4753.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  4754.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  4755.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  4756.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  4757.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  4758.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  4759.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  4760.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  4761.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  4762.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  4763.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  4764.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  4765.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  4766.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  4767.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  4768.         ], [
  4769.             'App\\Command\\CalculateMcqCommand' => 'App\\Command\\CalculateMcqCommand',
  4770.             'App\\Command\\CheckSharedEntityCommand' => '?',
  4771.             'App\\Command\\FixImageChapterCommand' => 'App\\Command\\FixImageChapterCommand',
  4772.             'App\\Command\\K2r2\\IndexYoutubeVideoCommand' => '?',
  4773.             'App\\Command\\K2r2\\InitK2r2RemoteVideoCommand' => '?',
  4774.             'App\\Command\\K2r2\\K2R2IndexingCommand' => '?',
  4775.             'App\\Command\\PartnerApi\\PartnerApiUserChannelCommand' => '?',
  4776.             'App\\Command\\PartnerApi\\PartnerApiUserCreateCommand' => '?',
  4777.             'App\\Command\\PartnerApi\\PartnerApiUserListCommand' => '?',
  4778.             'App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand' => '?',
  4779.             'App\\Command\\RefreshLessonStatsCommand' => '?',
  4780.             'App\\Command\\Scorm\\ForceScormUpdateCommand' => '?',
  4781.             'App\\Command\\Scorm\\GenerateScormCommand' => '?',
  4782.             'App\\Command\\Scorm\\InitializeScormCommand' => '?',
  4783.             'App\\Command\\ShareContentEntityCommand' => '?',
  4784.             'App\\Command\\SharedChildrenUpdatedAtCommand' => '?',
  4785.             'App\\Command\\UpdateMimeTypeForNellappFileCommand' => '?',
  4786.             'App\\Command\\Video\\MigrateK2r2ToBunnyCommand' => '?',
  4787.             'App\\Command\\Video\\RefreshProcessingBunnyVideosCommand' => '?',
  4788.             'App\\Command\\Video\\ReplaceK2r2VideoToBunnyVideosInContentCommand' => 'App\\Command\\Video\\ReplaceK2r2VideoToBunnyVideosInContentCommand',
  4789.             'console.command.about' => '?',
  4790.             'console.command.assets_install' => '?',
  4791.             'console.command.cache_clear' => '?',
  4792.             'console.command.cache_pool_clear' => '?',
  4793.             'console.command.cache_pool_prune' => '?',
  4794.             'console.command.cache_pool_delete' => '?',
  4795.             'console.command.cache_pool_list' => '?',
  4796.             'console.command.cache_warmup' => '?',
  4797.             'console.command.config_debug' => '?',
  4798.             'console.command.config_dump_reference' => '?',
  4799.             'console.command.container_debug' => '?',
  4800.             'console.command.container_lint' => '?',
  4801.             'console.command.debug_autowiring' => '?',
  4802.             'console.command.dotenv_debug' => '?',
  4803.             'console.command.event_dispatcher_debug' => '?',
  4804.             'console.command.messenger_consume_messages' => '?',
  4805.             'console.command.messenger_setup_transports' => '?',
  4806.             'console.command.messenger_debug' => '?',
  4807.             'console.command.messenger_stop_workers' => '?',
  4808.             'console.command.messenger_failed_messages_retry' => '?',
  4809.             'console.command.messenger_failed_messages_show' => '?',
  4810.             'console.command.messenger_failed_messages_remove' => '?',
  4811.             'console.command.router_debug' => '?',
  4812.             'console.command.router_match' => '?',
  4813.             'console.command.translation_debug' => '?',
  4814.             'console.command.translation_extract' => '?',
  4815.             'console.command.validator_debug' => '?',
  4816.             'console.command.translation_pull' => '?',
  4817.             'console.command.translation_push' => '?',
  4818.             'console.command.xliff_lint' => '?',
  4819.             'console.command.yaml_lint' => '?',
  4820.             'console.command.form_debug' => '?',
  4821.             'console.command.secrets_set' => '?',
  4822.             'console.command.secrets_remove' => '?',
  4823.             'console.command.secrets_generate_key' => '?',
  4824.             'console.command.secrets_list' => '?',
  4825.             'console.command.secrets_decrypt_to_local' => '?',
  4826.             'console.command.secrets_encrypt_from_local' => '?',
  4827.             'twig.command.debug' => '?',
  4828.             'twig.command.lint' => '?',
  4829.             'security.command.debug_firewall' => '?',
  4830.             'security.command.user_password_encoder' => '?',
  4831.             'security.command.user_password_hash' => '?',
  4832.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  4833.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  4834.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  4835.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  4836.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  4837.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  4838.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  4839.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  4840.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  4841.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  4842.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  4843.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  4844.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  4845.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  4846.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  4847.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  4848.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  4849.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  4850.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  4851.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  4852.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  4853.             'var_dumper.command.server_dump' => '?',
  4854.             'monolog.command.server_log' => '?',
  4855.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  4856.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  4857.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  4858.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  4859.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  4860.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  4861.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  4862.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  4863.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  4864.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  4865.             'oneup_uploader.command.clear_chunks' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  4866.             'oneup_uploader.command.clear_orphans' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  4867.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  4868.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  4869.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  4870.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand' => '?',
  4871.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand' => '?',
  4872.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand' => 'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\FailedMessageCommand',
  4873.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand' => '?',
  4874.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand' => '?',
  4875.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand' => '?',
  4876.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand' => '?',
  4877.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand' => '?',
  4878.             'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\Command\\ServerRunCommand',
  4879.             'bazinga.jstranslation.dump_command' => 'Bazinga\\Bundle\\JsTranslationBundle\\Command\\DumpCommand',
  4880.             'maker.auto_command.make_auth' => '?',
  4881.             'maker.auto_command.make_command' => '?',
  4882.             'maker.auto_command.make_controller' => '?',
  4883.             'maker.auto_command.make_crud' => '?',
  4884.             'maker.auto_command.make_docker_database' => '?',
  4885.             'maker.auto_command.make_entity' => '?',
  4886.             'maker.auto_command.make_fixtures' => '?',
  4887.             'maker.auto_command.make_form' => '?',
  4888.             'maker.auto_command.make_message' => '?',
  4889.             'maker.auto_command.make_messenger_middleware' => '?',
  4890.             'maker.auto_command.make_registration_form' => '?',
  4891.             'maker.auto_command.make_reset_password' => '?',
  4892.             'maker.auto_command.make_serializer_encoder' => '?',
  4893.             'maker.auto_command.make_serializer_normalizer' => '?',
  4894.             'maker.auto_command.make_subscriber' => '?',
  4895.             'maker.auto_command.make_twig_extension' => '?',
  4896.             'maker.auto_command.make_test' => '?',
  4897.             'maker.auto_command.make_validator' => '?',
  4898.             'maker.auto_command.make_voter' => '?',
  4899.             'maker.auto_command.make_user' => '?',
  4900.             'maker.auto_command.make_migration' => '?',
  4901.         ]), ['app:calculate-mcq' => 'App\\Command\\CalculateMcqCommand''app:check-shared-entity' => 'App\\Command\\CheckSharedEntityCommand''app:fix-image-chapter' => 'App\\Command\\FixImageChapterCommand''app:k2r2:index-youtube-video' => 'App\\Command\\K2r2\\IndexYoutubeVideoCommand''init:k2r2-video' => 'App\\Command\\K2r2\\InitK2r2RemoteVideoCommand''app:k2r2-index-shared-lesson' => 'App\\Command\\K2r2\\K2R2IndexingCommand''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''app:video:bunny-migration' => 'App\\Command\\Video\\MigrateK2r2ToBunnyCommand''app:video:bunny-refresh' => 'App\\Command\\Video\\RefreshProcessingBunnyVideosCommand''app:video:replace-k2r2-video' => 'App\\Command\\Video\\ReplaceK2r2VideoToBunnyVideosInContentCommand''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''bazinga:js-translation:dump' => 'bazinga.jstranslation.dump_command''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']);
  4902.     }
  4903.     /**
  4904.      * Gets the public 'container.env_var_processors_locator' shared service.
  4905.      *
  4906.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4907.      */
  4908.     protected function getContainer_EnvVarProcessorsLocatorService()
  4909.     {
  4910.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4911.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4912.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4913.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4914.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4915.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4916.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4917.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4918.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4919.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4920.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4921.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4922.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4923.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4924.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4925.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4926.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4927.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4928.         ], [
  4929.             'base64' => '?',
  4930.             'bool' => '?',
  4931.             'const' => '?',
  4932.             'csv' => '?',
  4933.             'default' => '?',
  4934.             'file' => '?',
  4935.             'float' => '?',
  4936.             'int' => '?',
  4937.             'json' => '?',
  4938.             'key' => '?',
  4939.             'not' => '?',
  4940.             'query_string' => '?',
  4941.             'require' => '?',
  4942.             'resolve' => '?',
  4943.             'string' => '?',
  4944.             'trim' => '?',
  4945.             'url' => '?',
  4946.         ]);
  4947.     }
  4948.     /**
  4949.      * Gets the public 'data_collector.dump' shared service.
  4950.      *
  4951.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  4952.      */
  4953.     protected function getDataCollector_DumpService()
  4954.     {
  4955.         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()));
  4956.     }
  4957.     /**
  4958.      * Gets the public 'doctrine' shared service.
  4959.      *
  4960.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  4961.      */
  4962.     protected function getDoctrineService()
  4963.     {
  4964.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  4965.     }
  4966.     /**
  4967.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  4968.      *
  4969.      * @return \Doctrine\DBAL\Connection
  4970.      */
  4971.     protected function getDoctrine_Dbal_DefaultConnectionService()
  4972.     {
  4973.         $a = new \Doctrine\DBAL\Configuration();
  4974.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4975.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4976.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4977.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4978.         $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()))]));
  4979.         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, [
  4980.             'App\\Doctrine\\EventSubscriber\\Channel\\ChannelConfigurationSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\ChannelConfigurationSubscriber''getChannelConfigurationSubscriberService'false],
  4981.             'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber''getImageSubscriberService'false],
  4982.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber''getCountSharedContentSubscriberService'false],
  4983.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber''getLessonSubscriberService'false],
  4984.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber''getOriginChapterSubscriberService'false],
  4985.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber''getOriginExerciseSubscriberService'false],
  4986.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber''getOriginPracticalCaseSubscriberService'false],
  4987.             'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber''getProductUpdateSubscriberService'false],
  4988.             'App\\Doctrine\\EventSubscriber\\Scholar\\ScholarFlushSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Scholar\\ScholarFlushSubscriber''getScholarFlushSubscriberService'false],
  4989.             'App\\Doctrine\\EventSubscriber\\Scholar\\ScormScholarSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Scholar\\ScormScholarSubscriber''getScormScholarSubscriberService'false],
  4990.             'App\\Doctrine\\EventSubscriber\\Scholar\\SharedContentScholarSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Scholar\\SharedContentScholarSubscriber''getSharedContentScholarSubscriberService'false],
  4991.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber''getBlameSubscriberService'false],
  4992.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber''getHierarchySlugSubscriberService'false],
  4993.             '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],
  4994.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber''getHierarchySubscriberService'false],
  4995.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber''getSlugSubscriberService'false],
  4996.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber''getTimestampSubscriberService'false],
  4997.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber''getTranslationSubscriberService'false],
  4998.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber''getSlugSubscriber2Service'false],
  4999.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber''getTimestampSubscriber2Service'false],
  5000.             'Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber''getArchivableRepositorySubscriberService'false],
  5001.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber''getTerminateExportableSubscriberService'false],
  5002.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber''getValidGlobalChannelAndUserSubscriberService'false],
  5003.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber''getChannelMenuDisplayedSubscriber2Service'false],
  5004.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber''getPermissionConstraintSubscriberService'false],
  5005.             'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber''getReverseSyncSubscriberService'false],
  5006.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber''getNellappFileSubscriberService'false],
  5007.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  5008.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  5009.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  5010.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  5011.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  5012.             'nellapp_sdk.auth.user_resolve_target_entity' => ['privates''nellapp_sdk.auth.user_resolve_target_entity''getNellappSdk_Auth_UserResolveTargetEntityService'false],
  5013.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => ['privates''nellapp_sdk.channel.abstract_cursus_resolve_target_entity''getNellappSdk_Channel_AbstractCursusResolveTargetEntityService'false],
  5014.             'nellapp_sdk.channel.account_notification_resolve_target_entity' => ['privates''nellapp_sdk.channel.account_notification_resolve_target_entity''getNellappSdk_Channel_AccountNotificationResolveTargetEntityService'false],
  5015.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_channel_resolve_target_entity''getNellappSdk_Channel_ChannelChannelResolveTargetEntityService'false],
  5016.             'nellapp_sdk.channel.channel_configuration_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_configuration_resolve_target_entity''getNellappSdk_Channel_ChannelConfigurationResolveTargetEntityService'false],
  5017.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_training_resolve_target_entity''getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService'false],
  5018.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_data_resolve_target_entity''getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService'false],
  5019.             '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],
  5020.             '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],
  5021.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_user_role_resolve_target_entity''getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService'false],
  5022.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => ['privates''nellapp_sdk.channel.channel_white_label_resolve_target_entity''getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService'false],
  5023.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService'false],
  5024.             '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],
  5025.             '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],
  5026.             '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],
  5027.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService'false],
  5028.             'nellapp_sdk.global_getter.user_notification_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_notification_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserNotificationClassResolveTargetEntityService'false],
  5029.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'false],
  5030.         ], [
  5031.             'App\\Doctrine\\EventSubscriber\\Channel\\ChannelConfigurationSubscriber' => '?',
  5032.             'App\\Doctrine\\EventSubscriber\\Channel\\ImageSubscriber' => '?',
  5033.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\CountSharedContentSubscriber' => '?',
  5034.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber' => '?',
  5035.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber' => '?',
  5036.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber' => '?',
  5037.             'App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginPracticalCaseSubscriber' => '?',
  5038.             'App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber' => '?',
  5039.             'App\\Doctrine\\EventSubscriber\\Scholar\\ScholarFlushSubscriber' => '?',
  5040.             'App\\Doctrine\\EventSubscriber\\Scholar\\ScormScholarSubscriber' => '?',
  5041.             'App\\Doctrine\\EventSubscriber\\Scholar\\SharedContentScholarSubscriber' => '?',
  5042.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => '?',
  5043.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber' => '?',
  5044.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => '?',
  5045.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber' => '?',
  5046.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber' => '?',
  5047.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => '?',
  5048.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber' => '?',
  5049.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber' => '?',
  5050.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => '?',
  5051.             'Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber' => '?',
  5052.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => '?',
  5053.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => '?',
  5054.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => '?',
  5055.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => '?',
  5056.             'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber' => '?',
  5057.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => '?',
  5058.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  5059.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  5060.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  5061.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  5062.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  5063.             'nellapp_sdk.auth.user_resolve_target_entity' => '?',
  5064.             'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' => '?',
  5065.             'nellapp_sdk.channel.account_notification_resolve_target_entity' => '?',
  5066.             'nellapp_sdk.channel.channel_channel_resolve_target_entity' => '?',
  5067.             'nellapp_sdk.channel.channel_configuration_resolve_target_entity' => '?',
  5068.             'nellapp_sdk.channel.channel_training_resolve_target_entity' => '?',
  5069.             'nellapp_sdk.channel.channel_user_data_resolve_target_entity' => '?',
  5070.             'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' => '?',
  5071.             'nellapp_sdk.channel.channel_user_perm_training_resolve_target_entity' => '?',
  5072.             'nellapp_sdk.channel.channel_user_role_resolve_target_entity' => '?',
  5073.             'nellapp_sdk.channel.channel_white_label_resolve_target_entity' => '?',
  5074.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => '?',
  5075.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => '?',
  5076.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => '?',
  5077.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => '?',
  5078.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => '?',
  5079.             'nellapp_sdk.global_getter.user_notification_class_resolve_target_entity' => '?',
  5080.             'stof_doctrine_extensions.listener.sluggable' => '?',
  5081.         ]), [=> 'App\\Doctrine\\EventSubscriber\\Channel\\ChannelConfigurationSubscriber'=> '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'10 => 'App\\Doctrine\\EventSubscriber\\Scholar\\SharedContentScholarSubscriber'11 => 'doctrine.orm.messenger.doctrine_schema_subscriber'12 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'13 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'14 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'15 => 'stof_doctrine_extensions.listener.sluggable'16 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber'17 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber'18 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber'19 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber'20 => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber'21 => 'Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber'22 => 'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber'23 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber'24 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'25 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber'26 => 'nellapp_sdk.global_getter.channel_class_resolve_target_entity'27 => 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity'28 => 'nellapp_sdk.global_getter.user_class_resolve_target_entity'29 => 'nellapp_sdk.global_getter.user_notification_class_resolve_target_entity'30 => 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'31 => 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'32 => 'nellapp_sdk.auth.user_resolve_target_entity'33 => 'Nellapp\\Bundle\\SDKBundle\\ReverseSync\\Doctrine\\EventSubscriber\\ReverseSyncSubscriber'34 => 'nellapp_sdk.channel.account_notification_resolve_target_entity'35 => 'nellapp_sdk.channel.channel_channel_resolve_target_entity'36 => 'nellapp_sdk.channel.channel_configuration_resolve_target_entity'37 => 'nellapp_sdk.channel.channel_white_label_resolve_target_entity'38 => 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'39 => 'nellapp_sdk.channel.channel_user_role_resolve_target_entity'40 => 'nellapp_sdk.channel.channel_user_data_resolve_target_entity'41 => 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity'42 => 'nellapp_sdk.channel.channel_training_resolve_target_entity'43 => 'nellapp_sdk.channel.channel_user_perm_training_resolve_target_entity'44 => 'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber'45 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 46 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 47 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 48 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User'], 49 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'], 50 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'], 51 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber']]), []);
  5082.     }
  5083.     /**
  5084.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  5085.      *
  5086.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  5087.      */
  5088.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  5089.     {
  5090.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5091.             'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''getUserSubscriberService'false],
  5092.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''getChannelUserDataSubscriberService'false],
  5093.             'App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber''getAssignableSubscriberService'false],
  5094.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''getFileSubscriberService'false],
  5095.             'App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber''getMessageSubscriberService'false],
  5096.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber''getAnswerSubscriberService'false],
  5097.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber''getChapterSubscriberService'false],
  5098.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber''getExerciseSubscriberService'false],
  5099.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''getLessonPrerequisiteSubscriberService'false],
  5100.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''getLessonReviewSubscriberService'false],
  5101.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''getModuleLessonSubscriberService'false],
  5102.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''getModuleStatusSubscriberService'false],
  5103.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber''getOriginLessonSubscriberService'false],
  5104.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber''getOriginModuleSubscriberService'false],
  5105.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber''getPracticalCaseResourceSubscriberService'false],
  5106.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''getPracticalCaseResponseSubscriberService'false],
  5107.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''getPracticalCaseSubscriberService'false],
  5108.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber''getQuestionSubscriberService'false],
  5109.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''getShareLessonSubscriberService'false],
  5110.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''getSharedModuleSubscriberService'false],
  5111.         ], [
  5112.             'App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber' => '?',
  5113.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => '?',
  5114.             'App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber' => '?',
  5115.             'App\\Doctrine\\EventEntitySubscriber\\FileSubscriber' => '?',
  5116.             'App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber' => '?',
  5117.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber' => '?',
  5118.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber' => '?',
  5119.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber' => '?',
  5120.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber' => '?',
  5121.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber' => '?',
  5122.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber' => '?',
  5123.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber' => '?',
  5124.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber' => '?',
  5125.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber' => '?',
  5126.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber' => '?',
  5127.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber' => '?',
  5128.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber' => '?',
  5129.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber' => '?',
  5130.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber' => '?',
  5131.             'App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber' => '?',
  5132.         ]));
  5133.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber');
  5134.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber');
  5135.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber');
  5136.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber''App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber');
  5137.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber');
  5138.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber');
  5139.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber''App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber');
  5140.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber');
  5141.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber');
  5142.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber');
  5143.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber');
  5144.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber');
  5145.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber');
  5146.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber');
  5147.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber');
  5148.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber');
  5149.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber');
  5150.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber');
  5151.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber');
  5152.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber');
  5153.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
  5154.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
  5155.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber');
  5156.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber');
  5157.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber');
  5158.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber');
  5159.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
  5160.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
  5161.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber');
  5162.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber');
  5163.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber');
  5164.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber');
  5165.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber');
  5166.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber');
  5167.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber');
  5168.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber');
  5169.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber');
  5170.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber');
  5171.         return $instance;
  5172.     }
  5173.     /**
  5174.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  5175.      *
  5176.      * @return \Doctrine\ORM\EntityManager
  5177.      */
  5178.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  5179.     {
  5180.         if ($lazyLoad) {
  5181.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  5182.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5183.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  5184.                     $proxy->setProxyInitializer(null);
  5185.                     return true;
  5186.                 });
  5187.             });
  5188.         }
  5189.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  5197.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  5198.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  5199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  5202.         $a = new \Doctrine\ORM\Configuration();
  5203.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  5204.         $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')])));
  5205.         $b->addDriver($c'App\\Entity');
  5206.         $b->addDriver($c'Nellapp\\Bundle\\SDKBundle\\Entity');
  5207.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Entity');
  5208.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Entity');
  5209.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity');
  5210.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Permission\\Entity');
  5211.         $a->setEntityNamespaces(['App' => 'App\\Entity''NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\Entity']);
  5212.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  5213.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  5214.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  5215.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5216.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  5217.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  5218.         ], [
  5219.             'doctrine.ulid_generator' => '?',
  5220.             'doctrine.uuid_generator' => '?',
  5221.         ])));
  5222.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  5223.         $a->setProxyNamespace('Proxies');
  5224.         $a->setAutoGenerateProxyClasses(true);
  5225.         $a->setSchemaIgnoreClasses([]);
  5226.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  5227.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  5228.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  5229.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  5230.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  5231.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5232.             'App\\Repository\\Account\\AdviceRepository' => ['privates''App\\Repository\\Account\\AdviceRepository''getAdviceRepositoryService'false],
  5233.             'App\\Repository\\Account\\LogUserDataRepository' => ['privates''App\\Repository\\Account\\LogUserDataRepository''getLogUserDataRepositoryService'false],
  5234.             'App\\Repository\\Account\\NotificationRepository' => ['privates''App\\Repository\\Account\\NotificationRepository''getNotificationRepositoryService'false],
  5235.             'App\\Repository\\Account\\UserRepository' => ['privates''App\\Repository\\Account\\UserRepository''getUserRepositoryService'false],
  5236.             'App\\Repository\\Achievement\\AchievementChapterRepository' => ['privates''App\\Repository\\Achievement\\AchievementChapterRepository''getAchievementChapterRepositoryService'false],
  5237.             'App\\Repository\\Achievement\\AchievementContentRepository' => ['privates''App\\Repository\\Achievement\\AchievementContentRepository''getAchievementContentRepositoryService'false],
  5238.             'App\\Repository\\Achievement\\AchievementLessonRepository' => ['privates''App\\Repository\\Achievement\\AchievementLessonRepository''getAchievementLessonRepositoryService'false],
  5239.             'App\\Repository\\Achievement\\AchievementModuleRepository' => ['privates''App\\Repository\\Achievement\\AchievementModuleRepository''getAchievementModuleRepositoryService'false],
  5240.             'App\\Repository\\Achievement\\AchievementTimeLogLessonRepository' => ['privates''App\\Repository\\Achievement\\AchievementTimeLogLessonRepository''getAchievementTimeLogLessonRepositoryService'false],
  5241.             'App\\Repository\\Achievement\\AchievementTimeLogRepository' => ['privates''App\\Repository\\Achievement\\AchievementTimeLogRepository''getAchievementTimeLogRepositoryService'false],
  5242.             'App\\Repository\\Achievement\\AchievementTrainingRepository' => ['privates''App\\Repository\\Achievement\\AchievementTrainingRepository''getAchievementTrainingRepositoryService'false],
  5243.             'App\\Repository\\Bunny\\BunnyVideoCollectionRepository' => ['privates''App\\Repository\\Bunny\\BunnyVideoCollectionRepository''getBunnyVideoCollectionRepositoryService'false],
  5244.             'App\\Repository\\Bunny\\BunnyVideoRepository' => ['privates''App\\Repository\\Bunny\\BunnyVideoRepository''getBunnyVideoRepositoryService'false],
  5245.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\AbstractCursusRepository''getAbstractCursusRepositoryService'false],
  5246.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\ChannelUserDataRepository''getChannelUserDataRepositoryService'false],
  5247.             'App\\Repository\\Channel\\ChannelDescriptionRepository' => ['privates''App\\Repository\\Channel\\ChannelDescriptionRepository''getChannelDescriptionRepositoryService'false],
  5248.             'App\\Repository\\Channel\\ChannelGalleryRepository' => ['privates''App\\Repository\\Channel\\ChannelGalleryRepository''getChannelGalleryRepositoryService'false],
  5249.             'App\\Repository\\Channel\\ChannelRepository' => ['privates''App\\Repository\\Channel\\ChannelRepository''getChannelRepositoryService'false],
  5250.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => ['privates''App\\Repository\\Channel\\ChannelWhiteLabelRepository''getChannelWhiteLabelRepositoryService'false],
  5251.             'App\\Repository\\Channel\\GroupRepository' => ['privates''App\\Repository\\Channel\\GroupRepository''getGroupRepositoryService'false],
  5252.             'App\\Repository\\Channel\\ImageRepository' => ['privates''App\\Repository\\Channel\\ImageRepository''getImageRepositoryService'false],
  5253.             'App\\Repository\\Channel\\InstitutionRepository' => ['privates''App\\Repository\\Channel\\InstitutionRepository''getInstitutionRepositoryService'false],
  5254.             'App\\Repository\\Channel\\Partner\\PartnerRepository' => ['privates''App\\Repository\\Channel\\Partner\\PartnerRepository''getPartnerRepositoryService'false],
  5255.             'App\\Repository\\Channel\\ShareContent\\AbstractProgressRepository' => ['privates''App\\Repository\\Channel\\ShareContent\\AbstractProgressRepository''getAbstractProgressRepositoryService'false],
  5256.             'App\\Repository\\Channel\\SharedChannelRepository' => ['privates''App\\Repository\\Channel\\SharedChannelRepository''getSharedChannelRepositoryService'false],
  5257.             'App\\Repository\\Common\\AssignableRepository' => ['privates''App\\Repository\\Common\\AssignableRepository''getAssignableRepositoryService'false],
  5258.             'App\\Repository\\Common\\FileRepository' => ['privates''App\\Repository\\Common\\FileRepository''getFileRepositoryService'false],
  5259.             'App\\Repository\\Exercise\\ExerciseRepository' => ['privates''App\\Repository\\Exercise\\ExerciseRepository''getExerciseRepositoryService'false],
  5260.             'App\\Repository\\Exercise\\OriginExerciseRepository' => ['privates''App\\Repository\\Exercise\\OriginExerciseRepository''getOriginExerciseRepositoryService'false],
  5261.             'App\\Repository\\Exercise\\User\\ExerciseResultRepository' => ['privates''App\\Repository\\Exercise\\User\\ExerciseResultRepository''getExerciseResultRepositoryService'false],
  5262.             'App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository' => ['privates''App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository''getMultipleChoiceQuestionResultRepositoryService'false],
  5263.             'App\\Repository\\Forum\\AbstractMessageRepository' => ['privates''App\\Repository\\Forum\\AbstractMessageRepository''getAbstractMessageRepositoryService'false],
  5264.             'App\\Repository\\Forum\\ChapterMessageRepository' => ['privates''App\\Repository\\Forum\\ChapterMessageRepository''getChapterMessageRepositoryService'false],
  5265.             'App\\Repository\\Payment\\LessonProductRepository' => ['privates''App\\Repository\\Payment\\LessonProductRepository''getLessonProductRepositoryService'false],
  5266.             'App\\Repository\\Payment\\ModuleProductRepository' => ['privates''App\\Repository\\Payment\\ModuleProductRepository''getModuleProductRepositoryService'false],
  5267.             'App\\Repository\\Payment\\OrderAttemptRepository' => ['privates''App\\Repository\\Payment\\OrderAttemptRepository''getOrderAttemptRepositoryService'false],
  5268.             'App\\Repository\\Payment\\TrainingProductRepository' => ['privates''App\\Repository\\Payment\\TrainingProductRepository''getTrainingProductRepositoryService'false],
  5269.             'App\\Repository\\Scholar\\ChapterRepository' => ['privates''App\\Repository\\Scholar\\ChapterRepository''getChapterRepositoryService'false],
  5270.             'App\\Repository\\Scholar\\Indexed\\IndexedContentRepository' => ['privates''App\\Repository\\Scholar\\Indexed\\IndexedContentRepository''getIndexedContentRepositoryService'false],
  5271.             'App\\Repository\\Scholar\\LessonPrerequisiteRepository' => ['privates''App\\Repository\\Scholar\\LessonPrerequisiteRepository''getLessonPrerequisiteRepositoryService'false],
  5272.             'App\\Repository\\Scholar\\LessonRepository' => ['privates''App\\Repository\\Scholar\\LessonRepository''getLessonRepositoryService'false],
  5273.             'App\\Repository\\Scholar\\LessonReviewRepository' => ['privates''App\\Repository\\Scholar\\LessonReviewRepository''getLessonReviewRepositoryService'false],
  5274.             'App\\Repository\\Scholar\\LessonStatsRepository' => ['privates''App\\Repository\\Scholar\\LessonStatsRepository''getLessonStatsRepositoryService'false],
  5275.             'App\\Repository\\Scholar\\ModulePermissionRepository' => ['privates''App\\Repository\\Scholar\\ModulePermissionRepository''getModulePermissionRepositoryService'false],
  5276.             'App\\Repository\\Scholar\\ModuleRepository' => ['privates''App\\Repository\\Scholar\\ModuleRepository''getModuleRepositoryService'false],
  5277.             'App\\Repository\\Scholar\\OriginChapterRepository' => ['privates''App\\Repository\\Scholar\\OriginChapterRepository''getOriginChapterRepositoryService'false],
  5278.             'App\\Repository\\Scholar\\OriginLessonRepository' => ['privates''App\\Repository\\Scholar\\OriginLessonRepository''getOriginLessonRepositoryService'false],
  5279.             'App\\Repository\\Scholar\\OriginModuleRepository' => ['privates''App\\Repository\\Scholar\\OriginModuleRepository''getOriginModuleRepositoryService'false],
  5280.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository''getFilePracticalCaseRepositoryService'false],
  5281.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository''getFilePracticalCaseResponseRepositoryService'false],
  5282.             'App\\Repository\\Scholar\\PracticalCase\\OriginPracticalCaseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\OriginPracticalCaseRepository''getOriginPracticalCaseRepositoryService'false],
  5283.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository''getPracticalCaseRepositoryService'false],
  5284.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository''getPracticalCaseResourceRepositoryService'false],
  5285.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository''getPracticalCaseResponseRepositoryService'false],
  5286.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository' => ['privates''App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository''getPracticalCaseUserRepositoryService'false],
  5287.             'App\\Repository\\Scholar\\ScholarVideoRepository' => ['privates''App\\Repository\\Scholar\\ScholarVideoRepository''getScholarVideoRepositoryService'false],
  5288.             'App\\Repository\\Scholar\\SharedChapterRepository' => ['privates''App\\Repository\\Scholar\\SharedChapterRepository''getSharedChapterRepositoryService'false],
  5289.             'App\\Repository\\Scholar\\SharedExerciseRepository' => ['privates''App\\Repository\\Scholar\\SharedExerciseRepository''getSharedExerciseRepositoryService'false],
  5290.             'App\\Repository\\Scholar\\SharedLessonRepository' => ['privates''App\\Repository\\Scholar\\SharedLessonRepository''getSharedLessonRepositoryService'false],
  5291.             'App\\Repository\\Scholar\\SharedModuleRepository' => ['privates''App\\Repository\\Scholar\\SharedModuleRepository''getSharedModuleRepositoryService'false],
  5292.             'App\\Repository\\Scholar\\SharedPracticalCaseRepository' => ['privates''App\\Repository\\Scholar\\SharedPracticalCaseRepository''getSharedPracticalCaseRepositoryService'false],
  5293.             'App\\Repository\\Scholar\\SharedTrainingRepository' => ['privates''App\\Repository\\Scholar\\SharedTrainingRepository''getSharedTrainingRepositoryService'false],
  5294.             'App\\Repository\\Scholar\\TrainingDescriptionRepository' => ['privates''App\\Repository\\Scholar\\TrainingDescriptionRepository''getTrainingDescriptionRepositoryService'false],
  5295.             'App\\Repository\\Scholar\\TrainingPermissionRepository' => ['privates''App\\Repository\\Scholar\\TrainingPermissionRepository''getTrainingPermissionRepositoryService'false],
  5296.             'App\\Repository\\Scholar\\TrainingRepository' => ['privates''App\\Repository\\Scholar\\TrainingRepository''getTrainingRepositoryService'false],
  5297.             'App\\Repository\\Scorm\\ContentFileRepository' => ['privates''App\\Repository\\Scorm\\ContentFileRepository''getContentFileRepositoryService'false],
  5298.             'App\\Repository\\Scorm\\ContentFolderRepository' => ['privates''App\\Repository\\Scorm\\ContentFolderRepository''getContentFolderRepositoryService'false],
  5299.             'App\\Repository\\Scorm\\LessonContentFolderRepository' => ['privates''App\\Repository\\Scorm\\LessonContentFolderRepository''getLessonContentFolderRepositoryService'false],
  5300.             'App\\Repository\\Scorm\\ProductFolderRepository' => ['privates''App\\Repository\\Scorm\\ProductFolderRepository''getProductFolderRepositoryService'false],
  5301.             'App\\Repository\\Scorm\\ProductItemRepository' => ['privates''App\\Repository\\Scorm\\ProductItemRepository''getProductItemRepositoryService'false],
  5302.             'App\\Repository\\Template\\TemplatePageRepository' => ['privates''App\\Repository\\Template\\TemplatePageRepository''getTemplatePageRepositoryService'false],
  5303.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository''getChannelUserRoleRepositoryService'false],
  5304.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository''getUserFromChannelRepositoryService'false],
  5305.         ], [
  5306.             'App\\Repository\\Account\\AdviceRepository' => '?',
  5307.             'App\\Repository\\Account\\LogUserDataRepository' => '?',
  5308.             'App\\Repository\\Account\\NotificationRepository' => '?',
  5309.             'App\\Repository\\Account\\UserRepository' => '?',
  5310.             'App\\Repository\\Achievement\\AchievementChapterRepository' => '?',
  5311.             'App\\Repository\\Achievement\\AchievementContentRepository' => '?',
  5312.             'App\\Repository\\Achievement\\AchievementLessonRepository' => '?',
  5313.             'App\\Repository\\Achievement\\AchievementModuleRepository' => '?',
  5314.             'App\\Repository\\Achievement\\AchievementTimeLogLessonRepository' => '?',
  5315.             'App\\Repository\\Achievement\\AchievementTimeLogRepository' => '?',
  5316.             'App\\Repository\\Achievement\\AchievementTrainingRepository' => '?',
  5317.             'App\\Repository\\Bunny\\BunnyVideoCollectionRepository' => '?',
  5318.             'App\\Repository\\Bunny\\BunnyVideoRepository' => '?',
  5319.             'App\\Repository\\ChannelUserData\\AbstractCursusRepository' => '?',
  5320.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => '?',
  5321.             'App\\Repository\\Channel\\ChannelDescriptionRepository' => '?',
  5322.             'App\\Repository\\Channel\\ChannelGalleryRepository' => '?',
  5323.             'App\\Repository\\Channel\\ChannelRepository' => '?',
  5324.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => '?',
  5325.             'App\\Repository\\Channel\\GroupRepository' => '?',
  5326.             'App\\Repository\\Channel\\ImageRepository' => '?',
  5327.             'App\\Repository\\Channel\\InstitutionRepository' => '?',
  5328.             'App\\Repository\\Channel\\Partner\\PartnerRepository' => '?',
  5329.             'App\\Repository\\Channel\\ShareContent\\AbstractProgressRepository' => '?',
  5330.             'App\\Repository\\Channel\\SharedChannelRepository' => '?',
  5331.             'App\\Repository\\Common\\AssignableRepository' => '?',
  5332.             'App\\Repository\\Common\\FileRepository' => '?',
  5333.             'App\\Repository\\Exercise\\ExerciseRepository' => '?',
  5334.             'App\\Repository\\Exercise\\OriginExerciseRepository' => '?',
  5335.             'App\\Repository\\Exercise\\User\\ExerciseResultRepository' => '?',
  5336.             'App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository' => '?',
  5337.             'App\\Repository\\Forum\\AbstractMessageRepository' => '?',
  5338.             'App\\Repository\\Forum\\ChapterMessageRepository' => '?',
  5339.             'App\\Repository\\Payment\\LessonProductRepository' => '?',
  5340.             'App\\Repository\\Payment\\ModuleProductRepository' => '?',
  5341.             'App\\Repository\\Payment\\OrderAttemptRepository' => '?',
  5342.             'App\\Repository\\Payment\\TrainingProductRepository' => '?',
  5343.             'App\\Repository\\Scholar\\ChapterRepository' => '?',
  5344.             'App\\Repository\\Scholar\\Indexed\\IndexedContentRepository' => '?',
  5345.             'App\\Repository\\Scholar\\LessonPrerequisiteRepository' => '?',
  5346.             'App\\Repository\\Scholar\\LessonRepository' => '?',
  5347.             'App\\Repository\\Scholar\\LessonReviewRepository' => '?',
  5348.             'App\\Repository\\Scholar\\LessonStatsRepository' => '?',
  5349.             'App\\Repository\\Scholar\\ModulePermissionRepository' => '?',
  5350.             'App\\Repository\\Scholar\\ModuleRepository' => '?',
  5351.             'App\\Repository\\Scholar\\OriginChapterRepository' => '?',
  5352.             'App\\Repository\\Scholar\\OriginLessonRepository' => '?',
  5353.             'App\\Repository\\Scholar\\OriginModuleRepository' => '?',
  5354.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository' => '?',
  5355.             'App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository' => '?',
  5356.             'App\\Repository\\Scholar\\PracticalCase\\OriginPracticalCaseRepository' => '?',
  5357.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository' => '?',
  5358.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository' => '?',
  5359.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository' => '?',
  5360.             'App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository' => '?',
  5361.             'App\\Repository\\Scholar\\ScholarVideoRepository' => '?',
  5362.             'App\\Repository\\Scholar\\SharedChapterRepository' => '?',
  5363.             'App\\Repository\\Scholar\\SharedExerciseRepository' => '?',
  5364.             'App\\Repository\\Scholar\\SharedLessonRepository' => '?',
  5365.             'App\\Repository\\Scholar\\SharedModuleRepository' => '?',
  5366.             'App\\Repository\\Scholar\\SharedPracticalCaseRepository' => '?',
  5367.             'App\\Repository\\Scholar\\SharedTrainingRepository' => '?',
  5368.             'App\\Repository\\Scholar\\TrainingDescriptionRepository' => '?',
  5369.             'App\\Repository\\Scholar\\TrainingPermissionRepository' => '?',
  5370.             'App\\Repository\\Scholar\\TrainingRepository' => '?',
  5371.             'App\\Repository\\Scorm\\ContentFileRepository' => '?',
  5372.             'App\\Repository\\Scorm\\ContentFolderRepository' => '?',
  5373.             'App\\Repository\\Scorm\\LessonContentFolderRepository' => '?',
  5374.             'App\\Repository\\Scorm\\ProductFolderRepository' => '?',
  5375.             'App\\Repository\\Scorm\\ProductItemRepository' => '?',
  5376.             'App\\Repository\\Template\\TemplatePageRepository' => '?',
  5377.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\ChannelUserRoleRepository' => '?',
  5378.             'Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository' => '?',
  5379.         ])));
  5380.         $a->addCustomStringFunction('MATCH_AGAINST''App\\Doctrine\\MatchAgainstFunction');
  5381.         $a->addCustomStringFunction('TYPE''App\\Doctrine\\TypeFunction');
  5382.         $a->addCustomStringFunction('FIND_IN_SET''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  5383.         $a->addCustomStringFunction('REGEXP''DoctrineExtensions\\Query\\Mysql\\Regexp');
  5384.         $a->addCustomStringFunction('JSON_CONTAINS''DoctrineExtensions\\Query\\Mysql\\JsonContains');
  5385.         $a->addCustomNumericFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  5386.         $a->addCustomDatetimeFunction('TIMEDIFF''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  5387.         $a->addCustomDatetimeFunction('TIME_TO_SEC''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  5388.         $a->addCustomDatetimeFunction('GREATEST_DATE''App\\Doctrine\\GreatestDateFunction');
  5389.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  5390.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  5391.         return $instance;
  5392.     }
  5393.     /**
  5394.      * Gets the public 'error_controller' shared service.
  5395.      *
  5396.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  5397.      */
  5398.     protected function getErrorController2Service()
  5399.     {
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  5404.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  5405.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5406.         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)));
  5407.     }
  5408.     /**
  5409.      * Gets the public 'event_dispatcher' shared service.
  5410.      *
  5411.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  5412.      */
  5413.     protected function getEventDispatcherService()
  5414.     {
  5415.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  5416.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5417.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  5418.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5419.         $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())));
  5420.         $instance->addListener('oneup_uploader.post_upload', [=> function () {
  5421.             return ($this->privates['app.file_upload_listener'] ?? $this->getApp_FileUploadListenerService());
  5422.         }, => 'postUpload'], 0);
  5423.         $instance->addListener('kernel.controller', [=> function () {
  5424.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  5425.         }, => 'onKernelController'], 0);
  5426.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5427.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  5428.         }, => 'checkPassport'], 1024);
  5429.         $instance->addListener('kernel.response', [=> function () {
  5430.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  5431.         }, => 'onKernelResponse'], 0);
  5432.         $instance->addListener('oneup_uploader.validation', [=> function () {
  5433.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  5434.         }, => 'onValidate'], 0);
  5435.         $instance->addListener('oneup_uploader.validation', [=> function () {
  5436.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  5437.         }, => 'onValidate'], 0);
  5438.         $instance->addListener('oneup_uploader.validation', [=> function () {
  5439.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  5440.         }, => 'onValidate'], 0);
  5441.         $instance->addListener('kernel.request', [=> function () {
  5442.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  5443.         }, => 'onKernelRequest'], 0);
  5444.         $instance->addListener('kernel.exception', [=> function () {
  5445.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->getWebpackEncore_ExceptionListenerService());
  5446.         }, => 'onKernelException'], 0);
  5447.         $instance->addListener('spiriit_filter.prepare', [=> function () {
  5448.             return ($this->services['spiriit_form_filter.filter_prepare'] ?? ($this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  5449.         }, => 'onFilterBuilderPrepare'], 0);
  5450.         $instance->addListener('spiriit_filter.apply_filters.orm', [=> function () {
  5451.             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')));
  5452.         }, => 'onApplyFilterCondition'], 0);
  5453.         $instance->addListener('oneup_uploader.pre_upload.user_avatar', [=> function () {
  5454.             return ($this->privates['App\\EventSubscriber\\Account\\AvatarSubscriber'] ?? $this->getAvatarSubscriberService());
  5455.         }, => 'onPreUpload'], 0);
  5456.         $instance->addListener('oneup_uploader.post_persist.user_avatar', [=> function () {
  5457.             return ($this->privates['App\\EventSubscriber\\Account\\AvatarSubscriber'] ?? $this->getAvatarSubscriberService());
  5458.         }, => 'onFinishedUpload'], 0);
  5459.         $instance->addListener('oneup_uploader.pre_upload.channel_images', [=> function () {
  5460.             return ($this->privates['App\\EventSubscriber\\Channel\\ImageUploaderSubscriber'] ?? $this->getImageUploaderSubscriberService());
  5461.         }, => 'onPreUpload'], 0);
  5462.         $instance->addListener('oneup_uploader.post_persist.channel_images', [=> function () {
  5463.             return ($this->privates['App\\EventSubscriber\\Channel\\ImageUploaderSubscriber'] ?? $this->getImageUploaderSubscriberService());
  5464.         }, => 'onFinishedUpload'], 0);
  5465.         $instance->addListener('security.interactive_login', [=> function () {
  5466.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  5467.         }, => 'checkPendingExercise'], 0);
  5468.         $instance->addListener('kernel.exception', [=> function () {
  5469.             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')));
  5470.         }, => 'onKernelException'], 0);
  5471.         $instance->addListener('kernel.terminate', [=> function () {
  5472.             return ($this->privates['App\\EventSubscriber\\Scorm\\ScormSubscriber'] ?? $this->getScormSubscriberService());
  5473.         }, => 'terminate'], 0);
  5474.         $instance->addListener('kernel.response', [=> function () {
  5475.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  5476.         }, => 'onKernelResponse'], 0);
  5477.         $instance->addListener('kernel.response', [=> function () {
  5478.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  5479.         }, => 'onKernelResponse'], -1024);
  5480.         $instance->addListener('kernel.request', [=> function () {
  5481.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5482.         }, => 'setDefaultLocale'], 100);
  5483.         $instance->addListener('kernel.request', [=> function () {
  5484.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5485.         }, => 'onKernelRequest'], 16);
  5486.         $instance->addListener('kernel.finish_request', [=> function () {
  5487.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5488.         }, => 'onKernelFinishRequest'], 0);
  5489.         $instance->addListener('kernel.request', [=> function () {
  5490.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  5491.         }, => 'onKernelRequest'], 256);
  5492.         $instance->addListener('kernel.response', [=> function () {
  5493.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  5494.         }, => 'onResponse'], -255);
  5495.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5496.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5497.         }, => 'onControllerArguments'], 0);
  5498.         $instance->addListener('kernel.exception', [=> function () {
  5499.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5500.         }, => 'logKernelException'], 0);
  5501.         $instance->addListener('kernel.exception', [=> function () {
  5502.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5503.         }, => 'onKernelException'], -128);
  5504.         $instance->addListener('kernel.response', [=> function () {
  5505.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5506.         }, => 'removeCspHeader'], -128);
  5507.         $instance->addListener('kernel.request', [=> function () {
  5508.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  5509.         }, => 'onKernelRequest'], 15);
  5510.         $instance->addListener('kernel.finish_request', [=> function () {
  5511.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  5512.         }, => 'onKernelFinishRequest'], -15);
  5513.         $instance->addListener('console.error', [=> function () {
  5514.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  5515.         }, => 'onConsoleError'], -128);
  5516.         $instance->addListener('console.terminate', [=> function () {
  5517.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  5518.         }, => 'onConsoleTerminate'], -128);
  5519.         $instance->addListener('console.error', [=> function () {
  5520.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  5521.         }, => 'onConsoleError'], 0);
  5522.         $instance->addListener('kernel.request', [=> function () {
  5523.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5524.         }, => 'configure'], 2048);
  5525.         $instance->addListener('console.command', [=> function () {
  5526.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5527.         }, => 'configure'], 2048);
  5528.         $instance->addListener('kernel.request', [=> function () {
  5529.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5530.         }, => 'onKernelRequest'], 32);
  5531.         $instance->addListener('kernel.finish_request', [=> function () {
  5532.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5533.         }, => 'onKernelFinishRequest'], 0);
  5534.         $instance->addListener('kernel.exception', [=> function () {
  5535.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5536.         }, => 'onKernelException'], -64);
  5537.         $instance->addListener('kernel.response', [=> function () {
  5538.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  5539.         }, => 'onKernelResponse'], 0);
  5540.         $instance->addListener('kernel.request', [=> function () {
  5541.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5542.         }, => 'onKernelRequest'], 128);
  5543.         $instance->addListener('kernel.response', [=> function () {
  5544.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5545.         }, => 'onKernelResponse'], -1000);
  5546.         $instance->addListener('kernel.finish_request', [=> function () {
  5547.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  5548.         }, => 'onFinishRequest'], 0);
  5549.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5550.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  5551.         }, => 'onMessageFailed'], 100);
  5552.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5553.             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()));
  5554.         }, => 'onMessageFailed'], 200);
  5555.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5556.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  5557.         }, => 'onMessageFailed'], -100);
  5558.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  5559.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  5560.         }, => 'onWorkerStarted'], 0);
  5561.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  5562.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  5563.         }, => 'onWorkerRunning'], 0);
  5564.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5565.             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()));
  5566.         }, => 'onMessageFailed'], 0);
  5567.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  5568.             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()));
  5569.         }, => 'onWorkerRunning'], 0);
  5570.         $instance->addListener('kernel.response', [=> function () {
  5571.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5572.         }, => 'onKernelResponse'], -100);
  5573.         $instance->addListener('kernel.exception', [=> function () {
  5574.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5575.         }, => 'onKernelException'], 0);
  5576.         $instance->addListener('kernel.terminate', [=> function () {
  5577.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5578.         }, => 'onKernelTerminate'], -1024);
  5579.         $instance->addListener('kernel.controller', [=> function () {
  5580.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5581.         }, => 'onKernelController'], 0);
  5582.         $instance->addListener('kernel.response', [=> function () {
  5583.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5584.         }, => 'onKernelResponse'], 0);
  5585.         $instance->addListener('kernel.response', [=> function () {
  5586.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  5587.         }, => 'onKernelResponse'], 0);
  5588.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5589.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  5590.         }, => 'checkPassport'], 0);
  5591.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5592.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  5593.         }, => 'onLoginSuccess'], 0);
  5594.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  5595.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  5596.         }, => 'onVoterVote'], 0);
  5597.         $instance->addListener('kernel.request', [=> function () {
  5598.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5599.         }, => 'configureLogoutUrlGenerator'], 8);
  5600.         $instance->addListener('kernel.request', [=> function () {
  5601.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5602.         }, => 'onKernelRequest'], 8);
  5603.         $instance->addListener('kernel.finish_request', [=> function () {
  5604.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5605.         }, => 'onKernelFinishRequest'], 0);
  5606.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  5607.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  5608.         }, => 'onWorkerMessageHandled'], 0);
  5609.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5610.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  5611.         }, => 'onWorkerMessageFailed'], 0);
  5612.         $instance->addListener('kernel.response', [=> function () {
  5613.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  5614.         }, => 'onKernelResponse'], -128);
  5615.         $instance->addListener('console.command', [=> function () {
  5616.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5617.         }, => 'onCommand'], 255);
  5618.         $instance->addListener('console.terminate', [=> function () {
  5619.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5620.         }, => 'onTerminate'], -255);
  5621.         $instance->addListener('console.command', [=> function () {
  5622.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  5623.         }, => 'configure'], 1024);
  5624.         $instance->addListener('console.error', [=> function () {
  5625.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  5626.         }, => 'onConsoleError'], 0);
  5627.         $instance->addListener('console.terminate', [=> function () {
  5628.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  5629.         }, => 'onConsoleTerminate'], 0);
  5630.         $instance->addListener('knp_pager.before', [=> function () {
  5631.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  5632.         }, => 'before'], 0);
  5633.         $instance->addListener('knp_pager.pagination', [=> function () {
  5634.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  5635.         }, => 'pagination'], 0);
  5636.         $instance->addListener('knp_pager.before', [=> function () {
  5637.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  5638.         }, => 'before'], 1);
  5639.         $instance->addListener('knp_pager.before', [=> function () {
  5640.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  5641.         }, => 'before'], 1);
  5642.         $instance->addListener('knp_pager.pagination', [=> function () {
  5643.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  5644.         }, => 'pagination'], 1);
  5645.         $instance->addListener('kernel.finish_request', [=> function () {
  5646.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  5647.         }, => 'resetAssets'], 0);
  5648.         $instance->addListener('kernel.view', [=> function () {
  5649.             return ($this->privates['Ajgarlag\\Bundle\\PsrHttpMessageBundle\\EventListener\\PsrResponseListener'] ?? $this->getPsrResponseListenerService());
  5650.         }, => 'onKernelView'], 0);
  5651.         $instance->addListener('kernel.controller', [=> function () {
  5652.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  5653.         }, => 'onKernelController'], 0);
  5654.         $instance->addListener('kernel.controller', [=> function () {
  5655.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  5656.         }, => 'onKernelController'], 0);
  5657.         $instance->addListener('kernel.controller', [=> function () {
  5658.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  5659.         }, => 'onKernelController'], -128);
  5660.         $instance->addListener('kernel.view', [=> function () {
  5661.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  5662.         }, => 'onKernelView'], 0);
  5663.         $instance->addListener('kernel.controller', [=> function () {
  5664.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  5665.         }, => 'onKernelController'], 0);
  5666.         $instance->addListener('kernel.response', [=> function () {
  5667.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  5668.         }, => 'onKernelResponse'], 0);
  5669.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5670.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  5671.         }, => 'onKernelControllerArguments'], 0);
  5672.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5673.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  5674.         }, => 'onKernelControllerArguments'], 0);
  5675.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5676.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] ?? $this->getControllerEntityResolverSubscriberService());
  5677.         }, => '__invoke'], 31);
  5678.         $instance->addListener('kernel.response', [=> function () {
  5679.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\DeviceIdSubscriber'] ?? $this->getDeviceIdSubscriberService());
  5680.         }, => 'onResponse'], 0);
  5681.         $instance->addListener('kernel.request', [=> function () {
  5682.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] ?? $this->getRequestChannelDomainSubscriberService());
  5683.         }, => '__invoke'], 32);
  5684.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5685.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber()));
  5686.         }, => '__invoke'], 15);
  5687.         $instance->addListener('kernel.terminate', [=> function () {
  5688.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  5689.         }, => 'refreshTracked'], 0);
  5690.         $instance->addListener('console.terminate', [=> function () {
  5691.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->getTerminateMenuDisplayedSubscriberService());
  5692.         }, => 'refreshTracked'], 0);
  5693.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  5694.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  5695.         }, => 'onLoginSuccess'], 0);
  5696.         $instance->addListener('kernel.terminate', [=> function () {
  5697.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  5698.         }, => 'onTerminate'], 0);
  5699.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5700.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  5701.         }, => 'logout'], 0);
  5702.         $instance->addListener('kernel.request', [=> function () {
  5703.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\Security\\OAuth\\HandleExpireTokenSubscriber'] ?? $this->getHandleExpireTokenSubscriberService());
  5704.         }, => 'onKernelRequest'], 0);
  5705.         $instance->addListener('kernel.terminate', [=> function () {
  5706.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'] ?? $this->getReverseSyncSubscriber2Service());
  5707.         }, => 'sendTracked'], 0);
  5708.         $instance->addListener('console.terminate', [=> function () {
  5709.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\ReverseSync\\EventSubscriber\\ReverseSyncSubscriber'] ?? $this->getReverseSyncSubscriber2Service());
  5710.         }, => 'sendTracked'], 0);
  5711.         $instance->addListener('Nellapp\\Bundle\\SDKBundle\\Permission\\Event\\ChannelMenuDisplayedEvent', [=> function () {
  5712.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] ?? $this->getChannelMenuDisplayedSubscriberService());
  5713.         }, => '__invoke'], 0);
  5714.         $instance->addListener('kernel.request', [=> function () {
  5715.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\EventSubscriber\\ForceUserFromSetupSubscriber'] ?? $this->getForceUserFromSetupSubscriberService());
  5716.         }, => '__invoke'], 0);
  5717.         $instance->addListener('kernel.terminate', [=> function () {
  5718.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  5719.         }, => 'exportTracked'], 0);
  5720.         $instance->addListener('console.terminate', [=> function () {
  5721.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->getTerminateExportSubscriberService());
  5722.         }, => 'exportTracked'], 0);
  5723.         $instance->addListener('kernel.terminate', [=> function () {
  5724.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  5725.         }, => 'refreshTracked'], 0);
  5726.         $instance->addListener('console.terminate', [=> function () {
  5727.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->getTerminateRefreshSubscriberService());
  5728.         }, => 'refreshTracked'], 0);
  5729.         $instance->addListener('kernel.controller', [=> function () {
  5730.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] ?? $this->getActionControllerSubscriberService());
  5731.         }, => '__invoke'], 15);
  5732.         $instance->addListener('kernel.view', [=> function () {
  5733.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] ?? $this->getActionResponseSubscriberService());
  5734.         }, => '__invoke'], 63);
  5735.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5736.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] ?? $this->getDeserializeActionControllerSubscriberService());
  5737.         }, => '__invoke'], -63);
  5738.         $instance->addListener('kernel.exception', [=> function () {
  5739.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber()));
  5740.         }, => '__invoke'], -195);
  5741.         $instance->addListener('spiriit_form_filter.apply.orm.filter_boolean', [=> function () {
  5742.             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()));
  5743.         }, => 'filterBoolean'], 0);
  5744.         $instance->addListener('spiriit_form_filter.apply.orm.filter_checkbox', [=> function () {
  5745.             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()));
  5746.         }, => 'filterCheckbox'], 0);
  5747.         $instance->addListener('spiriit_form_filter.apply.orm.filter_choice', [=> function () {
  5748.             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()));
  5749.         }, => 'filterValue'], 0);
  5750.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date', [=> function () {
  5751.             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()));
  5752.         }, => 'filterDate'], 0);
  5753.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date_range', [=> function () {
  5754.             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()));
  5755.         }, => 'filterDateRange'], 0);
  5756.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime', [=> function () {
  5757.             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()));
  5758.         }, => 'filterDateTime'], 0);
  5759.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime_range', [=> function () {
  5760.             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()));
  5761.         }, => 'filterDateTimeRange'], 0);
  5762.         $instance->addListener('spiriit_form_filter.apply.orm.filter_entity', [=> function () {
  5763.             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()));
  5764.         }, => 'filterEntity'], 0);
  5765.         $instance->addListener('spiriit_form_filter.apply.orm.filter_enum', [=> function () {
  5766.             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()));
  5767.         }, => 'filterEnum'], 0);
  5768.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number', [=> function () {
  5769.             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()));
  5770.         }, => 'filterNumber'], 0);
  5771.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number_range', [=> function () {
  5772.             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()));
  5773.         }, => 'filterNumberRange'], 0);
  5774.         $instance->addListener('spiriit_form_filter.apply.orm.filter_text', [=> function () {
  5775.             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()));
  5776.         }, => 'filterText'], 0);
  5777.         $instance->addListener('spiriit_form_filter.apply.orm.text', [=> function () {
  5778.             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()));
  5779.         }, => 'filterText'], 0);
  5780.         $instance->addListener('spiriit_form_filter.apply.orm.email', [=> function () {
  5781.             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()));
  5782.         }, => 'filterValue'], 0);
  5783.         $instance->addListener('spiriit_form_filter.apply.orm.integer', [=> function () {
  5784.             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()));
  5785.         }, => 'filterValue'], 0);
  5786.         $instance->addListener('spiriit_form_filter.apply.orm.money', [=> function () {
  5787.             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()));
  5788.         }, => 'filterValue'], 0);
  5789.         $instance->addListener('spiriit_form_filter.apply.orm.number', [=> function () {
  5790.             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()));
  5791.         }, => 'filterValue'], 0);
  5792.         $instance->addListener('spiriit_form_filter.apply.orm.percent', [=> function () {
  5793.             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()));
  5794.         }, => 'filterValue'], 0);
  5795.         $instance->addListener('spiriit_form_filter.apply.orm.search', [=> function () {
  5796.             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()));
  5797.         }, => 'filterValue'], 0);
  5798.         $instance->addListener('spiriit_form_filter.apply.orm.url', [=> function () {
  5799.             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()));
  5800.         }, => 'filterValue'], 0);
  5801.         $instance->addListener('spiriit_form_filter.apply.orm.choice', [=> function () {
  5802.             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()));
  5803.         }, => 'filterValue'], 0);
  5804.         $instance->addListener('spiriit_form_filter.apply.orm.entity', [=> function () {
  5805.             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()));
  5806.         }, => 'filterEntity'], 0);
  5807.         $instance->addListener('spiriit_form_filter.apply.orm.country', [=> function () {
  5808.             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()));
  5809.         }, => 'filterValue'], 0);
  5810.         $instance->addListener('spiriit_form_filter.apply.orm.language', [=> function () {
  5811.             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()));
  5812.         }, => 'filterValue'], 0);
  5813.         $instance->addListener('spiriit_form_filter.apply.orm.locale', [=> function () {
  5814.             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()));
  5815.         }, => 'filterValue'], 0);
  5816.         $instance->addListener('spiriit_form_filter.apply.orm.timezone', [=> function () {
  5817.             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()));
  5818.         }, => 'filterValue'], 0);
  5819.         $instance->addListener('spiriit_form_filter.apply.orm.date', [=> function () {
  5820.             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()));
  5821.         }, => 'filterDate'], 0);
  5822.         $instance->addListener('spiriit_form_filter.apply.orm.datetime', [=> function () {
  5823.             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()));
  5824.         }, => 'filterDate'], 0);
  5825.         $instance->addListener('spiriit_form_filter.apply.orm.birthday', [=> function () {
  5826.             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()));
  5827.         }, => 'filterDate'], 0);
  5828.         $instance->addListener('spiriit_form_filter.apply.orm.checkbox', [=> function () {
  5829.             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()));
  5830.         }, => 'filterValue'], 0);
  5831.         $instance->addListener('spiriit_form_filter.apply.orm.radio', [=> function () {
  5832.             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()));
  5833.         }, => 'filterValue'], 0);
  5834.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  5835.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  5836.         }, => 'checkPassport'], 512);
  5837.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  5838.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  5839.         }, => 'onLogout'], 0);
  5840.         return $instance;
  5841.     }
  5842.     /**
  5843.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  5844.      *
  5845.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  5846.      */
  5847.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  5848.     {
  5849.         if ($lazyLoad) {
  5850.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  5851.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5852.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  5853.                     $proxy->setProxyInitializer(null);
  5854.                     return true;
  5855.                 });
  5856.             });
  5857.         }
  5858.         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()));
  5859.     }
  5860.     /**
  5861.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  5862.      *
  5863.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  5864.      */
  5865.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  5866.     {
  5867.         if ($lazyLoad) {
  5868.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  5869.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5870.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  5871.                     $proxy->setProxyInitializer(null);
  5872.                     return true;
  5873.                 });
  5874.             });
  5875.         }
  5876.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5877.     }
  5878.     /**
  5879.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  5880.      *
  5881.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  5882.      */
  5883.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  5884.     {
  5885.         if ($lazyLoad) {
  5886.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  5887.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5888.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  5889.                     $proxy->setProxyInitializer(null);
  5890.                     return true;
  5891.                 });
  5892.             });
  5893.         }
  5894.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5895.     }
  5896.     /**
  5897.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  5898.      *
  5899.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  5900.      */
  5901.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  5902.     {
  5903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5904.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  5905.         $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()));
  5906.         $instance->setName('hautelook:fixtures:load');
  5907.         return $instance;
  5908.     }
  5909.     /**
  5910.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  5911.      *
  5912.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  5913.      */
  5914.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  5915.     {
  5916.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  5918.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  5919.         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))))));
  5920.     }
  5921.     /**
  5922.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  5923.      *
  5924.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  5925.      */
  5926.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  5927.     {
  5928.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  5930.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  5931.         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))))));
  5932.     }
  5933.     /**
  5934.      * Gets the public 'hautelook_alice.loader' shared service.
  5935.      *
  5936.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  5937.      */
  5938.     protected function getHautelookAlice_LoaderService()
  5939.     {
  5940.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  5941.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  5942.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  5943.         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()));
  5944.     }
  5945.     /**
  5946.      * Gets the public 'hautelook_alice.locator' shared service.
  5947.      *
  5948.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  5949.      */
  5950.     protected function getHautelookAlice_LocatorService()
  5951.     {
  5952.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  5954.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  5955.         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']));
  5956.     }
  5957.     /**
  5958.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  5959.      *
  5960.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  5961.      */
  5962.     protected function getHautelookAlice_Resolver_BundleService()
  5963.     {
  5964.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  5965.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  5967.         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))));
  5968.     }
  5969.     /**
  5970.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  5971.      *
  5972.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  5973.      */
  5974.     protected function getHautelookAlice_Resolver_FileService()
  5975.     {
  5976.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  5978.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  5979.     }
  5980.     /**
  5981.      * Gets the public 'http_kernel' shared service.
  5982.      *
  5983.      * @return \Symfony\Component\HttpKernel\HttpKernel
  5984.      */
  5985.     protected function getHttpKernelService()
  5986.     {
  5987.         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()));
  5988.     }
  5989.     /**
  5990.      * Gets the public 'jms_serializer' shared service.
  5991.      *
  5992.      * @return \JMS\Serializer\Serializer
  5993.      */
  5994.     protected function getJmsSerializerService()
  5995.     {
  5996.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  5997.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  6001.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  6002.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  6003.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  6004.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  6006.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  6007.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  6008.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  6016.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  6017.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  6018.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  6019.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  6020.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  6021.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  6024.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  6026.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  6027.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  6028.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  6029.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  6030.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  6031.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  6032.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  6035.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  6036.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6037.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  6038.         ], [
  6039.             'metadata_driver' => '?',
  6040.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  6041.         $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')))));
  6042.         $a->setIncludeInterfaces(false);
  6043.         $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6044.             'App\\Serializer\\Handler\\PaginationHandler' => ['privates''App\\Serializer\\Handler\\PaginationHandler''getPaginationHandlerService'false],
  6045.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  6046.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  6047.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  6048.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  6049.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  6050.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler' => ['privates''Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler''getRouteHandlerService'false],
  6051.         ], [
  6052.             'App\\Serializer\\Handler\\PaginationHandler' => '?',
  6053.             'jms_serializer.array_collection_handler' => '?',
  6054.             'jms_serializer.constraint_violation_handler' => '?',
  6055.             'jms_serializer.datetime_handler' => '?',
  6056.             'jms_serializer.form_error_handler' => '?',
  6057.             'jms_serializer.iterator_handler' => '?',
  6058.             'Nellapp\\Bundle\\SDKBundle\\Sync\\Routing\\Serializer\\Handler\\RouteHandler' => '?',
  6059.         ]), [=> ['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']]]]);
  6060.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  6061.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  6062.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  6063.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  6064.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6065.             'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber' => ['privates''App\\Serializer\\EventSubscriber\\ChannelImageSubscriber''getChannelImageSubscriberService'false],
  6066.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  6067.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  6068.         ], [
  6069.             'App\\Serializer\\EventSubscriber\\ChannelImageSubscriber' => '?',
  6070.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  6071.             'jms_serializer.stopwatch_subscriber' => '?',
  6072.         ]));
  6073.         $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']]]);
  6074.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  6075.         $g->setOptions(1216);
  6076.         $h = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  6077.         $h->setOptions(0);
  6078.         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())));
  6079.     }
  6080.     /**
  6081.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  6082.      *
  6083.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  6084.      */
  6085.     protected function getJmsSerializer_DeserializationContextFactoryService()
  6086.     {
  6087.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  6088.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  6090.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  6091.     }
  6092.     /**
  6093.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  6094.      *
  6095.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  6096.      */
  6097.     protected function getJmsSerializer_MetadataDriverService()
  6098.     {
  6099.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  6100.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  6101.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  6102.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  6105.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  6107.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  6108.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  6111.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  6112.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  6113.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  6114.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  6119.         $a = new \Metadata\Driver\FileLocator([]);
  6120.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  6121.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  6122.         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);
  6123.     }
  6124.     /**
  6125.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  6126.      *
  6127.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  6128.      */
  6129.     protected function getJmsSerializer_SerializationContextFactoryService()
  6130.     {
  6131.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  6132.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  6133.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  6134.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  6135.     }
  6136.     /**
  6137.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  6138.      *
  6139.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  6140.      */
  6141.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  6142.     {
  6143.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  6144.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  6145.     }
  6146.     /**
  6147.      * Gets the public 'k2r2_remote_sftp_filesystem' shared service.
  6148.      *
  6149.      * @return \League\Flysystem\Filesystem
  6150.      */
  6151.     protected function getK2r2RemoteSftpFilesystemService()
  6152.     {
  6153.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  6156.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  6157.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  6158.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  6159.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-sftp-v3/SftpAdapter.php';
  6160.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-sftp-v3/ConnectionProvider.php';
  6161.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-sftp-v3/SftpConnectionProvider.php';
  6162.         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), []);
  6163.     }
  6164.     /**
  6165.      * Gets the public 'knp_menu.factory' shared service.
  6166.      *
  6167.      * @return \Knp\Menu\MenuFactory
  6168.      */
  6169.     protected function getKnpMenu_FactoryService()
  6170.     {
  6171.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  6172.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  6173.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  6174.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  6175.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Menu/Extension/RoutingExtension.php';
  6176.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  6177.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  6178.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Menu\Extension\RoutingExtension(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService())), 0);
  6179.         return $instance;
  6180.     }
  6181.     /**
  6182.      * Gets the public 'knp_menu.matcher' shared service.
  6183.      *
  6184.      * @return \Knp\Menu\Matcher\Matcher
  6185.      */
  6186.     protected function getKnpMenu_MatcherService()
  6187.     {
  6188.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  6189.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  6190.         }, 1));
  6191.     }
  6192.     /**
  6193.      * Gets the public 'knp_paginator' shared service.
  6194.      *
  6195.      * @return \Knp\Component\Pager\Paginator
  6196.      */
  6197.     protected function getKnpPaginatorService($lazyLoad true)
  6198.     {
  6199.         if ($lazyLoad) {
  6200.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  6201.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6202.                     $wrappedInstance $this->getKnpPaginatorService(false);
  6203.                     $proxy->setProxyInitializer(null);
  6204.                     return true;
  6205.                 });
  6206.             });
  6207.         }
  6208.         $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())));
  6209.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  6210.         return $instance;
  6211.     }
  6212.     /**
  6213.      * Gets the public 'knpu.oauth2.client.nellapp' shared service.
  6214.      *
  6215.      * @return \KnpU\OAuth2ClientBundle\Client\OAuth2Client
  6216.      */
  6217.     protected function getKnpu_Oauth2_Client_NellappService()
  6218.     {
  6219.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2ClientInterface.php';
  6220.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/OAuth2Client.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php';
  6224.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Provider/AbstractProvider.php';
  6225.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/Provider/CoreProvider.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/DependencyInjection/ProviderFactory.php';
  6228.         $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', [], []);
  6229.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6230.         $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())));
  6231.         $a->setDomainsRoutingUtils(new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'nellapp'));
  6232.         return $this->services['knpu.oauth2.client.nellapp'] = new \KnpU\OAuth2ClientBundle\Client\OAuth2Client($a$b);
  6233.     }
  6234.     /**
  6235.      * Gets the public 'knpu.oauth2.registry' shared service.
  6236.      *
  6237.      * @return \KnpU\OAuth2ClientBundle\Client\ClientRegistry
  6238.      */
  6239.     protected function getKnpu_Oauth2_RegistryService()
  6240.     {
  6241.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  6242.         return $this->services['knpu.oauth2.registry'] = new \KnpU\OAuth2ClientBundle\Client\ClientRegistry($this, ['nellapp' => 'knpu.oauth2.client.nellapp']);
  6243.     }
  6244.     /**
  6245.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  6246.      *
  6247.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  6248.      */
  6249.     protected function getLiipImagine_Binary_Loader_DefaultService()
  6250.     {
  6251.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  6254.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  6255.         $a \Symfony\Component\Mime\MimeTypes::getDefault();
  6256.         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));
  6257.     }
  6258.     /**
  6259.      * Gets the public 'liip_imagine.cache.manager' shared service.
  6260.      *
  6261.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  6262.      */
  6263.     protected function getLiipImagine_Cache_ManagerService()
  6264.     {
  6265.         $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);
  6266.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  6267.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  6268.         return $instance;
  6269.     }
  6270.     /**
  6271.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  6272.      *
  6273.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  6274.      */
  6275.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  6276.     {
  6277.         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');
  6278.     }
  6279.     /**
  6280.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  6281.      *
  6282.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  6283.      */
  6284.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  6285.     {
  6286.         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()));
  6287.     }
  6288.     /**
  6289.      * Gets the public 'liip_imagine.cache.signer' shared service.
  6290.      *
  6291.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  6292.      */
  6293.     protected function getLiipImagine_Cache_SignerService()
  6294.     {
  6295.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  6296.     }
  6297.     /**
  6298.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  6299.      *
  6300.      * @return \Liip\ImagineBundle\Config\StackCollection
  6301.      */
  6302.     protected function getLiipImagine_Config_StackCollectionService()
  6303.     {
  6304.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  6305.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  6306.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  6309.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  6310.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  6312.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  6314.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  6315.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  6316.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  6318.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  6320.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  6323.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  6324.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  6327.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  6328.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  6329.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  6330.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  6331.         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']);
  6332.     }
  6333.     /**
  6334.      * Gets the public 'liip_imagine.data.manager' shared service.
  6335.      *
  6336.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  6337.      */
  6338.     protected function getLiipImagine_Data_ManagerService()
  6339.     {
  6340.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  6341.         $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);
  6342.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  6343.         return $instance;
  6344.     }
  6345.     /**
  6346.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  6347.      *
  6348.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  6349.      */
  6350.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  6351.     {
  6352.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6353.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  6354.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  6355.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  6356.     }
  6357.     /**
  6358.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  6359.      *
  6360.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  6361.      */
  6362.     protected function getLiipImagine_Filter_Loader_FixedService()
  6363.     {
  6364.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6365.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  6366.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  6367.     }
  6368.     /**
  6369.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  6370.      *
  6371.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  6372.      */
  6373.     protected function getLiipImagine_Filter_Loader_FlipService()
  6374.     {
  6375.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6376.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  6377.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  6378.     }
  6379.     /**
  6380.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  6381.      *
  6382.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  6383.      */
  6384.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  6385.     {
  6386.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  6388.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  6389.     }
  6390.     /**
  6391.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  6392.      *
  6393.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  6394.      */
  6395.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  6396.     {
  6397.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6398.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  6399.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  6400.     }
  6401.     /**
  6402.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  6403.      *
  6404.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  6405.      */
  6406.     protected function getLiipImagine_Filter_Loader_ResampleService()
  6407.     {
  6408.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  6410.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  6411.     }
  6412.     /**
  6413.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  6414.      *
  6415.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  6416.      */
  6417.     protected function getLiipImagine_Filter_Loader_RotateService()
  6418.     {
  6419.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  6421.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  6422.     }
  6423.     /**
  6424.      * Gets the public 'liip_imagine.filter.manager' shared service.
  6425.      *
  6426.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  6427.      */
  6428.     protected function getLiipImagine_Filter_ManagerService()
  6429.     {
  6430.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  6431.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  6432.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  6433.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  6434.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  6435.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  6436.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  6439.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  6440.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  6441.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  6442.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  6443.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  6444.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  6445.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  6446.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  6447.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  6448.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  6449.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  6450.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  6451.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  6452.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  6453.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  6454.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  6456.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  6457.         $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()));
  6458.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  6459.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  6460.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  6461.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  6462.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  6463.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a\dirname(__DIR__4)));
  6464.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a\dirname(__DIR__4)));
  6465.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  6466.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  6467.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  6468.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  6469.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  6470.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  6471.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  6472.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  6473.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  6474.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  6475.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  6476.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  6477.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  6478.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  6479.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  6480.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  6481.         return $instance;
  6482.     }
  6483.     /**
  6484.      * Gets the public 'messenger.default_bus' shared service.
  6485.      *
  6486.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  6487.      */
  6488.     protected function getMessenger_DefaultBusService()
  6489.     {
  6490.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  6491.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  6492.             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')));
  6493.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  6494.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  6495.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  6496.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'] ?? $this->getMenuDisplayedMiddlewareService());
  6497.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  6498.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  6499.         }, 8)));
  6500.     }
  6501.     /**
  6502.      * Gets the public 'nelmio_alice.data_loader' shared service.
  6503.      *
  6504.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  6505.      */
  6506.     protected function getNelmioAlice_DataLoaderService()
  6507.     {
  6508.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  6509.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  6510.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  6511.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  6512.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  6513.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  6516.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  6517.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  6518.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  6519.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  6520.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  6521.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  6522.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  6523.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  6524.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  6525.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  6526.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  6527.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  6530.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  6531.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  6532.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  6533.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  6534.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  6536.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  6537.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  6538.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  6539.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  6541.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  6542.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  6543.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  6544.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  6545.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  6546.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  6547.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  6548.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  6549.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  6550.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  6551.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  6552.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  6553.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  6554.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  6555.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  6556.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  6557.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  6558.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  6559.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  6560.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  6561.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  6562.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  6563.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  6564.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  6565.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  6566.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  6567.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  6568.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  6569.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  6570.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  6571.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  6572.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  6573.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  6574.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  6575.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  6576.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  6577.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  6578.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  6579.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  6580.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  6581.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  6582.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  6583.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  6584.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  6585.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  6586.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  6587.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  6588.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  6589.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  6590.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  6591.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  6593.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  6594.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  6595.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  6596.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  6597.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  6598.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  6599.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  6600.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  6601.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  6602.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  6607.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  6614.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  6615.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  6616.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  6617.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  6618.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  6619.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  6620.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  6622.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  6623.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  6624.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  6626.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  6627.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  6628.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  6629.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  6630.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  6632.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  6638.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  6639.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  6640.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  6641.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  6642.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  6643.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  6644.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  6645.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  6646.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  6647.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  6652.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  6653.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  6654.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  6655.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  6656.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  6657.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  6658.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  6659.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  6666.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  6667.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  6668.         $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()]));
  6669.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  6670.         $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()]))))));
  6671.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  6672.         $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()]);
  6673.         $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);
  6674.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6675.         $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()]);
  6676.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  6677.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  6678.         $j->setContainer($this);
  6679.         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)))));
  6680.     }
  6681.     /**
  6682.      * Gets the public 'nelmio_alice.file_loader' shared service.
  6683.      *
  6684.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  6685.      */
  6686.     protected function getNelmioAlice_FileLoaderService()
  6687.     {
  6688.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  6689.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  6690.         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()));
  6691.     }
  6692.     /**
  6693.      * Gets the public 'nelmio_alice.files_loader' shared service.
  6694.      *
  6695.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  6696.      */
  6697.     protected function getNelmioAlice_FilesLoaderService()
  6698.     {
  6699.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  6700.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  6701.         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()));
  6702.     }
  6703.     /**
  6704.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  6705.      *
  6706.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  6707.      */
  6708.     protected function getNelmioApiDoc_Command_DumpService()
  6709.     {
  6710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6711.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  6712.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6713.         $instance->setName('nelmio:apidoc:dump');
  6714.         return $instance;
  6715.     }
  6716.     /**
  6717.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  6718.      *
  6719.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  6720.      */
  6721.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  6722.     {
  6723.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  6724.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6725.     }
  6726.     /**
  6727.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  6728.      *
  6729.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  6730.      */
  6731.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  6732.     {
  6733.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  6734.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6735.     }
  6736.     /**
  6737.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  6738.      *
  6739.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  6740.      */
  6741.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  6742.     {
  6743.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  6744.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6745.     }
  6746.     /**
  6747.      * Gets the public 'nelmio_api_doc.generator.core_sync' shared service.
  6748.      *
  6749.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  6750.      */
  6751.     protected function getNelmioApiDoc_Generator_CoreSyncService()
  6752.     {
  6753.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  6754.         $this->services['nelmio_api_doc.generator.core_sync'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  6755.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? ($this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([])));
  6756.             yield => ($this->privates['nelmio_api_doc.describers.config.core_sync'] ?? $this->getNelmioApiDoc_Describers_Config_CoreSyncService());
  6757.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.core_sync'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_CoreSyncService());
  6758.             yield => ($this->privates['nelmio_api_doc.describers.route.core_sync'] ?? $this->getNelmioApiDoc_Describers_Route_CoreSyncService());
  6759.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  6760.         }, 5), new RewindableGenerator(function () {
  6761.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  6762.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  6763.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  6764.         }, 3));
  6765.         $instance->setAlternativeNames([]);
  6766.         $instance->setMediaTypes([=> 'json']);
  6767.         $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  6768.         return $instance;
  6769.     }
  6770.     /**
  6771.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  6772.      *
  6773.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  6774.      */
  6775.     protected function getNelmioApiDoc_Generator_DefaultService()
  6776.     {
  6777.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  6778.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  6779.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? ($this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([])));
  6780.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? $this->getNelmioApiDoc_Describers_Config_DefaultService());
  6781.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  6782.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  6783.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  6784.         }, 5), new RewindableGenerator(function () {
  6785.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  6786.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  6787.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  6788.         }, 3));
  6789.         $instance->setAlternativeNames([]);
  6790.         $instance->setMediaTypes([=> 'json']);
  6791.         $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  6792.         return $instance;
  6793.     }
  6794.     /**
  6795.      * Gets the public 'nelmio_api_doc.generator.partner_api' shared service.
  6796.      *
  6797.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  6798.      */
  6799.     protected function getNelmioApiDoc_Generator_PartnerApiService()
  6800.     {
  6801.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  6802.         $this->services['nelmio_api_doc.generator.partner_api'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  6803.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? ($this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([])));
  6804.             yield => ($this->privates['nelmio_api_doc.describers.config.partner_api'] ?? $this->getNelmioApiDoc_Describers_Config_PartnerApiService());
  6805.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.partner_api'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_PartnerApiService());
  6806.             yield => ($this->privates['nelmio_api_doc.describers.route.partner_api'] ?? $this->getNelmioApiDoc_Describers_Route_PartnerApiService());
  6807.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  6808.         }, 5), new RewindableGenerator(function () {
  6809.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  6810.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  6811.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  6812.         }, 3));
  6813.         $instance->setAlternativeNames([]);
  6814.         $instance->setMediaTypes([=> 'json']);
  6815.         $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  6816.         return $instance;
  6817.     }
  6818.     /**
  6819.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  6820.      *
  6821.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  6822.      */
  6823.     protected function getNelmioApiDoc_RenderDocsService()
  6824.     {
  6825.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  6826.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  6827.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  6828.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  6829.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  6830.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6831.             'core_sync' => ['services''nelmio_api_doc.generator.core_sync''getNelmioApiDoc_Generator_CoreSyncService'false],
  6832.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  6833.             'partner_api' => ['services''nelmio_api_doc.generator.partner_api''getNelmioApiDoc_Generator_PartnerApiService'false],
  6834.         ], [
  6835.             'core_sync' => '?',
  6836.             'default' => '?',
  6837.             'partner_api' => '?',
  6838.         ]), 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())));
  6839.     }
  6840.     /**
  6841.      * Gets the public 'oneup_flysystem.mount_manager' shared service.
  6842.      *
  6843.      * @return \League\Flysystem\MountManager
  6844.      */
  6845.     protected function getOneupFlysystem_MountManagerService()
  6846.     {
  6847.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  6849.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  6850.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/MountManager.php';
  6851.         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())]);
  6852.     }
  6853.     /**
  6854.      * Gets the public 'oneup_uploader.chunk_manager' shared service.
  6855.      *
  6856.      * @return \Oneup\UploaderBundle\Uploader\Chunk\ChunkManager
  6857.      */
  6858.     protected function getOneupUploader_ChunkManagerService()
  6859.     {
  6860.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManagerInterface.php';
  6861.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/ChunkManager.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  6863.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  6864.         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')))));
  6865.     }
  6866.     /**
  6867.      * Gets the public 'oneup_uploader.controller.channel_images' shared service.
  6868.      *
  6869.      * @return \Oneup\UploaderBundle\Controller\FineUploaderController
  6870.      */
  6871.     protected function getOneupUploader_Controller_ChannelImagesService()
  6872.     {
  6873.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  6875.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/FineUploaderController.php';
  6876.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  6877.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  6878.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  6879.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/NoopErrorHandler.php';
  6880.         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');
  6881.     }
  6882.     /**
  6883.      * Gets the public 'oneup_uploader.controller.k2r2_remote_video' shared service.
  6884.      *
  6885.      * @return \Oneup\UploaderBundle\Controller\FineUploaderController
  6886.      */
  6887.     protected function getOneupUploader_Controller_K2r2RemoteVideoService()
  6888.     {
  6889.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  6890.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  6891.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/FineUploaderController.php';
  6892.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  6893.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  6894.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  6895.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/NoopErrorHandler.php';
  6896.         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');
  6897.     }
  6898.     /**
  6899.      * Gets the public 'oneup_uploader.controller.practical_case_resource_file' shared service.
  6900.      *
  6901.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  6902.      */
  6903.     protected function getOneupUploader_Controller_PracticalCaseResourceFileService()
  6904.     {
  6905.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  6906.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  6907.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  6908.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  6909.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  6910.         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');
  6911.     }
  6912.     /**
  6913.      * Gets the public 'oneup_uploader.controller.practical_case_response_file' shared service.
  6914.      *
  6915.      * @return \Oneup\UploaderBundle\Controller\DropzoneController
  6916.      */
  6917.     protected function getOneupUploader_Controller_PracticalCaseResponseFileService()
  6918.     {
  6919.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  6920.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  6921.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/DropzoneController.php';
  6922.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  6923.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/DropzoneErrorHandler.php';
  6924.         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');
  6925.     }
  6926.     /**
  6927.      * Gets the public 'oneup_uploader.controller.user_avatar' shared service.
  6928.      *
  6929.      * @return \Oneup\UploaderBundle\Controller\FineUploaderController
  6930.      */
  6931.     protected function getOneupUploader_Controller_UserAvatarService()
  6932.     {
  6933.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractController.php';
  6934.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/AbstractChunkedController.php';
  6935.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Controller/FineUploaderController.php';
  6936.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  6937.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/ErrorHandlerInterface.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/ErrorHandler/NoopErrorHandler.php';
  6940.         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');
  6941.     }
  6942.     /**
  6943.      * Gets the public 'oneup_uploader.namer.uniqid' shared service.
  6944.      *
  6945.      * @return \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer
  6946.      */
  6947.     protected function getOneupUploader_Namer_UniqidService()
  6948.     {
  6949.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/UniqidNamer.php';
  6951.         return $this->services['oneup_uploader.namer.uniqid'] = new \Oneup\UploaderBundle\Uploader\Naming\UniqidNamer();
  6952.     }
  6953.     /**
  6954.      * Gets the public 'oneup_uploader.orphanage.practical_case_resource_file' shared service.
  6955.      *
  6956.      * @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
  6957.      */
  6958.     protected function getOneupUploader_Orphanage_PracticalCaseResourceFileService()
  6959.     {
  6960.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
  6964.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  6965.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  6966.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  6967.         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');
  6968.     }
  6969.     /**
  6970.      * Gets the public 'oneup_uploader.orphanage.practical_case_response_file' shared service.
  6971.      *
  6972.      * @return \Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage
  6973.      */
  6974.     protected function getOneupUploader_Orphanage_PracticalCaseResponseFileService()
  6975.     {
  6976.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/StorageInterface.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemStorage.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/OrphanageStorageInterface.php';
  6979.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FilesystemOrphanageStorage.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Storage/FlysystemStorage.php';
  6981.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/ChunkStorageInterface.php';
  6982.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Chunk/Storage/FilesystemStorage.php';
  6983.         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');
  6984.     }
  6985.     /**
  6986.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  6987.      *
  6988.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  6989.      */
  6990.     protected function getOneupUploader_OrphanageManagerService()
  6991.     {
  6992.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  6993.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  6994.     }
  6995.     /**
  6996.      * Gets the public 'oneup_uploader.routing.loader' shared service.
  6997.      *
  6998.      * @return \Oneup\UploaderBundle\Routing\RouteLoader
  6999.      */
  7000.     protected function getOneupUploader_Routing_LoaderService()
  7001.     {
  7002.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Routing/RouteLoader.php';
  7003.         return $this->services['oneup_uploader.routing.loader'] = new \Oneup\UploaderBundle\Routing\RouteLoader($this->parameters['oneup_uploader.controllers']);
  7004.     }
  7005.     /**
  7006.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  7007.      *
  7008.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  7009.      */
  7010.     protected function getOneupUploader_Templating_UploaderHelperService()
  7011.     {
  7012.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper(($this->services['router'] ?? $this->getRouterService()), $this->parameters['oneup_uploader.maxsize']);
  7013.     }
  7014.     /**
  7015.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  7016.      *
  7017.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  7018.      */
  7019.     protected function getOneupUploader_Twig_Extension_UploaderService()
  7020.     {
  7021.         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()));
  7022.     }
  7023.     /**
  7024.      * Gets the public 'practicalCaseResponse_filesystem' shared service.
  7025.      *
  7026.      * @return \League\Flysystem\Filesystem
  7027.      */
  7028.     protected function getPracticalCaseResponseFilesystemService()
  7029.     {
  7030.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  7031.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  7032.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  7033.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  7034.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  7035.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  7036.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  7037.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  7038.         return $this->services['practicalCaseResponse_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__4).'/public/uploads/practical_cases_response/'), NULL22NULLfalse), []);
  7039.     }
  7040.     /**
  7041.      * Gets the public 'practicalCase_filesystem' shared service.
  7042.      *
  7043.      * @return \League\Flysystem\Filesystem
  7044.      */
  7045.     protected function getPracticalCaseFilesystemService()
  7046.     {
  7047.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  7048.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  7049.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  7051.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  7052.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  7053.         include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  7055.         return $this->services['practicalCase_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__4).'/public/uploads/practical_cases/'), NULL22NULLfalse), []);
  7056.     }
  7057.     /**
  7058.      * Gets the public 'request_stack' shared service.
  7059.      *
  7060.      * @return \Symfony\Component\HttpFoundation\RequestStack
  7061.      */
  7062.     protected function getRequestStackService()
  7063.     {
  7064.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  7065.     }
  7066.     /**
  7067.      * Gets the public 'router' shared autowired service.
  7068.      *
  7069.      * @return \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator
  7070.      */
  7071.     protected function getRouterService()
  7072.     {
  7073.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  7074.         $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');
  7075.         $b->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  7076.         $b->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  7077.         return $this->services['router'] = new \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator($b$a);
  7078.     }
  7079.     /**
  7080.      * Gets the public 'routing.loader' shared service.
  7081.      *
  7082.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  7083.      */
  7084.     protected function getRouting_LoaderService()
  7085.     {
  7086.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  7089.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Routing/GlobalRoutesLoader.php';
  7090.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelResourceAccessCacheLoader.php';
  7091.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Routing/Loader/ChannelUserPermissionResourceCrudLoader.php';
  7092.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  7093.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  7094.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  7095.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  7096.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'dev'));
  7097.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'dev'));
  7098.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'dev'));
  7099.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'dev'));
  7100.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'dev'));
  7101.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7102.             'kernel' => ['services''kernel''getKernelService'false],
  7103.         ], [
  7104.             'kernel' => 'App\\Kernel',
  7105.         ]), 'dev'));
  7106.         $a->addLoader(($this->services['oneup_uploader.routing.loader'] ?? $this->getOneupUploader_Routing_LoaderService()));
  7107.         $a->addLoader(new \Nellapp\Bundle\SDKBundle\GlobalGetters\Routing\GlobalRoutesLoader());
  7108.         $a->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelResourceAccessCacheLoader());
  7109.         $a->addLoader(new \Nellapp\Bundle\SDKBundle\Permission\Routing\Loader\ChannelUserPermissionResourceCrudLoader(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService())));
  7110.         $a->addLoader($c);
  7111.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  7112.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  7113.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  7114.     }
  7115.     /**
  7116.      * Gets the public 'services_resetter' shared service.
  7117.      *
  7118.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  7119.      */
  7120.     protected function getServicesResetterService()
  7121.     {
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  7123.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  7124.             if (isset($this->services['cache.app'])) {
  7125.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  7126.             }
  7127.             if (isset($this->services['cache.system'])) {
  7128.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  7129.             }
  7130.             if (isset($this->privates['cache.validator'])) {
  7131.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  7132.             }
  7133.             if (isset($this->privates['cache.serializer'])) {
  7134.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  7135.             }
  7136.             if (isset($this->privates['cache.annotations'])) {
  7137.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  7138.             }
  7139.             if (isset($this->privates['cache.property_info'])) {
  7140.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  7141.             }
  7142.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  7143.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  7144.             }
  7145.             if (isset($this->privates['.debug.http_client'])) {
  7146.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  7147.             }
  7148.             if (isset($this->privates['debug.stopwatch'])) {
  7149.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  7150.             }
  7151.             if (isset($this->services['event_dispatcher'])) {
  7152.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  7153.             }
  7154.             if (isset($this->privates['session_listener'])) {
  7155.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  7156.             }
  7157.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  7158.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  7159.             }
  7160.             if (isset($this->services['cache.validator_expression_language'])) {
  7161.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  7162.             }
  7163.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  7164.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  7165.             }
  7166.             if (isset($this->services['.container.private.profiler'])) {
  7167.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  7168.             }
  7169.             if (isset($this->services['.container.private.validator'])) {
  7170.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  7171.             }
  7172.             if (isset($this->services['.container.private.security.token_storage'])) {
  7173.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  7174.             }
  7175.             if (isset($this->privates['cache.security_expression_language'])) {
  7176.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  7177.             }
  7178.             if (isset($this->services['doctrine'])) {
  7179.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  7180.             }
  7181.             if (isset($this->privates['form.type.entity'])) {
  7182.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  7183.             }
  7184.             if (isset($this->privates['monolog.handler.main'])) {
  7185.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  7186.             }
  7187.             if (isset($this->privates['monolog.handler.console'])) {
  7188.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  7189.             }
  7190.             if (isset($this->privates['webpack_encore.tag_renderer'])) {
  7191.                 yield 'webpack_encore.tag_renderer' => ($this->privates['webpack_encore.tag_renderer'] ?? null);
  7192.             }
  7193.             if (isset($this->privates['cache.webpack_encore'])) {
  7194.                 yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? null);
  7195.             }
  7196.             if (isset($this->privates['webpack_encore.entrypoint_lookup[_default]'])) {
  7197.                 yield 'webpack_encore.entrypoint_lookup[_default]' => ($this->privates['webpack_encore.entrypoint_lookup[_default]'] ?? null);
  7198.             }
  7199.             if (isset($this->privates['webpack_encore.entrypoint_lookup[core]'])) {
  7200.                 yield 'webpack_encore.entrypoint_lookup[core]' => ($this->privates['webpack_encore.entrypoint_lookup[core]'] ?? null);
  7201.             }
  7202.             if (isset($this->privates['webpack_encore.entrypoint_lookup[common]'])) {
  7203.                 yield 'webpack_encore.entrypoint_lookup[common]' => ($this->privates['webpack_encore.entrypoint_lookup[common]'] ?? null);
  7204.             }
  7205.             if (isset($this->privates['webpack_encore.entrypoint_lookup[vendor]'])) {
  7206.                 yield 'webpack_encore.entrypoint_lookup[vendor]' => ($this->privates['webpack_encore.entrypoint_lookup[vendor]'] ?? null);
  7207.             }
  7208.             if (isset($this->privates['webpack_encore.entrypoint_lookup[content]'])) {
  7209.                 yield 'webpack_encore.entrypoint_lookup[content]' => ($this->privates['webpack_encore.entrypoint_lookup[content]'] ?? null);
  7210.             }
  7211.             if (isset($this->privates['webpack_encore.entrypoint_lookup[backoffice]'])) {
  7212.                 yield 'webpack_encore.entrypoint_lookup[backoffice]' => ($this->privates['webpack_encore.entrypoint_lookup[backoffice]'] ?? null);
  7213.             }
  7214.             if (isset($this->privates['.debug.http_client'])) {
  7215.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  7216.             }
  7217.         }, function () {
  7218.             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']));
  7219.         }), ['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']]);
  7220.     }
  7221.     /**
  7222.      * Gets the public 'spiriit_form_filter.filter_prepare' shared service.
  7223.      *
  7224.      * @return \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener
  7225.      */
  7226.     protected function getSpiriitFormFilter_FilterPrepareService()
  7227.     {
  7228.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Event/Listener/PrepareListener.php';
  7229.         return $this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener();
  7230.     }
  7231.     /**
  7232.      * Gets the public 'spiriit_form_filter.query_builder_updater' shared service.
  7233.      *
  7234.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater
  7235.      */
  7236.     protected function getSpiriitFormFilter_QueryBuilderUpdaterService()
  7237.     {
  7238.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdaterInterface.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/FilterBuilderUpdater.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractorInterface.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/FormDataExtractor.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DataExtractionMethodInterface.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/DefaultExtractionMethod.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/TextExtractionMethod.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/DataExtractor/Method/ValueKeysExtractionMethod.php';
  7246.         $a = new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\FormDataExtractor();
  7247.         $a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\DefaultExtractionMethod());
  7248.         $a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\TextExtractionMethod());
  7249.         $a->addMethod(new \Spiriit\Bundle\FormFilterBundle\Filter\DataExtractor\Method\ValueKeysExtractionMethod());
  7250.         return $this->services['spiriit_form_filter.query_builder_updater'] = new \Spiriit\Bundle\FormFilterBundle\Filter\FilterBuilderUpdater($a, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7251.     }
  7252.     /**
  7253.      * Gets the public 'translator' shared service.
  7254.      *
  7255.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  7256.      */
  7257.     protected function getTranslatorService()
  7258.     {
  7259.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  7260.     }
  7261.     /**
  7262.      * Gets the public 'var_dumper.cloner' shared service.
  7263.      *
  7264.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  7265.      */
  7266.     protected function getVarDumper_ClonerService()
  7267.     {
  7268.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  7269.         $instance->setMaxItems(2500);
  7270.         $instance->setMinDepth(1);
  7271.         $instance->setMaxString(-1);
  7272.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  7273.         return $instance;
  7274.     }
  7275.     /**
  7276.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  7277.      *
  7278.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  7279.      */
  7280.     protected function getWebProfiler_Controller_ExceptionPanelService()
  7281.     {
  7282.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  7283.         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()));
  7284.     }
  7285.     /**
  7286.      * Gets the public 'web_profiler.controller.profiler' shared service.
  7287.      *
  7288.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  7289.      */
  7290.     protected function getWebProfiler_Controller_ProfilerService()
  7291.     {
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  7293.         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));
  7294.     }
  7295.     /**
  7296.      * Gets the public 'web_profiler.controller.router' shared service.
  7297.      *
  7298.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  7299.      */
  7300.     protected function getWebProfiler_Controller_RouterService()
  7301.     {
  7302.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  7303.         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 () {
  7304.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  7305.         }, 1));
  7306.     }
  7307.     /**
  7308.      * Gets the private '.App\Command\CheckSharedEntityCommand.lazy' shared service.
  7309.      *
  7310.      * @return \Symfony\Component\Console\Command\LazyCommand
  7311.      */
  7312.     protected function getCheckSharedEntityCommand_LazyService()
  7313.     {
  7314.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7316.         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 {
  7317.             return ($this->privates['App\\Command\\CheckSharedEntityCommand'] ?? $this->getCheckSharedEntityCommandService());
  7318.         });
  7319.     }
  7320.     /**
  7321.      * Gets the private '.App\Command\K2r2\IndexYoutubeVideoCommand.lazy' shared service.
  7322.      *
  7323.      * @return \Symfony\Component\Console\Command\LazyCommand
  7324.      */
  7325.     protected function getIndexYoutubeVideoCommand_LazyService()
  7326.     {
  7327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7329.         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 {
  7330.             return ($this->privates['App\\Command\\K2r2\\IndexYoutubeVideoCommand'] ?? $this->getIndexYoutubeVideoCommandService());
  7331.         });
  7332.     }
  7333.     /**
  7334.      * Gets the private '.App\Command\K2r2\InitK2r2RemoteVideoCommand.lazy' shared service.
  7335.      *
  7336.      * @return \Symfony\Component\Console\Command\LazyCommand
  7337.      */
  7338.     protected function getInitK2r2RemoteVideoCommand_LazyService()
  7339.     {
  7340.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7342.         return $this->privates['.App\\Command\\K2r2\\InitK2r2RemoteVideoCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('init:k2r2-video', [], 'Create Scholar video data from k2r2 remove server video'false, function (): \App\Command\K2r2\InitK2r2RemoteVideoCommand {
  7343.             return ($this->privates['App\\Command\\K2r2\\InitK2r2RemoteVideoCommand'] ?? $this->getInitK2r2RemoteVideoCommandService());
  7344.         });
  7345.     }
  7346.     /**
  7347.      * Gets the private '.App\Command\K2r2\K2R2IndexingCommand.lazy' shared service.
  7348.      *
  7349.      * @return \Symfony\Component\Console\Command\LazyCommand
  7350.      */
  7351.     protected function getK2R2IndexingCommand_LazyService()
  7352.     {
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7355.         return $this->privates['.App\\Command\\K2r2\\K2R2IndexingCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:k2r2-index-shared-lesson', [], 'Index shared lesson on k2r2 api'false, function (): \App\Command\K2r2\K2R2IndexingCommand {
  7356.             return ($this->privates['App\\Command\\K2r2\\K2R2IndexingCommand'] ?? $this->getK2R2IndexingCommandService());
  7357.         });
  7358.     }
  7359.     /**
  7360.      * Gets the private '.App\Command\PartnerApi\PartnerApiUserChannelCommand.lazy' shared service.
  7361.      *
  7362.      * @return \Symfony\Component\Console\Command\LazyCommand
  7363.      */
  7364.     protected function getPartnerApiUserChannelCommand_LazyService()
  7365.     {
  7366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7368.         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 {
  7369.             return ($this->privates['App\\Command\\PartnerApi\\PartnerApiUserChannelCommand'] ?? $this->getPartnerApiUserChannelCommandService());
  7370.         });
  7371.     }
  7372.     /**
  7373.      * Gets the private '.App\Command\PartnerApi\PartnerApiUserCreateCommand.lazy' shared service.
  7374.      *
  7375.      * @return \Symfony\Component\Console\Command\LazyCommand
  7376.      */
  7377.     protected function getPartnerApiUserCreateCommand_LazyService()
  7378.     {
  7379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7381.         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 {
  7382.             return ($this->privates['App\\Command\\PartnerApi\\PartnerApiUserCreateCommand'] ?? $this->getPartnerApiUserCreateCommandService());
  7383.         });
  7384.     }
  7385.     /**
  7386.      * Gets the private '.App\Command\PartnerApi\PartnerApiUserListCommand.lazy' shared service.
  7387.      *
  7388.      * @return \Symfony\Component\Console\Command\LazyCommand
  7389.      */
  7390.     protected function getPartnerApiUserListCommand_LazyService()
  7391.     {
  7392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7394.         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 {
  7395.             return ($this->privates['App\\Command\\PartnerApi\\PartnerApiUserListCommand'] ?? $this->getPartnerApiUserListCommandService());
  7396.         });
  7397.     }
  7398.     /**
  7399.      * Gets the private '.App\Command\PartnerApi\PartnerApiUserRevokeCommand.lazy' shared service.
  7400.      *
  7401.      * @return \Symfony\Component\Console\Command\LazyCommand
  7402.      */
  7403.     protected function getPartnerApiUserRevokeCommand_LazyService()
  7404.     {
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7407.         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 {
  7408.             return ($this->privates['App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand'] ?? $this->getPartnerApiUserRevokeCommandService());
  7409.         });
  7410.     }
  7411.     /**
  7412.      * Gets the private '.App\Command\RefreshLessonStatsCommand.lazy' shared service.
  7413.      *
  7414.      * @return \Symfony\Component\Console\Command\LazyCommand
  7415.      */
  7416.     protected function getRefreshLessonStatsCommand_LazyService()
  7417.     {
  7418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7420.         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 {
  7421.             return ($this->privates['App\\Command\\RefreshLessonStatsCommand'] ?? $this->getRefreshLessonStatsCommandService());
  7422.         });
  7423.     }
  7424.     /**
  7425.      * Gets the private '.App\Command\Scorm\ForceScormUpdateCommand.lazy' shared service.
  7426.      *
  7427.      * @return \Symfony\Component\Console\Command\LazyCommand
  7428.      */
  7429.     protected function getForceScormUpdateCommand_LazyService()
  7430.     {
  7431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7433.         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 {
  7434.             return ($this->privates['App\\Command\\Scorm\\ForceScormUpdateCommand'] ?? $this->getForceScormUpdateCommandService());
  7435.         });
  7436.     }
  7437.     /**
  7438.      * Gets the private '.App\Command\Scorm\GenerateScormCommand.lazy' shared service.
  7439.      *
  7440.      * @return \Symfony\Component\Console\Command\LazyCommand
  7441.      */
  7442.     protected function getGenerateScormCommand_LazyService()
  7443.     {
  7444.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7446.         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 {
  7447.             return ($this->privates['App\\Command\\Scorm\\GenerateScormCommand'] ?? $this->getGenerateScormCommandService());
  7448.         });
  7449.     }
  7450.     /**
  7451.      * Gets the private '.App\Command\Scorm\InitializeScormCommand.lazy' shared service.
  7452.      *
  7453.      * @return \Symfony\Component\Console\Command\LazyCommand
  7454.      */
  7455.     protected function getInitializeScormCommand_LazyService()
  7456.     {
  7457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7458.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7459.         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 {
  7460.             return ($this->privates['App\\Command\\Scorm\\InitializeScormCommand'] ?? $this->getInitializeScormCommandService());
  7461.         });
  7462.     }
  7463.     /**
  7464.      * Gets the private '.App\Command\ShareContentEntityCommand.lazy' shared service.
  7465.      *
  7466.      * @return \Symfony\Component\Console\Command\LazyCommand
  7467.      */
  7468.     protected function getShareContentEntityCommand_LazyService()
  7469.     {
  7470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7472.         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 {
  7473.             return ($this->privates['App\\Command\\ShareContentEntityCommand'] ?? $this->getShareContentEntityCommandService());
  7474.         });
  7475.     }
  7476.     /**
  7477.      * Gets the private '.App\Command\SharedChildrenUpdatedAtCommand.lazy' shared service.
  7478.      *
  7479.      * @return \Symfony\Component\Console\Command\LazyCommand
  7480.      */
  7481.     protected function getSharedChildrenUpdatedAtCommand_LazyService()
  7482.     {
  7483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7485.         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 {
  7486.             return ($this->privates['App\\Command\\SharedChildrenUpdatedAtCommand'] ?? $this->getSharedChildrenUpdatedAtCommandService());
  7487.         });
  7488.     }
  7489.     /**
  7490.      * Gets the private '.App\Command\UpdateMimeTypeForNellappFileCommand.lazy' shared service.
  7491.      *
  7492.      * @return \Symfony\Component\Console\Command\LazyCommand
  7493.      */
  7494.     protected function getUpdateMimeTypeForNellappFileCommand_LazyService()
  7495.     {
  7496.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7498.         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 {
  7499.             return ($this->privates['App\\Command\\UpdateMimeTypeForNellappFileCommand'] ?? $this->getUpdateMimeTypeForNellappFileCommandService());
  7500.         });
  7501.     }
  7502.     /**
  7503.      * Gets the private '.App\Command\Video\MigrateK2r2ToBunnyCommand.lazy' shared service.
  7504.      *
  7505.      * @return \Symfony\Component\Console\Command\LazyCommand
  7506.      */
  7507.     protected function getMigrateK2r2ToBunnyCommand_LazyService()
  7508.     {
  7509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7511.         return $this->privates['.App\\Command\\Video\\MigrateK2r2ToBunnyCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:video:bunny-migration', [], 'Migrate scholar videos from k2r2 ftp to bunny'false, function (): \App\Command\Video\MigrateK2r2ToBunnyCommand {
  7512.             return ($this->privates['App\\Command\\Video\\MigrateK2r2ToBunnyCommand'] ?? $this->getMigrateK2r2ToBunnyCommandService());
  7513.         });
  7514.     }
  7515.     /**
  7516.      * Gets the private '.App\Command\Video\RefreshProcessingBunnyVideosCommand.lazy' shared service.
  7517.      *
  7518.      * @return \Symfony\Component\Console\Command\LazyCommand
  7519.      */
  7520.     protected function getRefreshProcessingBunnyVideosCommand_LazyService()
  7521.     {
  7522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7524.         return $this->privates['.App\\Command\\Video\\RefreshProcessingBunnyVideosCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:video:bunny-refresh', [], 'Refresh Bunny videos that are not finished yet (fallback for bunny webhook)'false, function (): \App\Command\Video\RefreshProcessingBunnyVideosCommand {
  7525.             return ($this->privates['App\\Command\\Video\\RefreshProcessingBunnyVideosCommand'] ?? $this->getRefreshProcessingBunnyVideosCommandService());
  7526.         });
  7527.     }
  7528.     /**
  7529.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand.lazy' shared service.
  7530.      *
  7531.      * @return \Symfony\Component\Console\Command\LazyCommand
  7532.      */
  7533.     protected function getCheckChannelMenuDisplayedCommand_LazyService()
  7534.     {
  7535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7537.         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 {
  7538.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CheckChannelMenuDisplayedCommand'] ?? $this->getCheckChannelMenuDisplayedCommandService());
  7539.         });
  7540.     }
  7541.     /**
  7542.      * Gets the private '.Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand.lazy' shared service.
  7543.      *
  7544.      * @return \Symfony\Component\Console\Command\LazyCommand
  7545.      */
  7546.     protected function getCleanExpiredChannelResourcePermissionCommand_LazyService()
  7547.     {
  7548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7550.         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 {
  7551.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Command\\CleanExpiredChannelResourcePermissionCommand'] ?? $this->getCleanExpiredChannelResourcePermissionCommandService());
  7552.         });
  7553.     }
  7554.     /**
  7555.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand.lazy' shared service.
  7556.      *
  7557.      * @return \Symfony\Component\Console\Command\LazyCommand
  7558.      */
  7559.     protected function getFullRefreshClassCommand_LazyService()
  7560.     {
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7563.         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 {
  7564.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\FullRefreshClassCommand'] ?? $this->getFullRefreshClassCommandService());
  7565.         });
  7566.     }
  7567.     /**
  7568.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand.lazy' shared service.
  7569.      *
  7570.      * @return \Symfony\Component\Console\Command\LazyCommand
  7571.      */
  7572.     protected function getRefreshClassCommand_LazyService()
  7573.     {
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7576.         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 {
  7577.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshClassCommand'] ?? $this->getRefreshClassCommandService());
  7578.         });
  7579.     }
  7580.     /**
  7581.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand.lazy' shared service.
  7582.      *
  7583.      * @return \Symfony\Component\Console\Command\LazyCommand
  7584.      */
  7585.     protected function getRefreshOneCommand_LazyService()
  7586.     {
  7587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7589.         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 {
  7590.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\RefreshOneCommand'] ?? $this->getRefreshOneCommandService());
  7591.         });
  7592.     }
  7593.     /**
  7594.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand.lazy' shared service.
  7595.      *
  7596.      * @return \Symfony\Component\Console\Command\LazyCommand
  7597.      */
  7598.     protected function getUserFromChannelCommand_LazyService()
  7599.     {
  7600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7602.         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 {
  7603.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\ForceSync\\UserFromChannelCommand'] ?? $this->getUserFromChannelCommandService());
  7604.         });
  7605.     }
  7606.     /**
  7607.      * Gets the private '.Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand.lazy' shared service.
  7608.      *
  7609.      * @return \Symfony\Component\Console\Command\LazyCommand
  7610.      */
  7611.     protected function getSyncOneCommand_LazyService()
  7612.     {
  7613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7615.         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 {
  7616.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Command\\SyncOneCommand'] ?? $this->getSyncOneCommandService());
  7617.         });
  7618.     }
  7619.     /**
  7620.      * Gets the private '.cache_connection.BuSWRLw' shared service.
  7621.      *
  7622.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  7623.      */
  7624.     protected function get_CacheConnection_BuSWRLwService()
  7625.     {
  7626.         return $this->privates['.cache_connection.BuSWRLw'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://'.$this->getEnv('string:REDIS_HOST').':'.$this->getEnv('string:int:REDIS_PORT'), ['lazy' => true]);
  7627.     }
  7628.     /**
  7629.      * Gets the private '.console.command.about.lazy' shared service.
  7630.      *
  7631.      * @return \Symfony\Component\Console\Command\LazyCommand
  7632.      */
  7633.     protected function get_Console_Command_About_LazyService()
  7634.     {
  7635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7637.         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 {
  7638.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  7639.         });
  7640.     }
  7641.     /**
  7642.      * Gets the private '.console.command.assets_install.lazy' shared service.
  7643.      *
  7644.      * @return \Symfony\Component\Console\Command\LazyCommand
  7645.      */
  7646.     protected function get_Console_Command_AssetsInstall_LazyService()
  7647.     {
  7648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7650.         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 {
  7651.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  7652.         });
  7653.     }
  7654.     /**
  7655.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  7656.      *
  7657.      * @return \Symfony\Component\Console\Command\LazyCommand
  7658.      */
  7659.     protected function get_Console_Command_CacheClear_LazyService()
  7660.     {
  7661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7663.         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 {
  7664.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  7665.         });
  7666.     }
  7667.     /**
  7668.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  7669.      *
  7670.      * @return \Symfony\Component\Console\Command\LazyCommand
  7671.      */
  7672.     protected function get_Console_Command_CachePoolClear_LazyService()
  7673.     {
  7674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7676.         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 {
  7677.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  7678.         });
  7679.     }
  7680.     /**
  7681.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  7682.      *
  7683.      * @return \Symfony\Component\Console\Command\LazyCommand
  7684.      */
  7685.     protected function get_Console_Command_CachePoolDelete_LazyService()
  7686.     {
  7687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7689.         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 {
  7690.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  7691.         });
  7692.     }
  7693.     /**
  7694.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  7695.      *
  7696.      * @return \Symfony\Component\Console\Command\LazyCommand
  7697.      */
  7698.     protected function get_Console_Command_CachePoolList_LazyService()
  7699.     {
  7700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7702.         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 {
  7703.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  7704.         });
  7705.     }
  7706.     /**
  7707.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  7708.      *
  7709.      * @return \Symfony\Component\Console\Command\LazyCommand
  7710.      */
  7711.     protected function get_Console_Command_CachePoolPrune_LazyService()
  7712.     {
  7713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7715.         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 {
  7716.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  7717.         });
  7718.     }
  7719.     /**
  7720.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  7721.      *
  7722.      * @return \Symfony\Component\Console\Command\LazyCommand
  7723.      */
  7724.     protected function get_Console_Command_CacheWarmup_LazyService()
  7725.     {
  7726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7728.         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 {
  7729.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  7730.         });
  7731.     }
  7732.     /**
  7733.      * Gets the private '.console.command.config_debug.lazy' shared service.
  7734.      *
  7735.      * @return \Symfony\Component\Console\Command\LazyCommand
  7736.      */
  7737.     protected function get_Console_Command_ConfigDebug_LazyService()
  7738.     {
  7739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7741.         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 {
  7742.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  7743.         });
  7744.     }
  7745.     /**
  7746.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  7747.      *
  7748.      * @return \Symfony\Component\Console\Command\LazyCommand
  7749.      */
  7750.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  7751.     {
  7752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7754.         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 {
  7755.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  7756.         });
  7757.     }
  7758.     /**
  7759.      * Gets the private '.console.command.container_debug.lazy' shared service.
  7760.      *
  7761.      * @return \Symfony\Component\Console\Command\LazyCommand
  7762.      */
  7763.     protected function get_Console_Command_ContainerDebug_LazyService()
  7764.     {
  7765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7767.         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 {
  7768.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  7769.         });
  7770.     }
  7771.     /**
  7772.      * Gets the private '.console.command.container_lint.lazy' shared service.
  7773.      *
  7774.      * @return \Symfony\Component\Console\Command\LazyCommand
  7775.      */
  7776.     protected function get_Console_Command_ContainerLint_LazyService()
  7777.     {
  7778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7780.         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 {
  7781.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  7782.         });
  7783.     }
  7784.     /**
  7785.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  7786.      *
  7787.      * @return \Symfony\Component\Console\Command\LazyCommand
  7788.      */
  7789.     protected function get_Console_Command_DebugAutowiring_LazyService()
  7790.     {
  7791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7793.         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 {
  7794.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  7795.         });
  7796.     }
  7797.     /**
  7798.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  7799.      *
  7800.      * @return \Symfony\Component\Console\Command\LazyCommand
  7801.      */
  7802.     protected function get_Console_Command_DotenvDebug_LazyService()
  7803.     {
  7804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7806.         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 {
  7807.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  7808.         });
  7809.     }
  7810.     /**
  7811.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  7812.      *
  7813.      * @return \Symfony\Component\Console\Command\LazyCommand
  7814.      */
  7815.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  7816.     {
  7817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7819.         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 {
  7820.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  7821.         });
  7822.     }
  7823.     /**
  7824.      * Gets the private '.console.command.form_debug.lazy' shared service.
  7825.      *
  7826.      * @return \Symfony\Component\Console\Command\LazyCommand
  7827.      */
  7828.     protected function get_Console_Command_FormDebug_LazyService()
  7829.     {
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7832.         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 {
  7833.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  7834.         });
  7835.     }
  7836.     /**
  7837.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  7838.      *
  7839.      * @return \Symfony\Component\Console\Command\LazyCommand
  7840.      */
  7841.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  7842.     {
  7843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7845.         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 {
  7846.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  7847.         });
  7848.     }
  7849.     /**
  7850.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  7851.      *
  7852.      * @return \Symfony\Component\Console\Command\LazyCommand
  7853.      */
  7854.     protected function get_Console_Command_MessengerDebug_LazyService()
  7855.     {
  7856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7858.         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 {
  7859.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  7860.         });
  7861.     }
  7862.     /**
  7863.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  7864.      *
  7865.      * @return \Symfony\Component\Console\Command\LazyCommand
  7866.      */
  7867.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  7868.     {
  7869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7871.         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 {
  7872.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  7873.         });
  7874.     }
  7875.     /**
  7876.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  7877.      *
  7878.      * @return \Symfony\Component\Console\Command\LazyCommand
  7879.      */
  7880.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  7881.     {
  7882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7884.         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 {
  7885.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  7886.         });
  7887.     }
  7888.     /**
  7889.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  7890.      *
  7891.      * @return \Symfony\Component\Console\Command\LazyCommand
  7892.      */
  7893.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  7894.     {
  7895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7896.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7897.         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 {
  7898.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  7899.         });
  7900.     }
  7901.     /**
  7902.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  7903.      *
  7904.      * @return \Symfony\Component\Console\Command\LazyCommand
  7905.      */
  7906.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  7907.     {
  7908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7909.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7910.         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 {
  7911.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  7912.         });
  7913.     }
  7914.     /**
  7915.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  7916.      *
  7917.      * @return \Symfony\Component\Console\Command\LazyCommand
  7918.      */
  7919.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  7920.     {
  7921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7923.         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 {
  7924.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  7925.         });
  7926.     }
  7927.     /**
  7928.      * Gets the private '.console.command.router_debug.lazy' shared service.
  7929.      *
  7930.      * @return \Symfony\Component\Console\Command\LazyCommand
  7931.      */
  7932.     protected function get_Console_Command_RouterDebug_LazyService()
  7933.     {
  7934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7936.         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 {
  7937.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  7938.         });
  7939.     }
  7940.     /**
  7941.      * Gets the private '.console.command.router_match.lazy' shared service.
  7942.      *
  7943.      * @return \Symfony\Component\Console\Command\LazyCommand
  7944.      */
  7945.     protected function get_Console_Command_RouterMatch_LazyService()
  7946.     {
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7949.         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 {
  7950.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  7951.         });
  7952.     }
  7953.     /**
  7954.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  7955.      *
  7956.      * @return \Symfony\Component\Console\Command\LazyCommand
  7957.      */
  7958.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  7959.     {
  7960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7962.         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 {
  7963.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  7964.         });
  7965.     }
  7966.     /**
  7967.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  7968.      *
  7969.      * @return \Symfony\Component\Console\Command\LazyCommand
  7970.      */
  7971.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  7972.     {
  7973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7975.         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 {
  7976.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  7977.         });
  7978.     }
  7979.     /**
  7980.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  7981.      *
  7982.      * @return \Symfony\Component\Console\Command\LazyCommand
  7983.      */
  7984.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  7985.     {
  7986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  7988.         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 {
  7989.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  7990.         });
  7991.     }
  7992.     /**
  7993.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  7994.      *
  7995.      * @return \Symfony\Component\Console\Command\LazyCommand
  7996.      */
  7997.     protected function get_Console_Command_SecretsList_LazyService()
  7998.     {
  7999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8001.         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 {
  8002.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  8003.         });
  8004.     }
  8005.     /**
  8006.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  8007.      *
  8008.      * @return \Symfony\Component\Console\Command\LazyCommand
  8009.      */
  8010.     protected function get_Console_Command_SecretsRemove_LazyService()
  8011.     {
  8012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8014.         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 {
  8015.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  8016.         });
  8017.     }
  8018.     /**
  8019.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  8020.      *
  8021.      * @return \Symfony\Component\Console\Command\LazyCommand
  8022.      */
  8023.     protected function get_Console_Command_SecretsSet_LazyService()
  8024.     {
  8025.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8027.         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 {
  8028.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  8029.         });
  8030.     }
  8031.     /**
  8032.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  8033.      *
  8034.      * @return \Symfony\Component\Console\Command\LazyCommand
  8035.      */
  8036.     protected function get_Console_Command_TranslationDebug_LazyService()
  8037.     {
  8038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8040.         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 {
  8041.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  8042.         });
  8043.     }
  8044.     /**
  8045.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  8046.      *
  8047.      * @return \Symfony\Component\Console\Command\LazyCommand
  8048.      */
  8049.     protected function get_Console_Command_TranslationExtract_LazyService()
  8050.     {
  8051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8053.         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 {
  8054.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  8055.         });
  8056.     }
  8057.     /**
  8058.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  8059.      *
  8060.      * @return \Symfony\Component\Console\Command\LazyCommand
  8061.      */
  8062.     protected function get_Console_Command_TranslationPull_LazyService()
  8063.     {
  8064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8066.         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 {
  8067.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  8068.         });
  8069.     }
  8070.     /**
  8071.      * Gets the private '.console.command.translation_push.lazy' shared service.
  8072.      *
  8073.      * @return \Symfony\Component\Console\Command\LazyCommand
  8074.      */
  8075.     protected function get_Console_Command_TranslationPush_LazyService()
  8076.     {
  8077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8079.         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 {
  8080.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  8081.         });
  8082.     }
  8083.     /**
  8084.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  8085.      *
  8086.      * @return \Symfony\Component\Console\Command\LazyCommand
  8087.      */
  8088.     protected function get_Console_Command_ValidatorDebug_LazyService()
  8089.     {
  8090.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8092.         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 {
  8093.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  8094.         });
  8095.     }
  8096.     /**
  8097.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  8098.      *
  8099.      * @return \Symfony\Component\Console\Command\LazyCommand
  8100.      */
  8101.     protected function get_Console_Command_XliffLint_LazyService()
  8102.     {
  8103.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8105.         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 {
  8106.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  8107.         });
  8108.     }
  8109.     /**
  8110.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  8111.      *
  8112.      * @return \Symfony\Component\Console\Command\LazyCommand
  8113.      */
  8114.     protected function get_Console_Command_YamlLint_LazyService()
  8115.     {
  8116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  8118.         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 {
  8119.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  8120.         });
  8121.     }
  8122.     /**
  8123.      * Gets the private '.debug.http_client' shared service.
  8124.      *
  8125.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  8126.      */
  8127.     protected function get_Debug_HttpClientService()
  8128.     {
  8129.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'verify_host' => false'headers' => [], 'resolve' => []], 6);
  8130.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  8131.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8132.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8133.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8134.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  8135.         $a->setLogger($b);
  8136.         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))));
  8137.     }
  8138.     /**
  8139.      * Gets the private '.errored..service_locator..846xZ2.App\Entity\Forum\ChapterMessage' shared service.
  8140.      *
  8141.      * @return \App\Entity\Forum\ChapterMessage
  8142.      */
  8143.     protected function getChapterMessageService()
  8144.     {
  8145.         $this->throw('Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.');
  8146.     }
  8147.     /**
  8148.      * Gets the private '.errored..service_locator..846xZ2.App\Entity\Scholar\Chapter\Chapter' shared service.
  8149.      *
  8150.      * @return \App\Entity\Scholar\Chapter\Chapter
  8151.      */
  8152.     protected function getChapterService()
  8153.     {
  8154.         $this->throw('Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  8155.     }
  8156.     /**
  8157.      * Gets the private '.errored..service_locator..846xZ2.App\Entity\Scholar\Lesson\Lesson' shared service.
  8158.      *
  8159.      * @return \App\Entity\Scholar\Lesson\Lesson
  8160.      */
  8161.     protected function getLessonService()
  8162.     {
  8163.         $this->throw('Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8164.     }
  8165.     /**
  8166.      * Gets the private '.errored..service_locator..846xZ2.App\Entity\Scholar\Module\Module' shared service.
  8167.      *
  8168.      * @return \App\Entity\Scholar\Module\Module
  8169.      */
  8170.     protected function getModuleService()
  8171.     {
  8172.         $this->throw('Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8173.     }
  8174.     /**
  8175.      * Gets the private '.errored..service_locator..846xZ2.App\Entity\Scholar\Training\Training' shared service.
  8176.      *
  8177.      * @return \App\Entity\Scholar\Training\Training
  8178.      */
  8179.     protected function getTrainingService()
  8180.     {
  8181.         $this->throw('Cannot autowire service ".service_locator..846xZ2": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8182.     }
  8183.     /**
  8184.      * Gets the private '.errored..service_locator..VQgzgC.App\Entity\Forum\ChapterMessage' shared service.
  8185.      *
  8186.      * @return \App\Entity\Forum\ChapterMessage
  8187.      */
  8188.     protected function getChapterMessage2Service()
  8189.     {
  8190.         $this->throw('Cannot autowire service ".service_locator..VQgzgC": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.');
  8191.     }
  8192.     /**
  8193.      * Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Lesson\Lesson' shared service.
  8194.      *
  8195.      * @return \App\Entity\Scholar\Lesson\Lesson
  8196.      */
  8197.     protected function getLesson2Service()
  8198.     {
  8199.         $this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8200.     }
  8201.     /**
  8202.      * Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Module\Module' shared service.
  8203.      *
  8204.      * @return \App\Entity\Scholar\Module\Module
  8205.      */
  8206.     protected function getModule2Service()
  8207.     {
  8208.         $this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8209.     }
  8210.     /**
  8211.      * Gets the private '.errored..service_locator.2QmeqlZ.App\Entity\Scholar\Training\Training' shared service.
  8212.      *
  8213.      * @return \App\Entity\Scholar\Training\Training
  8214.      */
  8215.     protected function getTraining2Service()
  8216.     {
  8217.         $this->throw('Cannot autowire service ".service_locator.2QmeqlZ": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8218.     }
  8219.     /**
  8220.      * Gets the private '.errored..service_locator.2hwXtE4.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  8221.      *
  8222.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  8223.      */
  8224.     protected function getOriginLessonService()
  8225.     {
  8226.         $this->throw('Cannot autowire service ".service_locator.2hwXtE4": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  8227.     }
  8228.     /**
  8229.      * Gets the private '.errored..service_locator.5G79K9R.App\Entity\Channel\Channel' shared service.
  8230.      *
  8231.      * @return \App\Entity\Channel\Channel
  8232.      */
  8233.     protected function getChannelService()
  8234.     {
  8235.         $this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8236.     }
  8237.     /**
  8238.      * Gets the private '.errored..service_locator.5G79K9R.App\Entity\Scholar\Lesson\Lesson' shared service.
  8239.      *
  8240.      * @return \App\Entity\Scholar\Lesson\Lesson
  8241.      */
  8242.     protected function getLesson3Service()
  8243.     {
  8244.         $this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8245.     }
  8246.     /**
  8247.      * Gets the private '.errored..service_locator.5G79K9R.App\Entity\Scholar\Lesson\LessonReview' shared service.
  8248.      *
  8249.      * @return \App\Entity\Scholar\Lesson\LessonReview
  8250.      */
  8251.     protected function getLessonReviewService()
  8252.     {
  8253.         $this->throw('Cannot autowire service ".service_locator.5G79K9R": it references class "App\\Entity\\Scholar\\Lesson\\LessonReview" but no such service exists.');
  8254.     }
  8255.     /**
  8256.      * Gets the private '.errored..service_locator.8KeT6zT.App\Entity\Channel\Channel' shared service.
  8257.      *
  8258.      * @return \App\Entity\Channel\Channel
  8259.      */
  8260.     protected function getChannel2Service()
  8261.     {
  8262.         $this->throw('Cannot autowire service ".service_locator.8KeT6zT": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8263.     }
  8264.     /**
  8265.      * Gets the private '.errored..service_locator.8KeT6zT.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  8266.      *
  8267.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  8268.      */
  8269.     protected function getOriginLesson2Service()
  8270.     {
  8271.         $this->throw('Cannot autowire service ".service_locator.8KeT6zT": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  8272.     }
  8273.     /**
  8274.      * Gets the private '.errored..service_locator.8KeT6zT.App\Entity\Scholar\Module\Module' shared service.
  8275.      *
  8276.      * @return \App\Entity\Scholar\Module\Module
  8277.      */
  8278.     protected function getModule3Service()
  8279.     {
  8280.         $this->throw('Cannot autowire service ".service_locator.8KeT6zT": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8281.     }
  8282.     /**
  8283.      * Gets the private '.errored..service_locator.8z1bHXC.App\Entity\Channel\Channel' shared service.
  8284.      *
  8285.      * @return \App\Entity\Channel\Channel
  8286.      */
  8287.     protected function getChannel3Service()
  8288.     {
  8289.         $this->throw('Cannot autowire service ".service_locator.8z1bHXC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8290.     }
  8291.     /**
  8292.      * Gets the private '.errored..service_locator.8z1bHXC.App\Entity\Scholar\PracticalCase\OriginPracticalCase' shared service.
  8293.      *
  8294.      * @return \App\Entity\Scholar\PracticalCase\OriginPracticalCase
  8295.      */
  8296.     protected function getOriginPracticalCaseService()
  8297.     {
  8298.         $this->throw('Cannot autowire service ".service_locator.8z1bHXC": it references class "App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase" but no such service exists.');
  8299.     }
  8300.     /**
  8301.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Channel\Channel' shared service.
  8302.      *
  8303.      * @return \App\Entity\Channel\Channel
  8304.      */
  8305.     protected function getChannel4Service()
  8306.     {
  8307.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8308.     }
  8309.     /**
  8310.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Lesson\Lesson' shared service.
  8311.      *
  8312.      * @return \App\Entity\Scholar\Lesson\Lesson
  8313.      */
  8314.     protected function getLesson4Service()
  8315.     {
  8316.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8317.     }
  8318.     /**
  8319.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Module\Module' shared service.
  8320.      *
  8321.      * @return \App\Entity\Scholar\Module\Module
  8322.      */
  8323.     protected function getModule4Service()
  8324.     {
  8325.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8326.     }
  8327.     /**
  8328.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  8329.      *
  8330.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  8331.      */
  8332.     protected function getPracticalCaseService()
  8333.     {
  8334.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  8335.     }
  8336.     /**
  8337.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\PracticalCase\PracticalCaseUser' shared service.
  8338.      *
  8339.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseUser
  8340.      */
  8341.     protected function getPracticalCaseUserService()
  8342.     {
  8343.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.');
  8344.     }
  8345.     /**
  8346.      * Gets the private '.errored..service_locator.FazFLSW.App\Entity\Scholar\Training\Training' shared service.
  8347.      *
  8348.      * @return \App\Entity\Scholar\Training\Training
  8349.      */
  8350.     protected function getTraining3Service()
  8351.     {
  8352.         $this->throw('Cannot autowire service ".service_locator.FazFLSW": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8353.     }
  8354.     /**
  8355.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Lesson\Lesson' shared service.
  8356.      *
  8357.      * @return \App\Entity\Scholar\Lesson\Lesson
  8358.      */
  8359.     protected function getLesson5Service()
  8360.     {
  8361.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8362.     }
  8363.     /**
  8364.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Module\Module' shared service.
  8365.      *
  8366.      * @return \App\Entity\Scholar\Module\Module
  8367.      */
  8368.     protected function getModule5Service()
  8369.     {
  8370.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8371.     }
  8372.     /**
  8373.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  8374.      *
  8375.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  8376.      */
  8377.     protected function getPracticalCase2Service()
  8378.     {
  8379.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  8380.     }
  8381.     /**
  8382.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\PracticalCase\PracticalCaseUser' shared service.
  8383.      *
  8384.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseUser
  8385.      */
  8386.     protected function getPracticalCaseUser2Service()
  8387.     {
  8388.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser" but no such service exists.');
  8389.     }
  8390.     /**
  8391.      * Gets the private '.errored..service_locator.HvyGIqV.App\Entity\Scholar\Training\Training' shared service.
  8392.      *
  8393.      * @return \App\Entity\Scholar\Training\Training
  8394.      */
  8395.     protected function getTraining4Service()
  8396.     {
  8397.         $this->throw('Cannot autowire service ".service_locator.HvyGIqV": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8398.     }
  8399.     /**
  8400.      * Gets the private '.errored..service_locator.I0Q7FZl.App\Entity\Channel\Channel' shared service.
  8401.      *
  8402.      * @return \App\Entity\Channel\Channel
  8403.      */
  8404.     protected function getChannel5Service()
  8405.     {
  8406.         $this->throw('Cannot autowire service ".service_locator.I0Q7FZl": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8407.     }
  8408.     /**
  8409.      * Gets the private '.errored..service_locator.I0Q7FZl.App\Entity\Forum\ChapterMessage' shared service.
  8410.      *
  8411.      * @return \App\Entity\Forum\ChapterMessage
  8412.      */
  8413.     protected function getChapterMessage3Service()
  8414.     {
  8415.         $this->throw('Cannot autowire service ".service_locator.I0Q7FZl": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.');
  8416.     }
  8417.     /**
  8418.      * Gets the private '.errored..service_locator.I0Q7FZl.App\Entity\Scholar\Lesson\Lesson' shared service.
  8419.      *
  8420.      * @return \App\Entity\Scholar\Lesson\Lesson
  8421.      */
  8422.     protected function getLesson6Service()
  8423.     {
  8424.         $this->throw('Cannot autowire service ".service_locator.I0Q7FZl": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8425.     }
  8426.     /**
  8427.      * Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Channel\Channel' shared service.
  8428.      *
  8429.      * @return \App\Entity\Channel\Channel
  8430.      */
  8431.     protected function getChannel6Service()
  8432.     {
  8433.         $this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8434.     }
  8435.     /**
  8436.      * Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Exercise\Exercise' shared service.
  8437.      *
  8438.      * @return \App\Entity\Exercise\Exercise
  8439.      */
  8440.     protected function getExerciseService()
  8441.     {
  8442.         $this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  8443.     }
  8444.     /**
  8445.      * Gets the private '.errored..service_locator.IQ8apA3.App\Entity\Exercise\User\ExerciseResult' shared service.
  8446.      *
  8447.      * @return \App\Entity\Exercise\User\ExerciseResult
  8448.      */
  8449.     protected function getExerciseResultService()
  8450.     {
  8451.         $this->throw('Cannot autowire service ".service_locator.IQ8apA3": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
  8452.     }
  8453.     /**
  8454.      * Gets the private '.errored..service_locator.J8z_ArI.App\Entity\Scholar\ScholarVideo' shared service.
  8455.      *
  8456.      * @return \App\Entity\Scholar\ScholarVideo
  8457.      */
  8458.     protected function getScholarVideoService()
  8459.     {
  8460.         $this->throw('Cannot autowire service ".service_locator.J8z_ArI": it references class "App\\Entity\\Scholar\\ScholarVideo" but no such service exists.');
  8461.     }
  8462.     /**
  8463.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Channel\Channel' shared service.
  8464.      *
  8465.      * @return \App\Entity\Channel\Channel
  8466.      */
  8467.     protected function getChannel7Service()
  8468.     {
  8469.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8470.     }
  8471.     /**
  8472.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Exercise\Exercise' shared service.
  8473.      *
  8474.      * @return \App\Entity\Exercise\Exercise
  8475.      */
  8476.     protected function getExercise2Service()
  8477.     {
  8478.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  8479.     }
  8480.     /**
  8481.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Exercise\User\ExerciseResult' shared service.
  8482.      *
  8483.      * @return \App\Entity\Exercise\User\ExerciseResult
  8484.      */
  8485.     protected function getExerciseResult2Service()
  8486.     {
  8487.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
  8488.     }
  8489.     /**
  8490.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Lesson\Lesson' shared service.
  8491.      *
  8492.      * @return \App\Entity\Scholar\Lesson\Lesson
  8493.      */
  8494.     protected function getLesson7Service()
  8495.     {
  8496.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8497.     }
  8498.     /**
  8499.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Module\Module' shared service.
  8500.      *
  8501.      * @return \App\Entity\Scholar\Module\Module
  8502.      */
  8503.     protected function getModule6Service()
  8504.     {
  8505.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8506.     }
  8507.     /**
  8508.      * Gets the private '.errored..service_locator.KbnYwpa.App\Entity\Scholar\Training\Training' shared service.
  8509.      *
  8510.      * @return \App\Entity\Scholar\Training\Training
  8511.      */
  8512.     protected function getTraining5Service()
  8513.     {
  8514.         $this->throw('Cannot autowire service ".service_locator.KbnYwpa": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8515.     }
  8516.     /**
  8517.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  8518.      *
  8519.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  8520.      */
  8521.     protected function getLoaderInterfaceService()
  8522.     {
  8523.         $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".');
  8524.     }
  8525.     /**
  8526.      * Gets the private '.errored..service_locator.KfwZsne.Symfony\Component\HttpFoundation\Response' shared service.
  8527.      *
  8528.      * @return \Symfony\Component\HttpFoundation\Response
  8529.      */
  8530.     protected function getResponseService()
  8531.     {
  8532.         $this->throw('Cannot autowire service ".service_locator.KfwZsne": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  8533.     }
  8534.     /**
  8535.      * Gets the private '.errored..service_locator.L_kcGCS.App\Entity\Channel\Channel' shared service.
  8536.      *
  8537.      * @return \App\Entity\Channel\Channel
  8538.      */
  8539.     protected function getChannel8Service()
  8540.     {
  8541.         $this->throw('Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8542.     }
  8543.     /**
  8544.      * Gets the private '.errored..service_locator.L_kcGCS.App\Entity\Channel\SharedChannel' shared service.
  8545.      *
  8546.      * @return \App\Entity\Channel\SharedChannel
  8547.      */
  8548.     protected function getSharedChannelService()
  8549.     {
  8550.         $this->throw('Cannot autowire service ".service_locator.L_kcGCS": it references class "App\\Entity\\Channel\\SharedChannel" but no such service exists.');
  8551.     }
  8552.     /**
  8553.      * Gets the private '.errored..service_locator.Lc5Mrr_.App\Entity\Channel\Channel' shared service.
  8554.      *
  8555.      * @return \App\Entity\Channel\Channel
  8556.      */
  8557.     protected function getChannel9Service()
  8558.     {
  8559.         $this->throw('Cannot autowire service ".service_locator.Lc5Mrr_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8560.     }
  8561.     /**
  8562.      * Gets the private '.errored..service_locator.Lc5Mrr_.App\Entity\Scholar\Chapter\OriginChapter' shared service.
  8563.      *
  8564.      * @return \App\Entity\Scholar\Chapter\OriginChapter
  8565.      */
  8566.     protected function getOriginChapterService()
  8567.     {
  8568.         $this->throw('Cannot autowire service ".service_locator.Lc5Mrr_": it references class "App\\Entity\\Scholar\\Chapter\\OriginChapter" but no such service exists.');
  8569.     }
  8570.     /**
  8571.      * Gets the private '.errored..service_locator.Mc71R9_.App\Entity\Channel\Channel' shared service.
  8572.      *
  8573.      * @return \App\Entity\Channel\Channel
  8574.      */
  8575.     protected function getChannel10Service()
  8576.     {
  8577.         $this->throw('Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8578.     }
  8579.     /**
  8580.      * Gets the private '.errored..service_locator.Mc71R9_.App\Entity\Forum\ChapterMessage' shared service.
  8581.      *
  8582.      * @return \App\Entity\Forum\ChapterMessage
  8583.      */
  8584.     protected function getChapterMessage4Service()
  8585.     {
  8586.         $this->throw('Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.');
  8587.     }
  8588.     /**
  8589.      * Gets the private '.errored..service_locator.Mc71R9_.App\Entity\Scholar\Chapter\Chapter' shared service.
  8590.      *
  8591.      * @return \App\Entity\Scholar\Chapter\Chapter
  8592.      */
  8593.     protected function getChapter2Service()
  8594.     {
  8595.         $this->throw('Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  8596.     }
  8597.     /**
  8598.      * Gets the private '.errored..service_locator.Mc71R9_.App\Entity\Scholar\Lesson\Lesson' shared service.
  8599.      *
  8600.      * @return \App\Entity\Scholar\Lesson\Lesson
  8601.      */
  8602.     protected function getLesson8Service()
  8603.     {
  8604.         $this->throw('Cannot autowire service ".service_locator.Mc71R9_": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8605.     }
  8606.     /**
  8607.      * Gets the private '.errored..service_locator.NVnD32W.App\Entity\Channel\Channel' shared service.
  8608.      *
  8609.      * @return \App\Entity\Channel\Channel
  8610.      */
  8611.     protected function getChannel11Service()
  8612.     {
  8613.         $this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8614.     }
  8615.     /**
  8616.      * Gets the private '.errored..service_locator.NVnD32W.App\Entity\Scholar\Module\Module' shared service.
  8617.      *
  8618.      * @return \App\Entity\Scholar\Module\Module
  8619.      */
  8620.     protected function getModule7Service()
  8621.     {
  8622.         $this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8623.     }
  8624.     /**
  8625.      * Gets the private '.errored..service_locator.NVnD32W.App\Entity\Scholar\Training\Training' shared service.
  8626.      *
  8627.      * @return \App\Entity\Scholar\Training\Training
  8628.      */
  8629.     protected function getTraining6Service()
  8630.     {
  8631.         $this->throw('Cannot autowire service ".service_locator.NVnD32W": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8632.     }
  8633.     /**
  8634.      * Gets the private '.errored..service_locator.PWIGnnc.App\Entity\Channel\Channel' shared service.
  8635.      *
  8636.      * @return \App\Entity\Channel\Channel
  8637.      */
  8638.     protected function getChannel12Service()
  8639.     {
  8640.         $this->throw('Cannot autowire service ".service_locator.PWIGnnc": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8641.     }
  8642.     /**
  8643.      * Gets the private '.errored..service_locator.PWIGnnc.App\Entity\Scholar\Chapter\Chapter' shared service.
  8644.      *
  8645.      * @return \App\Entity\Scholar\Chapter\Chapter
  8646.      */
  8647.     protected function getChapter3Service()
  8648.     {
  8649.         $this->throw('Cannot autowire service ".service_locator.PWIGnnc": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  8650.     }
  8651.     /**
  8652.      * Gets the private '.errored..service_locator.PWIGnnc.App\Entity\Scholar\Lesson\Lesson' shared service.
  8653.      *
  8654.      * @return \App\Entity\Scholar\Lesson\Lesson
  8655.      */
  8656.     protected function getLesson9Service()
  8657.     {
  8658.         $this->throw('Cannot autowire service ".service_locator.PWIGnnc": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8659.     }
  8660.     /**
  8661.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Lesson\Lesson' shared service.
  8662.      *
  8663.      * @return \App\Entity\Scholar\Lesson\Lesson
  8664.      */
  8665.     protected function getLesson10Service()
  8666.     {
  8667.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8668.     }
  8669.     /**
  8670.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Module\Module' shared service.
  8671.      *
  8672.      * @return \App\Entity\Scholar\Module\Module
  8673.      */
  8674.     protected function getModule8Service()
  8675.     {
  8676.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8677.     }
  8678.     /**
  8679.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  8680.      *
  8681.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  8682.      */
  8683.     protected function getPracticalCase3Service()
  8684.     {
  8685.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  8686.     }
  8687.     /**
  8688.      * Gets the private '.errored..service_locator.PhAmqRu.App\Entity\Scholar\Training\Training' shared service.
  8689.      *
  8690.      * @return \App\Entity\Scholar\Training\Training
  8691.      */
  8692.     protected function getTraining7Service()
  8693.     {
  8694.         $this->throw('Cannot autowire service ".service_locator.PhAmqRu": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8695.     }
  8696.     /**
  8697.      * Gets the private '.errored..service_locator.Syf2x.X.App\Entity\Bunny\BunnyVideoCollection' shared service.
  8698.      *
  8699.      * @return \App\Entity\Bunny\BunnyVideoCollection
  8700.      */
  8701.     protected function getBunnyVideoCollectionService()
  8702.     {
  8703.         $this->throw('Cannot autowire service ".service_locator.Syf2x.X": it references class "App\\Entity\\Bunny\\BunnyVideoCollection" but no such service exists.');
  8704.     }
  8705.     /**
  8706.      * Gets the private '.errored..service_locator.Syf2x.X.App\Entity\Channel\Channel' shared service.
  8707.      *
  8708.      * @return \App\Entity\Channel\Channel
  8709.      */
  8710.     protected function getChannel13Service()
  8711.     {
  8712.         $this->throw('Cannot autowire service ".service_locator.Syf2x.X": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8713.     }
  8714.     /**
  8715.      * Gets the private '.errored..service_locator.TpleGdD.App\Entity\Channel\Channel' shared service.
  8716.      *
  8717.      * @return \App\Entity\Channel\Channel
  8718.      */
  8719.     protected function getChannel14Service()
  8720.     {
  8721.         $this->throw('Cannot autowire service ".service_locator.TpleGdD": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8722.     }
  8723.     /**
  8724.      * Gets the private '.errored..service_locator.TpleGdD.App\Entity\Exercise\OriginExercise' shared service.
  8725.      *
  8726.      * @return \App\Entity\Exercise\OriginExercise
  8727.      */
  8728.     protected function getOriginExerciseService()
  8729.     {
  8730.         $this->throw('Cannot autowire service ".service_locator.TpleGdD": it references class "App\\Entity\\Exercise\\OriginExercise" but no such service exists.');
  8731.     }
  8732.     /**
  8733.      * Gets the private '.errored..service_locator.TpleGdD.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  8734.      *
  8735.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  8736.      */
  8737.     protected function getOriginLesson3Service()
  8738.     {
  8739.         $this->throw('Cannot autowire service ".service_locator.TpleGdD": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  8740.     }
  8741.     /**
  8742.      * Gets the private '.errored..service_locator.UxpixXM.App\Entity\Channel\Channel' shared service.
  8743.      *
  8744.      * @return \App\Entity\Channel\Channel
  8745.      */
  8746.     protected function getChannel15Service()
  8747.     {
  8748.         $this->throw('Cannot autowire service ".service_locator.UxpixXM": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8749.     }
  8750.     /**
  8751.      * Gets the private '.errored..service_locator.UxpixXM.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  8752.      *
  8753.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  8754.      */
  8755.     protected function getOriginLesson4Service()
  8756.     {
  8757.         $this->throw('Cannot autowire service ".service_locator.UxpixXM": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  8758.     }
  8759.     /**
  8760.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Lesson\Lesson' shared service.
  8761.      *
  8762.      * @return \App\Entity\Scholar\Lesson\Lesson
  8763.      */
  8764.     protected function getLesson11Service()
  8765.     {
  8766.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8767.     }
  8768.     /**
  8769.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Module\Module' shared service.
  8770.      *
  8771.      * @return \App\Entity\Scholar\Module\Module
  8772.      */
  8773.     protected function getModule9Service()
  8774.     {
  8775.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8776.     }
  8777.     /**
  8778.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  8779.      *
  8780.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  8781.      */
  8782.     protected function getPracticalCase4Service()
  8783.     {
  8784.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  8785.     }
  8786.     /**
  8787.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\PracticalCase\PracticalCaseResource' shared service.
  8788.      *
  8789.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseResource
  8790.      */
  8791.     protected function getPracticalCaseResourceService()
  8792.     {
  8793.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.');
  8794.     }
  8795.     /**
  8796.      * Gets the private '.errored..service_locator.W9zh42Q.App\Entity\Scholar\Training\Training' shared service.
  8797.      *
  8798.      * @return \App\Entity\Scholar\Training\Training
  8799.      */
  8800.     protected function getTraining8Service()
  8801.     {
  8802.         $this->throw('Cannot autowire service ".service_locator.W9zh42Q": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8803.     }
  8804.     /**
  8805.      * Gets the private '.errored..service_locator.YSnJPPQ.App\Entity\Channel\Channel' shared service.
  8806.      *
  8807.      * @return \App\Entity\Channel\Channel
  8808.      */
  8809.     protected function getChannel16Service()
  8810.     {
  8811.         $this->throw('Cannot autowire service ".service_locator.YSnJPPQ": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8812.     }
  8813.     /**
  8814.      * Gets the private '.errored..service_locator.YSnJPPQ.App\Entity\Scholar\Lesson\Lesson' shared service.
  8815.      *
  8816.      * @return \App\Entity\Scholar\Lesson\Lesson
  8817.      */
  8818.     protected function getLesson12Service()
  8819.     {
  8820.         $this->throw('Cannot autowire service ".service_locator.YSnJPPQ": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8821.     }
  8822.     /**
  8823.      * Gets the private '.errored..service_locator.ZKyQxSM.App\Entity\Channel\Channel' shared service.
  8824.      *
  8825.      * @return \App\Entity\Channel\Channel
  8826.      */
  8827.     protected function getChannel17Service()
  8828.     {
  8829.         $this->throw('Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8830.     }
  8831.     /**
  8832.      * Gets the private '.errored..service_locator.ZKyQxSM.App\Entity\Scholar\Lesson\Lesson' shared service.
  8833.      *
  8834.      * @return \App\Entity\Scholar\Lesson\Lesson
  8835.      */
  8836.     protected function getLesson13Service()
  8837.     {
  8838.         $this->throw('Cannot autowire service ".service_locator.ZKyQxSM": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8839.     }
  8840.     /**
  8841.      * Gets the private '.errored..service_locator._9r5tdk.App\Entity\Channel\Channel' shared service.
  8842.      *
  8843.      * @return \App\Entity\Channel\Channel
  8844.      */
  8845.     protected function getChannel18Service()
  8846.     {
  8847.         $this->throw('Cannot autowire service ".service_locator._9r5tdk": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8848.     }
  8849.     /**
  8850.      * Gets the private '.errored..service_locator._9r5tdk.App\Entity\Scholar\Module\OriginModule' shared service.
  8851.      *
  8852.      * @return \App\Entity\Scholar\Module\OriginModule
  8853.      */
  8854.     protected function getOriginModuleService()
  8855.     {
  8856.         $this->throw('Cannot autowire service ".service_locator._9r5tdk": it references class "App\\Entity\\Scholar\\Module\\OriginModule" but no such service exists.');
  8857.     }
  8858.     /**
  8859.      * Gets the private '.errored..service_locator._9r5tdk.App\Entity\Scholar\Training\Training' shared service.
  8860.      *
  8861.      * @return \App\Entity\Scholar\Training\Training
  8862.      */
  8863.     protected function getTraining9Service()
  8864.     {
  8865.         $this->throw('Cannot autowire service ".service_locator._9r5tdk": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8866.     }
  8867.     /**
  8868.      * Gets the private '.errored..service_locator._U2m1zW.App\Entity\Account\Notification' shared service.
  8869.      *
  8870.      * @return \App\Entity\Account\Notification
  8871.      */
  8872.     protected function getNotificationService()
  8873.     {
  8874.         $this->throw('Cannot autowire service ".service_locator._U2m1zW": it references class "App\\Entity\\Account\\Notification" but no such service exists.');
  8875.     }
  8876.     /**
  8877.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Exercise\Exercise' shared service.
  8878.      *
  8879.      * @return \App\Entity\Exercise\Exercise
  8880.      */
  8881.     protected function getExercise3Service()
  8882.     {
  8883.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  8884.     }
  8885.     /**
  8886.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Lesson\Lesson' shared service.
  8887.      *
  8888.      * @return \App\Entity\Scholar\Lesson\Lesson
  8889.      */
  8890.     protected function getLesson14Service()
  8891.     {
  8892.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8893.     }
  8894.     /**
  8895.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Module\Module' shared service.
  8896.      *
  8897.      * @return \App\Entity\Scholar\Module\Module
  8898.      */
  8899.     protected function getModule10Service()
  8900.     {
  8901.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8902.     }
  8903.     /**
  8904.      * Gets the private '.errored..service_locator.aKDuaO..App\Entity\Scholar\Training\Training' shared service.
  8905.      *
  8906.      * @return \App\Entity\Scholar\Training\Training
  8907.      */
  8908.     protected function getTraining10Service()
  8909.     {
  8910.         $this->throw('Cannot autowire service ".service_locator.aKDuaO.": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8911.     }
  8912.     /**
  8913.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Lesson\Lesson' shared service.
  8914.      *
  8915.      * @return \App\Entity\Scholar\Lesson\Lesson
  8916.      */
  8917.     protected function getLesson15Service()
  8918.     {
  8919.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8920.     }
  8921.     /**
  8922.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Module\Module' shared service.
  8923.      *
  8924.      * @return \App\Entity\Scholar\Module\Module
  8925.      */
  8926.     protected function getModule11Service()
  8927.     {
  8928.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  8929.     }
  8930.     /**
  8931.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\PracticalCase\PracticalCase' shared service.
  8932.      *
  8933.      * @return \App\Entity\Scholar\PracticalCase\PracticalCase
  8934.      */
  8935.     protected function getPracticalCase5Service()
  8936.     {
  8937.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCase" but no such service exists.');
  8938.     }
  8939.     /**
  8940.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\PracticalCase\PracticalCaseResponse' shared service.
  8941.      *
  8942.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseResponse
  8943.      */
  8944.     protected function getPracticalCaseResponseService()
  8945.     {
  8946.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse" but no such service exists.');
  8947.     }
  8948.     /**
  8949.      * Gets the private '.errored..service_locator.aoOp0VB.App\Entity\Scholar\Training\Training' shared service.
  8950.      *
  8951.      * @return \App\Entity\Scholar\Training\Training
  8952.      */
  8953.     protected function getTraining11Service()
  8954.     {
  8955.         $this->throw('Cannot autowire service ".service_locator.aoOp0VB": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  8956.     }
  8957.     /**
  8958.      * Gets the private '.errored..service_locator.axSPUHP.App\Entity\Scholar\Lesson\Lesson' shared service.
  8959.      *
  8960.      * @return \App\Entity\Scholar\Lesson\Lesson
  8961.      */
  8962.     protected function getLesson16Service()
  8963.     {
  8964.         $this->throw('Cannot autowire service ".service_locator.axSPUHP": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  8965.     }
  8966.     /**
  8967.      * Gets the private '.errored..service_locator.cMv4pJ..App\Entity\Bunny\BunnyVideoCollection' shared service.
  8968.      *
  8969.      * @return \App\Entity\Bunny\BunnyVideoCollection
  8970.      */
  8971.     protected function getBunnyVideoCollection2Service()
  8972.     {
  8973.         $this->throw('Cannot autowire service ".service_locator.cMv4pJ.": it references class "App\\Entity\\Bunny\\BunnyVideoCollection" but no such service exists.');
  8974.     }
  8975.     /**
  8976.      * Gets the private '.errored..service_locator.cMv4pJ..App\Entity\Channel\Channel' shared service.
  8977.      *
  8978.      * @return \App\Entity\Channel\Channel
  8979.      */
  8980.     protected function getChannel19Service()
  8981.     {
  8982.         $this->throw('Cannot autowire service ".service_locator.cMv4pJ.": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  8983.     }
  8984.     /**
  8985.      * Gets the private '.errored..service_locator.dQHhS3S.App\Entity\Account\User' shared service.
  8986.      *
  8987.      * @return \App\Entity\Account\User
  8988.      */
  8989.     protected function getUser2Service()
  8990.     {
  8991.         $this->throw('Cannot autowire service ".service_locator.dQHhS3S": it references class "App\\Entity\\Account\\User" but no such service exists.');
  8992.     }
  8993.     /**
  8994.      * Gets the private '.errored..service_locator.dQHhS3S.App\Entity\Scholar\Training\Training' shared service.
  8995.      *
  8996.      * @return \App\Entity\Scholar\Training\Training
  8997.      */
  8998.     protected function getTraining12Service()
  8999.     {
  9000.         $this->throw('Cannot autowire service ".service_locator.dQHhS3S": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  9001.     }
  9002.     /**
  9003.      * Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Channel\Channel' shared service.
  9004.      *
  9005.      * @return \App\Entity\Channel\Channel
  9006.      */
  9007.     protected function getChannel20Service()
  9008.     {
  9009.         $this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9010.     }
  9011.     /**
  9012.      * Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Scholar\Lesson\Lesson' shared service.
  9013.      *
  9014.      * @return \App\Entity\Scholar\Lesson\Lesson
  9015.      */
  9016.     protected function getLesson17Service()
  9017.     {
  9018.         $this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9019.     }
  9020.     /**
  9021.      * Gets the private '.errored..service_locator.eIVSBjG.App\Entity\Scholar\PracticalCase\PracticalCaseResource' shared service.
  9022.      *
  9023.      * @return \App\Entity\Scholar\PracticalCase\PracticalCaseResource
  9024.      */
  9025.     protected function getPracticalCaseResource2Service()
  9026.     {
  9027.         $this->throw('Cannot autowire service ".service_locator.eIVSBjG": it references class "App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource" but no such service exists.');
  9028.     }
  9029.     /**
  9030.      * Gets the private '.errored..service_locator.ek8O9be.App\Entity\Exercise\Exercise' shared service.
  9031.      *
  9032.      * @return \App\Entity\Exercise\Exercise
  9033.      */
  9034.     protected function getExercise4Service()
  9035.     {
  9036.         $this->throw('Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  9037.     }
  9038.     /**
  9039.      * Gets the private '.errored..service_locator.ek8O9be.App\Entity\Exercise\User\ExerciseResult' shared service.
  9040.      *
  9041.      * @return \App\Entity\Exercise\User\ExerciseResult
  9042.      */
  9043.     protected function getExerciseResult3Service()
  9044.     {
  9045.         $this->throw('Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
  9046.     }
  9047.     /**
  9048.      * Gets the private '.errored..service_locator.ek8O9be.App\Entity\Scholar\Lesson\Lesson' shared service.
  9049.      *
  9050.      * @return \App\Entity\Scholar\Lesson\Lesson
  9051.      */
  9052.     protected function getLesson18Service()
  9053.     {
  9054.         $this->throw('Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9055.     }
  9056.     /**
  9057.      * Gets the private '.errored..service_locator.ek8O9be.App\Entity\Scholar\Module\Module' shared service.
  9058.      *
  9059.      * @return \App\Entity\Scholar\Module\Module
  9060.      */
  9061.     protected function getModule12Service()
  9062.     {
  9063.         $this->throw('Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  9064.     }
  9065.     /**
  9066.      * Gets the private '.errored..service_locator.ek8O9be.App\Entity\Scholar\Training\Training' shared service.
  9067.      *
  9068.      * @return \App\Entity\Scholar\Training\Training
  9069.      */
  9070.     protected function getTraining13Service()
  9071.     {
  9072.         $this->throw('Cannot autowire service ".service_locator.ek8O9be": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  9073.     }
  9074.     /**
  9075.      * Gets the private '.errored..service_locator.eonISJe.App\Entity\Channel\Channel' shared service.
  9076.      *
  9077.      * @return \App\Entity\Channel\Channel
  9078.      */
  9079.     protected function getChannel21Service()
  9080.     {
  9081.         $this->throw('Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9082.     }
  9083.     /**
  9084.      * Gets the private '.errored..service_locator.eonISJe.App\Entity\Scholar\Module\Module' shared service.
  9085.      *
  9086.      * @return \App\Entity\Scholar\Module\Module
  9087.      */
  9088.     protected function getModule13Service()
  9089.     {
  9090.         $this->throw('Cannot autowire service ".service_locator.eonISJe": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  9091.     }
  9092.     /**
  9093.      * Gets the private '.errored..service_locator.f4URvXz.App\Entity\Channel\Channel' shared service.
  9094.      *
  9095.      * @return \App\Entity\Channel\Channel
  9096.      */
  9097.     protected function getChannel22Service()
  9098.     {
  9099.         $this->throw('Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9100.     }
  9101.     /**
  9102.      * Gets the private '.errored..service_locator.f4URvXz.App\Entity\Scholar\Lesson\Lesson' shared service.
  9103.      *
  9104.      * @return \App\Entity\Scholar\Lesson\Lesson
  9105.      */
  9106.     protected function getLesson19Service()
  9107.     {
  9108.         $this->throw('Cannot autowire service ".service_locator.f4URvXz": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9109.     }
  9110.     /**
  9111.      * Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Account\User' shared service.
  9112.      *
  9113.      * @return \App\Entity\Account\User
  9114.      */
  9115.     protected function getUser3Service()
  9116.     {
  9117.         $this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Account\\User" but no such service exists.');
  9118.     }
  9119.     /**
  9120.      * Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Channel\Channel' shared service.
  9121.      *
  9122.      * @return \App\Entity\Channel\Channel
  9123.      */
  9124.     protected function getChannel23Service()
  9125.     {
  9126.         $this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9127.     }
  9128.     /**
  9129.      * Gets the private '.errored..service_locator.gjFgSCm.App\Entity\Scholar\Training\Training' shared service.
  9130.      *
  9131.      * @return \App\Entity\Scholar\Training\Training
  9132.      */
  9133.     protected function getTraining14Service()
  9134.     {
  9135.         $this->throw('Cannot autowire service ".service_locator.gjFgSCm": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  9136.     }
  9137.     /**
  9138.      * Gets the private '.errored..service_locator.gpz0aP_.App\Entity\Channel\Channel' shared service.
  9139.      *
  9140.      * @return \App\Entity\Channel\Channel
  9141.      */
  9142.     protected function getChannel24Service()
  9143.     {
  9144.         $this->throw('Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9145.     }
  9146.     /**
  9147.      * Gets the private '.errored..service_locator.gpz0aP_.App\Entity\Scholar\Training\Training' shared service.
  9148.      *
  9149.      * @return \App\Entity\Scholar\Training\Training
  9150.      */
  9151.     protected function getTraining15Service()
  9152.     {
  9153.         $this->throw('Cannot autowire service ".service_locator.gpz0aP_": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  9154.     }
  9155.     /**
  9156.      * Gets the private '.errored..service_locator.k.6sDgC.App\Entity\Channel\Channel' shared service.
  9157.      *
  9158.      * @return \App\Entity\Channel\Channel
  9159.      */
  9160.     protected function getChannel25Service()
  9161.     {
  9162.         $this->throw('Cannot autowire service ".service_locator.k.6sDgC": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9163.     }
  9164.     /**
  9165.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Exercise\Exercise' shared service.
  9166.      *
  9167.      * @return \App\Entity\Exercise\Exercise
  9168.      */
  9169.     protected function getExercise5Service()
  9170.     {
  9171.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  9172.     }
  9173.     /**
  9174.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Exercise\User\ExerciseResult' shared service.
  9175.      *
  9176.      * @return \App\Entity\Exercise\User\ExerciseResult
  9177.      */
  9178.     protected function getExerciseResult4Service()
  9179.     {
  9180.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Exercise\\User\\ExerciseResult" but no such service exists.');
  9181.     }
  9182.     /**
  9183.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Lesson\Lesson' shared service.
  9184.      *
  9185.      * @return \App\Entity\Scholar\Lesson\Lesson
  9186.      */
  9187.     protected function getLesson20Service()
  9188.     {
  9189.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9190.     }
  9191.     /**
  9192.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Module\Module' shared service.
  9193.      *
  9194.      * @return \App\Entity\Scholar\Module\Module
  9195.      */
  9196.     protected function getModule14Service()
  9197.     {
  9198.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  9199.     }
  9200.     /**
  9201.      * Gets the private '.errored..service_locator.kRHgqDt.App\Entity\Scholar\Training\Training' shared service.
  9202.      *
  9203.      * @return \App\Entity\Scholar\Training\Training
  9204.      */
  9205.     protected function getTraining16Service()
  9206.     {
  9207.         $this->throw('Cannot autowire service ".service_locator.kRHgqDt": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  9208.     }
  9209.     /**
  9210.      * Gets the private '.errored..service_locator.ldJl2hx.App\Entity\Scholar\Training\Training' shared service.
  9211.      *
  9212.      * @return \App\Entity\Scholar\Training\Training
  9213.      */
  9214.     protected function getTraining17Service()
  9215.     {
  9216.         $this->throw('Cannot autowire service ".service_locator.ldJl2hx": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  9217.     }
  9218.     /**
  9219.      * Gets the private '.errored..service_locator.m4fu.GK.App\Entity\Channel\Channel' shared service.
  9220.      *
  9221.      * @return \App\Entity\Channel\Channel
  9222.      */
  9223.     protected function getChannel26Service()
  9224.     {
  9225.         $this->throw('Cannot autowire service ".service_locator.m4fu.GK": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9226.     }
  9227.     /**
  9228.      * Gets the private '.errored..service_locator.m4fu.GK.App\Entity\Scholar\Module\OriginModule' shared service.
  9229.      *
  9230.      * @return \App\Entity\Scholar\Module\OriginModule
  9231.      */
  9232.     protected function getOriginModule2Service()
  9233.     {
  9234.         $this->throw('Cannot autowire service ".service_locator.m4fu.GK": it references class "App\\Entity\\Scholar\\Module\\OriginModule" but no such service exists.');
  9235.     }
  9236.     /**
  9237.      * Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Channel\Channel' shared service.
  9238.      *
  9239.      * @return \App\Entity\Channel\Channel
  9240.      */
  9241.     protected function getChannel27Service()
  9242.     {
  9243.         $this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9244.     }
  9245.     /**
  9246.      * Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Exercise\Exercise' shared service.
  9247.      *
  9248.      * @return \App\Entity\Exercise\Exercise
  9249.      */
  9250.     protected function getExercise6Service()
  9251.     {
  9252.         $this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  9253.     }
  9254.     /**
  9255.      * Gets the private '.errored..service_locator.m6HAWmh.App\Entity\Scholar\Lesson\Lesson' shared service.
  9256.      *
  9257.      * @return \App\Entity\Scholar\Lesson\Lesson
  9258.      */
  9259.     protected function getLesson21Service()
  9260.     {
  9261.         $this->throw('Cannot autowire service ".service_locator.m6HAWmh": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9262.     }
  9263.     /**
  9264.      * Gets the private '.errored..service_locator.nyQ9vNF.Throwable' shared service.
  9265.      *
  9266.      * @return \Throwable
  9267.      */
  9268.     protected function get_Errored__ServiceLocator_NyQ9vNF_ThrowableService()
  9269.     {
  9270.         $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\\Bunny\\Exception\\BunnyApiException", "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".');
  9271.     }
  9272.     /**
  9273.      * Gets the private '.errored..service_locator.o2Ryu8z.App\Entity\Account\Advice' shared service.
  9274.      *
  9275.      * @return \App\Entity\Account\Advice
  9276.      */
  9277.     protected function getAdviceService()
  9278.     {
  9279.         $this->throw('Cannot autowire service ".service_locator.o2Ryu8z": it references class "App\\Entity\\Account\\Advice" but no such service exists.');
  9280.     }
  9281.     /**
  9282.      * Gets the private '.errored..service_locator.pAIsqGW.App\Entity\Channel\Channel' shared service.
  9283.      *
  9284.      * @return \App\Entity\Channel\Channel
  9285.      */
  9286.     protected function getChannel28Service()
  9287.     {
  9288.         $this->throw('Cannot autowire service ".service_locator.pAIsqGW": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9289.     }
  9290.     /**
  9291.      * Gets the private '.errored..service_locator.pAIsqGW.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  9292.      *
  9293.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  9294.      */
  9295.     protected function getOriginLesson5Service()
  9296.     {
  9297.         $this->throw('Cannot autowire service ".service_locator.pAIsqGW": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  9298.     }
  9299.     /**
  9300.      * Gets the private '.errored..service_locator.pAIsqGW.App\Entity\Scholar\PracticalCase\OriginPracticalCase' shared service.
  9301.      *
  9302.      * @return \App\Entity\Scholar\PracticalCase\OriginPracticalCase
  9303.      */
  9304.     protected function getOriginPracticalCase2Service()
  9305.     {
  9306.         $this->throw('Cannot autowire service ".service_locator.pAIsqGW": it references class "App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase" but no such service exists.');
  9307.     }
  9308.     /**
  9309.      * Gets the private '.errored..service_locator.qlR0.rD.App\Entity\Channel\Channel' shared service.
  9310.      *
  9311.      * @return \App\Entity\Channel\Channel
  9312.      */
  9313.     protected function getChannel29Service()
  9314.     {
  9315.         $this->throw('Cannot autowire service ".service_locator.qlR0.rD": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9316.     }
  9317.     /**
  9318.      * Gets the private '.errored..service_locator.qlR0.rD.App\Entity\Scholar\Chapter\OriginChapter' shared service.
  9319.      *
  9320.      * @return \App\Entity\Scholar\Chapter\OriginChapter
  9321.      */
  9322.     protected function getOriginChapter2Service()
  9323.     {
  9324.         $this->throw('Cannot autowire service ".service_locator.qlR0.rD": it references class "App\\Entity\\Scholar\\Chapter\\OriginChapter" but no such service exists.');
  9325.     }
  9326.     /**
  9327.      * Gets the private '.errored..service_locator.qlR0.rD.App\Entity\Scholar\Lesson\OriginLesson' shared service.
  9328.      *
  9329.      * @return \App\Entity\Scholar\Lesson\OriginLesson
  9330.      */
  9331.     protected function getOriginLesson6Service()
  9332.     {
  9333.         $this->throw('Cannot autowire service ".service_locator.qlR0.rD": it references class "App\\Entity\\Scholar\\Lesson\\OriginLesson" but no such service exists.');
  9334.     }
  9335.     /**
  9336.      * Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Channel\Channel' shared service.
  9337.      *
  9338.      * @return \App\Entity\Channel\Channel
  9339.      */
  9340.     protected function getChannel30Service()
  9341.     {
  9342.         $this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9343.     }
  9344.     /**
  9345.      * Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Exercise\Exercise' shared service.
  9346.      *
  9347.      * @return \App\Entity\Exercise\Exercise
  9348.      */
  9349.     protected function getExercise7Service()
  9350.     {
  9351.         $this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Exercise\\Exercise" but no such service exists.');
  9352.     }
  9353.     /**
  9354.      * Gets the private '.errored..service_locator.qnrGaQw.App\Entity\Scholar\Lesson\Lesson' shared service.
  9355.      *
  9356.      * @return \App\Entity\Scholar\Lesson\Lesson
  9357.      */
  9358.     protected function getLesson22Service()
  9359.     {
  9360.         $this->throw('Cannot autowire service ".service_locator.qnrGaQw": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9361.     }
  9362.     /**
  9363.      * Gets the private '.errored..service_locator.uMdqYOm.App\Entity\Scholar\Chapter\Chapter' shared service.
  9364.      *
  9365.      * @return \App\Entity\Scholar\Chapter\Chapter
  9366.      */
  9367.     protected function getChapter4Service()
  9368.     {
  9369.         $this->throw('Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  9370.     }
  9371.     /**
  9372.      * Gets the private '.errored..service_locator.uMdqYOm.App\Entity\Scholar\Lesson\Lesson' shared service.
  9373.      *
  9374.      * @return \App\Entity\Scholar\Lesson\Lesson
  9375.      */
  9376.     protected function getLesson23Service()
  9377.     {
  9378.         $this->throw('Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9379.     }
  9380.     /**
  9381.      * Gets the private '.errored..service_locator.uMdqYOm.App\Entity\Scholar\Module\Module' shared service.
  9382.      *
  9383.      * @return \App\Entity\Scholar\Module\Module
  9384.      */
  9385.     protected function getModule15Service()
  9386.     {
  9387.         $this->throw('Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  9388.     }
  9389.     /**
  9390.      * Gets the private '.errored..service_locator.uMdqYOm.App\Entity\Scholar\Training\Training' shared service.
  9391.      *
  9392.      * @return \App\Entity\Scholar\Training\Training
  9393.      */
  9394.     protected function getTraining18Service()
  9395.     {
  9396.         $this->throw('Cannot autowire service ".service_locator.uMdqYOm": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  9397.     }
  9398.     /**
  9399.      * Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Account\User' shared service.
  9400.      *
  9401.      * @return \App\Entity\Account\User
  9402.      */
  9403.     protected function getUser4Service()
  9404.     {
  9405.         $this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Account\\User" but no such service exists.');
  9406.     }
  9407.     /**
  9408.      * Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Channel\Channel' shared service.
  9409.      *
  9410.      * @return \App\Entity\Channel\Channel
  9411.      */
  9412.     protected function getChannel31Service()
  9413.     {
  9414.         $this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9415.     }
  9416.     /**
  9417.      * Gets the private '.errored..service_locator.u_tx1Yx.App\Entity\Common\Assignable' shared service.
  9418.      *
  9419.      * @return \App\Entity\Common\Assignable
  9420.      */
  9421.     protected function getAssignableService()
  9422.     {
  9423.         $this->throw('Cannot autowire service ".service_locator.u_tx1Yx": it references class "App\\Entity\\Common\\Assignable" but no such service exists.');
  9424.     }
  9425.     /**
  9426.      * Gets the private '.errored..service_locator.vsyeuch.App\Entity\Forum\ChapterMessage' shared service.
  9427.      *
  9428.      * @return \App\Entity\Forum\ChapterMessage
  9429.      */
  9430.     protected function getChapterMessage5Service()
  9431.     {
  9432.         $this->throw('Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Forum\\ChapterMessage" but no such service exists.');
  9433.     }
  9434.     /**
  9435.      * Gets the private '.errored..service_locator.vsyeuch.App\Entity\Scholar\Chapter\Chapter' shared service.
  9436.      *
  9437.      * @return \App\Entity\Scholar\Chapter\Chapter
  9438.      */
  9439.     protected function getChapter5Service()
  9440.     {
  9441.         $this->throw('Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Chapter\\Chapter" but no such service exists.');
  9442.     }
  9443.     /**
  9444.      * Gets the private '.errored..service_locator.vsyeuch.App\Entity\Scholar\Lesson\Lesson' shared service.
  9445.      *
  9446.      * @return \App\Entity\Scholar\Lesson\Lesson
  9447.      */
  9448.     protected function getLesson24Service()
  9449.     {
  9450.         $this->throw('Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Lesson\\Lesson" but no such service exists.');
  9451.     }
  9452.     /**
  9453.      * Gets the private '.errored..service_locator.vsyeuch.App\Entity\Scholar\Module\Module' shared service.
  9454.      *
  9455.      * @return \App\Entity\Scholar\Module\Module
  9456.      */
  9457.     protected function getModule16Service()
  9458.     {
  9459.         $this->throw('Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Module\\Module" but no such service exists.');
  9460.     }
  9461.     /**
  9462.      * Gets the private '.errored..service_locator.vsyeuch.App\Entity\Scholar\Training\Training' shared service.
  9463.      *
  9464.      * @return \App\Entity\Scholar\Training\Training
  9465.      */
  9466.     protected function getTraining19Service()
  9467.     {
  9468.         $this->throw('Cannot autowire service ".service_locator.vsyeuch": it references class "App\\Entity\\Scholar\\Training\\Training" but no such service exists.');
  9469.     }
  9470.     /**
  9471.      * Gets the private '.errored..service_locator.yYMBDCr.App\Entity\Bunny\BunnyVideo' shared service.
  9472.      *
  9473.      * @return \App\Entity\Bunny\BunnyVideo
  9474.      */
  9475.     protected function getBunnyVideoService()
  9476.     {
  9477.         $this->throw('Cannot autowire service ".service_locator.yYMBDCr": it references class "App\\Entity\\Bunny\\BunnyVideo" but no such service exists.');
  9478.     }
  9479.     /**
  9480.      * Gets the private '.errored..service_locator.yYMBDCr.App\Entity\Bunny\BunnyVideoCollection' shared service.
  9481.      *
  9482.      * @return \App\Entity\Bunny\BunnyVideoCollection
  9483.      */
  9484.     protected function getBunnyVideoCollection3Service()
  9485.     {
  9486.         $this->throw('Cannot autowire service ".service_locator.yYMBDCr": it references class "App\\Entity\\Bunny\\BunnyVideoCollection" but no such service exists.');
  9487.     }
  9488.     /**
  9489.      * Gets the private '.errored..service_locator.yYMBDCr.App\Entity\Channel\Channel' shared service.
  9490.      *
  9491.      * @return \App\Entity\Channel\Channel
  9492.      */
  9493.     protected function getChannel32Service()
  9494.     {
  9495.         $this->throw('Cannot autowire service ".service_locator.yYMBDCr": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9496.     }
  9497.     /**
  9498.      * Gets the private '.errored..service_locator.ycL.vwg.App\Entity\Channel\Channel' shared service.
  9499.      *
  9500.      * @return \App\Entity\Channel\Channel
  9501.      */
  9502.     protected function getChannel33Service()
  9503.     {
  9504.         $this->throw('Cannot autowire service ".service_locator.ycL.vwg": it references class "App\\Entity\\Channel\\Channel" but no such service exists.');
  9505.     }
  9506.     /**
  9507.      * Gets the private '.errored..service_locator.ycL.vwg.App\Entity\Exercise\OriginExercise' shared service.
  9508.      *
  9509.      * @return \App\Entity\Exercise\OriginExercise
  9510.      */
  9511.     protected function getOriginExercise2Service()
  9512.     {
  9513.         $this->throw('Cannot autowire service ".service_locator.ycL.vwg": it references class "App\\Entity\\Exercise\\OriginExercise" but no such service exists.');
  9514.     }
  9515.     /**
  9516.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  9517.      *
  9518.      * @return \Symfony\Component\Console\Command\LazyCommand
  9519.      */
  9520.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  9521.     {
  9522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9524.         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 {
  9525.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  9526.         });
  9527.     }
  9528.     /**
  9529.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  9530.      *
  9531.      * @return \Symfony\Component\Console\Command\LazyCommand
  9532.      */
  9533.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  9534.     {
  9535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9537.         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 {
  9538.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  9539.         });
  9540.     }
  9541.     /**
  9542.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  9543.      *
  9544.      * @return \Symfony\Component\Console\Command\LazyCommand
  9545.      */
  9546.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  9547.     {
  9548.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9550.         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 {
  9551.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  9552.         });
  9553.     }
  9554.     /**
  9555.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  9556.      *
  9557.      * @return \Symfony\Component\Console\Command\LazyCommand
  9558.      */
  9559.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  9560.     {
  9561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9563.         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 {
  9564.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  9565.         });
  9566.     }
  9567.     /**
  9568.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  9569.      *
  9570.      * @return \Symfony\Component\Console\Command\LazyCommand
  9571.      */
  9572.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  9573.     {
  9574.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9576.         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 {
  9577.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  9578.         });
  9579.     }
  9580.     /**
  9581.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  9582.      *
  9583.      * @return \Symfony\Component\Console\Command\LazyCommand
  9584.      */
  9585.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  9586.     {
  9587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9589.         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 {
  9590.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  9591.         });
  9592.     }
  9593.     /**
  9594.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  9595.      *
  9596.      * @return \Symfony\Component\Console\Command\LazyCommand
  9597.      */
  9598.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  9599.     {
  9600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9602.         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 {
  9603.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  9604.         });
  9605.     }
  9606.     /**
  9607.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  9608.      *
  9609.      * @return \Symfony\Component\Console\Command\LazyCommand
  9610.      */
  9611.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  9612.     {
  9613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9615.         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 {
  9616.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  9617.         });
  9618.     }
  9619.     /**
  9620.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  9621.      *
  9622.      * @return \Symfony\Component\Console\Command\LazyCommand
  9623.      */
  9624.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  9625.     {
  9626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9628.         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 {
  9629.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  9630.         });
  9631.     }
  9632.     /**
  9633.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  9634.      *
  9635.      * @return \Symfony\Component\Console\Command\LazyCommand
  9636.      */
  9637.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  9638.     {
  9639.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9641.         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 {
  9642.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  9643.         });
  9644.     }
  9645.     /**
  9646.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  9647.      *
  9648.      * @return \Symfony\Component\Console\Command\LazyCommand
  9649.      */
  9650.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  9651.     {
  9652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9654.         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 {
  9655.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  9656.         });
  9657.     }
  9658.     /**
  9659.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  9660.      *
  9661.      * @return \Symfony\Component\Console\Command\LazyCommand
  9662.      */
  9663.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  9664.     {
  9665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9667.         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 {
  9668.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  9669.         });
  9670.     }
  9671.     /**
  9672.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  9673.      *
  9674.      * @return \Symfony\Component\Console\Command\LazyCommand
  9675.      */
  9676.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  9677.     {
  9678.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9680.         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 {
  9681.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  9682.         });
  9683.     }
  9684.     /**
  9685.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  9686.      *
  9687.      * @return \Symfony\Component\Console\Command\LazyCommand
  9688.      */
  9689.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  9690.     {
  9691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9693.         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 {
  9694.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  9695.         });
  9696.     }
  9697.     /**
  9698.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  9699.      *
  9700.      * @return \Symfony\Component\Console\Command\LazyCommand
  9701.      */
  9702.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  9703.     {
  9704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9706.         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 {
  9707.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  9708.         });
  9709.     }
  9710.     /**
  9711.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  9712.      *
  9713.      * @return \Symfony\Component\Console\Command\LazyCommand
  9714.      */
  9715.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  9716.     {
  9717.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9719.         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 {
  9720.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  9721.         });
  9722.     }
  9723.     /**
  9724.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  9725.      *
  9726.      * @return \Symfony\Component\Console\Command\LazyCommand
  9727.      */
  9728.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  9729.     {
  9730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9732.         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 {
  9733.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  9734.         });
  9735.     }
  9736.     /**
  9737.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  9738.      *
  9739.      * @return \Symfony\Component\Console\Command\LazyCommand
  9740.      */
  9741.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  9742.     {
  9743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9745.         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 {
  9746.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  9747.         });
  9748.     }
  9749.     /**
  9750.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  9751.      *
  9752.      * @return \Symfony\Component\Console\Command\LazyCommand
  9753.      */
  9754.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  9755.     {
  9756.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9758.         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 {
  9759.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  9760.         });
  9761.     }
  9762.     /**
  9763.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  9764.      *
  9765.      * @return \Symfony\Component\Console\Command\LazyCommand
  9766.      */
  9767.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  9768.     {
  9769.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9771.         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 {
  9772.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  9773.         });
  9774.     }
  9775.     /**
  9776.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  9777.      *
  9778.      * @return \Symfony\Component\Console\Command\LazyCommand
  9779.      */
  9780.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  9781.     {
  9782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9784.         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 {
  9785.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  9786.         });
  9787.     }
  9788.     /**
  9789.      * Gets the private '.messenger.handler_descriptor.jADa3cd' shared service.
  9790.      *
  9791.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  9792.      */
  9793.     protected function get_Messenger_HandlerDescriptor_JADa3cdService()
  9794.     {
  9795.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  9796.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Messenger/Handler/RefreshUserMessageHandler.php';
  9797.         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())), []);
  9798.     }
  9799.     /**
  9800.      * Gets the private '.messenger.handler_descriptor.rUCyI0M' shared service.
  9801.      *
  9802.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  9803.      */
  9804.     protected function get_Messenger_HandlerDescriptor_RUCyI0MService()
  9805.     {
  9806.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  9807.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  9808.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Messenger/Handler/EntitySyncHandler.php';
  9809.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Messenger/EntitySyncAckSender.php';
  9810.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  9811.         return $this->privates['.messenger.handler_descriptor.rUCyI0M'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Nellapp\Bundle\SDKBundle\Sync\Messenger\Handler\EntitySyncHandler(($this->privates['Nellapp\\Bundle\\SDKBundle\\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()), new \Nellapp\Bundle\SDKBundle\Sync\Messenger\EntitySyncAckSender(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), 'nellapp'), $this->parameters['entities_handled']), []);
  9812.     }
  9813.     /**
  9814.      * Gets the private '.messenger.handler_descriptor.vkFrxyl' shared service.
  9815.      *
  9816.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  9817.      */
  9818.     protected function get_Messenger_HandlerDescriptor_VkFrxylService()
  9819.     {
  9820.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  9821.         include_once \dirname(__DIR__4).'/src/Messenger/Handler/ShareContentHandler.php';
  9822.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressDTOService.php';
  9823.         include_once \dirname(__DIR__4).'/src/Service/WebSocket/WebSocketNotifier.php';
  9824.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9825.         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())), []);
  9826.     }
  9827.     /**
  9828.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  9829.      *
  9830.      * @return \Symfony\Component\Console\Command\LazyCommand
  9831.      */
  9832.     protected function get_Monolog_Command_ServerLog_LazyService()
  9833.     {
  9834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9836.         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 {
  9837.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  9838.         });
  9839.     }
  9840.     /**
  9841.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  9842.      *
  9843.      * @return \Symfony\Component\Console\Command\LazyCommand
  9844.      */
  9845.     protected function get_Security_Command_DebugFirewall_LazyService()
  9846.     {
  9847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9849.         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 {
  9850.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  9851.         });
  9852.     }
  9853.     /**
  9854.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  9855.      *
  9856.      * @return \Symfony\Component\Console\Command\LazyCommand
  9857.      */
  9858.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  9859.     {
  9860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9862.         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 {
  9863.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  9864.         });
  9865.     }
  9866.     /**
  9867.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  9868.      *
  9869.      * @return \Symfony\Component\Console\Command\LazyCommand
  9870.      */
  9871.     protected function get_Security_Command_UserPasswordHash_LazyService()
  9872.     {
  9873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9875.         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 {
  9876.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  9877.         });
  9878.     }
  9879.     /**
  9880.      * Gets the private '.service_locator..846xZ2' shared service.
  9881.      *
  9882.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9883.      */
  9884.     protected function get_ServiceLocator__846xZ2Service()
  9885.     {
  9886.         return $this->privates['.service_locator..846xZ2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9887.             '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.'],
  9888.             '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.'],
  9889.             '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.'],
  9890.             '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.'],
  9891.             '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.'],
  9892.         ], [
  9893.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  9894.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  9895.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  9896.             'newMessage' => 'App\\Entity\\Forum\\ChapterMessage',
  9897.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  9898.         ]);
  9899.     }
  9900.     /**
  9901.      * Gets the private '.service_locator..VQgzgC' shared service.
  9902.      *
  9903.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9904.      */
  9905.     protected function get_ServiceLocator__VQgzgCService()
  9906.     {
  9907.         return $this->privates['.service_locator..VQgzgC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9908.             '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.'],
  9909.         ], [
  9910.             'message' => 'App\\Entity\\Forum\\ChapterMessage',
  9911.         ]);
  9912.     }
  9913.     /**
  9914.      * Gets the private '.service_locator.2QmeqlZ' shared service.
  9915.      *
  9916.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9917.      */
  9918.     protected function get_ServiceLocator_2QmeqlZService()
  9919.     {
  9920.         return $this->privates['.service_locator.2QmeqlZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9921.             '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.'],
  9922.             '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.'],
  9923.             '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.'],
  9924.         ], [
  9925.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  9926.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  9927.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  9928.         ]);
  9929.     }
  9930.     /**
  9931.      * Gets the private '.service_locator.2hwXtE4' shared service.
  9932.      *
  9933.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9934.      */
  9935.     protected function get_ServiceLocator_2hwXtE4Service()
  9936.     {
  9937.         return $this->privates['.service_locator.2hwXtE4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9938.             '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.'],
  9939.         ], [
  9940.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  9941.         ]);
  9942.     }
  9943.     /**
  9944.      * Gets the private '.service_locator.5G79K9R' shared service.
  9945.      *
  9946.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9947.      */
  9948.     protected function get_ServiceLocator_5G79K9RService()
  9949.     {
  9950.         return $this->privates['.service_locator.5G79K9R'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9951.             '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.'],
  9952.             '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.'],
  9953.             '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.'],
  9954.         ], [
  9955.             'channel' => 'App\\Entity\\Channel\\Channel',
  9956.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  9957.             'lessonReview' => 'App\\Entity\\Scholar\\Lesson\\LessonReview',
  9958.         ]);
  9959.     }
  9960.     /**
  9961.      * Gets the private '.service_locator.8KeT6zT' shared service.
  9962.      *
  9963.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9964.      */
  9965.     protected function get_ServiceLocator_8KeT6zTService()
  9966.     {
  9967.         return $this->privates['.service_locator.8KeT6zT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9968.             '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.'],
  9969.             '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.'],
  9970.             '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.'],
  9971.         ], [
  9972.             'channel' => 'App\\Entity\\Channel\\Channel',
  9973.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  9974.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  9975.         ]);
  9976.     }
  9977.     /**
  9978.      * Gets the private '.service_locator.8z1bHXC' shared service.
  9979.      *
  9980.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9981.      */
  9982.     protected function get_ServiceLocator_8z1bHXCService()
  9983.     {
  9984.         return $this->privates['.service_locator.8z1bHXC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9985.             '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.'],
  9986.             '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.'],
  9987.         ], [
  9988.             'channel' => 'App\\Entity\\Channel\\Channel',
  9989.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase',
  9990.         ]);
  9991.     }
  9992.     /**
  9993.      * Gets the private '.service_locator.DUy_AUO' shared service.
  9994.      *
  9995.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  9996.      */
  9997.     protected function get_ServiceLocator_DUyAUOService()
  9998.     {
  9999.         return $this->privates['.service_locator.DUy_AUO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10000.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  10001.             'security.event_dispatcher.internal_api' => ['privates''security.event_dispatcher.internal_api''getSecurity_EventDispatcher_InternalApiService'false],
  10002.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  10003.             'security.event_dispatcher.partner_api' => ['privates''security.event_dispatcher.partner_api''getSecurity_EventDispatcher_PartnerApiService'false],
  10004.             'security.event_dispatcher.reverse_sync' => ['privates''security.event_dispatcher.reverse_sync''getSecurity_EventDispatcher_ReverseSyncService'false],
  10005.         ], [
  10006.             'event_dispatcher' => '?',
  10007.             'security.event_dispatcher.internal_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  10008.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  10009.             'security.event_dispatcher.partner_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  10010.             'security.event_dispatcher.reverse_sync' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  10011.         ]);
  10012.     }
  10013.     /**
  10014.      * Gets the private '.service_locator.FazFLSW' shared service.
  10015.      *
  10016.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10017.      */
  10018.     protected function get_ServiceLocator_FazFLSWService()
  10019.     {
  10020.         return $this->privates['.service_locator.FazFLSW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10021.             '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.'],
  10022.             '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.'],
  10023.             '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.'],
  10024.             '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.'],
  10025.             '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.'],
  10026.             '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.'],
  10027.         ], [
  10028.             'channel' => 'App\\Entity\\Channel\\Channel',
  10029.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10030.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  10031.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  10032.             'practicalCaseUser' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser',
  10033.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  10034.         ]);
  10035.     }
  10036.     /**
  10037.      * Gets the private '.service_locator.GNc8e5B' shared service.
  10038.      *
  10039.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10040.      */
  10041.     protected function get_ServiceLocator_GNc8e5BService()
  10042.     {
  10043.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10044.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  10045.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  10046.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  10047.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10048.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10049.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  10050.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10051.             'router' => ['services''router''getRouterService'false],
  10052.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  10053.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  10054.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  10055.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  10056.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  10057.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10058.         ], [
  10059.             'doctrine' => '?',
  10060.             'form.factory' => '?',
  10061.             'http_kernel' => '?',
  10062.             'message_bus' => '?',
  10063.             'messenger.default_bus' => '?',
  10064.             'parameter_bag' => '?',
  10065.             'request_stack' => '?',
  10066.             'router' => '?',
  10067.             'security.authorization_checker' => '?',
  10068.             'security.csrf.token_manager' => '?',
  10069.             'security.token_storage' => '?',
  10070.             'serializer' => '?',
  10071.             'session' => '.session.deprecated',
  10072.             'twig' => '?',
  10073.         ]);
  10074.     }
  10075.     /**
  10076.      * Gets the private '.service_locator.HvyGIqV' shared service.
  10077.      *
  10078.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10079.      */
  10080.     protected function get_ServiceLocator_HvyGIqVService()
  10081.     {
  10082.         return $this->privates['.service_locator.HvyGIqV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10083.             '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.'],
  10084.             '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.'],
  10085.             '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.'],
  10086.             '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.'],
  10087.             '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.'],
  10088.         ], [
  10089.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10090.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  10091.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  10092.             'practicalCaseUser' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseUser',
  10093.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  10094.         ]);
  10095.     }
  10096.     /**
  10097.      * Gets the private '.service_locator.I0Q7FZl' shared service.
  10098.      *
  10099.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10100.      */
  10101.     protected function get_ServiceLocator_I0Q7FZlService()
  10102.     {
  10103.         return $this->privates['.service_locator.I0Q7FZl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10104.             '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.'],
  10105.             '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.'],
  10106.             '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.'],
  10107.         ], [
  10108.             'channel' => 'App\\Entity\\Channel\\Channel',
  10109.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10110.             'message' => 'App\\Entity\\Forum\\ChapterMessage',
  10111.         ]);
  10112.     }
  10113.     /**
  10114.      * Gets the private '.service_locator.IQ8apA3' shared service.
  10115.      *
  10116.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10117.      */
  10118.     protected function get_ServiceLocator_IQ8apA3Service()
  10119.     {
  10120.         return $this->privates['.service_locator.IQ8apA3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10121.             '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.'],
  10122.             '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.'],
  10123.             '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.'],
  10124.         ], [
  10125.             'channel' => 'App\\Entity\\Channel\\Channel',
  10126.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  10127.             'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
  10128.         ]);
  10129.     }
  10130.     /**
  10131.      * Gets the private '.service_locator.J8z_ArI' shared service.
  10132.      *
  10133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10134.      */
  10135.     protected function get_ServiceLocator_J8zArIService()
  10136.     {
  10137.         return $this->privates['.service_locator.J8z_ArI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10138.             '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.'],
  10139.         ], [
  10140.             'scholarVideo' => 'App\\Entity\\Scholar\\ScholarVideo',
  10141.         ]);
  10142.     }
  10143.     /**
  10144.      * Gets the private '.service_locator.KbnYwpa' shared service.
  10145.      *
  10146.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10147.      */
  10148.     protected function get_ServiceLocator_KbnYwpaService()
  10149.     {
  10150.         return $this->privates['.service_locator.KbnYwpa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10151.             '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.'],
  10152.             '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.'],
  10153.             '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.'],
  10154.             '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.'],
  10155.             '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.'],
  10156.             '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.'],
  10157.         ], [
  10158.             'channel' => 'App\\Entity\\Channel\\Channel',
  10159.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  10160.             'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
  10161.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10162.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  10163.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  10164.         ]);
  10165.     }
  10166.     /**
  10167.      * Gets the private '.service_locator.KfbR3DY' shared service.
  10168.      *
  10169.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10170.      */
  10171.     protected function get_ServiceLocator_KfbR3DYService()
  10172.     {
  10173.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10174.             '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".'],
  10175.         ], [
  10176.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  10177.         ]);
  10178.     }
  10179.     /**
  10180.      * Gets the private '.service_locator.KfwZsne' shared service.
  10181.      *
  10182.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10183.      */
  10184.     protected function get_ServiceLocator_KfwZsneService()
  10185.     {
  10186.         return $this->privates['.service_locator.KfwZsne'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10187.             '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.'],
  10188.         ], [
  10189.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  10190.         ]);
  10191.     }
  10192.     /**
  10193.      * Gets the private '.service_locator.L_kcGCS' shared service.
  10194.      *
  10195.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10196.      */
  10197.     protected function get_ServiceLocator_LKcGCSService()
  10198.     {
  10199.         return $this->privates['.service_locator.L_kcGCS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10200.             '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.'],
  10201.             '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.'],
  10202.         ], [
  10203.             'channel' => 'App\\Entity\\Channel\\Channel',
  10204.             'sharedChannel' => 'App\\Entity\\Channel\\SharedChannel',
  10205.         ]);
  10206.     }
  10207.     /**
  10208.      * Gets the private '.service_locator.Lc5Mrr_' shared service.
  10209.      *
  10210.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10211.      */
  10212.     protected function get_ServiceLocator_Lc5MrrService()
  10213.     {
  10214.         return $this->privates['.service_locator.Lc5Mrr_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10215.             '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.'],
  10216.             '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.'],
  10217.         ], [
  10218.             'channel' => 'App\\Entity\\Channel\\Channel',
  10219.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\OriginChapter',
  10220.         ]);
  10221.     }
  10222.     /**
  10223.      * Gets the private '.service_locator.Mc71R9_' shared service.
  10224.      *
  10225.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10226.      */
  10227.     protected function get_ServiceLocator_Mc71R9Service()
  10228.     {
  10229.         return $this->privates['.service_locator.Mc71R9_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10230.             '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.'],
  10231.             '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.'],
  10232.             '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.'],
  10233.             '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.'],
  10234.         ], [
  10235.             'channel' => 'App\\Entity\\Channel\\Channel',
  10236.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  10237.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10238.             'message' => 'App\\Entity\\Forum\\ChapterMessage',
  10239.         ]);
  10240.     }
  10241.     /**
  10242.      * Gets the private '.service_locator.Mg_XpkW' shared service.
  10243.      *
  10244.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10245.      */
  10246.     protected function get_ServiceLocator_MgXpkWService()
  10247.     {
  10248.         return $this->privates['.service_locator.Mg_XpkW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10249.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  10250.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  10251.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  10252.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10253.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  10254.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  10255.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  10256.             'router' => ['services''router''getRouterService'false],
  10257.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  10258.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  10259.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  10260.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  10261.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  10262.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  10263.         ], [
  10264.             'doctrine' => '?',
  10265.             'form.factory' => '?',
  10266.             'http_kernel' => '?',
  10267.             'message_bus' => '?',
  10268.             'messenger.default_bus' => '?',
  10269.             'parameter_bag' => '?',
  10270.             'request_stack' => '?',
  10271.             'router' => '?',
  10272.             'security.authorization_checker' => '?',
  10273.             'security.csrf.token_manager' => '?',
  10274.             'security.token_storage' => '?',
  10275.             'serializer' => '?',
  10276.             'session' => '.session.deprecated',
  10277.             'twig' => '?',
  10278.         ]);
  10279.     }
  10280.     /**
  10281.      * Gets the private '.service_locator.NVnD32W' shared service.
  10282.      *
  10283.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10284.      */
  10285.     protected function get_ServiceLocator_NVnD32WService()
  10286.     {
  10287.         return $this->privates['.service_locator.NVnD32W'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10288.             '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.'],
  10289.             '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.'],
  10290.             '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.'],
  10291.         ], [
  10292.             'channel' => 'App\\Entity\\Channel\\Channel',
  10293.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  10294.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  10295.         ]);
  10296.     }
  10297.     /**
  10298.      * Gets the private '.service_locator.PWIGnnc' shared service.
  10299.      *
  10300.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10301.      */
  10302.     protected function get_ServiceLocator_PWIGnncService()
  10303.     {
  10304.         return $this->privates['.service_locator.PWIGnnc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10305.             '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.'],
  10306.             '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.'],
  10307.             '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.'],
  10308.         ], [
  10309.             'channel' => 'App\\Entity\\Channel\\Channel',
  10310.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  10311.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10312.         ]);
  10313.     }
  10314.     /**
  10315.      * Gets the private '.service_locator.PhAmqRu' shared service.
  10316.      *
  10317.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10318.      */
  10319.     protected function get_ServiceLocator_PhAmqRuService()
  10320.     {
  10321.         return $this->privates['.service_locator.PhAmqRu'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10322.             '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.'],
  10323.             '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.'],
  10324.             '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.'],
  10325.             '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.'],
  10326.         ], [
  10327.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10328.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  10329.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  10330.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  10331.         ]);
  10332.     }
  10333.     /**
  10334.      * Gets the private '.service_locator.Syf2x.X' shared service.
  10335.      *
  10336.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10337.      */
  10338.     protected function get_ServiceLocator_Syf2x_XService()
  10339.     {
  10340.         return $this->privates['.service_locator.Syf2x.X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10341.             'bunnyVideoCollection' => ['privates''.errored..service_locator.Syf2x.X.App\\Entity\\Bunny\\BunnyVideoCollection'NULL'Cannot autowire service ".service_locator.Syf2x.X": it references class "App\\Entity\\Bunny\\BunnyVideoCollection" but no such service exists.'],
  10342.             'channel' => ['privates''.errored..service_locator.Syf2x.X.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.Syf2x.X": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  10343.         ], [
  10344.             'bunnyVideoCollection' => 'App\\Entity\\Bunny\\BunnyVideoCollection',
  10345.             'channel' => 'App\\Entity\\Channel\\Channel',
  10346.         ]);
  10347.     }
  10348.     /**
  10349.      * Gets the private '.service_locator.TpleGdD' shared service.
  10350.      *
  10351.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10352.      */
  10353.     protected function get_ServiceLocator_TpleGdDService()
  10354.     {
  10355.         return $this->privates['.service_locator.TpleGdD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10356.             '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.'],
  10357.             '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.'],
  10358.             '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.'],
  10359.         ], [
  10360.             'channel' => 'App\\Entity\\Channel\\Channel',
  10361.             'exercise' => 'App\\Entity\\Exercise\\OriginExercise',
  10362.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  10363.         ]);
  10364.     }
  10365.     /**
  10366.      * Gets the private '.service_locator.UxpixXM' shared service.
  10367.      *
  10368.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10369.      */
  10370.     protected function get_ServiceLocator_UxpixXMService()
  10371.     {
  10372.         return $this->privates['.service_locator.UxpixXM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10373.             '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.'],
  10374.             '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.'],
  10375.         ], [
  10376.             'channel' => 'App\\Entity\\Channel\\Channel',
  10377.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  10378.         ]);
  10379.     }
  10380.     /**
  10381.      * Gets the private '.service_locator.W9zh42Q' shared service.
  10382.      *
  10383.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10384.      */
  10385.     protected function get_ServiceLocator_W9zh42QService()
  10386.     {
  10387.         return $this->privates['.service_locator.W9zh42Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10388.             '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.'],
  10389.             '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.'],
  10390.             '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.'],
  10391.             '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.'],
  10392.             '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.'],
  10393.         ], [
  10394.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  10395.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  10396.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  10397.             'practicalCaseResource' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource',
  10398.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  10399.         ]);
  10400.     }
  10401.     /**
  10402.      * Gets the private '.service_locator.XTkxg6D' shared service.
  10403.      *
  10404.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10405.      */
  10406.     protected function get_ServiceLocator_XTkxg6DService()
  10407.     {
  10408.         return $this->privates['.service_locator.XTkxg6D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10409.             'App\\Controller\\Admin\\DashboardController::__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  10410.             'App\\Controller\\Async\\Bunny\\Collection\\GetDetailsAction::__invoke' => ['privates''.service_locator.Syf2x.X''get_ServiceLocator_Syf2x_XService'false],
  10411.             'App\\Controller\\Async\\Bunny\\Video\\DeleteAction::__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10412.             'App\\Controller\\Async\\Bunny\\Video\\GetAction::__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10413.             'App\\Controller\\Async\\Bunny\\Video\\GetCollectionAction::__invoke' => ['privates''.service_locator.cMv4pJ.''get_ServiceLocator_CMv4pJ_Service'false],
  10414.             'App\\Controller\\Async\\Bunny\\Video\\GetVideoUsageAction::__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10415.             'App\\Controller\\Async\\Bunny\\Video\\PostAction::__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10416.             'App\\Controller\\Async\\Bunny\\Video\\PutAction::__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10417.             'App\\Controller\\Async\\Bunny\\Video\\RefreshAction::__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10418.             'App\\Controller\\Async\\Bunny\\Video\\TranscribeAction::__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10419.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction::getForDashboard' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10420.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10421.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction::__invoke' => ['privates''.service_locator.uMdqYOm''get_ServiceLocator_UMdqYOmService'false],
  10422.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage::__invoke' => ['privates''.service_locator..846xZ2''get_ServiceLocator__846xZ2Service'false],
  10423.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync::__invoke' => ['privates''.service_locator.2hwXtE4''get_ServiceLocator_2hwXtE4Service'false],
  10424.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync::__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  10425.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10426.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10427.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10428.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync::__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  10429.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10430.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10431.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10432.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10433.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10434.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10435.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingPdfAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10436.             'App\\Controller\\Async\\Channel\\User\\CollectionAction::getUsersAssigned' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10437.             'App\\Controller\\Async\\Channel\\Video\\IndexController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10438.             'App\\Controller\\Async\\EmbedController::__invoke' => ['privates''.service_locator.J8z_ArI''get_ServiceLocator_J8zArIService'false],
  10439.             'App\\Controller\\Front\\Channel\\Image\\DeleteController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10440.             'App\\Controller\\Front\\Channel\\ShowController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10441.             'App\\Controller\\Front\\Channel\\ShowTrainingListController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10442.             'App\\Controller\\Front\\Channel\\SubAjaxListController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10443.             'App\\Controller\\Front\\Exercise\\AnswerController::__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  10444.             'App\\Controller\\Front\\Exercise\\CancelController::__invoke' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  10445.             'App\\Controller\\Front\\Exercise\\FinishController::__invoke' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  10446.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction::__invoke' => ['privates''.service_locator.KbnYwpa''get_ServiceLocator_KbnYwpaService'false],
  10447.             'App\\Controller\\Front\\Exercise\\ShowController::__invoke' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  10448.             'App\\Controller\\Front\\Exercise\\SolutionController::__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  10449.             'App\\Controller\\Front\\Exercise\\StartController::__invoke' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  10450.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController::__invoke' => ['privates''.service_locator.uMdqYOm''get_ServiceLocator_UMdqYOmService'false],
  10451.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController::__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10452.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController::__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10453.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController::__invoke' => ['privates''.service_locator..VQgzgC''get_ServiceLocator__VQgzgCService'false],
  10454.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController::__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10455.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController::__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  10456.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController::__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  10457.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController::__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  10458.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController::__invoke' => ['privates''.service_locator.HvyGIqV''get_ServiceLocator_HvyGIqVService'false],
  10459.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController::__invoke' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  10460.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResourcesFiles' => ['privates''.service_locator.W9zh42Q''get_ServiceLocator_W9zh42QService'false],
  10461.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResponsesFiles' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  10462.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction::__invoke' => ['privates''.service_locator.FazFLSW''get_ServiceLocator_FazFLSWService'false],
  10463.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController::__invoke' => ['privates''.service_locator.PhAmqRu''get_ServiceLocator_PhAmqRuService'false],
  10464.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController::__invoke' => ['privates''.service_locator.o2Ryu8z''get_ServiceLocator_O2Ryu8zService'false],
  10465.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController::__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  10466.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController::__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10467.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController::__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10468.             'App\\Controller\\Front\\Scholar\\Training\\ShowController::__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10469.             'App\\Controller\\Manager\\Channel\\Assignable\\CloseAction::closeMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10470.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction::__invoke' => ['privates''.service_locator.u_tx1Yx''get_ServiceLocator_UTx1YxService'false],
  10471.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction::handleReattribution' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10472.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController::__invoke' => ['privates''.service_locator.Mc71R9_''get_ServiceLocator_Mc71R9Service'false],
  10473.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController::__invoke' => ['privates''.service_locator.PWIGnnc''get_ServiceLocator_PWIGnncService'false],
  10474.             'App\\Controller\\Manager\\Channel\\DashboardAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10475.             'App\\Controller\\Manager\\Channel\\DeleteController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10476.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController::deleteMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10477.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10478.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController::__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  10479.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController::__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  10480.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction::__invoke' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  10481.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction::__invoke' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  10482.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10483.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController::__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  10484.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController::__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  10485.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10486.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10487.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController::__invoke' => ['privates''.service_locator.I0Q7FZl''get_ServiceLocator_I0Q7FZlService'false],
  10488.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController::deleteMultiple' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10489.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController::__invoke' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  10490.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController::deleteMultiple' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10491.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction::__invoke' => ['privates''.service_locator.YSnJPPQ''get_ServiceLocator_YSnJPPQService'false],
  10492.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10493.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10494.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10495.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10496.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10497.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10498.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10499.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10500.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController::__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  10501.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10502.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction::__invoke' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  10503.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10504.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10505.             'App\\Controller\\Manager\\Channel\\Module\\EditController::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10506.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10507.             'App\\Controller\\Manager\\Channel\\Module\\GetAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10508.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10509.             'App\\Controller\\Manager\\Channel\\Module\\NewController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10510.             'App\\Controller\\Manager\\Channel\\Module\\ShareController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10511.             'App\\Controller\\Manager\\Channel\\Module\\ShowController::__invoke' => ['privates''.service_locator.NVnD32W''get_ServiceLocator_NVnD32WService'false],
  10512.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10513.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction::__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10514.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10515.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10516.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10517.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10518.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController::__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10519.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10520.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10521.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController::__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10522.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10523.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10524.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10525.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10526.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10527.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10528.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController::__invoke' => ['privates''.service_locator.eIVSBjG''get_ServiceLocator_EIVSBjGService'false],
  10529.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10530.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController::__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10531.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController::__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  10532.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10533.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10534.             'App\\Controller\\Manager\\Channel\\Training\\EditController::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10535.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10536.             'App\\Controller\\Manager\\Channel\\Training\\GetAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10537.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10538.             'App\\Controller\\Manager\\Channel\\Training\\NewController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10539.             'App\\Controller\\Manager\\Channel\\Training\\ShareController::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10540.             'App\\Controller\\Manager\\Channel\\Training\\ShowController::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10541.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10542.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction::__invoke' => ['privates''.service_locator.qlR0.rD''get_ServiceLocator_QlR0_RDService'false],
  10543.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction::__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10544.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10545.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction::__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10546.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction::__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10547.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction::__invoke' => ['privates''.service_locator.TpleGdD''get_ServiceLocator_TpleGdDService'false],
  10548.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction::__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10549.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10550.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction::__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10551.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction::__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10552.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10553.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10554.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10555.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10556.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction::__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10557.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction::__invoke' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  10558.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction::__invoke' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  10559.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction::__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10560.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction::__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10561.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10562.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction::__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10563.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction::__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10564.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction::__invoke' => ['privates''.service_locator.pAIsqGW''get_ServiceLocator_PAIsqGWService'false],
  10565.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction::__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10566.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10567.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction::__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10568.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction::__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10569.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction::__invoke' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  10570.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction::__invoke' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  10571.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10572.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10573.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10574.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10575.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction::__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10576.             'App\\Controller\\ReverseSync\\Account\\Notification\\GetAction::__invoke' => ['privates''.service_locator._U2m1zW''get_ServiceLocator_U2m1zWService'false],
  10577.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction::__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10578.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression::__invoke' => ['privates''.service_locator.gjFgSCm''get_ServiceLocator_GjFgSCmService'false],
  10579.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction::__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10580.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController::__invoke' => ['privates''.service_locator.dQHhS3S''get_ServiceLocator_DQHhS3SService'false],
  10581.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show' => ['privates''.service_locator.nyQ9vNF''get_ServiceLocator_NyQ9vNFService'false],
  10582.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  10583.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  10584.             'kernel::terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  10585.             'App\\Controller\\Admin\\DashboardController:__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  10586.             'App\\Controller\\Admin\\DashboardController' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  10587.             'App\\Controller\\Async\\Bunny\\Collection\\GetDetailsAction:__invoke' => ['privates''.service_locator.Syf2x.X''get_ServiceLocator_Syf2x_XService'false],
  10588.             'App\\Controller\\Async\\Bunny\\Collection\\GetDetailsAction' => ['privates''.service_locator.Syf2x.X''get_ServiceLocator_Syf2x_XService'false],
  10589.             'App\\Controller\\Async\\Bunny\\Video\\DeleteAction:__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10590.             'App\\Controller\\Async\\Bunny\\Video\\DeleteAction' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10591.             'App\\Controller\\Async\\Bunny\\Video\\GetAction:__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10592.             'App\\Controller\\Async\\Bunny\\Video\\GetAction' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10593.             'App\\Controller\\Async\\Bunny\\Video\\GetCollectionAction:__invoke' => ['privates''.service_locator.cMv4pJ.''get_ServiceLocator_CMv4pJ_Service'false],
  10594.             'App\\Controller\\Async\\Bunny\\Video\\GetCollectionAction' => ['privates''.service_locator.cMv4pJ.''get_ServiceLocator_CMv4pJ_Service'false],
  10595.             'App\\Controller\\Async\\Bunny\\Video\\GetVideoUsageAction:__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10596.             'App\\Controller\\Async\\Bunny\\Video\\GetVideoUsageAction' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10597.             'App\\Controller\\Async\\Bunny\\Video\\PostAction:__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10598.             'App\\Controller\\Async\\Bunny\\Video\\PostAction' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10599.             'App\\Controller\\Async\\Bunny\\Video\\PutAction:__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10600.             'App\\Controller\\Async\\Bunny\\Video\\PutAction' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10601.             'App\\Controller\\Async\\Bunny\\Video\\RefreshAction:__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10602.             'App\\Controller\\Async\\Bunny\\Video\\RefreshAction' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10603.             'App\\Controller\\Async\\Bunny\\Video\\TranscribeAction:__invoke' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10604.             'App\\Controller\\Async\\Bunny\\Video\\TranscribeAction' => ['privates''.service_locator.yYMBDCr''get_ServiceLocator_YYMBDCrService'false],
  10605.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction:getForDashboard' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10606.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10607.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10608.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction:__invoke' => ['privates''.service_locator.uMdqYOm''get_ServiceLocator_UMdqYOmService'false],
  10609.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction' => ['privates''.service_locator.uMdqYOm''get_ServiceLocator_UMdqYOmService'false],
  10610.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage:__invoke' => ['privates''.service_locator..846xZ2''get_ServiceLocator__846xZ2Service'false],
  10611.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage' => ['privates''.service_locator..846xZ2''get_ServiceLocator__846xZ2Service'false],
  10612.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync:__invoke' => ['privates''.service_locator.2hwXtE4''get_ServiceLocator_2hwXtE4Service'false],
  10613.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => ['privates''.service_locator.2hwXtE4''get_ServiceLocator_2hwXtE4Service'false],
  10614.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync:__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  10615.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  10616.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10617.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10618.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10619.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10620.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10621.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10622.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync:__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  10623.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  10624.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10625.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10626.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10627.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10628.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10629.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10630.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10631.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10632.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10633.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10634.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10635.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10636.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingPdfAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10637.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingPdfAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10638.             'App\\Controller\\Async\\Channel\\User\\CollectionAction:getUsersAssigned' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10639.             'App\\Controller\\Async\\Channel\\Video\\IndexController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10640.             'App\\Controller\\Async\\Channel\\Video\\IndexController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10641.             'App\\Controller\\Async\\EmbedController:__invoke' => ['privates''.service_locator.J8z_ArI''get_ServiceLocator_J8zArIService'false],
  10642.             'App\\Controller\\Async\\EmbedController' => ['privates''.service_locator.J8z_ArI''get_ServiceLocator_J8zArIService'false],
  10643.             'App\\Controller\\Front\\Channel\\Image\\DeleteController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10644.             'App\\Controller\\Front\\Channel\\Image\\DeleteController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10645.             'App\\Controller\\Front\\Channel\\ShowController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10646.             'App\\Controller\\Front\\Channel\\ShowController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10647.             'App\\Controller\\Front\\Channel\\ShowTrainingListController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10648.             'App\\Controller\\Front\\Channel\\ShowTrainingListController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10649.             'App\\Controller\\Front\\Channel\\SubAjaxListController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10650.             'App\\Controller\\Front\\Channel\\SubAjaxListController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10651.             'App\\Controller\\Front\\Exercise\\AnswerController:__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  10652.             'App\\Controller\\Front\\Exercise\\AnswerController' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  10653.             'App\\Controller\\Front\\Exercise\\CancelController:__invoke' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  10654.             'App\\Controller\\Front\\Exercise\\CancelController' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  10655.             'App\\Controller\\Front\\Exercise\\FinishController:__invoke' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  10656.             'App\\Controller\\Front\\Exercise\\FinishController' => ['privates''.service_locator.ek8O9be''get_ServiceLocator_Ek8O9beService'false],
  10657.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction:__invoke' => ['privates''.service_locator.KbnYwpa''get_ServiceLocator_KbnYwpaService'false],
  10658.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => ['privates''.service_locator.KbnYwpa''get_ServiceLocator_KbnYwpaService'false],
  10659.             'App\\Controller\\Front\\Exercise\\ShowController:__invoke' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  10660.             'App\\Controller\\Front\\Exercise\\ShowController' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  10661.             'App\\Controller\\Front\\Exercise\\SolutionController:__invoke' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  10662.             'App\\Controller\\Front\\Exercise\\SolutionController' => ['privates''.service_locator.kRHgqDt''get_ServiceLocator_KRHgqDtService'false],
  10663.             'App\\Controller\\Front\\Exercise\\StartController:__invoke' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  10664.             'App\\Controller\\Front\\Exercise\\StartController' => ['privates''.service_locator.aKDuaO.''get_ServiceLocator_AKDuaO_Service'false],
  10665.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController:__invoke' => ['privates''.service_locator.uMdqYOm''get_ServiceLocator_UMdqYOmService'false],
  10666.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => ['privates''.service_locator.uMdqYOm''get_ServiceLocator_UMdqYOmService'false],
  10667.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController:__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10668.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10669.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController:__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10670.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10671.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController:__invoke' => ['privates''.service_locator..VQgzgC''get_ServiceLocator__VQgzgCService'false],
  10672.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => ['privates''.service_locator..VQgzgC''get_ServiceLocator__VQgzgCService'false],
  10673.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController:__invoke' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10674.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController' => ['privates''.service_locator.vsyeuch''get_ServiceLocator_VsyeuchService'false],
  10675.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController:__invoke' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  10676.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => ['privates''.service_locator.axSPUHP''get_ServiceLocator_AxSPUHPService'false],
  10677.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController:__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  10678.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  10679.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController:__invoke' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  10680.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => ['privates''.service_locator.2QmeqlZ''get_ServiceLocator_2QmeqlZService'false],
  10681.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController:__invoke' => ['privates''.service_locator.HvyGIqV''get_ServiceLocator_HvyGIqVService'false],
  10682.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => ['privates''.service_locator.HvyGIqV''get_ServiceLocator_HvyGIqVService'false],
  10683.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController:__invoke' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  10684.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  10685.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResourcesFiles' => ['privates''.service_locator.W9zh42Q''get_ServiceLocator_W9zh42QService'false],
  10686.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResponsesFiles' => ['privates''.service_locator.aoOp0VB''get_ServiceLocator_AoOp0VBService'false],
  10687.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction:__invoke' => ['privates''.service_locator.FazFLSW''get_ServiceLocator_FazFLSWService'false],
  10688.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => ['privates''.service_locator.FazFLSW''get_ServiceLocator_FazFLSWService'false],
  10689.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController:__invoke' => ['privates''.service_locator.PhAmqRu''get_ServiceLocator_PhAmqRuService'false],
  10690.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => ['privates''.service_locator.PhAmqRu''get_ServiceLocator_PhAmqRuService'false],
  10691.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController:__invoke' => ['privates''.service_locator.o2Ryu8z''get_ServiceLocator_O2Ryu8zService'false],
  10692.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => ['privates''.service_locator.o2Ryu8z''get_ServiceLocator_O2Ryu8zService'false],
  10693.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController:__invoke' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  10694.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => ['privates''.service_locator.z4vVS.d''get_ServiceLocator_Z4vVS_DService'false],
  10695.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController:__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10696.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10697.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController:__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10698.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10699.             'App\\Controller\\Front\\Scholar\\Training\\ShowController:__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10700.             'App\\Controller\\Front\\Scholar\\Training\\ShowController' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10701.             'App\\Controller\\Manager\\Channel\\Assignable\\CloseAction:closeMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10702.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction:__invoke' => ['privates''.service_locator.u_tx1Yx''get_ServiceLocator_UTx1YxService'false],
  10703.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction' => ['privates''.service_locator.u_tx1Yx''get_ServiceLocator_UTx1YxService'false],
  10704.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction:handleReattribution' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10705.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController:__invoke' => ['privates''.service_locator.Mc71R9_''get_ServiceLocator_Mc71R9Service'false],
  10706.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => ['privates''.service_locator.Mc71R9_''get_ServiceLocator_Mc71R9Service'false],
  10707.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController:__invoke' => ['privates''.service_locator.PWIGnnc''get_ServiceLocator_PWIGnncService'false],
  10708.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => ['privates''.service_locator.PWIGnnc''get_ServiceLocator_PWIGnncService'false],
  10709.             'App\\Controller\\Manager\\Channel\\DashboardAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10710.             'App\\Controller\\Manager\\Channel\\DashboardAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10711.             'App\\Controller\\Manager\\Channel\\DeleteController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10712.             'App\\Controller\\Manager\\Channel\\DeleteController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10713.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController:deleteMultiple' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10714.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10715.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10716.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController:__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  10717.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  10718.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController:__invoke' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  10719.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => ['privates''.service_locator.qnrGaQw''get_ServiceLocator_QnrGaQwService'false],
  10720.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction:__invoke' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  10721.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  10722.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction:__invoke' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  10723.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction' => ['privates''.service_locator.IQ8apA3''get_ServiceLocator_IQ8apA3Service'false],
  10724.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10725.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10726.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController:__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  10727.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  10728.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController:__invoke' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  10729.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => ['privates''.service_locator.m6HAWmh''get_ServiceLocator_M6HAWmhService'false],
  10730.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10731.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10732.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10733.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10734.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController:__invoke' => ['privates''.service_locator.I0Q7FZl''get_ServiceLocator_I0Q7FZlService'false],
  10735.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController' => ['privates''.service_locator.I0Q7FZl''get_ServiceLocator_I0Q7FZlService'false],
  10736.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController:deleteMultiple' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10737.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController:__invoke' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  10738.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  10739.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController:deleteMultiple' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10740.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction:__invoke' => ['privates''.service_locator.YSnJPPQ''get_ServiceLocator_YSnJPPQService'false],
  10741.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction' => ['privates''.service_locator.YSnJPPQ''get_ServiceLocator_YSnJPPQService'false],
  10742.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10743.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10744.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10745.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10746.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10747.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10748.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10749.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10750.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10751.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10752.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10753.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10754.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10755.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10756.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10757.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10758.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController:__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  10759.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  10760.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10761.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10762.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction:__invoke' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  10763.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => ['privates''.service_locator.5G79K9R''get_ServiceLocator_5G79K9RService'false],
  10764.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10765.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10766.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10767.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10768.             'App\\Controller\\Manager\\Channel\\Module\\EditController:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10769.             'App\\Controller\\Manager\\Channel\\Module\\EditController' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10770.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10771.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10772.             'App\\Controller\\Manager\\Channel\\Module\\GetAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10773.             'App\\Controller\\Manager\\Channel\\Module\\GetAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10774.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10775.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10776.             'App\\Controller\\Manager\\Channel\\Module\\NewController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10777.             'App\\Controller\\Manager\\Channel\\Module\\NewController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10778.             'App\\Controller\\Manager\\Channel\\Module\\ShareController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10779.             'App\\Controller\\Manager\\Channel\\Module\\ShareController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10780.             'App\\Controller\\Manager\\Channel\\Module\\ShowController:__invoke' => ['privates''.service_locator.NVnD32W''get_ServiceLocator_NVnD32WService'false],
  10781.             'App\\Controller\\Manager\\Channel\\Module\\ShowController' => ['privates''.service_locator.NVnD32W''get_ServiceLocator_NVnD32WService'false],
  10782.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10783.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10784.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction:__invoke' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10785.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => ['privates''.service_locator.eonISJe''get_ServiceLocator_EonISJeService'false],
  10786.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10787.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10788.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10789.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10790.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10791.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10792.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10793.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10794.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController:__invoke' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10795.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController' => ['privates''.service_locator.L_kcGCS''get_ServiceLocator_LKcGCSService'false],
  10796.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10797.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10798.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10799.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10800.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController:__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10801.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10802.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10803.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10804.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10805.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10806.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10807.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10808.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10809.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10810.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10811.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10812.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10813.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10814.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController:__invoke' => ['privates''.service_locator.eIVSBjG''get_ServiceLocator_EIVSBjGService'false],
  10815.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => ['privates''.service_locator.eIVSBjG''get_ServiceLocator_EIVSBjGService'false],
  10816.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10817.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10818.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController:__invoke' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10819.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => ['privates''.service_locator.ZKyQxSM''get_ServiceLocator_ZKyQxSMService'false],
  10820.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController:__invoke' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  10821.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => ['privates''.service_locator.f4URvXz''get_ServiceLocator_F4URvXzService'false],
  10822.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10823.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10824.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10825.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10826.             'App\\Controller\\Manager\\Channel\\Training\\EditController:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10827.             'App\\Controller\\Manager\\Channel\\Training\\EditController' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10828.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10829.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10830.             'App\\Controller\\Manager\\Channel\\Training\\GetAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10831.             'App\\Controller\\Manager\\Channel\\Training\\GetAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10832.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10833.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10834.             'App\\Controller\\Manager\\Channel\\Training\\NewController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10835.             'App\\Controller\\Manager\\Channel\\Training\\NewController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10836.             'App\\Controller\\Manager\\Channel\\Training\\ShareController:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10837.             'App\\Controller\\Manager\\Channel\\Training\\ShareController' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10838.             'App\\Controller\\Manager\\Channel\\Training\\ShowController:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10839.             'App\\Controller\\Manager\\Channel\\Training\\ShowController' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10840.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10841.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10842.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction:__invoke' => ['privates''.service_locator.qlR0.rD''get_ServiceLocator_QlR0_RDService'false],
  10843.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction' => ['privates''.service_locator.qlR0.rD''get_ServiceLocator_QlR0_RDService'false],
  10844.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction:__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10845.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10846.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10847.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10848.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction:__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10849.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10850.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction:__invoke' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10851.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction' => ['privates''.service_locator.Lc5Mrr_''get_ServiceLocator_Lc5MrrService'false],
  10852.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction:__invoke' => ['privates''.service_locator.TpleGdD''get_ServiceLocator_TpleGdDService'false],
  10853.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction' => ['privates''.service_locator.TpleGdD''get_ServiceLocator_TpleGdDService'false],
  10854.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction:__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10855.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10856.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10857.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10858.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction:__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10859.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10860.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction:__invoke' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10861.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction' => ['privates''.service_locator.ycL.vwg''get_ServiceLocator_YcL_VwgService'false],
  10862.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10863.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10864.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10865.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10866.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10867.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10868.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10869.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10870.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction:__invoke' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10871.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction' => ['privates''.service_locator.UxpixXM''get_ServiceLocator_UxpixXMService'false],
  10872.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction:__invoke' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  10873.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  10874.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction:__invoke' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  10875.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction' => ['privates''.service_locator.8KeT6zT''get_ServiceLocator_8KeT6zTService'false],
  10876.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction:__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10877.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10878.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction:__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10879.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10880.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10881.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10882.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction:__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10883.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10884.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction:__invoke' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10885.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction' => ['privates''.service_locator.m4fu.GK''get_ServiceLocator_M4fu_GKService'false],
  10886.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction:__invoke' => ['privates''.service_locator.pAIsqGW''get_ServiceLocator_PAIsqGWService'false],
  10887.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction' => ['privates''.service_locator.pAIsqGW''get_ServiceLocator_PAIsqGWService'false],
  10888.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction:__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10889.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10890.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10891.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10892.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction:__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10893.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10894.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction:__invoke' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10895.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction' => ['privates''.service_locator.8z1bHXC''get_ServiceLocator_8z1bHXCService'false],
  10896.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction:__invoke' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  10897.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  10898.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction:__invoke' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  10899.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction' => ['privates''.service_locator._9r5tdk''get_ServiceLocator_9r5tdkService'false],
  10900.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10901.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10902.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10903.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10904.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10905.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10906.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10907.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10908.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction:__invoke' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10909.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction' => ['privates''.service_locator.gpz0aP_''get_ServiceLocator_Gpz0aPService'false],
  10910.             'App\\Controller\\ReverseSync\\Account\\Notification\\GetAction:__invoke' => ['privates''.service_locator._U2m1zW''get_ServiceLocator_U2m1zWService'false],
  10911.             'App\\Controller\\ReverseSync\\Account\\Notification\\GetAction' => ['privates''.service_locator._U2m1zW''get_ServiceLocator_U2m1zWService'false],
  10912.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction:__invoke' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10913.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction' => ['privates''.service_locator.ldJl2hx''get_ServiceLocator_LdJl2hxService'false],
  10914.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression:__invoke' => ['privates''.service_locator.gjFgSCm''get_ServiceLocator_GjFgSCmService'false],
  10915.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression' => ['privates''.service_locator.gjFgSCm''get_ServiceLocator_GjFgSCmService'false],
  10916.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction:__invoke' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10917.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction' => ['privates''.service_locator.k.6sDgC''get_ServiceLocator_K_6sDgCService'false],
  10918.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController:__invoke' => ['privates''.service_locator.dQHhS3S''get_ServiceLocator_DQHhS3SService'false],
  10919.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController' => ['privates''.service_locator.dQHhS3S''get_ServiceLocator_DQHhS3SService'false],
  10920.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController:show' => ['privates''.service_locator.nyQ9vNF''get_ServiceLocator_NyQ9vNFService'false],
  10921.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  10922.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  10923.             'kernel:terminate' => ['privates''.service_locator.KfwZsne''get_ServiceLocator_KfwZsneService'false],
  10924.         ], [
  10925.             'App\\Controller\\Admin\\DashboardController::__invoke' => '?',
  10926.             'App\\Controller\\Async\\Bunny\\Collection\\GetDetailsAction::__invoke' => '?',
  10927.             'App\\Controller\\Async\\Bunny\\Video\\DeleteAction::__invoke' => '?',
  10928.             'App\\Controller\\Async\\Bunny\\Video\\GetAction::__invoke' => '?',
  10929.             'App\\Controller\\Async\\Bunny\\Video\\GetCollectionAction::__invoke' => '?',
  10930.             'App\\Controller\\Async\\Bunny\\Video\\GetVideoUsageAction::__invoke' => '?',
  10931.             'App\\Controller\\Async\\Bunny\\Video\\PostAction::__invoke' => '?',
  10932.             'App\\Controller\\Async\\Bunny\\Video\\PutAction::__invoke' => '?',
  10933.             'App\\Controller\\Async\\Bunny\\Video\\RefreshAction::__invoke' => '?',
  10934.             'App\\Controller\\Async\\Bunny\\Video\\TranscribeAction::__invoke' => '?',
  10935.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction::getForDashboard' => '?',
  10936.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction::__invoke' => '?',
  10937.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction::__invoke' => '?',
  10938.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage::__invoke' => '?',
  10939.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync::__invoke' => '?',
  10940.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync::__invoke' => '?',
  10941.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction::__invoke' => '?',
  10942.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction::__invoke' => '?',
  10943.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction::__invoke' => '?',
  10944.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync::__invoke' => '?',
  10945.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction::__invoke' => '?',
  10946.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction::__invoke' => '?',
  10947.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction::__invoke' => '?',
  10948.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction::__invoke' => '?',
  10949.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction::__invoke' => '?',
  10950.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction::__invoke' => '?',
  10951.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingPdfAction::__invoke' => '?',
  10952.             'App\\Controller\\Async\\Channel\\User\\CollectionAction::getUsersAssigned' => '?',
  10953.             'App\\Controller\\Async\\Channel\\Video\\IndexController::__invoke' => '?',
  10954.             'App\\Controller\\Async\\EmbedController::__invoke' => '?',
  10955.             'App\\Controller\\Front\\Channel\\Image\\DeleteController::__invoke' => '?',
  10956.             'App\\Controller\\Front\\Channel\\ShowController::__invoke' => '?',
  10957.             'App\\Controller\\Front\\Channel\\ShowTrainingListController::__invoke' => '?',
  10958.             'App\\Controller\\Front\\Channel\\SubAjaxListController::__invoke' => '?',
  10959.             'App\\Controller\\Front\\Exercise\\AnswerController::__invoke' => '?',
  10960.             'App\\Controller\\Front\\Exercise\\CancelController::__invoke' => '?',
  10961.             'App\\Controller\\Front\\Exercise\\FinishController::__invoke' => '?',
  10962.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction::__invoke' => '?',
  10963.             'App\\Controller\\Front\\Exercise\\ShowController::__invoke' => '?',
  10964.             'App\\Controller\\Front\\Exercise\\SolutionController::__invoke' => '?',
  10965.             'App\\Controller\\Front\\Exercise\\StartController::__invoke' => '?',
  10966.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController::__invoke' => '?',
  10967.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController::__invoke' => '?',
  10968.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController::__invoke' => '?',
  10969.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController::__invoke' => '?',
  10970.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController::__invoke' => '?',
  10971.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController::__invoke' => '?',
  10972.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController::__invoke' => '?',
  10973.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController::__invoke' => '?',
  10974.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController::__invoke' => '?',
  10975.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController::__invoke' => '?',
  10976.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResourcesFiles' => '?',
  10977.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController::downloadResponsesFiles' => '?',
  10978.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction::__invoke' => '?',
  10979.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController::__invoke' => '?',
  10980.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController::__invoke' => '?',
  10981.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController::__invoke' => '?',
  10982.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController::__invoke' => '?',
  10983.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController::__invoke' => '?',
  10984.             'App\\Controller\\Front\\Scholar\\Training\\ShowController::__invoke' => '?',
  10985.             'App\\Controller\\Manager\\Channel\\Assignable\\CloseAction::closeMultiple' => '?',
  10986.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction::__invoke' => '?',
  10987.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction::handleReattribution' => '?',
  10988.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController::__invoke' => '?',
  10989.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController::__invoke' => '?',
  10990.             'App\\Controller\\Manager\\Channel\\DashboardAction::__invoke' => '?',
  10991.             'App\\Controller\\Manager\\Channel\\DeleteController::__invoke' => '?',
  10992.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController::deleteMultiple' => '?',
  10993.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction::__invoke' => '?',
  10994.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController::__invoke' => '?',
  10995.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController::__invoke' => '?',
  10996.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction::__invoke' => '?',
  10997.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction::__invoke' => '?',
  10998.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController::__invoke' => '?',
  10999.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController::__invoke' => '?',
  11000.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController::__invoke' => '?',
  11001.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction::__invoke' => '?',
  11002.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction::__invoke' => '?',
  11003.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController::__invoke' => '?',
  11004.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController::deleteMultiple' => '?',
  11005.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController::__invoke' => '?',
  11006.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController::deleteMultiple' => '?',
  11007.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction::__invoke' => '?',
  11008.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController::__invoke' => '?',
  11009.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction::__invoke' => '?',
  11010.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction::__invoke' => '?',
  11011.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController::__invoke' => '?',
  11012.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction::__invoke' => '?',
  11013.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController::__invoke' => '?',
  11014.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController::__invoke' => '?',
  11015.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController::__invoke' => '?',
  11016.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController::__invoke' => '?',
  11017.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction::__invoke' => '?',
  11018.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction::__invoke' => '?',
  11019.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction::__invoke' => '?',
  11020.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction::__invoke' => '?',
  11021.             'App\\Controller\\Manager\\Channel\\Module\\EditController::__invoke' => '?',
  11022.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction::__invoke' => '?',
  11023.             'App\\Controller\\Manager\\Channel\\Module\\GetAction::__invoke' => '?',
  11024.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction::__invoke' => '?',
  11025.             'App\\Controller\\Manager\\Channel\\Module\\NewController::__invoke' => '?',
  11026.             'App\\Controller\\Manager\\Channel\\Module\\ShareController::__invoke' => '?',
  11027.             'App\\Controller\\Manager\\Channel\\Module\\ShowController::__invoke' => '?',
  11028.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController::__invoke' => '?',
  11029.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction::__invoke' => '?',
  11030.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController::__invoke' => '?',
  11031.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController::__invoke' => '?',
  11032.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController::__invoke' => '?',
  11033.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController::__invoke' => '?',
  11034.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController::__invoke' => '?',
  11035.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController::__invoke' => '?',
  11036.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController::__invoke' => '?',
  11037.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController::__invoke' => '?',
  11038.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController::__invoke' => '?',
  11039.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController::__invoke' => '?',
  11040.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController::__invoke' => '?',
  11041.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController::__invoke' => '?',
  11042.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController::__invoke' => '?',
  11043.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase::__invoke' => '?',
  11044.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController::__invoke' => '?',
  11045.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController::__invoke' => '?',
  11046.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController::__invoke' => '?',
  11047.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController::__invoke' => '?',
  11048.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction::__invoke' => '?',
  11049.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction::__invoke' => '?',
  11050.             'App\\Controller\\Manager\\Channel\\Training\\EditController::__invoke' => '?',
  11051.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction::__invoke' => '?',
  11052.             'App\\Controller\\Manager\\Channel\\Training\\GetAction::__invoke' => '?',
  11053.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction::__invoke' => '?',
  11054.             'App\\Controller\\Manager\\Channel\\Training\\NewController::__invoke' => '?',
  11055.             'App\\Controller\\Manager\\Channel\\Training\\ShareController::__invoke' => '?',
  11056.             'App\\Controller\\Manager\\Channel\\Training\\ShowController::__invoke' => '?',
  11057.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction::__invoke' => '?',
  11058.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction::__invoke' => '?',
  11059.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction::__invoke' => '?',
  11060.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction::__invoke' => '?',
  11061.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction::__invoke' => '?',
  11062.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction::__invoke' => '?',
  11063.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction::__invoke' => '?',
  11064.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction::__invoke' => '?',
  11065.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction::__invoke' => '?',
  11066.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction::__invoke' => '?',
  11067.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction::__invoke' => '?',
  11068.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction::__invoke' => '?',
  11069.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction::__invoke' => '?',
  11070.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction::__invoke' => '?',
  11071.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction::__invoke' => '?',
  11072.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction::__invoke' => '?',
  11073.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction::__invoke' => '?',
  11074.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction::__invoke' => '?',
  11075.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction::__invoke' => '?',
  11076.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction::__invoke' => '?',
  11077.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction::__invoke' => '?',
  11078.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction::__invoke' => '?',
  11079.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction::__invoke' => '?',
  11080.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction::__invoke' => '?',
  11081.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction::__invoke' => '?',
  11082.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction::__invoke' => '?',
  11083.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction::__invoke' => '?',
  11084.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction::__invoke' => '?',
  11085.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction::__invoke' => '?',
  11086.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction::__invoke' => '?',
  11087.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction::__invoke' => '?',
  11088.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction::__invoke' => '?',
  11089.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction::__invoke' => '?',
  11090.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction::__invoke' => '?',
  11091.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction::__invoke' => '?',
  11092.             'App\\Controller\\ReverseSync\\Account\\Notification\\GetAction::__invoke' => '?',
  11093.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction::__invoke' => '?',
  11094.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression::__invoke' => '?',
  11095.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction::__invoke' => '?',
  11096.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController::__invoke' => '?',
  11097.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController::show' => '?',
  11098.             'kernel::loadRoutes' => '?',
  11099.             'kernel::registerContainerConfiguration' => '?',
  11100.             'kernel::terminate' => '?',
  11101.             'App\\Controller\\Admin\\DashboardController:__invoke' => '?',
  11102.             'App\\Controller\\Admin\\DashboardController' => '?',
  11103.             'App\\Controller\\Async\\Bunny\\Collection\\GetDetailsAction:__invoke' => '?',
  11104.             'App\\Controller\\Async\\Bunny\\Collection\\GetDetailsAction' => '?',
  11105.             'App\\Controller\\Async\\Bunny\\Video\\DeleteAction:__invoke' => '?',
  11106.             'App\\Controller\\Async\\Bunny\\Video\\DeleteAction' => '?',
  11107.             'App\\Controller\\Async\\Bunny\\Video\\GetAction:__invoke' => '?',
  11108.             'App\\Controller\\Async\\Bunny\\Video\\GetAction' => '?',
  11109.             'App\\Controller\\Async\\Bunny\\Video\\GetCollectionAction:__invoke' => '?',
  11110.             'App\\Controller\\Async\\Bunny\\Video\\GetCollectionAction' => '?',
  11111.             'App\\Controller\\Async\\Bunny\\Video\\GetVideoUsageAction:__invoke' => '?',
  11112.             'App\\Controller\\Async\\Bunny\\Video\\GetVideoUsageAction' => '?',
  11113.             'App\\Controller\\Async\\Bunny\\Video\\PostAction:__invoke' => '?',
  11114.             'App\\Controller\\Async\\Bunny\\Video\\PostAction' => '?',
  11115.             'App\\Controller\\Async\\Bunny\\Video\\PutAction:__invoke' => '?',
  11116.             'App\\Controller\\Async\\Bunny\\Video\\PutAction' => '?',
  11117.             'App\\Controller\\Async\\Bunny\\Video\\RefreshAction:__invoke' => '?',
  11118.             'App\\Controller\\Async\\Bunny\\Video\\RefreshAction' => '?',
  11119.             'App\\Controller\\Async\\Bunny\\Video\\TranscribeAction:__invoke' => '?',
  11120.             'App\\Controller\\Async\\Bunny\\Video\\TranscribeAction' => '?',
  11121.             'App\\Controller\\Async\\Channel\\Assignable\\CollectionUserAction:getForDashboard' => '?',
  11122.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction:__invoke' => '?',
  11123.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\AttendancePostAction' => '?',
  11124.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction:__invoke' => '?',
  11125.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\ChatBotAction' => '?',
  11126.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage:__invoke' => '?',
  11127.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\ChatBot\\PostNewMessage' => '?',
  11128.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync:__invoke' => '?',
  11129.             'App\\Controller\\Async\\Channel\\Scholar\\Chapter\\OrderChapterAsync' => '?',
  11130.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync:__invoke' => '?',
  11131.             'App\\Controller\\Async\\Channel\\Scholar\\Exercice\\OrderExerciseAsync' => '?',
  11132.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction:__invoke' => '?',
  11133.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\AttendancePostAction' => '?',
  11134.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction:__invoke' => '?',
  11135.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\CollectionAction' => '?',
  11136.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction:__invoke' => '?',
  11137.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\ExportLessonListAction' => '?',
  11138.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync:__invoke' => '?',
  11139.             'App\\Controller\\Async\\Channel\\Scholar\\Lesson\\RemoveChapterExercisePracticalCaseAsync' => '?',
  11140.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction:__invoke' => '?',
  11141.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\CollectionAction' => '?',
  11142.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction:__invoke' => '?',
  11143.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleAction' => '?',
  11144.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction:__invoke' => '?',
  11145.             'App\\Controller\\Async\\Channel\\Scholar\\Module\\ExportModuleListAction' => '?',
  11146.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction:__invoke' => '?',
  11147.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\CollectionAction' => '?',
  11148.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction:__invoke' => '?',
  11149.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingAction' => '?',
  11150.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction:__invoke' => '?',
  11151.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingListAction' => '?',
  11152.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingPdfAction:__invoke' => '?',
  11153.             'App\\Controller\\Async\\Channel\\Scholar\\Training\\ExportTrainingPdfAction' => '?',
  11154.             'App\\Controller\\Async\\Channel\\User\\CollectionAction:getUsersAssigned' => '?',
  11155.             'App\\Controller\\Async\\Channel\\Video\\IndexController:__invoke' => '?',
  11156.             'App\\Controller\\Async\\Channel\\Video\\IndexController' => '?',
  11157.             'App\\Controller\\Async\\EmbedController:__invoke' => '?',
  11158.             'App\\Controller\\Async\\EmbedController' => '?',
  11159.             'App\\Controller\\Front\\Channel\\Image\\DeleteController:__invoke' => '?',
  11160.             'App\\Controller\\Front\\Channel\\Image\\DeleteController' => '?',
  11161.             'App\\Controller\\Front\\Channel\\ShowController:__invoke' => '?',
  11162.             'App\\Controller\\Front\\Channel\\ShowController' => '?',
  11163.             'App\\Controller\\Front\\Channel\\ShowTrainingListController:__invoke' => '?',
  11164.             'App\\Controller\\Front\\Channel\\ShowTrainingListController' => '?',
  11165.             'App\\Controller\\Front\\Channel\\SubAjaxListController:__invoke' => '?',
  11166.             'App\\Controller\\Front\\Channel\\SubAjaxListController' => '?',
  11167.             'App\\Controller\\Front\\Exercise\\AnswerController:__invoke' => '?',
  11168.             'App\\Controller\\Front\\Exercise\\AnswerController' => '?',
  11169.             'App\\Controller\\Front\\Exercise\\CancelController:__invoke' => '?',
  11170.             'App\\Controller\\Front\\Exercise\\CancelController' => '?',
  11171.             'App\\Controller\\Front\\Exercise\\FinishController:__invoke' => '?',
  11172.             'App\\Controller\\Front\\Exercise\\FinishController' => '?',
  11173.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction:__invoke' => '?',
  11174.             'App\\Controller\\Front\\Exercise\\RedirectToShowResultsAction' => '?',
  11175.             'App\\Controller\\Front\\Exercise\\ShowController:__invoke' => '?',
  11176.             'App\\Controller\\Front\\Exercise\\ShowController' => '?',
  11177.             'App\\Controller\\Front\\Exercise\\SolutionController:__invoke' => '?',
  11178.             'App\\Controller\\Front\\Exercise\\SolutionController' => '?',
  11179.             'App\\Controller\\Front\\Exercise\\StartController:__invoke' => '?',
  11180.             'App\\Controller\\Front\\Exercise\\StartController' => '?',
  11181.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController:__invoke' => '?',
  11182.             'App\\Controller\\Front\\Scholar\\Chapter\\ChapterController' => '?',
  11183.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController:__invoke' => '?',
  11184.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\AskTrainerController' => '?',
  11185.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController:__invoke' => '?',
  11186.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\DeleteMessageController' => '?',
  11187.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController:__invoke' => '?',
  11188.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\RedirectToMessageController' => '?',
  11189.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController:__invoke' => '?',
  11190.             'App\\Controller\\Front\\Scholar\\Chapter\\Message\\ValidateChatConversationController' => '?',
  11191.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController:__invoke' => '?',
  11192.             'App\\Controller\\Front\\Scholar\\Lesson\\RedirectOnLessonController' => '?',
  11193.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController:__invoke' => '?',
  11194.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowController' => '?',
  11195.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController:__invoke' => '?',
  11196.             'App\\Controller\\Front\\Scholar\\Lesson\\ShowLessonReviewController' => '?',
  11197.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController:__invoke' => '?',
  11198.             'App\\Controller\\Front\\Scholar\\PracticalCase\\CorrectorShowController' => '?',
  11199.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController:__invoke' => '?',
  11200.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DeletePracticalCaseResponseController' => '?',
  11201.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResourcesFiles' => '?',
  11202.             'App\\Controller\\Front\\Scholar\\PracticalCase\\DownloadPracticalCaseFilesController:downloadResponsesFiles' => '?',
  11203.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction:__invoke' => '?',
  11204.             'App\\Controller\\Front\\Scholar\\PracticalCase\\RedirectToShowPracticalCaseAction' => '?',
  11205.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController:__invoke' => '?',
  11206.             'App\\Controller\\Front\\Scholar\\PracticalCase\\ShowController' => '?',
  11207.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController:__invoke' => '?',
  11208.             'App\\Controller\\Front\\Scholar\\Training\\Advice\\DeleteAdviceController' => '?',
  11209.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController:__invoke' => '?',
  11210.             'App\\Controller\\Front\\Scholar\\Training\\Ajax\\GetTrainingController' => '?',
  11211.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController:__invoke' => '?',
  11212.             'App\\Controller\\Front\\Scholar\\Training\\Payment\\PaymentFundingContactController' => '?',
  11213.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController:__invoke' => '?',
  11214.             'App\\Controller\\Front\\Scholar\\Training\\ShowConnectedController' => '?',
  11215.             'App\\Controller\\Front\\Scholar\\Training\\ShowController:__invoke' => '?',
  11216.             'App\\Controller\\Front\\Scholar\\Training\\ShowController' => '?',
  11217.             'App\\Controller\\Manager\\Channel\\Assignable\\CloseAction:closeMultiple' => '?',
  11218.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction:__invoke' => '?',
  11219.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction' => '?',
  11220.             'App\\Controller\\Manager\\Channel\\Assignable\\ReattributeAction:handleReattribution' => '?',
  11221.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController:__invoke' => '?',
  11222.             'App\\Controller\\Manager\\Channel\\Chapter\\Message\\DeleteMessageController' => '?',
  11223.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController:__invoke' => '?',
  11224.             'App\\Controller\\Manager\\Channel\\Chapter\\ShowController' => '?',
  11225.             'App\\Controller\\Manager\\Channel\\DashboardAction:__invoke' => '?',
  11226.             'App\\Controller\\Manager\\Channel\\DashboardAction' => '?',
  11227.             'App\\Controller\\Manager\\Channel\\DeleteController:__invoke' => '?',
  11228.             'App\\Controller\\Manager\\Channel\\DeleteController' => '?',
  11229.             'App\\Controller\\Manager\\Channel\\DeleteMultipleController:deleteMultiple' => '?',
  11230.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction:__invoke' => '?',
  11231.             'App\\Controller\\Manager\\Channel\\Exercise\\CollectionAction' => '?',
  11232.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController:__invoke' => '?',
  11233.             'App\\Controller\\Manager\\Channel\\Exercise\\DeleteController' => '?',
  11234.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController:__invoke' => '?',
  11235.             'App\\Controller\\Manager\\Channel\\Exercise\\EditController' => '?',
  11236.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction:__invoke' => '?',
  11237.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowAction' => '?',
  11238.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction:__invoke' => '?',
  11239.             'App\\Controller\\Manager\\Channel\\Exercise\\ExerciseResultShowPdfAction' => '?',
  11240.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController:__invoke' => '?',
  11241.             'App\\Controller\\Manager\\Channel\\Exercise\\NewController' => '?',
  11242.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController:__invoke' => '?',
  11243.             'App\\Controller\\Manager\\Channel\\Exercise\\ShowController' => '?',
  11244.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController:__invoke' => '?',
  11245.             'App\\Controller\\Manager\\Channel\\Exercise\\StartController' => '?',
  11246.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction:__invoke' => '?',
  11247.             'App\\Controller\\Manager\\Channel\\Lesson\\CheckSharedLessonAction' => '?',
  11248.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction:__invoke' => '?',
  11249.             'App\\Controller\\Manager\\Channel\\Lesson\\CollectionAction' => '?',
  11250.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController:__invoke' => '?',
  11251.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController' => '?',
  11252.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteMessageController:deleteMultiple' => '?',
  11253.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController:__invoke' => '?',
  11254.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController' => '?',
  11255.             'App\\Controller\\Manager\\Channel\\Lesson\\DeleteReviewController:deleteMultiple' => '?',
  11256.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction:__invoke' => '?',
  11257.             'App\\Controller\\Manager\\Channel\\Lesson\\DetailsAction' => '?',
  11258.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController:__invoke' => '?',
  11259.             'App\\Controller\\Manager\\Channel\\Lesson\\EditController' => '?',
  11260.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction:__invoke' => '?',
  11261.             'App\\Controller\\Manager\\Channel\\Lesson\\EnsureScormLessonAction' => '?',
  11262.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction:__invoke' => '?',
  11263.             'App\\Controller\\Manager\\Channel\\Lesson\\GetScormAction' => '?',
  11264.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController:__invoke' => '?',
  11265.             'App\\Controller\\Manager\\Channel\\Lesson\\IndexLessonController' => '?',
  11266.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction:__invoke' => '?',
  11267.             'App\\Controller\\Manager\\Channel\\Lesson\\MessageCollectionAction' => '?',
  11268.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController:__invoke' => '?',
  11269.             'App\\Controller\\Manager\\Channel\\Lesson\\NewController' => '?',
  11270.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController:__invoke' => '?',
  11271.             'App\\Controller\\Manager\\Channel\\Lesson\\ReviewCollectionController' => '?',
  11272.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController:__invoke' => '?',
  11273.             'App\\Controller\\Manager\\Channel\\Lesson\\ShareController' => '?',
  11274.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController:__invoke' => '?',
  11275.             'App\\Controller\\Manager\\Channel\\Lesson\\ShowController' => '?',
  11276.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction:__invoke' => '?',
  11277.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleAction' => '?',
  11278.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction:__invoke' => '?',
  11279.             'App\\Controller\\Manager\\Channel\\Lesson\\ToggleLessonReviewAction' => '?',
  11280.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction:__invoke' => '?',
  11281.             'App\\Controller\\Manager\\Channel\\Module\\CollectionAction' => '?',
  11282.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction:__invoke' => '?',
  11283.             'App\\Controller\\Manager\\Channel\\Module\\DuplicateAction' => '?',
  11284.             'App\\Controller\\Manager\\Channel\\Module\\EditController:__invoke' => '?',
  11285.             'App\\Controller\\Manager\\Channel\\Module\\EditController' => '?',
  11286.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction:__invoke' => '?',
  11287.             'App\\Controller\\Manager\\Channel\\Module\\EnsureScormAction' => '?',
  11288.             'App\\Controller\\Manager\\Channel\\Module\\GetAction:__invoke' => '?',
  11289.             'App\\Controller\\Manager\\Channel\\Module\\GetAction' => '?',
  11290.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction:__invoke' => '?',
  11291.             'App\\Controller\\Manager\\Channel\\Module\\GetScormAction' => '?',
  11292.             'App\\Controller\\Manager\\Channel\\Module\\NewController:__invoke' => '?',
  11293.             'App\\Controller\\Manager\\Channel\\Module\\NewController' => '?',
  11294.             'App\\Controller\\Manager\\Channel\\Module\\ShareController:__invoke' => '?',
  11295.             'App\\Controller\\Manager\\Channel\\Module\\ShareController' => '?',
  11296.             'App\\Controller\\Manager\\Channel\\Module\\ShowController:__invoke' => '?',
  11297.             'App\\Controller\\Manager\\Channel\\Module\\ShowController' => '?',
  11298.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController:__invoke' => '?',
  11299.             'App\\Controller\\Manager\\Channel\\Module\\ShowWithoutTrainingController' => '?',
  11300.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction:__invoke' => '?',
  11301.             'App\\Controller\\Manager\\Channel\\Module\\ToggleAction' => '?',
  11302.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController:__invoke' => '?',
  11303.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedLessonsController' => '?',
  11304.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController:__invoke' => '?',
  11305.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedModulesController' => '?',
  11306.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController:__invoke' => '?',
  11307.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\SharedTrainingsController' => '?',
  11308.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController:__invoke' => '?',
  11309.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareController' => '?',
  11310.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController:__invoke' => '?',
  11311.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Channel\\ToggleShareMultipleController' => '?',
  11312.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController:__invoke' => '?',
  11313.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonShowController' => '?',
  11314.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController:__invoke' => '?',
  11315.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Lesson\\SharedLessonsController' => '?',
  11316.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController:__invoke' => '?',
  11317.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModuleShowController' => '?',
  11318.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController:__invoke' => '?',
  11319.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Module\\SharedModulesController' => '?',
  11320.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController:__invoke' => '?',
  11321.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingShowController' => '?',
  11322.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController:__invoke' => '?',
  11323.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\Content\\Training\\SharedTrainingsIndexController' => '?',
  11324.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController:__invoke' => '?',
  11325.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\ShareProgressController' => '?',
  11326.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController:__invoke' => '?',
  11327.             'App\\Controller\\Manager\\Channel\\Order\\SharedContent\\SharedChannelsController' => '?',
  11328.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase:__invoke' => '?',
  11329.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ArchivePracticalCase' => '?',
  11330.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController:__invoke' => '?',
  11331.             'App\\Controller\\Manager\\Channel\\PracticalCase\\DownloadPracticalCaseFilesController' => '?',
  11332.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController:__invoke' => '?',
  11333.             'App\\Controller\\Manager\\Channel\\PracticalCase\\EditController' => '?',
  11334.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController:__invoke' => '?',
  11335.             'App\\Controller\\Manager\\Channel\\PracticalCase\\NewController' => '?',
  11336.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController:__invoke' => '?',
  11337.             'App\\Controller\\Manager\\Channel\\PracticalCase\\ShowController' => '?',
  11338.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction:__invoke' => '?',
  11339.             'App\\Controller\\Manager\\Channel\\Training\\CollectionAction' => '?',
  11340.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction:__invoke' => '?',
  11341.             'App\\Controller\\Manager\\Channel\\Training\\DuplicateAction' => '?',
  11342.             'App\\Controller\\Manager\\Channel\\Training\\EditController:__invoke' => '?',
  11343.             'App\\Controller\\Manager\\Channel\\Training\\EditController' => '?',
  11344.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction:__invoke' => '?',
  11345.             'App\\Controller\\Manager\\Channel\\Training\\EnsureScormAction' => '?',
  11346.             'App\\Controller\\Manager\\Channel\\Training\\GetAction:__invoke' => '?',
  11347.             'App\\Controller\\Manager\\Channel\\Training\\GetAction' => '?',
  11348.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction:__invoke' => '?',
  11349.             'App\\Controller\\Manager\\Channel\\Training\\GetScormAction' => '?',
  11350.             'App\\Controller\\Manager\\Channel\\Training\\NewController:__invoke' => '?',
  11351.             'App\\Controller\\Manager\\Channel\\Training\\NewController' => '?',
  11352.             'App\\Controller\\Manager\\Channel\\Training\\ShareController:__invoke' => '?',
  11353.             'App\\Controller\\Manager\\Channel\\Training\\ShareController' => '?',
  11354.             'App\\Controller\\Manager\\Channel\\Training\\ShowController:__invoke' => '?',
  11355.             'App\\Controller\\Manager\\Channel\\Training\\ShowController' => '?',
  11356.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction:__invoke' => '?',
  11357.             'App\\Controller\\Manager\\Channel\\Training\\ToggleAction' => '?',
  11358.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction:__invoke' => '?',
  11359.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\CreateAction' => '?',
  11360.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction:__invoke' => '?',
  11361.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\DeleteAction' => '?',
  11362.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction:__invoke' => '?',
  11363.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\IndexAction' => '?',
  11364.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction:__invoke' => '?',
  11365.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\ShowAction' => '?',
  11366.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction:__invoke' => '?',
  11367.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Chapter\\UpdateAction' => '?',
  11368.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction:__invoke' => '?',
  11369.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\CreateAction' => '?',
  11370.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction:__invoke' => '?',
  11371.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\DeleteAction' => '?',
  11372.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction:__invoke' => '?',
  11373.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\IndexAction' => '?',
  11374.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction:__invoke' => '?',
  11375.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\ShowAction' => '?',
  11376.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction:__invoke' => '?',
  11377.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Exercise\\UpdateAction' => '?',
  11378.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction:__invoke' => '?',
  11379.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\CreateAction' => '?',
  11380.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction:__invoke' => '?',
  11381.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\DeleteAction' => '?',
  11382.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction:__invoke' => '?',
  11383.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\IndexAction' => '?',
  11384.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction:__invoke' => '?',
  11385.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\ShowAction' => '?',
  11386.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction:__invoke' => '?',
  11387.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Lesson\\UpdateAction' => '?',
  11388.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction:__invoke' => '?',
  11389.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\AddAction' => '?',
  11390.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction:__invoke' => '?',
  11391.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\ModuleLesson\\RemoveAction' => '?',
  11392.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction:__invoke' => '?',
  11393.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\CreateAction' => '?',
  11394.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction:__invoke' => '?',
  11395.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\DeleteAction' => '?',
  11396.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction:__invoke' => '?',
  11397.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\IndexAction' => '?',
  11398.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction:__invoke' => '?',
  11399.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\ShowAction' => '?',
  11400.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction:__invoke' => '?',
  11401.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Module\\UpdateAction' => '?',
  11402.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction:__invoke' => '?',
  11403.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\CreateAction' => '?',
  11404.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction:__invoke' => '?',
  11405.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\DeleteAction' => '?',
  11406.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction:__invoke' => '?',
  11407.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\IndexAction' => '?',
  11408.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction:__invoke' => '?',
  11409.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\ShowAction' => '?',
  11410.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction:__invoke' => '?',
  11411.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\PracticalCase\\UpdateAction' => '?',
  11412.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction:__invoke' => '?',
  11413.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\AddAction' => '?',
  11414.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction:__invoke' => '?',
  11415.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\TrainingModule\\RemoveAction' => '?',
  11416.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction:__invoke' => '?',
  11417.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\CreateAction' => '?',
  11418.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction:__invoke' => '?',
  11419.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\DeleteAction' => '?',
  11420.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction:__invoke' => '?',
  11421.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\IndexAction' => '?',
  11422.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction:__invoke' => '?',
  11423.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\ShowAction' => '?',
  11424.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction:__invoke' => '?',
  11425.             'App\\Controller\\PartnerApi\\Channel\\Scholar\\Training\\UpdateAction' => '?',
  11426.             'App\\Controller\\ReverseSync\\Account\\Notification\\GetAction:__invoke' => '?',
  11427.             'App\\Controller\\ReverseSync\\Account\\Notification\\GetAction' => '?',
  11428.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction:__invoke' => '?',
  11429.             'App\\Controller\\ReverseSync\\Channel\\Training\\GetAction' => '?',
  11430.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression:__invoke' => '?',
  11431.             'App\\Controller\\ReverseSync\\Scholar\\GetTrainingUserProgression' => '?',
  11432.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction:__invoke' => '?',
  11433.             'App\\Controller\\ReverseSync\\Scholar\\Lesson\\CollectionAction' => '?',
  11434.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController:__invoke' => '?',
  11435.             'App\\Controller\\ReverseSync\\Scholar\\UserActivityExportController' => '?',
  11436.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController:show' => '?',
  11437.             'kernel:loadRoutes' => '?',
  11438.             'kernel:registerContainerConfiguration' => '?',
  11439.             'kernel:terminate' => '?',
  11440.         ]);
  11441.     }
  11442.     /**
  11443.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  11444.      *
  11445.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11446.      */
  11447.     protected function get_ServiceLocator_Y4J_A_EService()
  11448.     {
  11449.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11450.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11451.         ], [
  11452.             'failed' => '?',
  11453.         ]);
  11454.     }
  11455.     /**
  11456.      * Gets the private '.service_locator.YSnJPPQ' shared service.
  11457.      *
  11458.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11459.      */
  11460.     protected function get_ServiceLocator_YSnJPPQService()
  11461.     {
  11462.         return $this->privates['.service_locator.YSnJPPQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11463.             '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.'],
  11464.             '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.'],
  11465.             'lessonService' => ['privates''App\\Service\\Scholar\\LessonService''getLessonServiceService'false],
  11466.         ], [
  11467.             'channel' => 'App\\Entity\\Channel\\Channel',
  11468.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11469.             'lessonService' => 'App\\Service\\Scholar\\LessonService',
  11470.         ]);
  11471.     }
  11472.     /**
  11473.      * Gets the private '.service_locator.ZKyQxSM' shared service.
  11474.      *
  11475.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11476.      */
  11477.     protected function get_ServiceLocator_ZKyQxSMService()
  11478.     {
  11479.         return $this->privates['.service_locator.ZKyQxSM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11480.             '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.'],
  11481.             '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.'],
  11482.         ], [
  11483.             'channel' => 'App\\Entity\\Channel\\Channel',
  11484.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11485.         ]);
  11486.     }
  11487.     /**
  11488.      * Gets the private '.service_locator.ZY6ANyO' shared service.
  11489.      *
  11490.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11491.      */
  11492.     protected function get_ServiceLocator_ZY6ANyOService()
  11493.     {
  11494.         return $this->privates['.service_locator.ZY6ANyO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11495.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11496.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11497.             'messenger.transport.reverse_sync_transport' => ['privates''messenger.transport.reverse_sync_transport''getMessenger_Transport_ReverseSyncTransportService'false],
  11498.             'messenger.transport.share_content_transport' => ['privates''messenger.transport.share_content_transport''getMessenger_Transport_ShareContentTransportService'false],
  11499.             'messenger.transport.sync_ack' => ['privates''messenger.transport.sync_ack''getMessenger_Transport_SyncAckService'false],
  11500.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  11501.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  11502.             'reverse_sync_transport' => ['privates''messenger.transport.reverse_sync_transport''getMessenger_Transport_ReverseSyncTransportService'false],
  11503.             'share_content_transport' => ['privates''messenger.transport.share_content_transport''getMessenger_Transport_ShareContentTransportService'false],
  11504.             'sync_ack' => ['privates''messenger.transport.sync_ack''getMessenger_Transport_SyncAckService'false],
  11505.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  11506.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  11507.         ], [
  11508.             'failed' => '?',
  11509.             'messenger.transport.failed' => '?',
  11510.             'messenger.transport.reverse_sync_transport' => '?',
  11511.             'messenger.transport.share_content_transport' => '?',
  11512.             'messenger.transport.sync_ack' => '?',
  11513.             'messenger.transport.sync_full_user_transport' => '?',
  11514.             'messenger.transport.sync_transport' => '?',
  11515.             'reverse_sync_transport' => '?',
  11516.             'share_content_transport' => '?',
  11517.             'sync_ack' => '?',
  11518.             'sync_full_user_transport' => '?',
  11519.             'sync_transport' => '?',
  11520.         ]);
  11521.     }
  11522.     /**
  11523.      * Gets the private '.service_locator._9r5tdk' shared service.
  11524.      *
  11525.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11526.      */
  11527.     protected function get_ServiceLocator_9r5tdkService()
  11528.     {
  11529.         return $this->privates['.service_locator._9r5tdk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11530.             '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.'],
  11531.             '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.'],
  11532.             '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.'],
  11533.         ], [
  11534.             'channel' => 'App\\Entity\\Channel\\Channel',
  11535.             'module' => 'App\\Entity\\Scholar\\Module\\OriginModule',
  11536.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11537.         ]);
  11538.     }
  11539.     /**
  11540.      * Gets the private '.service_locator._U2m1zW' shared service.
  11541.      *
  11542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11543.      */
  11544.     protected function get_ServiceLocator_U2m1zWService()
  11545.     {
  11546.         return $this->privates['.service_locator._U2m1zW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11547.             '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.'],
  11548.         ], [
  11549.             'notification' => 'App\\Entity\\Account\\Notification',
  11550.         ]);
  11551.     }
  11552.     /**
  11553.      * Gets the private '.service_locator._ZCfzz3' shared service.
  11554.      *
  11555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11556.      */
  11557.     protected function get_ServiceLocator_ZCfzz3Service()
  11558.     {
  11559.         return $this->privates['.service_locator._ZCfzz3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11560.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  11561.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  11562.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  11563.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11564.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11565.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  11566.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  11567.             'router' => ['services''router''getRouterService'false],
  11568.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  11569.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  11570.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  11571.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  11572.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  11573.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  11574.         ], [
  11575.             'doctrine' => '?',
  11576.             'form.factory' => '?',
  11577.             'http_kernel' => '?',
  11578.             'message_bus' => '?',
  11579.             'messenger.default_bus' => '?',
  11580.             'parameter_bag' => '?',
  11581.             'request_stack' => '?',
  11582.             'router' => '?',
  11583.             'security.authorization_checker' => '?',
  11584.             'security.csrf.token_manager' => '?',
  11585.             'security.token_storage' => '?',
  11586.             'serializer' => '?',
  11587.             'session' => '.session.deprecated',
  11588.             'twig' => '?',
  11589.         ]);
  11590.     }
  11591.     /**
  11592.      * Gets the private '.service_locator.aKDuaO.' shared service.
  11593.      *
  11594.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11595.      */
  11596.     protected function get_ServiceLocator_AKDuaO_Service()
  11597.     {
  11598.         return $this->privates['.service_locator.aKDuaO.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11599.             '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.'],
  11600.             '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.'],
  11601.             '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.'],
  11602.             '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.'],
  11603.         ], [
  11604.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  11605.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11606.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11607.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11608.         ]);
  11609.     }
  11610.     /**
  11611.      * Gets the private '.service_locator.aoOp0VB' shared service.
  11612.      *
  11613.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11614.      */
  11615.     protected function get_ServiceLocator_AoOp0VBService()
  11616.     {
  11617.         return $this->privates['.service_locator.aoOp0VB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11618.             '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.'],
  11619.             '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.'],
  11620.             '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.'],
  11621.             '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.'],
  11622.             '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.'],
  11623.         ], [
  11624.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11625.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11626.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCase',
  11627.             'practicalCaseResponse' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse',
  11628.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11629.         ]);
  11630.     }
  11631.     /**
  11632.      * Gets the private '.service_locator.axSPUHP' shared service.
  11633.      *
  11634.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11635.      */
  11636.     protected function get_ServiceLocator_AxSPUHPService()
  11637.     {
  11638.         return $this->privates['.service_locator.axSPUHP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11639.             '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.'],
  11640.         ], [
  11641.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11642.         ]);
  11643.     }
  11644.     /**
  11645.      * Gets the private '.service_locator.cMv4pJ.' shared service.
  11646.      *
  11647.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11648.      */
  11649.     protected function get_ServiceLocator_CMv4pJ_Service()
  11650.     {
  11651.         return $this->privates['.service_locator.cMv4pJ.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11652.             'channel' => ['privates''.errored..service_locator.cMv4pJ..App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.cMv4pJ.": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  11653.             'collection' => ['privates''.errored..service_locator.cMv4pJ..App\\Entity\\Bunny\\BunnyVideoCollection'NULL'Cannot autowire service ".service_locator.cMv4pJ.": it references class "App\\Entity\\Bunny\\BunnyVideoCollection" but no such service exists.'],
  11654.         ], [
  11655.             'channel' => 'App\\Entity\\Channel\\Channel',
  11656.             'collection' => 'App\\Entity\\Bunny\\BunnyVideoCollection',
  11657.         ]);
  11658.     }
  11659.     /**
  11660.      * Gets the private '.service_locator.cPqbBRq' shared service.
  11661.      *
  11662.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11663.      */
  11664.     protected function get_ServiceLocator_CPqbBRqService()
  11665.     {
  11666.         return $this->privates['.service_locator.cPqbBRq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11667.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  11668.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  11669.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  11670.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11671.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11672.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  11673.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  11674.             'router' => ['services''router''getRouterService'false],
  11675.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  11676.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  11677.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  11678.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  11679.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  11680.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  11681.         ], [
  11682.             'doctrine' => '?',
  11683.             'form.factory' => '?',
  11684.             'http_kernel' => '?',
  11685.             'message_bus' => '?',
  11686.             'messenger.default_bus' => '?',
  11687.             'parameter_bag' => '?',
  11688.             'request_stack' => '?',
  11689.             'router' => '?',
  11690.             'security.authorization_checker' => '?',
  11691.             'security.csrf.token_manager' => '?',
  11692.             'security.token_storage' => '?',
  11693.             'serializer' => '?',
  11694.             'session' => '.session.deprecated',
  11695.             'twig' => '?',
  11696.         ]);
  11697.     }
  11698.     /**
  11699.      * Gets the private '.service_locator.dQHhS3S' shared service.
  11700.      *
  11701.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11702.      */
  11703.     protected function get_ServiceLocator_DQHhS3SService()
  11704.     {
  11705.         return $this->privates['.service_locator.dQHhS3S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11706.             '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.'],
  11707.             '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.'],
  11708.         ], [
  11709.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11710.             'user' => 'App\\Entity\\Account\\User',
  11711.         ]);
  11712.     }
  11713.     /**
  11714.      * Gets the private '.service_locator.eIVSBjG' shared service.
  11715.      *
  11716.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11717.      */
  11718.     protected function get_ServiceLocator_EIVSBjGService()
  11719.     {
  11720.         return $this->privates['.service_locator.eIVSBjG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11721.             '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.'],
  11722.             '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.'],
  11723.             '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.'],
  11724.         ], [
  11725.             'channel' => 'App\\Entity\\Channel\\Channel',
  11726.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11727.             'practicalCaseResource' => 'App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource',
  11728.         ]);
  11729.     }
  11730.     /**
  11731.      * Gets the private '.service_locator.ek8O9be' shared service.
  11732.      *
  11733.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11734.      */
  11735.     protected function get_ServiceLocator_Ek8O9beService()
  11736.     {
  11737.         return $this->privates['.service_locator.ek8O9be'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11738.             '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.'],
  11739.             '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.'],
  11740.             '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.'],
  11741.             '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.'],
  11742.             '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.'],
  11743.         ], [
  11744.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  11745.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11746.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11747.             'result' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
  11748.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11749.         ]);
  11750.     }
  11751.     /**
  11752.      * Gets the private '.service_locator.eonISJe' shared service.
  11753.      *
  11754.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11755.      */
  11756.     protected function get_ServiceLocator_EonISJeService()
  11757.     {
  11758.         return $this->privates['.service_locator.eonISJe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11759.             '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.'],
  11760.             '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.'],
  11761.         ], [
  11762.             'channel' => 'App\\Entity\\Channel\\Channel',
  11763.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11764.         ]);
  11765.     }
  11766.     /**
  11767.      * Gets the private '.service_locator.f4URvXz' shared service.
  11768.      *
  11769.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11770.      */
  11771.     protected function get_ServiceLocator_F4URvXzService()
  11772.     {
  11773.         return $this->privates['.service_locator.f4URvXz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11774.             '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.'],
  11775.             '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.'],
  11776.         ], [
  11777.             'channel' => 'App\\Entity\\Channel\\Channel',
  11778.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11779.         ]);
  11780.     }
  11781.     /**
  11782.      * Gets the private '.service_locator.gjFgSCm' shared service.
  11783.      *
  11784.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11785.      */
  11786.     protected function get_ServiceLocator_GjFgSCmService()
  11787.     {
  11788.         return $this->privates['.service_locator.gjFgSCm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11789.             '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.'],
  11790.             '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.'],
  11791.             '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.'],
  11792.         ], [
  11793.             'channel' => 'App\\Entity\\Channel\\Channel',
  11794.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11795.             'user' => 'App\\Entity\\Account\\User',
  11796.         ]);
  11797.     }
  11798.     /**
  11799.      * Gets the private '.service_locator.gpz0aP_' shared service.
  11800.      *
  11801.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11802.      */
  11803.     protected function get_ServiceLocator_Gpz0aPService()
  11804.     {
  11805.         return $this->privates['.service_locator.gpz0aP_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11806.             '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.'],
  11807.             '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.'],
  11808.         ], [
  11809.             'channel' => 'App\\Entity\\Channel\\Channel',
  11810.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11811.         ]);
  11812.     }
  11813.     /**
  11814.      * Gets the private '.service_locator.k.6sDgC' shared service.
  11815.      *
  11816.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11817.      */
  11818.     protected function get_ServiceLocator_K_6sDgCService()
  11819.     {
  11820.         return $this->privates['.service_locator.k.6sDgC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11821.             '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.'],
  11822.         ], [
  11823.             'channel' => 'App\\Entity\\Channel\\Channel',
  11824.         ]);
  11825.     }
  11826.     /**
  11827.      * Gets the private '.service_locator.kRHgqDt' shared service.
  11828.      *
  11829.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11830.      */
  11831.     protected function get_ServiceLocator_KRHgqDtService()
  11832.     {
  11833.         return $this->privates['.service_locator.kRHgqDt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11834.             '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.'],
  11835.             '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.'],
  11836.             '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.'],
  11837.             '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.'],
  11838.             '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.'],
  11839.         ], [
  11840.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  11841.             'exerciseResult' => 'App\\Entity\\Exercise\\User\\ExerciseResult',
  11842.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11843.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  11844.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11845.         ]);
  11846.     }
  11847.     /**
  11848.      * Gets the private '.service_locator.ldJl2hx' shared service.
  11849.      *
  11850.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11851.      */
  11852.     protected function get_ServiceLocator_LdJl2hxService()
  11853.     {
  11854.         return $this->privates['.service_locator.ldJl2hx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11855.             '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.'],
  11856.         ], [
  11857.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  11858.         ]);
  11859.     }
  11860.     /**
  11861.      * Gets the private '.service_locator.ldPg1Rp' shared service.
  11862.      *
  11863.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11864.      */
  11865.     protected function get_ServiceLocator_LdPg1RpService()
  11866.     {
  11867.         return $this->privates['.service_locator.ldPg1Rp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11868.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  11869.             'security.firewall.map.context.internal_api' => ['privates''security.firewall.map.context.internal_api''getSecurity_Firewall_Map_Context_InternalApiService'false],
  11870.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  11871.             'security.firewall.map.context.partner_api' => ['privates''security.firewall.map.context.partner_api''getSecurity_Firewall_Map_Context_PartnerApiService'false],
  11872.             'security.firewall.map.context.reverse_sync' => ['privates''security.firewall.map.context.reverse_sync''getSecurity_Firewall_Map_Context_ReverseSyncService'false],
  11873.             'security.firewall.map.context.reverse_sync_doc' => ['privates''security.firewall.map.context.reverse_sync_doc''getSecurity_Firewall_Map_Context_ReverseSyncDocService'false],
  11874.         ], [
  11875.             'security.firewall.map.context.dev' => '?',
  11876.             'security.firewall.map.context.internal_api' => '?',
  11877.             'security.firewall.map.context.main' => '?',
  11878.             'security.firewall.map.context.partner_api' => '?',
  11879.             'security.firewall.map.context.reverse_sync' => '?',
  11880.             'security.firewall.map.context.reverse_sync_doc' => '?',
  11881.         ]);
  11882.     }
  11883.     /**
  11884.      * Gets the private '.service_locator.m4fu.GK' shared service.
  11885.      *
  11886.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11887.      */
  11888.     protected function get_ServiceLocator_M4fu_GKService()
  11889.     {
  11890.         return $this->privates['.service_locator.m4fu.GK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11891.             '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.'],
  11892.             '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.'],
  11893.         ], [
  11894.             'channel' => 'App\\Entity\\Channel\\Channel',
  11895.             'module' => 'App\\Entity\\Scholar\\Module\\OriginModule',
  11896.         ]);
  11897.     }
  11898.     /**
  11899.      * Gets the private '.service_locator.m6HAWmh' shared service.
  11900.      *
  11901.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11902.      */
  11903.     protected function get_ServiceLocator_M6HAWmhService()
  11904.     {
  11905.         return $this->privates['.service_locator.m6HAWmh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11906.             '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.'],
  11907.             '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.'],
  11908.             '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.'],
  11909.         ], [
  11910.             'channel' => 'App\\Entity\\Channel\\Channel',
  11911.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  11912.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11913.         ]);
  11914.     }
  11915.     /**
  11916.      * Gets the private '.service_locator.nyQ9vNF' shared service.
  11917.      *
  11918.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11919.      */
  11920.     protected function get_ServiceLocator_NyQ9vNFService()
  11921.     {
  11922.         return $this->privates['.service_locator.nyQ9vNF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11923.             '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\\Bunny\\Exception\\BunnyApiException", "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".'],
  11924.         ], [
  11925.             'exception' => 'Throwable',
  11926.         ]);
  11927.     }
  11928.     /**
  11929.      * Gets the private '.service_locator.o2Ryu8z' shared service.
  11930.      *
  11931.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11932.      */
  11933.     protected function get_ServiceLocator_O2Ryu8zService()
  11934.     {
  11935.         return $this->privates['.service_locator.o2Ryu8z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11936.             '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.'],
  11937.         ], [
  11938.             'advice' => 'App\\Entity\\Account\\Advice',
  11939.         ]);
  11940.     }
  11941.     /**
  11942.      * Gets the private '.service_locator.pAIsqGW' shared service.
  11943.      *
  11944.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11945.      */
  11946.     protected function get_ServiceLocator_PAIsqGWService()
  11947.     {
  11948.         return $this->privates['.service_locator.pAIsqGW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11949.             '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.'],
  11950.             '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.'],
  11951.             '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.'],
  11952.         ], [
  11953.             'channel' => 'App\\Entity\\Channel\\Channel',
  11954.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  11955.             'practicalCase' => 'App\\Entity\\Scholar\\PracticalCase\\OriginPracticalCase',
  11956.         ]);
  11957.     }
  11958.     /**
  11959.      * Gets the private '.service_locator.qlR0.rD' shared service.
  11960.      *
  11961.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11962.      */
  11963.     protected function get_ServiceLocator_QlR0_RDService()
  11964.     {
  11965.         return $this->privates['.service_locator.qlR0.rD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11966.             '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.'],
  11967.             '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.'],
  11968.             '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.'],
  11969.         ], [
  11970.             'channel' => 'App\\Entity\\Channel\\Channel',
  11971.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\OriginChapter',
  11972.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\OriginLesson',
  11973.         ]);
  11974.     }
  11975.     /**
  11976.      * Gets the private '.service_locator.qnrGaQw' shared service.
  11977.      *
  11978.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11979.      */
  11980.     protected function get_ServiceLocator_QnrGaQwService()
  11981.     {
  11982.         return $this->privates['.service_locator.qnrGaQw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11983.             '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.'],
  11984.             '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.'],
  11985.             '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.'],
  11986.         ], [
  11987.             'channel' => 'App\\Entity\\Channel\\Channel',
  11988.             'exercise' => 'App\\Entity\\Exercise\\Exercise',
  11989.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  11990.         ]);
  11991.     }
  11992.     /**
  11993.      * Gets the private '.service_locator.uMdqYOm' shared service.
  11994.      *
  11995.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11996.      */
  11997.     protected function get_ServiceLocator_UMdqYOmService()
  11998.     {
  11999.         return $this->privates['.service_locator.uMdqYOm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12000.             '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.'],
  12001.             '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.'],
  12002.             '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.'],
  12003.             '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.'],
  12004.         ], [
  12005.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  12006.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  12007.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  12008.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  12009.         ]);
  12010.     }
  12011.     /**
  12012.      * Gets the private '.service_locator.u_tx1Yx' shared service.
  12013.      *
  12014.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12015.      */
  12016.     protected function get_ServiceLocator_UTx1YxService()
  12017.     {
  12018.         return $this->privates['.service_locator.u_tx1Yx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12019.             '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.'],
  12020.             '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.'],
  12021.             '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.'],
  12022.         ], [
  12023.             'assignable' => 'App\\Entity\\Common\\Assignable',
  12024.             'channel' => 'App\\Entity\\Channel\\Channel',
  12025.             'user' => 'App\\Entity\\Account\\User',
  12026.         ]);
  12027.     }
  12028.     /**
  12029.      * Gets the private '.service_locator.vsyeuch' shared service.
  12030.      *
  12031.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12032.      */
  12033.     protected function get_ServiceLocator_VsyeuchService()
  12034.     {
  12035.         return $this->privates['.service_locator.vsyeuch'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12036.             '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.'],
  12037.             '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.'],
  12038.             '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.'],
  12039.             '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.'],
  12040.             '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.'],
  12041.         ], [
  12042.             'chapter' => 'App\\Entity\\Scholar\\Chapter\\Chapter',
  12043.             'lesson' => 'App\\Entity\\Scholar\\Lesson\\Lesson',
  12044.             'message' => 'App\\Entity\\Forum\\ChapterMessage',
  12045.             'module' => 'App\\Entity\\Scholar\\Module\\Module',
  12046.             'training' => 'App\\Entity\\Scholar\\Training\\Training',
  12047.         ]);
  12048.     }
  12049.     /**
  12050.      * Gets the private '.service_locator.yYMBDCr' shared service.
  12051.      *
  12052.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12053.      */
  12054.     protected function get_ServiceLocator_YYMBDCrService()
  12055.     {
  12056.         return $this->privates['.service_locator.yYMBDCr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12057.             'channel' => ['privates''.errored..service_locator.yYMBDCr.App\\Entity\\Channel\\Channel'NULL'Cannot autowire service ".service_locator.yYMBDCr": it references class "App\\Entity\\Channel\\Channel" but no such service exists.'],
  12058.             'collection' => ['privates''.errored..service_locator.yYMBDCr.App\\Entity\\Bunny\\BunnyVideoCollection'NULL'Cannot autowire service ".service_locator.yYMBDCr": it references class "App\\Entity\\Bunny\\BunnyVideoCollection" but no such service exists.'],
  12059.             'video' => ['privates''.errored..service_locator.yYMBDCr.App\\Entity\\Bunny\\BunnyVideo'NULL'Cannot autowire service ".service_locator.yYMBDCr": it references class "App\\Entity\\Bunny\\BunnyVideo" but no such service exists.'],
  12060.         ], [
  12061.             'channel' => 'App\\Entity\\Channel\\Channel',
  12062.             'collection' => 'App\\Entity\\Bunny\\BunnyVideoCollection',
  12063.             'video' => 'App\\Entity\\Bunny\\BunnyVideo',
  12064.         ]);
  12065.     }
  12066.     /**
  12067.      * Gets the private '.service_locator.ycL.vwg' shared service.
  12068.      *
  12069.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12070.      */
  12071.     protected function get_ServiceLocator_YcL_VwgService()
  12072.     {
  12073.         return $this->privates['.service_locator.ycL.vwg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12074.             '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.'],
  12075.             '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.'],
  12076.         ], [
  12077.             'channel' => 'App\\Entity\\Channel\\Channel',
  12078.             'exercise' => 'App\\Entity\\Exercise\\OriginExercise',
  12079.         ]);
  12080.     }
  12081.     /**
  12082.      * Gets the private '.service_locator.z4vVS.d' shared service.
  12083.      *
  12084.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  12085.      */
  12086.     protected function get_ServiceLocator_Z4vVS_DService()
  12087.     {
  12088.         return $this->privates['.service_locator.z4vVS.d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12089.             'paginator' => ['services''knp_paginator''getKnpPaginatorService'false],
  12090.         ], [
  12091.             'paginator' => '?',
  12092.         ]);
  12093.     }
  12094.     /**
  12095.      * Gets the private '.session.deprecated' shared service.
  12096.      *
  12097.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  12098.      */
  12099.     protected function get_Session_DeprecatedService()
  12100.     {
  12101.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  12102.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  12103.         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();
  12104.     }
  12105.     /**
  12106.      * Gets the private '.twig.command.debug.lazy' shared service.
  12107.      *
  12108.      * @return \Symfony\Component\Console\Command\LazyCommand
  12109.      */
  12110.     protected function get_Twig_Command_Debug_LazyService()
  12111.     {
  12112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12114.         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 {
  12115.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  12116.         });
  12117.     }
  12118.     /**
  12119.      * Gets the private '.twig.command.lint.lazy' shared service.
  12120.      *
  12121.      * @return \Symfony\Component\Console\Command\LazyCommand
  12122.      */
  12123.     protected function get_Twig_Command_Lint_LazyService()
  12124.     {
  12125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12127.         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 {
  12128.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  12129.         });
  12130.     }
  12131.     /**
  12132.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  12133.      *
  12134.      * @return \Symfony\Component\Console\Command\LazyCommand
  12135.      */
  12136.     protected function get_VarDumper_Command_ServerDump_LazyService()
  12137.     {
  12138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12140.         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 {
  12141.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  12142.         });
  12143.     }
  12144.     /**
  12145.      * Gets the private 'Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener' shared service.
  12146.      *
  12147.      * @return \Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener
  12148.      */
  12149.     protected function getPsrResponseListenerService()
  12150.     {
  12151.         include_once \dirname(__DIR__4).'/vendor/ajgarlag/psr-http-message-bundle/src/EventListener/PsrResponseListener.php';
  12152.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  12153.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  12154.         return $this->privates['Ajgarlag\\Bundle\\PsrHttpMessageBundle\\EventListener\\PsrResponseListener'] = new \Ajgarlag\Bundle\PsrHttpMessageBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
  12155.     }
  12156.     /**
  12157.      * Gets the private 'App\Command\CalculateMcqCommand' shared autowired service.
  12158.      *
  12159.      * @return \App\Command\CalculateMcqCommand
  12160.      */
  12161.     protected function getCalculateMcqCommandService()
  12162.     {
  12163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12164.         include_once \dirname(__DIR__4).'/src/Command/CalculateMcqCommand.php';
  12165.         $this->privates['App\\Command\\CalculateMcqCommand'] = $instance = new \App\Command\CalculateMcqCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  12166.         $instance->setName('app:calculate-mcq');
  12167.         return $instance;
  12168.     }
  12169.     /**
  12170.      * Gets the private 'App\Command\CheckSharedEntityCommand' shared autowired service.
  12171.      *
  12172.      * @return \App\Command\CheckSharedEntityCommand
  12173.      */
  12174.     protected function getCheckSharedEntityCommandService()
  12175.     {
  12176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12177.         include_once \dirname(__DIR__4).'/src/Command/CheckSharedEntityCommand.php';
  12178.         $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()));
  12179.         $instance->setName('app:check-shared-entity');
  12180.         $instance->setDescription('Check the given entity is well shared from his origin entity');
  12181.         return $instance;
  12182.     }
  12183.     /**
  12184.      * Gets the private 'App\Command\FixImageChapterCommand' shared autowired service.
  12185.      *
  12186.      * @return \App\Command\FixImageChapterCommand
  12187.      */
  12188.     protected function getFixImageChapterCommandService()
  12189.     {
  12190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12191.         include_once \dirname(__DIR__4).'/src/Command/FixImageChapterCommand.php';
  12192.         $this->privates['App\\Command\\FixImageChapterCommand'] = $instance = new \App\Command\FixImageChapterCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\Scholar\\ChapterRepository'] ?? $this->getChapterRepositoryService()));
  12193.         $instance->setName('app:fix-image-chapter');
  12194.         return $instance;
  12195.     }
  12196.     /**
  12197.      * Gets the private 'App\Command\K2r2\IndexYoutubeVideoCommand' shared autowired service.
  12198.      *
  12199.      * @return \App\Command\K2r2\IndexYoutubeVideoCommand
  12200.      */
  12201.     protected function getIndexYoutubeVideoCommandService()
  12202.     {
  12203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12204.         include_once \dirname(__DIR__4).'/src/Command/K2r2/IndexYoutubeVideoCommand.php';
  12205.         $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()));
  12206.         $instance->setName('app:k2r2:index-youtube-video');
  12207.         $instance->setDescription('Index old youtube videos on k2r2 server');
  12208.         return $instance;
  12209.     }
  12210.     /**
  12211.      * Gets the private 'App\Command\K2r2\InitK2r2RemoteVideoCommand' shared autowired service.
  12212.      *
  12213.      * @return \App\Command\K2r2\InitK2r2RemoteVideoCommand
  12214.      */
  12215.     protected function getInitK2r2RemoteVideoCommandService()
  12216.     {
  12217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12218.         include_once \dirname(__DIR__4).'/src/Command/K2r2/InitK2r2RemoteVideoCommand.php';
  12219.         $this->privates['App\\Command\\K2r2\\InitK2r2RemoteVideoCommand'] = $instance = new \App\Command\K2r2\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()));
  12220.         $instance->setName('init:k2r2-video');
  12221.         $instance->setDescription('Create Scholar video data from k2r2 remove server video');
  12222.         return $instance;
  12223.     }
  12224.     /**
  12225.      * Gets the private 'App\Command\K2r2\K2R2IndexingCommand' shared autowired service.
  12226.      *
  12227.      * @return \App\Command\K2r2\K2R2IndexingCommand
  12228.      */
  12229.     protected function getK2R2IndexingCommandService()
  12230.     {
  12231.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12232.         include_once \dirname(__DIR__4).'/src/Command/K2r2/K2R2IndexingCommand.php';
  12233.         $this->privates['App\\Command\\K2r2\\K2R2IndexingCommand'] = $instance = new \App\Command\K2r2\K2R2IndexingCommand(($this->privates['App\\Service\\K2r2\\IndexingService'] ?? $this->getIndexingServiceService()), ($this->privates['App\\Repository\\Scholar\\SharedLessonRepository'] ?? $this->getSharedLessonRepositoryService()));
  12234.         $instance->setName('app:k2r2-index-shared-lesson');
  12235.         $instance->setDescription('Index shared lesson on k2r2 api');
  12236.         return $instance;
  12237.     }
  12238.     /**
  12239.      * Gets the private 'App\Command\PartnerApi\PartnerApiUserChannelCommand' shared autowired service.
  12240.      *
  12241.      * @return \App\Command\PartnerApi\PartnerApiUserChannelCommand
  12242.      */
  12243.     protected function getPartnerApiUserChannelCommandService()
  12244.     {
  12245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12246.         include_once \dirname(__DIR__4).'/src/Command/PartnerApi/PartnerApiUserChannelCommand.php';
  12247.         $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()));
  12248.         $instance->setName('app:partner-api:user:channel');
  12249.         $instance->setDescription('Revokes an existing PartnerApiUser.');
  12250.         return $instance;
  12251.     }
  12252.     /**
  12253.      * Gets the private 'App\Command\PartnerApi\PartnerApiUserCreateCommand' shared autowired service.
  12254.      *
  12255.      * @return \App\Command\PartnerApi\PartnerApiUserCreateCommand
  12256.      */
  12257.     protected function getPartnerApiUserCreateCommandService()
  12258.     {
  12259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12260.         include_once \dirname(__DIR__4).'/src/Command/PartnerApi/PartnerApiUserCreateCommand.php';
  12261.         $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()));
  12262.         $instance->setName('app:partner-api:user:create');
  12263.         $instance->setDescription('Creates a new PartnerApiUser with generated token.');
  12264.         return $instance;
  12265.     }
  12266.     /**
  12267.      * Gets the private 'App\Command\PartnerApi\PartnerApiUserListCommand' shared autowired service.
  12268.      *
  12269.      * @return \App\Command\PartnerApi\PartnerApiUserListCommand
  12270.      */
  12271.     protected function getPartnerApiUserListCommandService()
  12272.     {
  12273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12274.         include_once \dirname(__DIR__4).'/src/Command/PartnerApi/PartnerApiUserListCommand.php';
  12275.         $this->privates['App\\Command\\PartnerApi\\PartnerApiUserListCommand'] = $instance = new \App\Command\PartnerApi\PartnerApiUserListCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12276.         $instance->setName('app:partner-api:user:list');
  12277.         $instance->setDescription('Lists all existing PartnerApiUser.');
  12278.         return $instance;
  12279.     }
  12280.     /**
  12281.      * Gets the private 'App\Command\PartnerApi\PartnerApiUserRevokeCommand' shared autowired service.
  12282.      *
  12283.      * @return \App\Command\PartnerApi\PartnerApiUserRevokeCommand
  12284.      */
  12285.     protected function getPartnerApiUserRevokeCommandService()
  12286.     {
  12287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12288.         include_once \dirname(__DIR__4).'/src/Command/PartnerApi/PartnerApiUserRevokeCommand.php';
  12289.         $this->privates['App\\Command\\PartnerApi\\PartnerApiUserRevokeCommand'] = $instance = new \App\Command\PartnerApi\PartnerApiUserRevokeCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12290.         $instance->setName('app:partner-api:user:revoke');
  12291.         $instance->setDescription('Revokes an existing PartnerApiUser.');
  12292.         return $instance;
  12293.     }
  12294.     /**
  12295.      * Gets the private 'App\Command\RefreshLessonStatsCommand' shared autowired service.
  12296.      *
  12297.      * @return \App\Command\RefreshLessonStatsCommand
  12298.      */
  12299.     protected function getRefreshLessonStatsCommandService()
  12300.     {
  12301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12302.         include_once \dirname(__DIR__4).'/src/Command/RefreshLessonStatsCommand.php';
  12303.         $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()));
  12304.         $instance->setName('refresh:lesson-stats');
  12305.         $instance->setDescription('Refresh lessons stats data');
  12306.         return $instance;
  12307.     }
  12308.     /**
  12309.      * Gets the private 'App\Command\Scorm\ForceScormUpdateCommand' shared autowired service.
  12310.      *
  12311.      * @return \App\Command\Scorm\ForceScormUpdateCommand
  12312.      */
  12313.     protected function getForceScormUpdateCommandService()
  12314.     {
  12315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12316.         include_once \dirname(__DIR__4).'/src/Command/Scorm/ForceScormUpdateCommand.php';
  12317.         $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()));
  12318.         $instance->setName('scorm:force-update');
  12319.         $instance->setDescription('Force scorm package update after given date');
  12320.         return $instance;
  12321.     }
  12322.     /**
  12323.      * Gets the private 'App\Command\Scorm\GenerateScormCommand' shared autowired service.
  12324.      *
  12325.      * @return \App\Command\Scorm\GenerateScormCommand
  12326.      */
  12327.     protected function getGenerateScormCommandService()
  12328.     {
  12329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12330.         include_once \dirname(__DIR__4).'/src/Command/Scorm/GenerateScormCommand.php';
  12331.         $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()));
  12332.         $instance->setName('scorm:generate');
  12333.         $instance->setDescription('Generate SCORM 1.2 package for a lesson');
  12334.         return $instance;
  12335.     }
  12336.     /**
  12337.      * Gets the private 'App\Command\Scorm\InitializeScormCommand' shared autowired service.
  12338.      *
  12339.      * @return \App\Command\Scorm\InitializeScormCommand
  12340.      */
  12341.     protected function getInitializeScormCommandService()
  12342.     {
  12343.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12344.         include_once \dirname(__DIR__4).'/src/Command/Scorm/InitializeScormCommand.php';
  12345.         $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'));
  12346.         $instance->setName('scorm:initialize');
  12347.         $instance->setDescription('Initialize the scorm');
  12348.         return $instance;
  12349.     }
  12350.     /**
  12351.      * Gets the private 'App\Command\ShareContentEntityCommand' shared autowired service.
  12352.      *
  12353.      * @return \App\Command\ShareContentEntityCommand
  12354.      */
  12355.     protected function getShareContentEntityCommandService()
  12356.     {
  12357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12358.         include_once \dirname(__DIR__4).'/src/Command/ShareContentEntityCommand.php';
  12359.         $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()));
  12360.         $instance->setName('app:share-content');
  12361.         $instance->setDescription('Share given content to target Channel');
  12362.         return $instance;
  12363.     }
  12364.     /**
  12365.      * Gets the private 'App\Command\SharedChildrenUpdatedAtCommand' shared autowired service.
  12366.      *
  12367.      * @return \App\Command\SharedChildrenUpdatedAtCommand
  12368.      */
  12369.     protected function getSharedChildrenUpdatedAtCommandService()
  12370.     {
  12371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12372.         include_once \dirname(__DIR__4).'/src/Command/SharedChildrenUpdatedAtCommand.php';
  12373.         $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()));
  12374.         $instance->setName('app:shared-children-updated-at');
  12375.         $instance->setDescription('Update childrenUpdatedAtValue for SharedLesson, SharedModule and SharedTraining entities');
  12376.         return $instance;
  12377.     }
  12378.     /**
  12379.      * Gets the private 'App\Command\UpdateMimeTypeForNellappFileCommand' shared autowired service.
  12380.      *
  12381.      * @return \App\Command\UpdateMimeTypeForNellappFileCommand
  12382.      */
  12383.     protected function getUpdateMimeTypeForNellappFileCommandService()
  12384.     {
  12385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12386.         include_once \dirname(__DIR__4).'/src/Command/UpdateMimeTypeForNellappFileCommand.php';
  12387.         $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()));
  12388.         $instance->setName('app:update-nellapp-file');
  12389.         $instance->setDescription('Once command to set mimeType in DB for NellappFiles');
  12390.         return $instance;
  12391.     }
  12392.     /**
  12393.      * Gets the private 'App\Command\Video\MigrateK2r2ToBunnyCommand' shared autowired service.
  12394.      *
  12395.      * @return \App\Command\Video\MigrateK2r2ToBunnyCommand
  12396.      */
  12397.     protected function getMigrateK2r2ToBunnyCommandService()
  12398.     {
  12399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12400.         include_once \dirname(__DIR__4).'/src/Command/Video/MigrateK2r2ToBunnyCommand.php';
  12401.         $this->privates['App\\Command\\Video\\MigrateK2r2ToBunnyCommand'] = $instance = new \App\Command\Video\MigrateK2r2ToBunnyCommand(($this->privates['App\\Repository\\Scholar\\ScholarVideoRepository'] ?? $this->getScholarVideoRepositoryService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()), ($this->privates['App\\Service\\Bunny\\BunnyVideoService'] ?? $this->getBunnyVideoServiceService()), ($this->privates['App\\Repository\\Bunny\\BunnyVideoCollectionRepository'] ?? $this->getBunnyVideoCollectionRepositoryService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12402.         $instance->setName('app:video:bunny-migration');
  12403.         $instance->setDescription('Migrate scholar videos from k2r2 ftp to bunny');
  12404.         return $instance;
  12405.     }
  12406.     /**
  12407.      * Gets the private 'App\Command\Video\RefreshProcessingBunnyVideosCommand' shared autowired service.
  12408.      *
  12409.      * @return \App\Command\Video\RefreshProcessingBunnyVideosCommand
  12410.      */
  12411.     protected function getRefreshProcessingBunnyVideosCommandService()
  12412.     {
  12413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12414.         include_once \dirname(__DIR__4).'/src/Command/Video/RefreshProcessingBunnyVideosCommand.php';
  12415.         $this->privates['App\\Command\\Video\\RefreshProcessingBunnyVideosCommand'] = $instance = new \App\Command\Video\RefreshProcessingBunnyVideosCommand(($this->privates['App\\Repository\\Bunny\\BunnyVideoRepository'] ?? $this->getBunnyVideoRepositoryService()), ($this->privates['App\\Service\\Bunny\\BunnyVideoService'] ?? $this->getBunnyVideoServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12416.         $instance->setName('app:video:bunny-refresh');
  12417.         $instance->setDescription('Refresh Bunny videos that are not finished yet (fallback for bunny webhook)');
  12418.         return $instance;
  12419.     }
  12420.     /**
  12421.      * Gets the private 'App\Command\Video\ReplaceK2r2VideoToBunnyVideosInContentCommand' shared autowired service.
  12422.      *
  12423.      * @return \App\Command\Video\ReplaceK2r2VideoToBunnyVideosInContentCommand
  12424.      */
  12425.     protected function getReplaceK2r2VideoToBunnyVideosInContentCommandService()
  12426.     {
  12427.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12428.         include_once \dirname(__DIR__4).'/src/Command/Video/ReplaceK2r2VideoToBunnyVideosInContentCommand.php';
  12429.         $this->privates['App\\Command\\Video\\ReplaceK2r2VideoToBunnyVideosInContentCommand'] = $instance = new \App\Command\Video\ReplaceK2r2VideoToBunnyVideosInContentCommand(($this->privates['App\\Repository\\Scholar\\ScholarVideoRepository'] ?? $this->getScholarVideoRepositoryService()), ($this->privates['App\\Service\\Bunny\\BunnyVideoUsagesService'] ?? $this->getBunnyVideoUsagesServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  12430.         $instance->setName('app:video:replace-k2r2-video');
  12431.         return $instance;
  12432.     }
  12433.     /**
  12434.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Account\UserSubscriber' shared autowired service.
  12435.      *
  12436.      * @return \App\Doctrine\EventEntitySubscriber\Account\UserSubscriber
  12437.      */
  12438.     protected function getUserSubscriberService()
  12439.     {
  12440.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12441.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Account/UserSubscriber.php';
  12442.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Account\UserSubscriber(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()));
  12443.     }
  12444.     /**
  12445.      * Gets the private 'App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber' shared autowired service.
  12446.      *
  12447.      * @return \App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber
  12448.      */
  12449.     protected function getChannelUserDataSubscriberService()
  12450.     {
  12451.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12452.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/ChannelUserData/ChannelUserDataSubscriber.php';
  12453.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber'] = new \App\Doctrine\EventEntitySubscriber\ChannelUserData\ChannelUserDataSubscriber(($this->privates['App\\Repository\\Scholar\\LessonRepository'] ?? $this->getLessonRepositoryService()));
  12454.     }
  12455.     /**
  12456.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber' shared autowired service.
  12457.      *
  12458.      * @return \App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber
  12459.      */
  12460.     protected function getAssignableSubscriberService()
  12461.     {
  12462.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12463.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Common/AssignableSubscriber.php';
  12464.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Common\AssignableSubscriber(($this->privates['App\\Service\\Account\\NotificationManager'] ?? $this->getNotificationManagerService()));
  12465.     }
  12466.     /**
  12467.      * Gets the private 'App\Doctrine\EventEntitySubscriber\FileSubscriber' shared autowired service.
  12468.      *
  12469.      * @return \App\Doctrine\EventEntitySubscriber\FileSubscriber
  12470.      */
  12471.     protected function getFileSubscriberService()
  12472.     {
  12473.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12474.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/FileSubscriber.php';
  12475.         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()));
  12476.     }
  12477.     /**
  12478.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Forum\MessageSubscriber' shared autowired service.
  12479.      *
  12480.      * @return \App\Doctrine\EventEntitySubscriber\Forum\MessageSubscriber
  12481.      */
  12482.     protected function getMessageSubscriberService()
  12483.     {
  12484.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12485.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Forum/MessageSubscriber.php';
  12486.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Forum\MessageSubscriber(($this->privates['App\\Service\\Scholar\\LessonStatsService'] ?? $this->getLessonStatsServiceService()));
  12487.     }
  12488.     /**
  12489.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\AnswerSubscriber' shared autowired service.
  12490.      *
  12491.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\AnswerSubscriber
  12492.      */
  12493.     protected function getAnswerSubscriberService()
  12494.     {
  12495.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12496.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/AnswerSubscriber.php';
  12497.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\AnswerSubscriber();
  12498.     }
  12499.     /**
  12500.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ChapterSubscriber' shared autowired service.
  12501.      *
  12502.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ChapterSubscriber
  12503.      */
  12504.     protected function getChapterSubscriberService()
  12505.     {
  12506.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12507.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ChapterSubscriber.php';
  12508.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ChapterSubscriber();
  12509.     }
  12510.     /**
  12511.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ExerciseSubscriber' shared autowired service.
  12512.      *
  12513.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ExerciseSubscriber
  12514.      */
  12515.     protected function getExerciseSubscriberService()
  12516.     {
  12517.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12518.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ExerciseSubscriber.php';
  12519.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ExerciseSubscriber();
  12520.     }
  12521.     /**
  12522.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\LessonPrerequisiteSubscriber' shared autowired service.
  12523.      *
  12524.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\LessonPrerequisiteSubscriber
  12525.      */
  12526.     protected function getLessonPrerequisiteSubscriberService()
  12527.     {
  12528.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12529.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/LessonPrerequisiteSubscriber.php';
  12530.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\LessonPrerequisiteSubscriber();
  12531.     }
  12532.     /**
  12533.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber' shared autowired service.
  12534.      *
  12535.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber
  12536.      */
  12537.     protected function getLessonReviewSubscriberService()
  12538.     {
  12539.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12540.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/LessonReviewSubscriber.php';
  12541.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\LessonReviewSubscriber(($this->privates['App\\Service\\Scholar\\LessonStatsService'] ?? $this->getLessonStatsServiceService()));
  12542.     }
  12543.     /**
  12544.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ModuleLessonSubscriber' shared autowired service.
  12545.      *
  12546.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ModuleLessonSubscriber
  12547.      */
  12548.     protected function getModuleLessonSubscriberService()
  12549.     {
  12550.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12551.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ModuleLessonSubscriber.php';
  12552.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ModuleLessonSubscriber();
  12553.     }
  12554.     /**
  12555.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber' shared autowired service.
  12556.      *
  12557.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber
  12558.      */
  12559.     protected function getModuleStatusSubscriberService()
  12560.     {
  12561.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12562.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ModuleStatusSubscriber.php';
  12563.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ModuleStatusSubscriber(($this->privates['App\\Service\\Mailer\\MailerService'] ?? $this->getMailerServiceService()));
  12564.     }
  12565.     /**
  12566.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber' shared autowired service.
  12567.      *
  12568.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber
  12569.      */
  12570.     protected function getOriginLessonSubscriberService()
  12571.     {
  12572.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12573.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/OriginLessonSubscriber.php';
  12574.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\OriginLessonSubscriber();
  12575.     }
  12576.     /**
  12577.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\OriginModuleSubscriber' shared autowired service.
  12578.      *
  12579.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\OriginModuleSubscriber
  12580.      */
  12581.     protected function getOriginModuleSubscriberService()
  12582.     {
  12583.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12584.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/OriginModuleSubscriber.php';
  12585.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\OriginModuleSubscriber();
  12586.     }
  12587.     /**
  12588.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResourceSubscriber' shared autowired service.
  12589.      *
  12590.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResourceSubscriber
  12591.      */
  12592.     protected function getPracticalCaseResourceSubscriberService()
  12593.     {
  12594.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12595.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/PracticalCaseResourceSubscriber.php';
  12596.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResourceSubscriber();
  12597.     }
  12598.     /**
  12599.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber' shared autowired service.
  12600.      *
  12601.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseResponseSubscriber
  12602.      */
  12603.     protected function getPracticalCaseResponseSubscriberService()
  12604.     {
  12605.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12606.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/PracticalCaseResponseSubscriber.php';
  12607.         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()));
  12608.     }
  12609.     /**
  12610.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber' shared autowired service.
  12611.      *
  12612.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber
  12613.      */
  12614.     protected function getPracticalCaseSubscriberService()
  12615.     {
  12616.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12617.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/PracticalCaseSubscriber.php';
  12618.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\PracticalCaseSubscriber(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()));
  12619.     }
  12620.     /**
  12621.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\QuestionSubscriber' shared autowired service.
  12622.      *
  12623.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\QuestionSubscriber
  12624.      */
  12625.     protected function getQuestionSubscriberService()
  12626.     {
  12627.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12628.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/QuestionSubscriber.php';
  12629.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\QuestionSubscriber();
  12630.     }
  12631.     /**
  12632.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber' shared autowired service.
  12633.      *
  12634.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber
  12635.      */
  12636.     protected function getShareLessonSubscriberService()
  12637.     {
  12638.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12639.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/ShareLessonSubscriber.php';
  12640.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\ShareLessonSubscriber();
  12641.     }
  12642.     /**
  12643.      * Gets the private 'App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber' shared autowired service.
  12644.      *
  12645.      * @return \App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber
  12646.      */
  12647.     protected function getSharedModuleSubscriberService()
  12648.     {
  12649.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Subscriber/EntityEventSubscriberInterface.php';
  12650.         include_once \dirname(__DIR__4).'/src/Doctrine/EventEntitySubscriber/Scholar/SharedModuleSubscriber.php';
  12651.         return $this->privates['App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber'] = new \App\Doctrine\EventEntitySubscriber\Scholar\SharedModuleSubscriber();
  12652.     }
  12653.     /**
  12654.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\ChannelConfigurationSubscriber' shared autowired service.
  12655.      *
  12656.      * @return \App\Doctrine\EventSubscriber\Channel\ChannelConfigurationSubscriber
  12657.      */
  12658.     protected function getChannelConfigurationSubscriberService()
  12659.     {
  12660.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12661.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/ChannelConfigurationSubscriber.php';
  12662.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\ChannelConfigurationSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\ChannelConfigurationSubscriber(($this->privates['App\\Service\\Bunny\\BunnyVideoCollectionService'] ?? $this->getBunnyVideoCollectionServiceService()));
  12663.     }
  12664.     /**
  12665.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\ImageSubscriber' shared autowired service.
  12666.      *
  12667.      * @return \App\Doctrine\EventSubscriber\Channel\ImageSubscriber
  12668.      */
  12669.     protected function getImageSubscriberService()
  12670.     {
  12671.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12672.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/ImageSubscriber.php';
  12673.         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()));
  12674.     }
  12675.     /**
  12676.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\CountSharedContentSubscriber' shared autowired service.
  12677.      *
  12678.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\CountSharedContentSubscriber
  12679.      */
  12680.     protected function getCountSharedContentSubscriberService()
  12681.     {
  12682.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12683.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/CountSharedContentSubscriber.php';
  12684.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/SharedChannelService.php';
  12685.         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())));
  12686.     }
  12687.     /**
  12688.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber' shared autowired service.
  12689.      *
  12690.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber
  12691.      */
  12692.     protected function getLessonSubscriberService()
  12693.     {
  12694.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12695.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/LessonSubscriber.php';
  12696.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\LessonSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\LessonSubscriber();
  12697.     }
  12698.     /**
  12699.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber' shared autowired service.
  12700.      *
  12701.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber
  12702.      */
  12703.     protected function getOriginChapterSubscriberService()
  12704.     {
  12705.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12706.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
  12707.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginChapterSubscriber.php';
  12708.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginChapterSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\OriginChapterSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
  12709.     }
  12710.     /**
  12711.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber' shared autowired service.
  12712.      *
  12713.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber
  12714.      */
  12715.     protected function getOriginExerciseSubscriberService()
  12716.     {
  12717.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12718.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
  12719.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginExerciseSubscriber.php';
  12720.         return $this->privates['App\\Doctrine\\EventSubscriber\\Channel\\Scholar\\OriginExerciseSubscriber'] = new \App\Doctrine\EventSubscriber\Channel\Scholar\OriginExerciseSubscriber(($this->privates['App\\Service\\ShareContent\\ShareLessonService'] ?? $this->getShareLessonServiceService()));
  12721.     }
  12722.     /**
  12723.      * Gets the private 'App\Doctrine\EventSubscriber\Channel\Scholar\OriginPracticalCaseSubscriber' shared autowired service.
  12724.      *
  12725.      * @return \App\Doctrine\EventSubscriber\Channel\Scholar\OriginPracticalCaseSubscriber
  12726.      */
  12727.     protected function getOriginPracticalCaseSubscriberService()
  12728.     {
  12729.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12730.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginScholarSubscriber.php';
  12731.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Channel/Scholar/OriginPracticalCaseSubscriber.php';
  12732.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  12733.         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()));
  12734.     }
  12735.     /**
  12736.      * Gets the private 'App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber' shared autowired service.
  12737.      *
  12738.      * @return \App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber
  12739.      */
  12740.     protected function getProductUpdateSubscriberService()
  12741.     {
  12742.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12743.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Payment/ProductUpdateSubscriber.php';
  12744.         return $this->privates['App\\Doctrine\\EventSubscriber\\Payment\\ProductUpdateSubscriber'] = new \App\Doctrine\EventSubscriber\Payment\ProductUpdateSubscriber();
  12745.     }
  12746.     /**
  12747.      * Gets the private 'App\Doctrine\EventSubscriber\Scholar\ScholarFlushSubscriber' shared autowired service.
  12748.      *
  12749.      * @return \App\Doctrine\EventSubscriber\Scholar\ScholarFlushSubscriber
  12750.      */
  12751.     protected function getScholarFlushSubscriberService()
  12752.     {
  12753.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12754.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Scholar/ScholarFlushSubscriber.php';
  12755.         return $this->privates['App\\Doctrine\\EventSubscriber\\Scholar\\ScholarFlushSubscriber'] = new \App\Doctrine\EventSubscriber\Scholar\ScholarFlushSubscriber();
  12756.     }
  12757.     /**
  12758.      * Gets the private 'App\Doctrine\EventSubscriber\Scholar\ScormScholarSubscriber' shared autowired service.
  12759.      *
  12760.      * @return \App\Doctrine\EventSubscriber\Scholar\ScormScholarSubscriber
  12761.      */
  12762.     protected function getScormScholarSubscriberService()
  12763.     {
  12764.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12765.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Scholar/ScormScholarSubscriber.php';
  12766.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormTerminateTracker.php';
  12767.         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())));
  12768.     }
  12769.     /**
  12770.      * Gets the private 'App\Doctrine\EventSubscriber\Scholar\SharedContentScholarSubscriber' shared autowired service.
  12771.      *
  12772.      * @return \App\Doctrine\EventSubscriber\Scholar\SharedContentScholarSubscriber
  12773.      */
  12774.     protected function getSharedContentScholarSubscriberService()
  12775.     {
  12776.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  12777.         include_once \dirname(__DIR__4).'/src/Doctrine/EventSubscriber/Scholar/SharedContentScholarSubscriber.php';
  12778.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressService.php';
  12779.         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()));
  12780.     }
  12781.     /**
  12782.      * Gets the private 'App\EventSubscriber\Account\AvatarSubscriber' shared autowired service.
  12783.      *
  12784.      * @return \App\EventSubscriber\Account\AvatarSubscriber
  12785.      */
  12786.     protected function getAvatarSubscriberService()
  12787.     {
  12788.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Account/AvatarSubscriber.php';
  12789.         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()));
  12790.     }
  12791.     /**
  12792.      * Gets the private 'App\EventSubscriber\Channel\ImageUploaderSubscriber' shared autowired service.
  12793.      *
  12794.      * @return \App\EventSubscriber\Channel\ImageUploaderSubscriber
  12795.      */
  12796.     protected function getImageUploaderSubscriberService()
  12797.     {
  12798.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Channel/ImageUploaderSubscriber.php';
  12799.         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()));
  12800.     }
  12801.     /**
  12802.      * Gets the private 'App\EventSubscriber\Exercise\LoginSubscriber' shared autowired service.
  12803.      *
  12804.      * @return \App\EventSubscriber\Exercise\LoginSubscriber
  12805.      */
  12806.     protected function getLoginSubscriberService()
  12807.     {
  12808.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Exercise/LoginSubscriber.php';
  12809.         return $this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] = new \App\EventSubscriber\Exercise\LoginSubscriber(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12810.     }
  12811.     /**
  12812.      * Gets the private 'App\EventSubscriber\Scorm\ScormSubscriber' shared autowired service.
  12813.      *
  12814.      * @return \App\EventSubscriber\Scorm\ScormSubscriber
  12815.      */
  12816.     protected function getScormSubscriberService()
  12817.     {
  12818.         include_once \dirname(__DIR__4).'/src/EventSubscriber/Scorm/ScormSubscriber.php';
  12819.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormTerminateTracker.php';
  12820.         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()));
  12821.     }
  12822.     /**
  12823.      * Gets the private 'App\Filter\Account\AssignableFilterType' shared autowired service.
  12824.      *
  12825.      * @return \App\Filter\Account\AssignableFilterType
  12826.      */
  12827.     protected function getAssignableFilterTypeService()
  12828.     {
  12829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12831.         include_once \dirname(__DIR__4).'/src/Filter/Account/AssignableFilterType.php';
  12832.         return $this->privates['App\\Filter\\Account\\AssignableFilterType'] = new \App\Filter\Account\AssignableFilterType(($this->services['router'] ?? $this->getRouterService()));
  12833.     }
  12834.     /**
  12835.      * Gets the private 'App\Filter\Async\Channel\Bunny\VideoFilterType' shared autowired service.
  12836.      *
  12837.      * @return \App\Filter\Async\Channel\Bunny\VideoFilterType
  12838.      */
  12839.     protected function getVideoFilterTypeService()
  12840.     {
  12841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12843.         include_once \dirname(__DIR__4).'/src/Filter/Async/Channel/Bunny/VideoFilterType.php';
  12844.         return $this->privates['App\\Filter\\Async\\Channel\\Bunny\\VideoFilterType'] = new \App\Filter\Async\Channel\Bunny\VideoFilterType();
  12845.     }
  12846.     /**
  12847.      * Gets the private 'App\Filter\Async\Channel\User\UserFilter' shared autowired service.
  12848.      *
  12849.      * @return \App\Filter\Async\Channel\User\UserFilter
  12850.      */
  12851.     protected function getUserFilterService()
  12852.     {
  12853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12855.         include_once \dirname(__DIR__4).'/src/Filter/Async/Channel/User/UserFilter.php';
  12856.         return $this->privates['App\\Filter\\Async\\Channel\\User\\UserFilter'] = new \App\Filter\Async\Channel\User\UserFilter();
  12857.     }
  12858.     /**
  12859.      * Gets the private 'App\Filter\Channel\AssignableFilterType' shared autowired service.
  12860.      *
  12861.      * @return \App\Filter\Channel\AssignableFilterType
  12862.      */
  12863.     protected function getAssignableFilterType2Service()
  12864.     {
  12865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12867.         include_once \dirname(__DIR__4).'/src/Filter/Channel/AssignableFilterType.php';
  12868.         return $this->privates['App\\Filter\\Channel\\AssignableFilterType'] = new \App\Filter\Channel\AssignableFilterType(($this->services['router'] ?? $this->getRouterService()));
  12869.     }
  12870.     /**
  12871.      * Gets the private 'App\Filter\Channel\ImageFilter' shared autowired service.
  12872.      *
  12873.      * @return \App\Filter\Channel\ImageFilter
  12874.      */
  12875.     protected function getImageFilterService()
  12876.     {
  12877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12879.         include_once \dirname(__DIR__4).'/src/Filter/Channel/ImageFilter.php';
  12880.         return $this->privates['App\\Filter\\Channel\\ImageFilter'] = new \App\Filter\Channel\ImageFilter();
  12881.     }
  12882.     /**
  12883.      * Gets the private 'App\Filter\Common\AssignableFilterType' shared autowired service.
  12884.      *
  12885.      * @return \App\Filter\Common\AssignableFilterType
  12886.      */
  12887.     protected function getAssignableFilterType3Service()
  12888.     {
  12889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12891.         include_once \dirname(__DIR__4).'/src/Filter/Common/AssignableFilterType.php';
  12892.         return $this->privates['App\\Filter\\Common\\AssignableFilterType'] = new \App\Filter\Common\AssignableFilterType();
  12893.     }
  12894.     /**
  12895.      * Gets the private 'App\Filter\Common\FileFilterType' shared autowired service.
  12896.      *
  12897.      * @return \App\Filter\Common\FileFilterType
  12898.      */
  12899.     protected function getFileFilterTypeService()
  12900.     {
  12901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12903.         include_once \dirname(__DIR__4).'/src/Filter/Common/FileFilterType.php';
  12904.         return $this->privates['App\\Filter\\Common\\FileFilterType'] = new \App\Filter\Common\FileFilterType();
  12905.     }
  12906.     /**
  12907.      * Gets the private 'App\Filter\Front\GlobalSearch' shared autowired service.
  12908.      *
  12909.      * @return \App\Filter\Front\GlobalSearch
  12910.      */
  12911.     protected function getGlobalSearchService()
  12912.     {
  12913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12915.         include_once \dirname(__DIR__4).'/src/Filter/Front/GlobalSearch.php';
  12916.         return $this->privates['App\\Filter\\Front\\GlobalSearch'] = new \App\Filter\Front\GlobalSearch(($this->services['router'] ?? $this->getRouterService()));
  12917.     }
  12918.     /**
  12919.      * Gets the private 'App\Filter\Front\GlobalSearchExtendedType' shared autowired service.
  12920.      *
  12921.      * @return \App\Filter\Front\GlobalSearchExtendedType
  12922.      */
  12923.     protected function getGlobalSearchExtendedTypeService()
  12924.     {
  12925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12927.         include_once \dirname(__DIR__4).'/src/Filter/Front/GlobalSearchExtendedType.php';
  12928.         return $this->privates['App\\Filter\\Front\\GlobalSearchExtendedType'] = new \App\Filter\Front\GlobalSearchExtendedType(($this->services['router'] ?? $this->getRouterService()));
  12929.     }
  12930.     /**
  12931.      * Gets the private 'App\Filter\Sync\TrainingFilter' shared autowired service.
  12932.      *
  12933.      * @return \App\Filter\Sync\TrainingFilter
  12934.      */
  12935.     protected function getTrainingFilterService()
  12936.     {
  12937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12939.         include_once \dirname(__DIR__4).'/src/Filter/Sync/TrainingFilter.php';
  12940.         return $this->privates['App\\Filter\\Sync\\TrainingFilter'] = new \App\Filter\Sync\TrainingFilter();
  12941.     }
  12942.     /**
  12943.      * Gets the private 'App\Form\Account\AdviceType' shared autowired service.
  12944.      *
  12945.      * @return \App\Form\Account\AdviceType
  12946.      */
  12947.     protected function getAdviceTypeService()
  12948.     {
  12949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12951.         include_once \dirname(__DIR__4).'/src/Form/Account/AdviceType.php';
  12952.         return $this->privates['App\\Form\\Account\\AdviceType'] = new \App\Form\Account\AdviceType();
  12953.     }
  12954.     /**
  12955.      * Gets the private 'App\Form\Channel\ContactType' shared autowired service.
  12956.      *
  12957.      * @return \App\Form\Channel\ContactType
  12958.      */
  12959.     protected function getContactTypeService()
  12960.     {
  12961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12963.         include_once \dirname(__DIR__4).'/src/Form/Channel/ContactType.php';
  12964.         return $this->privates['App\\Form\\Channel\\ContactType'] = new \App\Form\Channel\ContactType();
  12965.     }
  12966.     /**
  12967.      * Gets the private 'App\Form\Channel\Filter\ChannelTrainingFilter' shared autowired service.
  12968.      *
  12969.      * @return \App\Form\Channel\Filter\ChannelTrainingFilter
  12970.      */
  12971.     protected function getChannelTrainingFilterService()
  12972.     {
  12973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12975.         include_once \dirname(__DIR__4).'/src/Form/Channel/Filter/ChannelTrainingFilter.php';
  12976.         return $this->privates['App\\Form\\Channel\\Filter\\ChannelTrainingFilter'] = new \App\Form\Channel\Filter\ChannelTrainingFilter();
  12977.     }
  12978.     /**
  12979.      * Gets the private 'App\Form\Channel\ImageSelectorType' shared autowired service.
  12980.      *
  12981.      * @return \App\Form\Channel\ImageSelectorType
  12982.      */
  12983.     protected function getImageSelectorTypeService()
  12984.     {
  12985.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12987.         include_once \dirname(__DIR__4).'/src/Form/Channel/ImageSelectorType.php';
  12988.         return $this->privates['App\\Form\\Channel\\ImageSelectorType'] = new \App\Form\Channel\ImageSelectorType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  12989.     }
  12990.     /**
  12991.      * Gets the private 'App\Form\Common\CountPaginationType' shared autowired service.
  12992.      *
  12993.      * @return \App\Form\Common\CountPaginationType
  12994.      */
  12995.     protected function getCountPaginationTypeService()
  12996.     {
  12997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12999.         include_once \dirname(__DIR__4).'/src/Form/Common/CountPaginationType.php';
  13000.         return $this->privates['App\\Form\\Common\\CountPaginationType'] = new \App\Form\Common\CountPaginationType();
  13001.     }
  13002.     /**
  13003.      * Gets the private 'App\Form\Common\CustomFileType' shared autowired service.
  13004.      *
  13005.      * @return \App\Form\Common\CustomFileType
  13006.      */
  13007.     protected function getCustomFileTypeService()
  13008.     {
  13009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13011.         include_once \dirname(__DIR__4).'/src/Form/Common/CustomFileType.php';
  13012.         return $this->privates['App\\Form\\Common\\CustomFileType'] = new \App\Form\Common\CustomFileType($this, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  13013.     }
  13014.     /**
  13015.      * Gets the private 'App\Form\Common\NellappSliderType' shared autowired service.
  13016.      *
  13017.      * @return \App\Form\Common\NellappSliderType
  13018.      */
  13019.     protected function getNellappSliderTypeService()
  13020.     {
  13021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13023.         include_once \dirname(__DIR__4).'/src/Form/Common/NellappSliderType.php';
  13024.         return $this->privates['App\\Form\\Common\\NellappSliderType'] = new \App\Form\Common\NellappSliderType();
  13025.     }
  13026.     /**
  13027.      * Gets the private 'App\Form\Common\RatingType' shared autowired service.
  13028.      *
  13029.      * @return \App\Form\Common\RatingType
  13030.      */
  13031.     protected function getRatingTypeService()
  13032.     {
  13033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13035.         include_once \dirname(__DIR__4).'/src/Form/Common/RatingType.php';
  13036.         return $this->privates['App\\Form\\Common\\RatingType'] = new \App\Form\Common\RatingType();
  13037.     }
  13038.     /**
  13039.      * Gets the private 'App\Form\Common\ReAssignableFormType' shared autowired service.
  13040.      *
  13041.      * @return \App\Form\Common\ReAssignableFormType
  13042.      */
  13043.     protected function getReAssignableFormTypeService()
  13044.     {
  13045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13047.         include_once \dirname(__DIR__4).'/src/Form/Common/ReAssignableFormType.php';
  13048.         return $this->privates['App\\Form\\Common\\ReAssignableFormType'] = new \App\Form\Common\ReAssignableFormType(($this->services['router'] ?? $this->getRouterService()));
  13049.     }
  13050.     /**
  13051.      * Gets the private 'App\Form\Exercise\ExerciseType' shared autowired service.
  13052.      *
  13053.      * @return \App\Form\Exercise\ExerciseType
  13054.      */
  13055.     protected function getExerciseTypeService()
  13056.     {
  13057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13059.         include_once \dirname(__DIR__4).'/src/Form/Exercise/ExerciseType.php';
  13060.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  13061.         return $this->privates['App\\Form\\Exercise\\ExerciseType'] = new \App\Form\Exercise\ExerciseType(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  13062.     }
  13063.     /**
  13064.      * Gets the private 'App\Form\Exercise\Question\MultipleChoiceAnswerType' shared autowired service.
  13065.      *
  13066.      * @return \App\Form\Exercise\Question\MultipleChoiceAnswerType
  13067.      */
  13068.     protected function getMultipleChoiceAnswerTypeService()
  13069.     {
  13070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13072.         include_once \dirname(__DIR__4).'/src/Form/Exercise/Question/MultipleChoiceAnswerType.php';
  13073.         return $this->privates['App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType'] = new \App\Form\Exercise\Question\MultipleChoiceAnswerType();
  13074.     }
  13075.     /**
  13076.      * Gets the private 'App\Form\Exercise\Question\MultipleChoiceQuestionType' shared autowired service.
  13077.      *
  13078.      * @return \App\Form\Exercise\Question\MultipleChoiceQuestionType
  13079.      */
  13080.     protected function getMultipleChoiceQuestionTypeService()
  13081.     {
  13082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13083.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13084.         include_once \dirname(__DIR__4).'/src/Form/Exercise/Question/MultipleChoiceQuestionType.php';
  13085.         return $this->privates['App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType'] = new \App\Form\Exercise\Question\MultipleChoiceQuestionType();
  13086.     }
  13087.     /**
  13088.      * Gets the private 'App\Form\Exercise\Question\QuestionType' shared autowired service.
  13089.      *
  13090.      * @return \App\Form\Exercise\Question\QuestionType
  13091.      */
  13092.     protected function getQuestionTypeService()
  13093.     {
  13094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13096.         include_once \dirname(__DIR__4).'/src/Form/Exercise/Question/QuestionType.php';
  13097.         return $this->privates['App\\Form\\Exercise\\Question\\QuestionType'] = new \App\Form\Exercise\Question\QuestionType();
  13098.     }
  13099.     /**
  13100.      * Gets the private 'App\Form\Exercise\User\ChoiceAnswerType' shared autowired service.
  13101.      *
  13102.      * @return \App\Form\Exercise\User\ChoiceAnswerType
  13103.      */
  13104.     protected function getChoiceAnswerTypeService()
  13105.     {
  13106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13108.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/ChoiceAnswerType.php';
  13109.         return $this->privates['App\\Form\\Exercise\\User\\ChoiceAnswerType'] = new \App\Form\Exercise\User\ChoiceAnswerType();
  13110.     }
  13111.     /**
  13112.      * Gets the private 'App\Form\Exercise\User\ExerciseResultType' shared autowired service.
  13113.      *
  13114.      * @return \App\Form\Exercise\User\ExerciseResultType
  13115.      */
  13116.     protected function getExerciseResultTypeService()
  13117.     {
  13118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13120.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/ExerciseResultType.php';
  13121.         return $this->privates['App\\Form\\Exercise\\User\\ExerciseResultType'] = new \App\Form\Exercise\User\ExerciseResultType();
  13122.     }
  13123.     /**
  13124.      * Gets the private 'App\Form\Exercise\User\MultipleChoiceQuestionResultType' shared autowired service.
  13125.      *
  13126.      * @return \App\Form\Exercise\User\MultipleChoiceQuestionResultType
  13127.      */
  13128.     protected function getMultipleChoiceQuestionResultTypeService()
  13129.     {
  13130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13132.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/MultipleChoiceQuestionResultType.php';
  13133.         return $this->privates['App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType'] = new \App\Form\Exercise\User\MultipleChoiceQuestionResultType();
  13134.     }
  13135.     /**
  13136.      * Gets the private 'App\Form\Exercise\User\QuestionResultType' shared autowired service.
  13137.      *
  13138.      * @return \App\Form\Exercise\User\QuestionResultType
  13139.      */
  13140.     protected function getQuestionResultTypeService()
  13141.     {
  13142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13144.         include_once \dirname(__DIR__4).'/src/Form/Exercise/User/QuestionResultType.php';
  13145.         return $this->privates['App\\Form\\Exercise\\User\\QuestionResultType'] = new \App\Form\Exercise\User\QuestionResultType();
  13146.     }
  13147.     /**
  13148.      * Gets the private 'App\Form\Forum\MessageAnswerType' shared autowired service.
  13149.      *
  13150.      * @return \App\Form\Forum\MessageAnswerType
  13151.      */
  13152.     protected function getMessageAnswerTypeService()
  13153.     {
  13154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13156.         include_once \dirname(__DIR__4).'/src/Form/Forum/MessageAnswerType.php';
  13157.         return $this->privates['App\\Form\\Forum\\MessageAnswerType'] = new \App\Form\Forum\MessageAnswerType();
  13158.     }
  13159.     /**
  13160.      * Gets the private 'App\Form\Forum\MessageType' shared autowired service.
  13161.      *
  13162.      * @return \App\Form\Forum\MessageType
  13163.      */
  13164.     protected function getMessageTypeService()
  13165.     {
  13166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13168.         include_once \dirname(__DIR__4).'/src/Form/Forum/MessageType.php';
  13169.         return $this->privates['App\\Form\\Forum\\MessageType'] = new \App\Form\Forum\MessageType();
  13170.     }
  13171.     /**
  13172.      * Gets the private 'App\Form\Manager\Filter\Api\LessonScholarFilterType' shared autowired service.
  13173.      *
  13174.      * @return \App\Form\Manager\Filter\Api\LessonScholarFilterType
  13175.      */
  13176.     protected function getLessonScholarFilterTypeService()
  13177.     {
  13178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13180.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Api/LessonScholarFilterType.php';
  13181.         return $this->privates['App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType'] = new \App\Form\Manager\Filter\Api\LessonScholarFilterType();
  13182.     }
  13183.     /**
  13184.      * Gets the private 'App\Form\Manager\Filter\Channel\ChannelFilterType' shared autowired service.
  13185.      *
  13186.      * @return \App\Form\Manager\Filter\Channel\ChannelFilterType
  13187.      */
  13188.     protected function getChannelFilterTypeService()
  13189.     {
  13190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13192.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/ChannelFilterType.php';
  13193.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType'] = new \App\Form\Manager\Filter\Channel\ChannelFilterType();
  13194.     }
  13195.     /**
  13196.      * Gets the private 'App\Form\Manager\Filter\Channel\Exercise\CollectionFilter' shared autowired service.
  13197.      *
  13198.      * @return \App\Form\Manager\Filter\Channel\Exercise\CollectionFilter
  13199.      */
  13200.     protected function getCollectionFilterService()
  13201.     {
  13202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13204.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/Exercise/CollectionFilter.php';
  13205.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter'] = new \App\Form\Manager\Filter\Channel\Exercise\CollectionFilter();
  13206.     }
  13207.     /**
  13208.      * Gets the private 'App\Form\Manager\Filter\Channel\LessonMessageFilterType' shared autowired service.
  13209.      *
  13210.      * @return \App\Form\Manager\Filter\Channel\LessonMessageFilterType
  13211.      */
  13212.     protected function getLessonMessageFilterTypeService()
  13213.     {
  13214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13216.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/LessonMessageFilterType.php';
  13217.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\LessonMessageFilterType'] = new \App\Form\Manager\Filter\Channel\LessonMessageFilterType();
  13218.     }
  13219.     /**
  13220.      * Gets the private 'App\Form\Manager\Filter\Channel\LessonReviewFilterType' shared autowired service.
  13221.      *
  13222.      * @return \App\Form\Manager\Filter\Channel\LessonReviewFilterType
  13223.      */
  13224.     protected function getLessonReviewFilterTypeService()
  13225.     {
  13226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13228.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/LessonReviewFilterType.php';
  13229.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType'] = new \App\Form\Manager\Filter\Channel\LessonReviewFilterType();
  13230.     }
  13231.     /**
  13232.      * Gets the private 'App\Form\Manager\Filter\Channel\LessonScholarFilter' shared autowired service.
  13233.      *
  13234.      * @return \App\Form\Manager\Filter\Channel\LessonScholarFilter
  13235.      */
  13236.     protected function getLessonScholarFilterService()
  13237.     {
  13238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13240.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/LessonScholarFilter.php';
  13241.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter'] = new \App\Form\Manager\Filter\Channel\LessonScholarFilter();
  13242.     }
  13243.     /**
  13244.      * Gets the private 'App\Form\Manager\Filter\Channel\ScholarCollectionFilter' shared autowired service.
  13245.      *
  13246.      * @return \App\Form\Manager\Filter\Channel\ScholarCollectionFilter
  13247.      */
  13248.     protected function getScholarCollectionFilterService()
  13249.     {
  13250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13252.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/ScholarCollectionFilter.php';
  13253.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter'] = new \App\Form\Manager\Filter\Channel\ScholarCollectionFilter();
  13254.     }
  13255.     /**
  13256.      * Gets the private 'App\Form\Manager\Filter\Channel\SharedContent\ShareProgressFilterType' shared autowired service.
  13257.      *
  13258.      * @return \App\Form\Manager\Filter\Channel\SharedContent\ShareProgressFilterType
  13259.      */
  13260.     protected function getShareProgressFilterTypeService()
  13261.     {
  13262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13264.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/SharedContent/ShareProgressFilterType.php';
  13265.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\SharedContent\\ShareProgressFilterType'] = new \App\Form\Manager\Filter\Channel\SharedContent\ShareProgressFilterType();
  13266.     }
  13267.     /**
  13268.      * Gets the private 'App\Form\Manager\Filter\Channel\SharedContent\SharedChannelFilterType' shared autowired service.
  13269.      *
  13270.      * @return \App\Form\Manager\Filter\Channel\SharedContent\SharedChannelFilterType
  13271.      */
  13272.     protected function getSharedChannelFilterTypeService()
  13273.     {
  13274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13276.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/SharedContent/SharedChannelFilterType.php';
  13277.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedChannelFilterType'] = new \App\Form\Manager\Filter\Channel\SharedContent\SharedChannelFilterType();
  13278.     }
  13279.     /**
  13280.      * Gets the private 'App\Form\Manager\Filter\Channel\SharedContent\SharedContentFilterType' shared autowired service.
  13281.      *
  13282.      * @return \App\Form\Manager\Filter\Channel\SharedContent\SharedContentFilterType
  13283.      */
  13284.     protected function getSharedContentFilterTypeService()
  13285.     {
  13286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13288.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/Channel/SharedContent/SharedContentFilterType.php';
  13289.         return $this->privates['App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedContentFilterType'] = new \App\Form\Manager\Filter\Channel\SharedContent\SharedContentFilterType();
  13290.     }
  13291.     /**
  13292.      * Gets the private 'App\Form\Manager\Filter\UserFilter' shared autowired service.
  13293.      *
  13294.      * @return \App\Form\Manager\Filter\UserFilter
  13295.      */
  13296.     protected function getUserFilter2Service()
  13297.     {
  13298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13300.         include_once \dirname(__DIR__4).'/src/Form/Manager/Filter/UserFilter.php';
  13301.         return $this->privates['App\\Form\\Manager\\Filter\\UserFilter'] = new \App\Form\Manager\Filter\UserFilter();
  13302.     }
  13303.     /**
  13304.      * Gets the private 'App\Form\Payment\FundingType' shared autowired service.
  13305.      *
  13306.      * @return \App\Form\Payment\FundingType
  13307.      */
  13308.     protected function getFundingTypeService()
  13309.     {
  13310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13312.         include_once \dirname(__DIR__4).'/src/Form/Payment/FundingType.php';
  13313.         return $this->privates['App\\Form\\Payment\\FundingType'] = new \App\Form\Payment\FundingType(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  13314.     }
  13315.     /**
  13316.      * Gets the private 'App\Form\Scholar\ChapterType' shared autowired service.
  13317.      *
  13318.      * @return \App\Form\Scholar\ChapterType
  13319.      */
  13320.     protected function getChapterTypeService()
  13321.     {
  13322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13324.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ChapterType.php';
  13325.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  13326.         return $this->privates['App\\Form\\Scholar\\ChapterType'] = new \App\Form\Scholar\ChapterType(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  13327.     }
  13328.     /**
  13329.      * Gets the private 'App\Form\Scholar\LessonPrerequisiteType' shared autowired service.
  13330.      *
  13331.      * @return \App\Form\Scholar\LessonPrerequisiteType
  13332.      */
  13333.     protected function getLessonPrerequisiteTypeService()
  13334.     {
  13335.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13337.         include_once \dirname(__DIR__4).'/src/Form/Scholar/LessonPrerequisiteType.php';
  13338.         return $this->privates['App\\Form\\Scholar\\LessonPrerequisiteType'] = new \App\Form\Scholar\LessonPrerequisiteType();
  13339.     }
  13340.     /**
  13341.      * Gets the private 'App\Form\Scholar\LessonReviewType' shared autowired service.
  13342.      *
  13343.      * @return \App\Form\Scholar\LessonReviewType
  13344.      */
  13345.     protected function getLessonReviewTypeService()
  13346.     {
  13347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13348.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13349.         include_once \dirname(__DIR__4).'/src/Form/Scholar/LessonReviewType.php';
  13350.         return $this->privates['App\\Form\\Scholar\\LessonReviewType'] = new \App\Form\Scholar\LessonReviewType();
  13351.     }
  13352.     /**
  13353.      * Gets the private 'App\Form\Scholar\LessonType' shared autowired service.
  13354.      *
  13355.      * @return \App\Form\Scholar\LessonType
  13356.      */
  13357.     protected function getLessonTypeService()
  13358.     {
  13359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13361.         include_once \dirname(__DIR__4).'/src/Form/Scholar/LessonType.php';
  13362.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  13363.         return $this->privates['App\\Form\\Scholar\\LessonType'] = new \App\Form\Scholar\LessonType(($this->services['router'] ?? $this->getRouterService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  13364.     }
  13365.     /**
  13366.      * Gets the private 'App\Form\Scholar\ModuleLessonType' shared autowired service.
  13367.      *
  13368.      * @return \App\Form\Scholar\ModuleLessonType
  13369.      */
  13370.     protected function getModuleLessonTypeService()
  13371.     {
  13372.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13374.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ModuleLessonType.php';
  13375.         return $this->privates['App\\Form\\Scholar\\ModuleLessonType'] = new \App\Form\Scholar\ModuleLessonType();
  13376.     }
  13377.     /**
  13378.      * Gets the private 'App\Form\Scholar\ModuleType' shared autowired service.
  13379.      *
  13380.      * @return \App\Form\Scholar\ModuleType
  13381.      */
  13382.     protected function getModuleTypeService()
  13383.     {
  13384.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13386.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ModuleType.php';
  13387.         return $this->privates['App\\Form\\Scholar\\ModuleType'] = new \App\Form\Scholar\ModuleType();
  13388.     }
  13389.     /**
  13390.      * Gets the private 'App\Form\Scholar\MultipleAskForReferentCorrectionType' shared autowired service.
  13391.      *
  13392.      * @return \App\Form\Scholar\MultipleAskForReferentCorrectionType
  13393.      */
  13394.     protected function getMultipleAskForReferentCorrectionTypeService()
  13395.     {
  13396.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13398.         include_once \dirname(__DIR__4).'/src/Form/Scholar/MultipleAskForReferentCorrectionType.php';
  13399.         return $this->privates['App\\Form\\Scholar\\MultipleAskForReferentCorrectionType'] = new \App\Form\Scholar\MultipleAskForReferentCorrectionType();
  13400.     }
  13401.     /**
  13402.      * Gets the private 'App\Form\Scholar\MultipleChatBotType' shared autowired service.
  13403.      *
  13404.      * @return \App\Form\Scholar\MultipleChatBotType
  13405.      */
  13406.     protected function getMultipleChatBotTypeService()
  13407.     {
  13408.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13410.         include_once \dirname(__DIR__4).'/src/Form/Scholar/MultipleChatBotType.php';
  13411.         return $this->privates['App\\Form\\Scholar\\MultipleChatBotType'] = new \App\Form\Scholar\MultipleChatBotType();
  13412.     }
  13413.     /**
  13414.      * Gets the private 'App\Form\Scholar\MultipleReferralTrainerType' shared autowired service.
  13415.      *
  13416.      * @return \App\Form\Scholar\MultipleReferralTrainerType
  13417.      */
  13418.     protected function getMultipleReferralTrainerTypeService()
  13419.     {
  13420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13422.         include_once \dirname(__DIR__4).'/src/Form/Scholar/MultipleReferralTrainerType.php';
  13423.         return $this->privates['App\\Form\\Scholar\\MultipleReferralTrainerType'] = new \App\Form\Scholar\MultipleReferralTrainerType(($this->services['router'] ?? $this->getRouterService()));
  13424.     }
  13425.     /**
  13426.      * Gets the private 'App\Form\Scholar\PracticalCaseCorrectionType' shared autowired service.
  13427.      *
  13428.      * @return \App\Form\Scholar\PracticalCaseCorrectionType
  13429.      */
  13430.     protected function getPracticalCaseCorrectionTypeService()
  13431.     {
  13432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13434.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseCorrectionType.php';
  13435.         return $this->privates['App\\Form\\Scholar\\PracticalCaseCorrectionType'] = new \App\Form\Scholar\PracticalCaseCorrectionType();
  13436.     }
  13437.     /**
  13438.      * Gets the private 'App\Form\Scholar\PracticalCaseResourceType' shared autowired service.
  13439.      *
  13440.      * @return \App\Form\Scholar\PracticalCaseResourceType
  13441.      */
  13442.     protected function getPracticalCaseResourceTypeService()
  13443.     {
  13444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13446.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseResourceType.php';
  13447.         return $this->privates['App\\Form\\Scholar\\PracticalCaseResourceType'] = new \App\Form\Scholar\PracticalCaseResourceType();
  13448.     }
  13449.     /**
  13450.      * Gets the private 'App\Form\Scholar\PracticalCaseResponseType' shared autowired service.
  13451.      *
  13452.      * @return \App\Form\Scholar\PracticalCaseResponseType
  13453.      */
  13454.     protected function getPracticalCaseResponseTypeService()
  13455.     {
  13456.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13458.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseResponseType.php';
  13459.         return $this->privates['App\\Form\\Scholar\\PracticalCaseResponseType'] = new \App\Form\Scholar\PracticalCaseResponseType();
  13460.     }
  13461.     /**
  13462.      * Gets the private 'App\Form\Scholar\PracticalCaseType' shared autowired service.
  13463.      *
  13464.      * @return \App\Form\Scholar\PracticalCaseType
  13465.      */
  13466.     protected function getPracticalCaseTypeService()
  13467.     {
  13468.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13470.         include_once \dirname(__DIR__4).'/src/Form/Scholar/PracticalCaseType.php';
  13471.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  13472.         return $this->privates['App\\Form\\Scholar\\PracticalCaseType'] = new \App\Form\Scholar\PracticalCaseType(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  13473.     }
  13474.     /**
  13475.      * Gets the private 'App\Form\Scholar\ReferralTrainerType' shared autowired service.
  13476.      *
  13477.      * @return \App\Form\Scholar\ReferralTrainerType
  13478.      */
  13479.     protected function getReferralTrainerTypeService()
  13480.     {
  13481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13483.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ReferralTrainerType.php';
  13484.         return $this->privates['App\\Form\\Scholar\\ReferralTrainerType'] = new \App\Form\Scholar\ReferralTrainerType();
  13485.     }
  13486.     /**
  13487.      * Gets the private 'App\Form\Scholar\ScholarInterfaceSelektor' shared autowired service.
  13488.      *
  13489.      * @return \App\Form\Scholar\ScholarInterfaceSelektor
  13490.      */
  13491.     protected function getScholarInterfaceSelektorService()
  13492.     {
  13493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13495.         include_once \dirname(__DIR__4).'/src/Form/Scholar/ScholarInterfaceSelektor.php';
  13496.         return $this->privates['App\\Form\\Scholar\\ScholarInterfaceSelektor'] = new \App\Form\Scholar\ScholarInterfaceSelektor();
  13497.     }
  13498.     /**
  13499.      * Gets the private 'App\Form\Scholar\TrainingDescriptionType' shared autowired service.
  13500.      *
  13501.      * @return \App\Form\Scholar\TrainingDescriptionType
  13502.      */
  13503.     protected function getTrainingDescriptionTypeService()
  13504.     {
  13505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13507.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingDescriptionType.php';
  13508.         return $this->privates['App\\Form\\Scholar\\TrainingDescriptionType'] = new \App\Form\Scholar\TrainingDescriptionType();
  13509.     }
  13510.     /**
  13511.      * Gets the private 'App\Form\Scholar\TrainingModuleType' shared autowired service.
  13512.      *
  13513.      * @return \App\Form\Scholar\TrainingModuleType
  13514.      */
  13515.     protected function getTrainingModuleTypeService()
  13516.     {
  13517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13519.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingModuleType.php';
  13520.         return $this->privates['App\\Form\\Scholar\\TrainingModuleType'] = new \App\Form\Scholar\TrainingModuleType();
  13521.     }
  13522.     /**
  13523.      * Gets the private 'App\Form\Scholar\TrainingProductType' shared autowired service.
  13524.      *
  13525.      * @return \App\Form\Scholar\TrainingProductType
  13526.      */
  13527.     protected function getTrainingProductTypeService()
  13528.     {
  13529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13531.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingProductType.php';
  13532.         return $this->privates['App\\Form\\Scholar\\TrainingProductType'] = new \App\Form\Scholar\TrainingProductType();
  13533.     }
  13534.     /**
  13535.      * Gets the private 'App\Form\Scholar\TrainingType' shared autowired service.
  13536.      *
  13537.      * @return \App\Form\Scholar\TrainingType
  13538.      */
  13539.     protected function getTrainingTypeService()
  13540.     {
  13541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13543.         include_once \dirname(__DIR__4).'/src/Form/Scholar/TrainingType.php';
  13544.         return $this->privates['App\\Form\\Scholar\\TrainingType'] = new \App\Form\Scholar\TrainingType();
  13545.     }
  13546.     /**
  13547.      * Gets the private 'App\Form\Share\ShareContentType' shared autowired service.
  13548.      *
  13549.      * @return \App\Form\Share\ShareContentType
  13550.      */
  13551.     protected function getShareContentTypeService()
  13552.     {
  13553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13555.         include_once \dirname(__DIR__4).'/src/Form/Share/ShareContentType.php';
  13556.         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()));
  13557.     }
  13558.     /**
  13559.      * Gets the private 'App\Form\TemplatePage\CreatePageType' shared autowired service.
  13560.      *
  13561.      * @return \App\Form\TemplatePage\CreatePageType
  13562.      */
  13563.     protected function getCreatePageTypeService()
  13564.     {
  13565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  13566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  13567.         include_once \dirname(__DIR__4).'/src/Form/TemplatePage/CreatePageType.php';
  13568.         return $this->privates['App\\Form\\TemplatePage\\CreatePageType'] = new \App\Form\TemplatePage\CreatePageType();
  13569.     }
  13570.     /**
  13571.      * Gets the private 'App\Menu\Admin\DrawerBuilder' shared autowired service.
  13572.      *
  13573.      * @return \App\Menu\Admin\DrawerBuilder
  13574.      */
  13575.     protected function getDrawerBuilderService()
  13576.     {
  13577.         include_once \dirname(__DIR__4).'/src/Menu/Admin/DrawerBuilder.php';
  13578.         return $this->privates['App\\Menu\\Admin\\DrawerBuilder'] = new \App\Menu\Admin\DrawerBuilder(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  13579.     }
  13580.     /**
  13581.      * Gets the private 'App\Menu\Front\DrawerBuilder' shared autowired service.
  13582.      *
  13583.      * @return \App\Menu\Front\DrawerBuilder
  13584.      */
  13585.     protected function getDrawerBuilder2Service()
  13586.     {
  13587.         include_once \dirname(__DIR__4).'/src/Menu/Front/DrawerBuilder.php';
  13588.         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()));
  13589.     }
  13590.     /**
  13591.      * Gets the private 'App\Repository\Account\AdviceRepository' shared autowired service.
  13592.      *
  13593.      * @return \App\Repository\Account\AdviceRepository
  13594.      */
  13595.     protected function getAdviceRepositoryService()
  13596.     {
  13597.         include_once \dirname(__DIR__4).'/src/Repository/Account/AdviceRepository.php';
  13598.         return $this->privates['App\\Repository\\Account\\AdviceRepository'] = new \App\Repository\Account\AdviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13599.     }
  13600.     /**
  13601.      * Gets the private 'App\Repository\Account\LogUserDataRepository' shared autowired service.
  13602.      *
  13603.      * @return \App\Repository\Account\LogUserDataRepository
  13604.      */
  13605.     protected function getLogUserDataRepositoryService()
  13606.     {
  13607.         include_once \dirname(__DIR__4).'/src/Repository/Account/LogUserDataRepository.php';
  13608.         return $this->privates['App\\Repository\\Account\\LogUserDataRepository'] = new \App\Repository\Account\LogUserDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13609.     }
  13610.     /**
  13611.      * Gets the private 'App\Repository\Account\NotificationRepository' shared autowired service.
  13612.      *
  13613.      * @return \App\Repository\Account\NotificationRepository
  13614.      */
  13615.     protected function getNotificationRepositoryService()
  13616.     {
  13617.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Repository/NotificationRepositoryInterface.php';
  13618.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Repository/NotificationRepositoryTrait.php';
  13619.         include_once \dirname(__DIR__4).'/src/Repository/Account/NotificationRepository.php';
  13620.         return $this->privates['App\\Repository\\Account\\NotificationRepository'] = new \App\Repository\Account\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13621.     }
  13622.     /**
  13623.      * Gets the private 'App\Repository\Account\UserRepository' shared autowired service.
  13624.      *
  13625.      * @return \App\Repository\Account\UserRepository
  13626.      */
  13627.     protected function getUserRepositoryService()
  13628.     {
  13629.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/UserRepositoryInterface.php';
  13630.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/User/AbstractUserRepository.php';
  13631.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryInterface.php';
  13632.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Repository/UserRepositoryTrait.php';
  13633.         include_once \dirname(__DIR__4).'/src/Repository/Account/UserRepository.php';
  13634.         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()));
  13635.     }
  13636.     /**
  13637.      * Gets the private 'App\Repository\Achievement\AchievementChapterRepository' shared autowired service.
  13638.      *
  13639.      * @return \App\Repository\Achievement\AchievementChapterRepository
  13640.      */
  13641.     protected function getAchievementChapterRepositoryService()
  13642.     {
  13643.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  13644.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementChapterRepository.php';
  13645.         return $this->privates['App\\Repository\\Achievement\\AchievementChapterRepository'] = new \App\Repository\Achievement\AchievementChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13646.     }
  13647.     /**
  13648.      * Gets the private 'App\Repository\Achievement\AchievementContentRepository' shared autowired service.
  13649.      *
  13650.      * @return \App\Repository\Achievement\AchievementContentRepository
  13651.      */
  13652.     protected function getAchievementContentRepositoryService()
  13653.     {
  13654.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  13655.         return $this->privates['App\\Repository\\Achievement\\AchievementContentRepository'] = new \App\Repository\Achievement\AchievementContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13656.     }
  13657.     /**
  13658.      * Gets the private 'App\Repository\Achievement\AchievementLessonRepository' shared autowired service.
  13659.      *
  13660.      * @return \App\Repository\Achievement\AchievementLessonRepository
  13661.      */
  13662.     protected function getAchievementLessonRepositoryService()
  13663.     {
  13664.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  13665.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementLessonRepository.php';
  13666.         return $this->privates['App\\Repository\\Achievement\\AchievementLessonRepository'] = new \App\Repository\Achievement\AchievementLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13667.     }
  13668.     /**
  13669.      * Gets the private 'App\Repository\Achievement\AchievementModuleRepository' shared autowired service.
  13670.      *
  13671.      * @return \App\Repository\Achievement\AchievementModuleRepository
  13672.      */
  13673.     protected function getAchievementModuleRepositoryService()
  13674.     {
  13675.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  13676.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementModuleRepository.php';
  13677.         return $this->privates['App\\Repository\\Achievement\\AchievementModuleRepository'] = new \App\Repository\Achievement\AchievementModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13678.     }
  13679.     /**
  13680.      * Gets the private 'App\Repository\Achievement\AchievementTimeLogLessonRepository' shared autowired service.
  13681.      *
  13682.      * @return \App\Repository\Achievement\AchievementTimeLogLessonRepository
  13683.      */
  13684.     protected function getAchievementTimeLogLessonRepositoryService()
  13685.     {
  13686.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementTimeLogLessonRepository.php';
  13687.         return $this->privates['App\\Repository\\Achievement\\AchievementTimeLogLessonRepository'] = new \App\Repository\Achievement\AchievementTimeLogLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13688.     }
  13689.     /**
  13690.      * Gets the private 'App\Repository\Achievement\AchievementTimeLogRepository' shared autowired service.
  13691.      *
  13692.      * @return \App\Repository\Achievement\AchievementTimeLogRepository
  13693.      */
  13694.     protected function getAchievementTimeLogRepositoryService()
  13695.     {
  13696.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementTimeLogRepository.php';
  13697.         return $this->privates['App\\Repository\\Achievement\\AchievementTimeLogRepository'] = new \App\Repository\Achievement\AchievementTimeLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13698.     }
  13699.     /**
  13700.      * Gets the private 'App\Repository\Achievement\AchievementTrainingRepository' shared autowired service.
  13701.      *
  13702.      * @return \App\Repository\Achievement\AchievementTrainingRepository
  13703.      */
  13704.     protected function getAchievementTrainingRepositoryService()
  13705.     {
  13706.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementContentRepository.php';
  13707.         include_once \dirname(__DIR__4).'/src/Repository/Achievement/AchievementTrainingRepository.php';
  13708.         return $this->privates['App\\Repository\\Achievement\\AchievementTrainingRepository'] = new \App\Repository\Achievement\AchievementTrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13709.     }
  13710.     /**
  13711.      * Gets the private 'App\Repository\Bunny\BunnyVideoCollectionRepository' shared autowired service.
  13712.      *
  13713.      * @return \App\Repository\Bunny\BunnyVideoCollectionRepository
  13714.      */
  13715.     protected function getBunnyVideoCollectionRepositoryService()
  13716.     {
  13717.         include_once \dirname(__DIR__4).'/src/Repository/Bunny/BunnyVideoCollectionRepository.php';
  13718.         return $this->privates['App\\Repository\\Bunny\\BunnyVideoCollectionRepository'] = new \App\Repository\Bunny\BunnyVideoCollectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13719.     }
  13720.     /**
  13721.      * Gets the private 'App\Repository\Bunny\BunnyVideoRepository' shared autowired service.
  13722.      *
  13723.      * @return \App\Repository\Bunny\BunnyVideoRepository
  13724.      */
  13725.     protected function getBunnyVideoRepositoryService()
  13726.     {
  13727.         include_once \dirname(__DIR__4).'/src/Repository/Bunny/BunnyVideoRepository.php';
  13728.         return $this->privates['App\\Repository\\Bunny\\BunnyVideoRepository'] = new \App\Repository\Bunny\BunnyVideoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13729.     }
  13730.     /**
  13731.      * Gets the private 'App\Repository\ChannelUserData\AbstractCursusRepository' shared autowired service.
  13732.      *
  13733.      * @return \App\Repository\ChannelUserData\AbstractCursusRepository
  13734.      */
  13735.     protected function getAbstractCursusRepositoryService()
  13736.     {
  13737.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/AbstractCursusRepository/AbstractCursusRepositoryInterface.php';
  13738.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/AbstractCursusRepository/AbstractCursusRepositoryTrait.php';
  13739.         include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/AbstractCursusRepository.php';
  13740.         return $this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] = new \App\Repository\ChannelUserData\AbstractCursusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13741.     }
  13742.     /**
  13743.      * Gets the private 'App\Repository\ChannelUserData\ChannelUserDataRepository' shared autowired service.
  13744.      *
  13745.      * @return \App\Repository\ChannelUserData\ChannelUserDataRepository
  13746.      */
  13747.     protected function getChannelUserDataRepositoryService()
  13748.     {
  13749.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  13750.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/AdminChannelUserDataRepositoryInterface.php';
  13751.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/ChannelUserDataRepositoryInterface.php';
  13752.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/AbstractChannelUserDataRepository.php';
  13753.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserData/SyncedAdminChannelUserDataRepositoryTrait.php';
  13754.         include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/ChannelUserDataRepository.php';
  13755.         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()));
  13756.     }
  13757.     /**
  13758.      * Gets the private 'App\Repository\Channel\ChannelDescriptionRepository' shared autowired service.
  13759.      *
  13760.      * @return \App\Repository\Channel\ChannelDescriptionRepository
  13761.      */
  13762.     protected function getChannelDescriptionRepositoryService()
  13763.     {
  13764.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelDescriptionRepository.php';
  13765.         return $this->privates['App\\Repository\\Channel\\ChannelDescriptionRepository'] = new \App\Repository\Channel\ChannelDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13766.     }
  13767.     /**
  13768.      * Gets the private 'App\Repository\Channel\ChannelGalleryRepository' shared autowired service.
  13769.      *
  13770.      * @return \App\Repository\Channel\ChannelGalleryRepository
  13771.      */
  13772.     protected function getChannelGalleryRepositoryService()
  13773.     {
  13774.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelGalleryRepository.php';
  13775.         return $this->privates['App\\Repository\\Channel\\ChannelGalleryRepository'] = new \App\Repository\Channel\ChannelGalleryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13776.     }
  13777.     /**
  13778.      * Gets the private 'App\Repository\Channel\ChannelRepository' shared autowired service.
  13779.      *
  13780.      * @return \App\Repository\Channel\ChannelRepository
  13781.      */
  13782.     protected function getChannelRepositoryService()
  13783.     {
  13784.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/ChannelRepositoryInterface.php';
  13785.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/Channel/AbstractChannelRepository.php';
  13786.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelRepository.php';
  13787.         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()));
  13788.     }
  13789.     /**
  13790.      * Gets the private 'App\Repository\Channel\ChannelWhiteLabelRepository' shared autowired service.
  13791.      *
  13792.      * @return \App\Repository\Channel\ChannelWhiteLabelRepository
  13793.      */
  13794.     protected function getChannelWhiteLabelRepositoryService()
  13795.     {
  13796.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/ChannelWhiteLabelRepositoryInterface.php';
  13797.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelWhiteLabel/AbstractChannelWhiteLabelRepository.php';
  13798.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ChannelWhiteLabelRepository.php';
  13799.         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()));
  13800.     }
  13801.     /**
  13802.      * Gets the private 'App\Repository\Channel\GroupRepository' shared autowired service.
  13803.      *
  13804.      * @return \App\Repository\Channel\GroupRepository
  13805.      */
  13806.     protected function getGroupRepositoryService()
  13807.     {
  13808.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/GroupRepository/GroupRepositoryInterface.php';
  13809.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/GroupRepository/GroupRepositoryTrait.php';
  13810.         include_once \dirname(__DIR__4).'/src/Repository/Channel/GroupRepository.php';
  13811.         return $this->privates['App\\Repository\\Channel\\GroupRepository'] = new \App\Repository\Channel\GroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13812.     }
  13813.     /**
  13814.      * Gets the private 'App\Repository\Channel\ImageRepository' shared autowired service.
  13815.      *
  13816.      * @return \App\Repository\Channel\ImageRepository
  13817.      */
  13818.     protected function getImageRepositoryService()
  13819.     {
  13820.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ImageRepository.php';
  13821.         return $this->privates['App\\Repository\\Channel\\ImageRepository'] = new \App\Repository\Channel\ImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13822.     }
  13823.     /**
  13824.      * Gets the private 'App\Repository\Channel\InstitutionRepository' shared autowired service.
  13825.      *
  13826.      * @return \App\Repository\Channel\InstitutionRepository
  13827.      */
  13828.     protected function getInstitutionRepositoryService()
  13829.     {
  13830.         include_once \dirname(__DIR__4).'/src/Repository/Channel/InstitutionRepository.php';
  13831.         return $this->privates['App\\Repository\\Channel\\InstitutionRepository'] = new \App\Repository\Channel\InstitutionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13832.     }
  13833.     /**
  13834.      * Gets the private 'App\Repository\Channel\Partner\PartnerRepository' shared autowired service.
  13835.      *
  13836.      * @return \App\Repository\Channel\Partner\PartnerRepository
  13837.      */
  13838.     protected function getPartnerRepositoryService()
  13839.     {
  13840.         include_once \dirname(__DIR__4).'/src/Repository/Channel/Partner/PartnerRepository.php';
  13841.         return $this->privates['App\\Repository\\Channel\\Partner\\PartnerRepository'] = new \App\Repository\Channel\Partner\PartnerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13842.     }
  13843.     /**
  13844.      * Gets the private 'App\Repository\Channel\ShareContent\AbstractProgressRepository' shared autowired service.
  13845.      *
  13846.      * @return \App\Repository\Channel\ShareContent\AbstractProgressRepository
  13847.      */
  13848.     protected function getAbstractProgressRepositoryService()
  13849.     {
  13850.         include_once \dirname(__DIR__4).'/src/Repository/Channel/ShareContent/AbstractProgressRepository.php';
  13851.         return $this->privates['App\\Repository\\Channel\\ShareContent\\AbstractProgressRepository'] = new \App\Repository\Channel\ShareContent\AbstractProgressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13852.     }
  13853.     /**
  13854.      * Gets the private 'App\Repository\Channel\SharedChannelRepository' shared autowired service.
  13855.      *
  13856.      * @return \App\Repository\Channel\SharedChannelRepository
  13857.      */
  13858.     protected function getSharedChannelRepositoryService()
  13859.     {
  13860.         include_once \dirname(__DIR__4).'/src/Repository/Channel/SharedChannelRepository.php';
  13861.         return $this->privates['App\\Repository\\Channel\\SharedChannelRepository'] = new \App\Repository\Channel\SharedChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13862.     }
  13863.     /**
  13864.      * Gets the private 'App\Repository\Common\AssignableRepository' shared autowired service.
  13865.      *
  13866.      * @return \App\Repository\Common\AssignableRepository
  13867.      */
  13868.     protected function getAssignableRepositoryService()
  13869.     {
  13870.         include_once \dirname(__DIR__4).'/src/Repository/Common/AssignableRepository.php';
  13871.         return $this->privates['App\\Repository\\Common\\AssignableRepository'] = new \App\Repository\Common\AssignableRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13872.     }
  13873.     /**
  13874.      * Gets the private 'App\Repository\Common\FileRepository' shared autowired service.
  13875.      *
  13876.      * @return \App\Repository\Common\FileRepository
  13877.      */
  13878.     protected function getFileRepositoryService()
  13879.     {
  13880.         include_once \dirname(__DIR__4).'/src/Repository/Common/FileRepository.php';
  13881.         return $this->privates['App\\Repository\\Common\\FileRepository'] = new \App\Repository\Common\FileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13882.     }
  13883.     /**
  13884.      * Gets the private 'App\Repository\Exercise\ExerciseRepository' shared autowired service.
  13885.      *
  13886.      * @return \App\Repository\Exercise\ExerciseRepository
  13887.      */
  13888.     protected function getExerciseRepositoryService()
  13889.     {
  13890.         include_once \dirname(__DIR__4).'/src/Repository/Exercise/ExerciseRepository.php';
  13891.         return $this->privates['App\\Repository\\Exercise\\ExerciseRepository'] = new \App\Repository\Exercise\ExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13892.     }
  13893.     /**
  13894.      * Gets the private 'App\Repository\Exercise\OriginExerciseRepository' shared autowired service.
  13895.      *
  13896.      * @return \App\Repository\Exercise\OriginExerciseRepository
  13897.      */
  13898.     protected function getOriginExerciseRepositoryService()
  13899.     {
  13900.         include_once \dirname(__DIR__4).'/src/Repository/Exercise/OriginExerciseRepository.php';
  13901.         return $this->privates['App\\Repository\\Exercise\\OriginExerciseRepository'] = new \App\Repository\Exercise\OriginExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13902.     }
  13903.     /**
  13904.      * Gets the private 'App\Repository\Exercise\User\ExerciseResultRepository' shared autowired service.
  13905.      *
  13906.      * @return \App\Repository\Exercise\User\ExerciseResultRepository
  13907.      */
  13908.     protected function getExerciseResultRepositoryService()
  13909.     {
  13910.         include_once \dirname(__DIR__4).'/src/Repository/Exercise/User/ExerciseResultRepository.php';
  13911.         return $this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] = new \App\Repository\Exercise\User\ExerciseResultRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13912.     }
  13913.     /**
  13914.      * Gets the private 'App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository' shared autowired service.
  13915.      *
  13916.      * @return \App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository
  13917.      */
  13918.     protected function getMultipleChoiceQuestionResultRepositoryService()
  13919.     {
  13920.         include_once \dirname(__DIR__4).'/src/Repository/Exercise/User/MultipleChoiceQuestionResultRepository.php';
  13921.         return $this->privates['App\\Repository\\Exercise\\User\\MultipleChoiceQuestionResultRepository'] = new \App\Repository\Exercise\User\MultipleChoiceQuestionResultRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13922.     }
  13923.     /**
  13924.      * Gets the private 'App\Repository\Forum\AbstractMessageRepository' shared autowired service.
  13925.      *
  13926.      * @return \App\Repository\Forum\AbstractMessageRepository
  13927.      */
  13928.     protected function getAbstractMessageRepositoryService()
  13929.     {
  13930.         include_once \dirname(__DIR__4).'/src/Repository/Forum/AbstractMessageRepository.php';
  13931.         return $this->privates['App\\Repository\\Forum\\AbstractMessageRepository'] = new \App\Repository\Forum\AbstractMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13932.     }
  13933.     /**
  13934.      * Gets the private 'App\Repository\Forum\ChapterMessageRepository' shared autowired service.
  13935.      *
  13936.      * @return \App\Repository\Forum\ChapterMessageRepository
  13937.      */
  13938.     protected function getChapterMessageRepositoryService()
  13939.     {
  13940.         include_once \dirname(__DIR__4).'/src/Repository/Forum/ChapterMessageRepository.php';
  13941.         return $this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] = new \App\Repository\Forum\ChapterMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13942.     }
  13943.     /**
  13944.      * Gets the private 'App\Repository\Payment\LessonProductRepository' shared autowired service.
  13945.      *
  13946.      * @return \App\Repository\Payment\LessonProductRepository
  13947.      */
  13948.     protected function getLessonProductRepositoryService()
  13949.     {
  13950.         include_once \dirname(__DIR__4).'/src/Repository/Payment/LessonProductRepository.php';
  13951.         return $this->privates['App\\Repository\\Payment\\LessonProductRepository'] = new \App\Repository\Payment\LessonProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13952.     }
  13953.     /**
  13954.      * Gets the private 'App\Repository\Payment\ModuleProductRepository' shared autowired service.
  13955.      *
  13956.      * @return \App\Repository\Payment\ModuleProductRepository
  13957.      */
  13958.     protected function getModuleProductRepositoryService()
  13959.     {
  13960.         include_once \dirname(__DIR__4).'/src/Repository/Payment/ModuleProductRepository.php';
  13961.         return $this->privates['App\\Repository\\Payment\\ModuleProductRepository'] = new \App\Repository\Payment\ModuleProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13962.     }
  13963.     /**
  13964.      * Gets the private 'App\Repository\Payment\OrderAttemptRepository' shared autowired service.
  13965.      *
  13966.      * @return \App\Repository\Payment\OrderAttemptRepository
  13967.      */
  13968.     protected function getOrderAttemptRepositoryService()
  13969.     {
  13970.         include_once \dirname(__DIR__4).'/src/Repository/Payment/OrderAttemptRepository.php';
  13971.         return $this->privates['App\\Repository\\Payment\\OrderAttemptRepository'] = new \App\Repository\Payment\OrderAttemptRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13972.     }
  13973.     /**
  13974.      * Gets the private 'App\Repository\Payment\TrainingProductRepository' shared autowired service.
  13975.      *
  13976.      * @return \App\Repository\Payment\TrainingProductRepository
  13977.      */
  13978.     protected function getTrainingProductRepositoryService()
  13979.     {
  13980.         include_once \dirname(__DIR__4).'/src/Repository/Payment/TrainingProductRepository.php';
  13981.         return $this->privates['App\\Repository\\Payment\\TrainingProductRepository'] = new \App\Repository\Payment\TrainingProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13982.     }
  13983.     /**
  13984.      * Gets the private 'App\Repository\Scholar\ChapterRepository' shared autowired service.
  13985.      *
  13986.      * @return \App\Repository\Scholar\ChapterRepository
  13987.      */
  13988.     protected function getChapterRepositoryService()
  13989.     {
  13990.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  13991.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  13992.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ChapterRepository.php';
  13993.         return $this->privates['App\\Repository\\Scholar\\ChapterRepository'] = new \App\Repository\Scholar\ChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13994.     }
  13995.     /**
  13996.      * Gets the private 'App\Repository\Scholar\Indexed\IndexedContentRepository' shared autowired service.
  13997.      *
  13998.      * @return \App\Repository\Scholar\Indexed\IndexedContentRepository
  13999.      */
  14000.     protected function getIndexedContentRepositoryService()
  14001.     {
  14002.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/Indexed/IndexedContentRepository.php';
  14003.         return $this->privates['App\\Repository\\Scholar\\Indexed\\IndexedContentRepository'] = new \App\Repository\Scholar\Indexed\IndexedContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14004.     }
  14005.     /**
  14006.      * Gets the private 'App\Repository\Scholar\LessonPrerequisiteRepository' shared autowired service.
  14007.      *
  14008.      * @return \App\Repository\Scholar\LessonPrerequisiteRepository
  14009.      */
  14010.     protected function getLessonPrerequisiteRepositoryService()
  14011.     {
  14012.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonPrerequisiteRepository.php';
  14013.         return $this->privates['App\\Repository\\Scholar\\LessonPrerequisiteRepository'] = new \App\Repository\Scholar\LessonPrerequisiteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14014.     }
  14015.     /**
  14016.      * Gets the private 'App\Repository\Scholar\LessonRepository' shared autowired service.
  14017.      *
  14018.      * @return \App\Repository\Scholar\LessonRepository
  14019.      */
  14020.     protected function getLessonRepositoryService()
  14021.     {
  14022.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
  14023.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  14024.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  14025.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
  14026.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  14027.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonRepository.php';
  14028.         return $this->privates['App\\Repository\\Scholar\\LessonRepository'] = new \App\Repository\Scholar\LessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14029.     }
  14030.     /**
  14031.      * Gets the private 'App\Repository\Scholar\LessonReviewRepository' shared autowired service.
  14032.      *
  14033.      * @return \App\Repository\Scholar\LessonReviewRepository
  14034.      */
  14035.     protected function getLessonReviewRepositoryService()
  14036.     {
  14037.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonReviewRepository.php';
  14038.         return $this->privates['App\\Repository\\Scholar\\LessonReviewRepository'] = new \App\Repository\Scholar\LessonReviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14039.     }
  14040.     /**
  14041.      * Gets the private 'App\Repository\Scholar\LessonStatsRepository' shared autowired service.
  14042.      *
  14043.      * @return \App\Repository\Scholar\LessonStatsRepository
  14044.      */
  14045.     protected function getLessonStatsRepositoryService()
  14046.     {
  14047.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LessonStatsRepository.php';
  14048.         return $this->privates['App\\Repository\\Scholar\\LessonStatsRepository'] = new \App\Repository\Scholar\LessonStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14049.     }
  14050.     /**
  14051.      * Gets the private 'App\Repository\Scholar\ModulePermissionRepository' shared autowired service.
  14052.      *
  14053.      * @return \App\Repository\Scholar\ModulePermissionRepository
  14054.      */
  14055.     protected function getModulePermissionRepositoryService()
  14056.     {
  14057.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  14058.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  14059.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ModulePermissionRepository.php';
  14060.         return $this->privates['App\\Repository\\Scholar\\ModulePermissionRepository'] = new \App\Repository\Scholar\ModulePermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14061.     }
  14062.     /**
  14063.      * Gets the private 'App\Repository\Scholar\ModuleRepository' shared autowired service.
  14064.      *
  14065.      * @return \App\Repository\Scholar\ModuleRepository
  14066.      */
  14067.     protected function getModuleRepositoryService()
  14068.     {
  14069.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
  14070.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  14071.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  14072.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
  14073.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  14074.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ModuleRepository.php';
  14075.         return $this->privates['App\\Repository\\Scholar\\ModuleRepository'] = new \App\Repository\Scholar\ModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14076.     }
  14077.     /**
  14078.      * Gets the private 'App\Repository\Scholar\OriginChapterRepository' shared autowired service.
  14079.      *
  14080.      * @return \App\Repository\Scholar\OriginChapterRepository
  14081.      */
  14082.     protected function getOriginChapterRepositoryService()
  14083.     {
  14084.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/OriginChapterRepository.php';
  14085.         return $this->privates['App\\Repository\\Scholar\\OriginChapterRepository'] = new \App\Repository\Scholar\OriginChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14086.     }
  14087.     /**
  14088.      * Gets the private 'App\Repository\Scholar\OriginLessonRepository' shared autowired service.
  14089.      *
  14090.      * @return \App\Repository\Scholar\OriginLessonRepository
  14091.      */
  14092.     protected function getOriginLessonRepositoryService()
  14093.     {
  14094.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/OriginLessonRepository.php';
  14095.         return $this->privates['App\\Repository\\Scholar\\OriginLessonRepository'] = new \App\Repository\Scholar\OriginLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14096.     }
  14097.     /**
  14098.      * Gets the private 'App\Repository\Scholar\OriginModuleRepository' shared autowired service.
  14099.      *
  14100.      * @return \App\Repository\Scholar\OriginModuleRepository
  14101.      */
  14102.     protected function getOriginModuleRepositoryService()
  14103.     {
  14104.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/OriginModuleRepository.php';
  14105.         return $this->privates['App\\Repository\\Scholar\\OriginModuleRepository'] = new \App\Repository\Scholar\OriginModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14106.     }
  14107.     /**
  14108.      * Gets the private 'App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository' shared autowired service.
  14109.      *
  14110.      * @return \App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository
  14111.      */
  14112.     protected function getFilePracticalCaseRepositoryService()
  14113.     {
  14114.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/FilePracticalCaseRepository.php';
  14115.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseRepository'] = new \App\Repository\Scholar\PracticalCase\FilePracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14116.     }
  14117.     /**
  14118.      * Gets the private 'App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository' shared autowired service.
  14119.      *
  14120.      * @return \App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository
  14121.      */
  14122.     protected function getFilePracticalCaseResponseRepositoryService()
  14123.     {
  14124.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/FilePracticalCaseResponseRepository.php';
  14125.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\FilePracticalCaseResponseRepository'] = new \App\Repository\Scholar\PracticalCase\FilePracticalCaseResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14126.     }
  14127.     /**
  14128.      * Gets the private 'App\Repository\Scholar\PracticalCase\OriginPracticalCaseRepository' shared autowired service.
  14129.      *
  14130.      * @return \App\Repository\Scholar\PracticalCase\OriginPracticalCaseRepository
  14131.      */
  14132.     protected function getOriginPracticalCaseRepositoryService()
  14133.     {
  14134.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/OriginPracticalCaseRepository.php';
  14135.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\OriginPracticalCaseRepository'] = new \App\Repository\Scholar\PracticalCase\OriginPracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14136.     }
  14137.     /**
  14138.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseRepository' shared autowired service.
  14139.      *
  14140.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseRepository
  14141.      */
  14142.     protected function getPracticalCaseRepositoryService()
  14143.     {
  14144.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  14145.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  14146.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseRepository.php';
  14147.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14148.     }
  14149.     /**
  14150.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository' shared autowired service.
  14151.      *
  14152.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository
  14153.      */
  14154.     protected function getPracticalCaseResourceRepositoryService()
  14155.     {
  14156.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseResourceRepository.php';
  14157.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResourceRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseResourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14158.     }
  14159.     /**
  14160.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository' shared autowired service.
  14161.      *
  14162.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository
  14163.      */
  14164.     protected function getPracticalCaseResponseRepositoryService()
  14165.     {
  14166.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseResponseRepository.php';
  14167.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseResponseRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14168.     }
  14169.     /**
  14170.      * Gets the private 'App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository' shared autowired service.
  14171.      *
  14172.      * @return \App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository
  14173.      */
  14174.     protected function getPracticalCaseUserRepositoryService()
  14175.     {
  14176.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/PracticalCase/PracticalCaseUserRepository.php';
  14177.         return $this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] = new \App\Repository\Scholar\PracticalCase\PracticalCaseUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14178.     }
  14179.     /**
  14180.      * Gets the private 'App\Repository\Scholar\ScholarVideoRepository' shared autowired service.
  14181.      *
  14182.      * @return \App\Repository\Scholar\ScholarVideoRepository
  14183.      */
  14184.     protected function getScholarVideoRepositoryService()
  14185.     {
  14186.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  14187.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ScholarVideoRepository.php';
  14188.         return $this->privates['App\\Repository\\Scholar\\ScholarVideoRepository'] = new \App\Repository\Scholar\ScholarVideoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14189.     }
  14190.     /**
  14191.      * Gets the private 'App\Repository\Scholar\SharedChapterRepository' shared autowired service.
  14192.      *
  14193.      * @return \App\Repository\Scholar\SharedChapterRepository
  14194.      */
  14195.     protected function getSharedChapterRepositoryService()
  14196.     {
  14197.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedChapterRepository.php';
  14198.         return $this->privates['App\\Repository\\Scholar\\SharedChapterRepository'] = new \App\Repository\Scholar\SharedChapterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14199.     }
  14200.     /**
  14201.      * Gets the private 'App\Repository\Scholar\SharedExerciseRepository' shared autowired service.
  14202.      *
  14203.      * @return \App\Repository\Scholar\SharedExerciseRepository
  14204.      */
  14205.     protected function getSharedExerciseRepositoryService()
  14206.     {
  14207.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedExerciseRepository.php';
  14208.         return $this->privates['App\\Repository\\Scholar\\SharedExerciseRepository'] = new \App\Repository\Scholar\SharedExerciseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14209.     }
  14210.     /**
  14211.      * Gets the private 'App\Repository\Scholar\SharedLessonRepository' shared autowired service.
  14212.      *
  14213.      * @return \App\Repository\Scholar\SharedLessonRepository
  14214.      */
  14215.     protected function getSharedLessonRepositoryService()
  14216.     {
  14217.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedLessonRepository.php';
  14218.         return $this->privates['App\\Repository\\Scholar\\SharedLessonRepository'] = new \App\Repository\Scholar\SharedLessonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14219.     }
  14220.     /**
  14221.      * Gets the private 'App\Repository\Scholar\SharedModuleRepository' shared autowired service.
  14222.      *
  14223.      * @return \App\Repository\Scholar\SharedModuleRepository
  14224.      */
  14225.     protected function getSharedModuleRepositoryService()
  14226.     {
  14227.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedModuleRepository.php';
  14228.         return $this->privates['App\\Repository\\Scholar\\SharedModuleRepository'] = new \App\Repository\Scholar\SharedModuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14229.     }
  14230.     /**
  14231.      * Gets the private 'App\Repository\Scholar\SharedPracticalCaseRepository' shared autowired service.
  14232.      *
  14233.      * @return \App\Repository\Scholar\SharedPracticalCaseRepository
  14234.      */
  14235.     protected function getSharedPracticalCaseRepositoryService()
  14236.     {
  14237.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedPracticalCaseRepository.php';
  14238.         return $this->privates['App\\Repository\\Scholar\\SharedPracticalCaseRepository'] = new \App\Repository\Scholar\SharedPracticalCaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14239.     }
  14240.     /**
  14241.      * Gets the private 'App\Repository\Scholar\SharedTrainingRepository' shared autowired service.
  14242.      *
  14243.      * @return \App\Repository\Scholar\SharedTrainingRepository
  14244.      */
  14245.     protected function getSharedTrainingRepositoryService()
  14246.     {
  14247.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/SharedTrainingRepository.php';
  14248.         return $this->privates['App\\Repository\\Scholar\\SharedTrainingRepository'] = new \App\Repository\Scholar\SharedTrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14249.     }
  14250.     /**
  14251.      * Gets the private 'App\Repository\Scholar\TrainingDescriptionRepository' shared autowired service.
  14252.      *
  14253.      * @return \App\Repository\Scholar\TrainingDescriptionRepository
  14254.      */
  14255.     protected function getTrainingDescriptionRepositoryService()
  14256.     {
  14257.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/TrainingDescriptionRepository.php';
  14258.         return $this->privates['App\\Repository\\Scholar\\TrainingDescriptionRepository'] = new \App\Repository\Scholar\TrainingDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14259.     }
  14260.     /**
  14261.      * Gets the private 'App\Repository\Scholar\TrainingPermissionRepository' shared autowired service.
  14262.      *
  14263.      * @return \App\Repository\Scholar\TrainingPermissionRepository
  14264.      */
  14265.     protected function getTrainingPermissionRepositoryService()
  14266.     {
  14267.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelUserPermissionRepositoryInterface.php';
  14268.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/AbstractChannelUserPermissionRepository.php';
  14269.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/TrainingPermissionRepository.php';
  14270.         return $this->privates['App\\Repository\\Scholar\\TrainingPermissionRepository'] = new \App\Repository\Scholar\TrainingPermissionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14271.     }
  14272.     /**
  14273.      * Gets the private 'App\Repository\Scholar\TrainingRepository' shared autowired service.
  14274.      *
  14275.      * @return \App\Repository\Scholar\TrainingRepository
  14276.      */
  14277.     protected function getTrainingRepositoryService()
  14278.     {
  14279.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/ScholarRepositoryInterface.php';
  14280.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryInterface.php';
  14281.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  14282.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
  14283.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/LockByRepositoryTrait.php';
  14284.         include_once \dirname(__DIR__4).'/src/Repository/Scholar/TrainingRepository.php';
  14285.         return $this->privates['App\\Repository\\Scholar\\TrainingRepository'] = new \App\Repository\Scholar\TrainingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14286.     }
  14287.     /**
  14288.      * Gets the private 'App\Repository\Scorm\ContentFileRepository' shared autowired service.
  14289.      *
  14290.      * @return \App\Repository\Scorm\ContentFileRepository
  14291.      */
  14292.     protected function getContentFileRepositoryService()
  14293.     {
  14294.         include_once \dirname(__DIR__4).'/src/Repository/Scorm/ContentFileRepository.php';
  14295.         return $this->privates['App\\Repository\\Scorm\\ContentFileRepository'] = new \App\Repository\Scorm\ContentFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14296.     }
  14297.     /**
  14298.      * Gets the private 'App\Repository\Scorm\ContentFolderRepository' shared autowired service.
  14299.      *
  14300.      * @return \App\Repository\Scorm\ContentFolderRepository
  14301.      */
  14302.     protected function getContentFolderRepositoryService()
  14303.     {
  14304.         include_once \dirname(__DIR__4).'/src/Repository/Scorm/ContentFolderRepository.php';
  14305.         return $this->privates['App\\Repository\\Scorm\\ContentFolderRepository'] = new \App\Repository\Scorm\ContentFolderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14306.     }
  14307.     /**
  14308.      * Gets the private 'App\Repository\Scorm\LessonContentFolderRepository' shared autowired service.
  14309.      *
  14310.      * @return \App\Repository\Scorm\LessonContentFolderRepository
  14311.      */
  14312.     protected function getLessonContentFolderRepositoryService()
  14313.     {
  14314.         include_once \dirname(__DIR__4).'/src/Repository/Scorm/LessonContentFolderRepository.php';
  14315.         return $this->privates['App\\Repository\\Scorm\\LessonContentFolderRepository'] = new \App\Repository\Scorm\LessonContentFolderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14316.     }
  14317.     /**
  14318.      * Gets the private 'App\Repository\Scorm\ProductFolderRepository' shared autowired service.
  14319.      *
  14320.      * @return \App\Repository\Scorm\ProductFolderRepository
  14321.      */
  14322.     protected function getProductFolderRepositoryService()
  14323.     {
  14324.         include_once \dirname(__DIR__4).'/src/Repository/Scorm/ProductFolderRepository.php';
  14325.         return $this->privates['App\\Repository\\Scorm\\ProductFolderRepository'] = new \App\Repository\Scorm\ProductFolderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14326.     }
  14327.     /**
  14328.      * Gets the private 'App\Repository\Scorm\ProductItemRepository' shared autowired service.
  14329.      *
  14330.      * @return \App\Repository\Scorm\ProductItemRepository
  14331.      */
  14332.     protected function getProductItemRepositoryService()
  14333.     {
  14334.         include_once \dirname(__DIR__4).'/src/Repository/Scorm/ProductItemRepository.php';
  14335.         return $this->privates['App\\Repository\\Scorm\\ProductItemRepository'] = new \App\Repository\Scorm\ProductItemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14336.     }
  14337.     /**
  14338.      * Gets the private 'App\Repository\Template\TemplatePageRepository' shared autowired service.
  14339.      *
  14340.      * @return \App\Repository\Template\TemplatePageRepository
  14341.      */
  14342.     protected function getTemplatePageRepositoryService()
  14343.     {
  14344.         include_once \dirname(__DIR__4).'/src/Repository/Template/TemplatePageRepository.php';
  14345.         return $this->privates['App\\Repository\\Template\\TemplatePageRepository'] = new \App\Repository\Template\TemplatePageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14346.     }
  14347.     /**
  14348.      * Gets the private 'App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
  14349.      *
  14350.      * @return \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator
  14351.      */
  14352.     protected function getTrainingHydratorService()
  14353.     {
  14354.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  14355.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  14356.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
  14357.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/TrainingHydrator.php';
  14358.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  14359.         $this->privates['App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  14360.         return $instance;
  14361.     }
  14362.     /**
  14363.      * Gets the private 'App\SdkBundle\UserOwnerGetter\TrainingOwnerResolver' shared autowired service.
  14364.      *
  14365.      * @return \App\SdkBundle\UserOwnerGetter\TrainingOwnerResolver
  14366.      */
  14367.     protected function getTrainingOwnerResolverService()
  14368.     {
  14369.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/ResolverInterface.php';
  14370.         include_once \dirname(__DIR__4).'/src/SdkBundle/UserOwnerGetter/TrainingOwnerResolver.php';
  14371.         return $this->privates['App\\SdkBundle\\UserOwnerGetter\\TrainingOwnerResolver'] = new \App\SdkBundle\UserOwnerGetter\TrainingOwnerResolver(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
  14372.     }
  14373.     /**
  14374.      * Gets the private 'App\Security\PartnerApi\PartnerApiTokenAuthenticator' shared autowired service.
  14375.      *
  14376.      * @return \App\Security\PartnerApi\PartnerApiTokenAuthenticator
  14377.      */
  14378.     protected function getPartnerApiTokenAuthenticatorService()
  14379.     {
  14380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  14381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  14382.         include_once \dirname(__DIR__4).'/src/Security/PartnerApi/PartnerApiTokenAuthenticator.php';
  14383.         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');
  14384.     }
  14385.     /**
  14386.      * Gets the private 'App\Security\PartnerApi\PartnerApiUserProvider' shared autowired service.
  14387.      *
  14388.      * @return \App\Security\PartnerApi\PartnerApiUserProvider
  14389.      */
  14390.     protected function getPartnerApiUserProviderService()
  14391.     {
  14392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  14393.         include_once \dirname(__DIR__4).'/src/Security/PartnerApi/PartnerApiUserProvider.php';
  14394.         return $this->privates['App\\Security\\PartnerApi\\PartnerApiUserProvider'] = new \App\Security\PartnerApi\PartnerApiUserProvider(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14395.     }
  14396.     /**
  14397.      * Gets the private 'App\Serializer\EventSubscriber\ChannelImageSubscriber' shared autowired service.
  14398.      *
  14399.      * @return \App\Serializer\EventSubscriber\ChannelImageSubscriber
  14400.      */
  14401.     protected function getChannelImageSubscriberService()
  14402.     {
  14403.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  14404.         include_once \dirname(__DIR__4).'/src/Serializer/EventSubscriber/ChannelImageSubscriber.php';
  14405.         return $this->privates['App\\Serializer\\EventSubscriber\\ChannelImageSubscriber'] = new \App\Serializer\EventSubscriber\ChannelImageSubscriber(($this->privates['App\\Service\\Channel\\Image\\ImageUrlGenerator'] ?? $this->getImageUrlGeneratorService()));
  14406.     }
  14407.     /**
  14408.      * Gets the private 'App\Serializer\Handler\PaginationHandler' shared autowired service.
  14409.      *
  14410.      * @return \App\Serializer\Handler\PaginationHandler
  14411.      */
  14412.     protected function getPaginationHandlerService()
  14413.     {
  14414.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  14415.         include_once \dirname(__DIR__4).'/src/Serializer/Handler/PaginationHandler.php';
  14416.         return $this->privates['App\\Serializer\\Handler\\PaginationHandler'] = new \App\Serializer\Handler\PaginationHandler();
  14417.     }
  14418.     /**
  14419.      * Gets the private 'App\Service\Account\NotificationManager' shared autowired service.
  14420.      *
  14421.      * @return \App\Service\Account\NotificationManager
  14422.      */
  14423.     protected function getNotificationManagerService()
  14424.     {
  14425.         include_once \dirname(__DIR__4).'/src/Service/Account/NotificationManager.php';
  14426.         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['translator'] ?? $this->getTranslatorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()));
  14427.     }
  14428.     /**
  14429.      * Gets the private 'App\Service\Account\UserAvatar' shared autowired service.
  14430.      *
  14431.      * @return \App\Service\Account\UserAvatar
  14432.      */
  14433.     protected function getUserAvatarService()
  14434.     {
  14435.         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()));
  14436.     }
  14437.     /**
  14438.      * Gets the private 'App\Service\Achievement\AchievementManager' shared autowired service.
  14439.      *
  14440.      * @return \App\Service\Achievement\AchievementManager
  14441.      */
  14442.     protected function getAchievementManagerService()
  14443.     {
  14444.         include_once \dirname(__DIR__4).'/src/Service/Achievement/AchievementManager.php';
  14445.         return $this->privates['App\\Service\\Achievement\\AchievementManager'] = new \App\Service\Achievement\AchievementManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($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()));
  14446.     }
  14447.     /**
  14448.      * Gets the private 'App\Service\Advice\AdviceManager' shared autowired service.
  14449.      *
  14450.      * @return \App\Service\Advice\AdviceManager
  14451.      */
  14452.     protected function getAdviceManagerService()
  14453.     {
  14454.         include_once \dirname(__DIR__4).'/src/Service/Advice/AdviceManager.php';
  14455.         return $this->privates['App\\Service\\Advice\\AdviceManager'] = new \App\Service\Advice\AdviceManager(($this->privates['App\\Repository\\Account\\AdviceRepository'] ?? $this->getAdviceRepositoryService()));
  14456.     }
  14457.     /**
  14458.      * Gets the private 'App\Service\Bunny\BunnyVideoCollectionService' shared autowired service.
  14459.      *
  14460.      * @return \App\Service\Bunny\BunnyVideoCollectionService
  14461.      */
  14462.     protected function getBunnyVideoCollectionServiceService()
  14463.     {
  14464.         include_once \dirname(__DIR__4).'/src/Service/Bunny/BunnyVideoCollectionService.php';
  14465.         include_once \dirname(__DIR__4).'/src/Service/Bunny/BunnyManager.php';
  14466.         return $this->privates['App\\Service\\Bunny\\BunnyVideoCollectionService'] = new \App\Service\Bunny\BunnyVideoCollectionService(($this->privates['App\\Repository\\Bunny\\BunnyVideoCollectionRepository'] ?? $this->getBunnyVideoCollectionRepositoryService()), ($this->privates['App\\Service\\Bunny\\Factory\\BunnyStreamClientFactory'] ?? $this->getBunnyStreamClientFactoryService()), ($this->privates['App\\Service\\Bunny\\BunnyManager'] ?? ($this->privates['App\\Service\\Bunny\\BunnyManager'] = new \App\Service\Bunny\BunnyManager())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Repository\\Bunny\\BunnyVideoRepository'] ?? $this->getBunnyVideoRepositoryService()));
  14467.     }
  14468.     /**
  14469.      * Gets the private 'App\Service\Bunny\BunnyVideoService' shared autowired service.
  14470.      *
  14471.      * @return \App\Service\Bunny\BunnyVideoService
  14472.      */
  14473.     protected function getBunnyVideoServiceService()
  14474.     {
  14475.         include_once \dirname(__DIR__4).'/src/Service/Bunny/BunnyVideoService.php';
  14476.         include_once \dirname(__DIR__4).'/src/Service/Bunny/BunnyManager.php';
  14477.         return $this->privates['App\\Service\\Bunny\\BunnyVideoService'] = new \App\Service\Bunny\BunnyVideoService(($this->privates['App\\Service\\Bunny\\Factory\\BunnyStreamClientFactory'] ?? $this->getBunnyStreamClientFactoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Bunny\\BunnyManager'] ?? ($this->privates['App\\Service\\Bunny\\BunnyManager'] = new \App\Service\Bunny\BunnyManager())), ($this->privates['App\\Service\\Bunny\\BunnyVideoUsagesService'] ?? $this->getBunnyVideoUsagesServiceService()), ($this->privates['App\\Repository\\Bunny\\BunnyVideoRepository'] ?? $this->getBunnyVideoRepositoryService()));
  14478.     }
  14479.     /**
  14480.      * Gets the private 'App\Service\Bunny\BunnyVideoUsagesService' shared autowired service.
  14481.      *
  14482.      * @return \App\Service\Bunny\BunnyVideoUsagesService
  14483.      */
  14484.     protected function getBunnyVideoUsagesServiceService()
  14485.     {
  14486.         include_once \dirname(__DIR__4).'/src/Service/Bunny/BunnyVideoUsagesService.php';
  14487.         return $this->privates['App\\Service\\Bunny\\BunnyVideoUsagesService'] = new \App\Service\Bunny\BunnyVideoUsagesService(($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['router'] ?? $this->getRouterService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Channel\\Video\\ScholarVideoService'] ?? $this->getScholarVideoServiceService()), ($this->privates['App\\Service\\Bunny\\BunnyVideoPlayService'] ?? ($this->privates['App\\Service\\Bunny\\BunnyVideoPlayService'] = new \App\Service\Bunny\BunnyVideoPlayService($this->getEnv('BUNNY_CDNHOSTNAME'), $this->getEnv('BUNNY_LIBRARY_ID')))), ($this->privates['App\\Service\\Scorm\\ScormService'] ?? $this->getScormServiceService()));
  14488.     }
  14489.     /**
  14490.      * Gets the private 'App\Service\Bunny\Factory\BunnyStreamClientFactory' shared autowired service.
  14491.      *
  14492.      * @return \App\Service\Bunny\Factory\BunnyStreamClientFactory
  14493.      */
  14494.     protected function getBunnyStreamClientFactoryService()
  14495.     {
  14496.         include_once \dirname(__DIR__4).'/src/Service/Bunny/Factory/BunnyStreamClientFactory.php';
  14497.         return $this->privates['App\\Service\\Bunny\\Factory\\BunnyStreamClientFactory'] = new \App\Service\Bunny\Factory\BunnyStreamClientFactory(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('BUNNY_LIBRARY_ID'), $this->getEnv('BUNNY_API_KEY'), $this->getEnv('BUNNY_TOKEN_KEY'), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  14498.     }
  14499.     /**
  14500.      * Gets the private 'App\Service\ChannelUserData\CursusService' shared autowired service.
  14501.      *
  14502.      * @return \App\Service\ChannelUserData\CursusService
  14503.      */
  14504.     protected function getCursusServiceService()
  14505.     {
  14506.         include_once \dirname(__DIR__4).'/src/Service/ChannelUserData/CursusService.php';
  14507.         return $this->privates['App\\Service\\ChannelUserData\\CursusService'] = new \App\Service\ChannelUserData\CursusService(($this->privates['App\\Repository\\ChannelUserData\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
  14508.     }
  14509.     /**
  14510.      * Gets the private 'App\Service\Channel\Image\ImageUrlGenerator' shared autowired service.
  14511.      *
  14512.      * @return \App\Service\Channel\Image\ImageUrlGenerator
  14513.      */
  14514.     protected function getImageUrlGeneratorService()
  14515.     {
  14516.         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()));
  14517.     }
  14518.     /**
  14519.      * Gets the private 'App\Service\Channel\Video\ScholarVideoService' shared autowired service.
  14520.      *
  14521.      * @return \App\Service\Channel\Video\ScholarVideoService
  14522.      */
  14523.     protected function getScholarVideoServiceService()
  14524.     {
  14525.         include_once \dirname(__DIR__4).'/src/Service/Channel/Video/ScholarVideoService.php';
  14526.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  14527.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  14528.         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()));
  14529.     }
  14530.     /**
  14531.      * Gets the private 'App\Service\Common\FileService' shared autowired service.
  14532.      *
  14533.      * @return \App\Service\Common\FileService
  14534.      */
  14535.     protected function getFileServiceService()
  14536.     {
  14537.         include_once \dirname(__DIR__4).'/src/Service/Common/FileService.php';
  14538.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  14539.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  14540.         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'))));
  14541.     }
  14542.     /**
  14543.      * Gets the private 'App\Service\Exercise\UserExerciseResultManipulator' shared autowired service.
  14544.      *
  14545.      * @return \App\Service\Exercise\UserExerciseResultManipulator
  14546.      */
  14547.     protected function getUserExerciseResultManipulatorService()
  14548.     {
  14549.         include_once \dirname(__DIR__4).'/src/Service/Exercise/UserExerciseResultManipulator.php';
  14550.         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()));
  14551.     }
  14552.     /**
  14553.      * Gets the private 'App\Service\K2r2\IndexingService' shared autowired service.
  14554.      *
  14555.      * @return \App\Service\K2r2\IndexingService
  14556.      */
  14557.     protected function getIndexingServiceService()
  14558.     {
  14559.         include_once \dirname(__DIR__4).'/src/Service/K2r2/IndexingService.php';
  14560.         include_once \dirname(__DIR__4).'/src/Service/K2r2/K2r2ApiService.php';
  14561.         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()), 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())));
  14562.     }
  14563.     /**
  14564.      * Gets the private 'App\Service\K2r2\RemoteVideoStorageService' shared autowired service.
  14565.      *
  14566.      * @return \App\Service\K2r2\RemoteVideoStorageService
  14567.      */
  14568.     protected function getRemoteVideoStorageServiceService()
  14569.     {
  14570.         include_once \dirname(__DIR__4).'/src/Service/K2r2/RemoteVideoStorageService.php';
  14571.         return $this->privates['App\\Service\\K2r2\\RemoteVideoStorageService'] = new \App\Service\K2r2\RemoteVideoStorageService(($this->services['k2r2_remote_sftp_filesystem'] ?? $this->getK2r2RemoteSftpFilesystemService()));
  14572.     }
  14573.     /**
  14574.      * Gets the private 'App\Service\Mailer\MailerService' shared autowired service.
  14575.      *
  14576.      * @return \App\Service\Mailer\MailerService
  14577.      */
  14578.     protected function getMailerServiceService()
  14579.     {
  14580.         include_once \dirname(__DIR__4).'/src/Service/Mailer/MailerService.php';
  14581.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Mailer/Mailer.php';
  14582.         $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()));
  14583.         $a->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14584.         $b = ($this->services['router'] ?? $this->getRouterService());
  14585.         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);
  14586.     }
  14587.     /**
  14588.      * Gets the private 'App\Service\Scholar\DuplicateScholarService' shared autowired service.
  14589.      *
  14590.      * @return \App\Service\Scholar\DuplicateScholarService
  14591.      */
  14592.     protected function getDuplicateScholarServiceService()
  14593.     {
  14594.         include_once \dirname(__DIR__4).'/src/Service/Scholar/DuplicateScholarService.php';
  14595.         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()));
  14596.     }
  14597.     /**
  14598.      * Gets the private 'App\Service\Scholar\ExerciseService' shared autowired service.
  14599.      *
  14600.      * @return \App\Service\Scholar\ExerciseService
  14601.      */
  14602.     protected function getExerciseServiceService()
  14603.     {
  14604.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ExerciseService.php';
  14605.         return $this->privates['App\\Service\\Scholar\\ExerciseService'] = new \App\Service\Scholar\ExerciseService(($this->privates['App\\Repository\\Exercise\\User\\ExerciseResultRepository'] ?? $this->getExerciseResultRepositoryService()));
  14606.     }
  14607.     /**
  14608.      * Gets the private 'App\Service\Scholar\LessonService' shared autowired service.
  14609.      *
  14610.      * @return \App\Service\Scholar\LessonService
  14611.      */
  14612.     protected function getLessonServiceService()
  14613.     {
  14614.         include_once \dirname(__DIR__4).'/src/Service/Scholar/LessonService.php';
  14615.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  14616.         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())));
  14617.     }
  14618.     /**
  14619.      * Gets the private 'App\Service\Scholar\LessonStatsService' shared autowired service.
  14620.      *
  14621.      * @return \App\Service\Scholar\LessonStatsService
  14622.      */
  14623.     protected function getLessonStatsServiceService()
  14624.     {
  14625.         include_once \dirname(__DIR__4).'/src/Service/Scholar/LessonStatsService.php';
  14626.         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()));
  14627.     }
  14628.     /**
  14629.      * Gets the private 'App\Service\Scholar\ModuleService' shared autowired service.
  14630.      *
  14631.      * @return \App\Service\Scholar\ModuleService
  14632.      */
  14633.     protected function getModuleServiceService()
  14634.     {
  14635.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ModuleService.php';
  14636.         return $this->privates['App\\Service\\Scholar\\ModuleService'] = new \App\Service\Scholar\ModuleService(($this->privates['App\\Service\\Scholar\\LessonService'] ?? $this->getLessonServiceService()));
  14637.     }
  14638.     /**
  14639.      * Gets the private 'App\Service\Scholar\PracticalCaseService' shared autowired service.
  14640.      *
  14641.      * @return \App\Service\Scholar\PracticalCaseService
  14642.      */
  14643.     protected function getPracticalCaseServiceService()
  14644.     {
  14645.         include_once \dirname(__DIR__4).'/src/Service/Scholar/PracticalCaseService.php';
  14646.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  14647.         return $this->privates['App\\Service\\Scholar\\PracticalCaseService'] = new \App\Service\Scholar\PracticalCaseService(($this->privates['App\\Repository\\Scholar\\PracticalCase\\PracticalCaseUserRepository'] ?? $this->getPracticalCaseUserRepositoryService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Service\\ConfigurationService'] = new \Nellapp\Bundle\SDKBundle\Channel\Service\ConfigurationService())));
  14648.     }
  14649.     /**
  14650.      * Gets the private 'App\Service\Scholar\ScholarNavigationSecurityService' shared autowired service.
  14651.      *
  14652.      * @return \App\Service\Scholar\ScholarNavigationSecurityService
  14653.      */
  14654.     protected function getScholarNavigationSecurityServiceService()
  14655.     {
  14656.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ScholarNavigationSecurityService.php';
  14657.         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()));
  14658.     }
  14659.     /**
  14660.      * Gets the private 'App\Service\Scholar\ScholarNavigationService' shared autowired service.
  14661.      *
  14662.      * @return \App\Service\Scholar\ScholarNavigationService
  14663.      */
  14664.     protected function getScholarNavigationServiceService()
  14665.     {
  14666.         include_once \dirname(__DIR__4).'/src/Service/Scholar/ScholarNavigationService.php';
  14667.         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()));
  14668.     }
  14669.     /**
  14670.      * Gets the private 'App\Service\Scholar\StatusService' shared autowired service.
  14671.      *
  14672.      * @return \App\Service\Scholar\StatusService
  14673.      */
  14674.     protected function getStatusServiceService()
  14675.     {
  14676.         include_once \dirname(__DIR__4).'/src/Service/Scholar/StatusService.php';
  14677.         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()));
  14678.     }
  14679.     /**
  14680.      * Gets the private 'App\Service\Scholar\TrainingService' shared autowired service.
  14681.      *
  14682.      * @return \App\Service\Scholar\TrainingService
  14683.      */
  14684.     protected function getTrainingServiceService()
  14685.     {
  14686.         include_once \dirname(__DIR__4).'/src/Service/Scholar/TrainingService.php';
  14687.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Enum/EnumForFormInterface.php';
  14688.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Enum/AbstractEnumForForm.php';
  14689.         include_once \dirname(__DIR__4).'/src/Enum/ScholarTrainingDiplomaEnum.php';
  14690.         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()));
  14691.     }
  14692.     /**
  14693.      * Gets the private 'App\Service\Scholar\TrainingTransformerService' shared autowired service.
  14694.      *
  14695.      * @return \App\Service\Scholar\TrainingTransformerService
  14696.      */
  14697.     protected function getTrainingTransformerServiceService()
  14698.     {
  14699.         include_once \dirname(__DIR__4).'/src/Service/Scholar/TrainingTransformerService.php';
  14700.         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()));
  14701.     }
  14702.     /**
  14703.      * Gets the private 'App\Service\Scholar\UserProgression\UserProgressionService' shared autowired service.
  14704.      *
  14705.      * @return \App\Service\Scholar\UserProgression\UserProgressionService
  14706.      */
  14707.     protected function getUserProgressionServiceService()
  14708.     {
  14709.         include_once \dirname(__DIR__4).'/src/Service/Scholar/UserProgression/UserProgressionService.php';
  14710.         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()));
  14711.     }
  14712.     /**
  14713.      * Gets the private 'App\Service\Scorm\ScormService' shared autowired service.
  14714.      *
  14715.      * @return \App\Service\Scorm\ScormService
  14716.      */
  14717.     protected function getScormServiceService()
  14718.     {
  14719.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormService.php';
  14720.         include_once \dirname(__DIR__4).'/src/Service/Scorm/Generator/ScormGeneratorService.php';
  14721.         include_once \dirname(__DIR__4).'/src/Service/Scorm/Generator/ScormFileProcessor.php';
  14722.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormProxyApi.php';
  14723.         include_once \dirname(__DIR__4).'/src/Service/Scorm/ScormManager.php';
  14724.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  14725.         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);
  14726.     }
  14727.     /**
  14728.      * Gets the private 'App\Service\ShareContent\ShareLessonService' shared autowired service.
  14729.      *
  14730.      * @return \App\Service\ShareContent\ShareLessonService
  14731.      */
  14732.     protected function getShareLessonServiceService()
  14733.     {
  14734.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareServiceInterface.php';
  14735.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareLessonService.php';
  14736.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Service/ConfigurationService.php';
  14737.         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()));
  14738.     }
  14739.     /**
  14740.      * Gets the private 'App\Service\ShareContent\ShareModuleService' shared autowired service.
  14741.      *
  14742.      * @return \App\Service\ShareContent\ShareModuleService
  14743.      */
  14744.     protected function getShareModuleServiceService()
  14745.     {
  14746.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareServiceInterface.php';
  14747.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareModuleService.php';
  14748.         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()));
  14749.     }
  14750.     /**
  14751.      * Gets the private 'App\Service\ShareContent\ShareTrainingService' shared autowired service.
  14752.      *
  14753.      * @return \App\Service\ShareContent\ShareTrainingService
  14754.      */
  14755.     protected function getShareTrainingServiceService()
  14756.     {
  14757.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareServiceInterface.php';
  14758.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareTrainingService.php';
  14759.         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()));
  14760.     }
  14761.     /**
  14762.      * Gets the private 'App\Service\ShareContent\shareScholarService' shared autowired service.
  14763.      *
  14764.      * @return \App\Service\ShareContent\shareScholarService
  14765.      */
  14766.     protected function getShareScholarServiceService()
  14767.     {
  14768.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/shareScholarService.php';
  14769.         include_once \dirname(__DIR__4).'/src/Service/ShareContent/ShareProgressService.php';
  14770.         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()));
  14771.     }
  14772.     /**
  14773.      * Gets the private 'App\Twig\Component\Channel\SharedContent\ProgressionBarComponent' autowired service.
  14774.      *
  14775.      * @return \App\Twig\Component\Channel\SharedContent\ProgressionBarComponent
  14776.      */
  14777.     protected function getProgressionBarComponentService()
  14778.     {
  14779.         include_once \dirname(__DIR__4).'/src/Twig/Component/Channel/SharedContent/ProgressionBarComponent.php';
  14780.         $this->factories['service_container']['App\\Twig\\Component\\Channel\\SharedContent\\ProgressionBarComponent'] = function () {
  14781.             return new \App\Twig\Component\Channel\SharedContent\ProgressionBarComponent();
  14782.         };
  14783.         return $this->factories['service_container']['App\\Twig\\Component\\Channel\\SharedContent\\ProgressionBarComponent']();
  14784.     }
  14785.     /**
  14786.      * Gets the private 'App\Twig\Component\NellappVideoPlayer' autowired service.
  14787.      *
  14788.      * @return \App\Twig\Component\NellappVideoPlayer
  14789.      */
  14790.     protected function getNellappVideoPlayerService()
  14791.     {
  14792.         include_once \dirname(__DIR__4).'/src/Twig/Component/NellappVideoPlayer.php';
  14793.         $this->factories['service_container']['App\\Twig\\Component\\NellappVideoPlayer'] = function () {
  14794.             return new \App\Twig\Component\NellappVideoPlayer();
  14795.         };
  14796.         return $this->factories['service_container']['App\\Twig\\Component\\NellappVideoPlayer']();
  14797.     }
  14798.     /**
  14799.      * Gets the private 'App\Twig\Component\Scholar\HorizontalTrainingCard' autowired service.
  14800.      *
  14801.      * @return \App\Twig\Component\Scholar\HorizontalTrainingCard
  14802.      */
  14803.     protected function getHorizontalTrainingCardService()
  14804.     {
  14805.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/HorizontalTrainingCard.php';
  14806.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\HorizontalTrainingCard'] = function () {
  14807.             return new \App\Twig\Component\Scholar\HorizontalTrainingCard();
  14808.         };
  14809.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\HorizontalTrainingCard']();
  14810.     }
  14811.     /**
  14812.      * Gets the private 'App\Twig\Component\Scholar\SubTrainingCard\CardImage' autowired service.
  14813.      *
  14814.      * @return \App\Twig\Component\Scholar\SubTrainingCard\CardImage
  14815.      */
  14816.     protected function getCardImageService()
  14817.     {
  14818.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/SubTrainingCard/CardImage.php';
  14819.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage'] = function () {
  14820.             return new \App\Twig\Component\Scholar\SubTrainingCard\CardImage();
  14821.         };
  14822.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage']();
  14823.     }
  14824.     /**
  14825.      * Gets the private 'App\Twig\Component\Scholar\SubTrainingCard\CardModality' autowired service.
  14826.      *
  14827.      * @return \App\Twig\Component\Scholar\SubTrainingCard\CardModality
  14828.      */
  14829.     protected function getCardModalityService()
  14830.     {
  14831.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/SubTrainingCard/CardModality.php';
  14832.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality'] = function () {
  14833.             return new \App\Twig\Component\Scholar\SubTrainingCard\CardModality();
  14834.         };
  14835.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality']();
  14836.     }
  14837.     /**
  14838.      * Gets the private 'App\Twig\Component\Scholar\TrainingCard' autowired service.
  14839.      *
  14840.      * @return \App\Twig\Component\Scholar\TrainingCard
  14841.      */
  14842.     protected function getTrainingCardService()
  14843.     {
  14844.         include_once \dirname(__DIR__4).'/src/Twig/Component/Scholar/TrainingCard.php';
  14845.         $this->factories['service_container']['App\\Twig\\Component\\Scholar\\TrainingCard'] = function () {
  14846.             return new \App\Twig\Component\Scholar\TrainingCard();
  14847.         };
  14848.         return $this->factories['service_container']['App\\Twig\\Component\\Scholar\\TrainingCard']();
  14849.     }
  14850.     /**
  14851.      * Gets the private 'App\Twig\Runtime\Account\GetAvatarRuntime' shared autowired service.
  14852.      *
  14853.      * @return \App\Twig\Runtime\Account\GetAvatarRuntime
  14854.      */
  14855.     protected function getGetAvatarRuntimeService()
  14856.     {
  14857.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14858.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Account/GetAvatarRuntime.php';
  14859.         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())));
  14860.     }
  14861.     /**
  14862.      * Gets the private 'App\Twig\Runtime\Account\GetCountAnswersRuntime' shared autowired service.
  14863.      *
  14864.      * @return \App\Twig\Runtime\Account\GetCountAnswersRuntime
  14865.      */
  14866.     protected function getGetCountAnswersRuntimeService()
  14867.     {
  14868.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14869.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Account/GetCountAnswersRuntime.php';
  14870.         return $this->privates['App\\Twig\\Runtime\\Account\\GetCountAnswersRuntime'] = new \App\Twig\Runtime\Account\GetCountAnswersRuntime(($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()));
  14871.     }
  14872.     /**
  14873.      * Gets the private 'App\Twig\Runtime\Account\NotificationRuntime' shared autowired service.
  14874.      *
  14875.      * @return \App\Twig\Runtime\Account\NotificationRuntime
  14876.      */
  14877.     protected function getNotificationRuntimeService()
  14878.     {
  14879.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14880.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Account/NotificationRuntime.php';
  14881.         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()));
  14882.     }
  14883.     /**
  14884.      * Gets the private 'App\Twig\Runtime\Achievement\AchievementTimeLogRuntime' shared autowired service.
  14885.      *
  14886.      * @return \App\Twig\Runtime\Achievement\AchievementTimeLogRuntime
  14887.      */
  14888.     protected function getAchievementTimeLogRuntimeService()
  14889.     {
  14890.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14891.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Achievement/AchievementTimeLogRuntime.php';
  14892.         include_once \dirname(__DIR__4).'/src/Service/Achievement/AchievementTimeManager.php';
  14893.         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())));
  14894.     }
  14895.     /**
  14896.      * Gets the private 'App\Twig\Runtime\Achievement\ProgressionRuntime' shared autowired service.
  14897.      *
  14898.      * @return \App\Twig\Runtime\Achievement\ProgressionRuntime
  14899.      */
  14900.     protected function getProgressionRuntimeService()
  14901.     {
  14902.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14903.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Achievement/ProgressionRuntime.php';
  14904.         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()));
  14905.     }
  14906.     /**
  14907.      * Gets the private 'App\Twig\Runtime\AdviceRuntime' shared autowired service.
  14908.      *
  14909.      * @return \App\Twig\Runtime\AdviceRuntime
  14910.      */
  14911.     protected function getAdviceRuntimeService()
  14912.     {
  14913.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14914.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/AdviceRuntime.php';
  14915.         return $this->privates['App\\Twig\\Runtime\\AdviceRuntime'] = new \App\Twig\Runtime\AdviceRuntime(($this->privates['App\\Service\\Advice\\AdviceManager'] ?? $this->getAdviceManagerService()));
  14916.     }
  14917.     /**
  14918.      * Gets the private 'App\Twig\Runtime\AssignableRuntime' shared autowired service.
  14919.      *
  14920.      * @return \App\Twig\Runtime\AssignableRuntime
  14921.      */
  14922.     protected function getAssignableRuntimeService()
  14923.     {
  14924.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14925.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/AssignableRuntime.php';
  14926.         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()));
  14927.     }
  14928.     /**
  14929.      * Gets the private 'App\Twig\Runtime\BunnyRuntime' shared autowired service.
  14930.      *
  14931.      * @return \App\Twig\Runtime\BunnyRuntime
  14932.      */
  14933.     protected function getBunnyRuntimeService()
  14934.     {
  14935.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14936.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/BunnyRuntime.php';
  14937.         return $this->privates['App\\Twig\\Runtime\\BunnyRuntime'] = new \App\Twig\Runtime\BunnyRuntime(($this->privates['App\\Repository\\Bunny\\BunnyVideoCollectionRepository'] ?? $this->getBunnyVideoCollectionRepositoryService()));
  14938.     }
  14939.     /**
  14940.      * Gets the private 'App\Twig\Runtime\ChannelRuntime' shared autowired service.
  14941.      *
  14942.      * @return \App\Twig\Runtime\ChannelRuntime
  14943.      */
  14944.     protected function getChannelRuntimeService()
  14945.     {
  14946.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14947.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/ChannelRuntime.php';
  14948.         return $this->privates['App\\Twig\\Runtime\\ChannelRuntime'] = new \App\Twig\Runtime\ChannelRuntime();
  14949.     }
  14950.     /**
  14951.      * Gets the private 'App\Twig\Runtime\Channel\ChannelDescriptionRuntime' shared autowired service.
  14952.      *
  14953.      * @return \App\Twig\Runtime\Channel\ChannelDescriptionRuntime
  14954.      */
  14955.     protected function getChannelDescriptionRuntimeService()
  14956.     {
  14957.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14958.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/ChannelDescriptionRuntime.php';
  14959.         return $this->privates['App\\Twig\\Runtime\\Channel\\ChannelDescriptionRuntime'] = new \App\Twig\Runtime\Channel\ChannelDescriptionRuntime();
  14960.     }
  14961.     /**
  14962.      * Gets the private 'App\Twig\Runtime\Channel\ChannelTrainingsRuntime' shared autowired service.
  14963.      *
  14964.      * @return \App\Twig\Runtime\Channel\ChannelTrainingsRuntime
  14965.      */
  14966.     protected function getChannelTrainingsRuntimeService()
  14967.     {
  14968.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14969.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/ChannelTrainingsRuntime.php';
  14970.         return $this->privates['App\\Twig\\Runtime\\Channel\\ChannelTrainingsRuntime'] = new \App\Twig\Runtime\Channel\ChannelTrainingsRuntime(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  14971.     }
  14972.     /**
  14973.      * Gets the private 'App\Twig\Runtime\Channel\ChannelUserCheckRuntime' shared autowired service.
  14974.      *
  14975.      * @return \App\Twig\Runtime\Channel\ChannelUserCheckRuntime
  14976.      */
  14977.     protected function getChannelUserCheckRuntimeService()
  14978.     {
  14979.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14980.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/ChannelUserCheckRuntime.php';
  14981.         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()));
  14982.     }
  14983.     /**
  14984.      * Gets the private 'App\Twig\Runtime\Channel\SharedChannelRuntime' shared autowired service.
  14985.      *
  14986.      * @return \App\Twig\Runtime\Channel\SharedChannelRuntime
  14987.      */
  14988.     protected function getSharedChannelRuntimeService()
  14989.     {
  14990.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  14991.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/SharedChannelRuntime.php';
  14992.         return $this->privates['App\\Twig\\Runtime\\Channel\\SharedChannelRuntime'] = new \App\Twig\Runtime\Channel\SharedChannelRuntime(($this->privates['App\\Repository\\Scholar\\TrainingRepository'] ?? $this->getTrainingRepositoryService()));
  14993.     }
  14994.     /**
  14995.      * Gets the private 'App\Twig\Runtime\Channel\SharedProgressionRuntime' shared autowired service.
  14996.      *
  14997.      * @return \App\Twig\Runtime\Channel\SharedProgressionRuntime
  14998.      */
  14999.     protected function getSharedProgressionRuntimeService()
  15000.     {
  15001.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15002.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Channel/SharedProgressionRuntime.php';
  15003.         return $this->privates['App\\Twig\\Runtime\\Channel\\SharedProgressionRuntime'] = new \App\Twig\Runtime\Channel\SharedProgressionRuntime();
  15004.     }
  15005.     /**
  15006.      * Gets the private 'App\Twig\Runtime\CountryRuntime' shared autowired service.
  15007.      *
  15008.      * @return \App\Twig\Runtime\CountryRuntime
  15009.      */
  15010.     protected function getCountryRuntimeService()
  15011.     {
  15012.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15013.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/CountryRuntime.php';
  15014.         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())));
  15015.     }
  15016.     /**
  15017.      * Gets the private 'App\Twig\Runtime\EntityRuntime' shared autowired service.
  15018.      *
  15019.      * @return \App\Twig\Runtime\EntityRuntime
  15020.      */
  15021.     protected function getEntityRuntimeService()
  15022.     {
  15023.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15024.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/EntityRuntime.php';
  15025.         return $this->privates['App\\Twig\\Runtime\\EntityRuntime'] = new \App\Twig\Runtime\EntityRuntime();
  15026.     }
  15027.     /**
  15028.      * Gets the private 'App\Twig\Runtime\EnumKeyTransRuntime' shared autowired service.
  15029.      *
  15030.      * @return \App\Twig\Runtime\EnumKeyTransRuntime
  15031.      */
  15032.     protected function getEnumKeyTransRuntimeService()
  15033.     {
  15034.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15035.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/EnumKeyTransRuntime.php';
  15036.         return $this->privates['App\\Twig\\Runtime\\EnumKeyTransRuntime'] = new \App\Twig\Runtime\EnumKeyTransRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
  15037.     }
  15038.     /**
  15039.      * Gets the private 'App\Twig\Runtime\FileRuntime' shared autowired service.
  15040.      *
  15041.      * @return \App\Twig\Runtime\FileRuntime
  15042.      */
  15043.     protected function getFileRuntimeService()
  15044.     {
  15045.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15046.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/FileRuntime.php';
  15047.         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()));
  15048.     }
  15049.     /**
  15050.      * Gets the private 'App\Twig\Runtime\FooterRuntime' shared autowired service.
  15051.      *
  15052.      * @return \App\Twig\Runtime\FooterRuntime
  15053.      */
  15054.     protected function getFooterRuntimeService()
  15055.     {
  15056.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15057.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/FooterRuntime.php';
  15058.         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()));
  15059.     }
  15060.     /**
  15061.      * Gets the private 'App\Twig\Runtime\Forum\MessageRuntime' shared autowired service.
  15062.      *
  15063.      * @return \App\Twig\Runtime\Forum\MessageRuntime
  15064.      */
  15065.     protected function getMessageRuntimeService()
  15066.     {
  15067.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15068.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Forum/MessageRuntime.php';
  15069.         return $this->privates['App\\Twig\\Runtime\\Forum\\MessageRuntime'] = new \App\Twig\Runtime\Forum\MessageRuntime(($this->privates['App\\Repository\\Forum\\ChapterMessageRepository'] ?? $this->getChapterMessageRepositoryService()));
  15070.     }
  15071.     /**
  15072.      * Gets the private 'App\Twig\Runtime\ImageRuntime' shared autowired service.
  15073.      *
  15074.      * @return \App\Twig\Runtime\ImageRuntime
  15075.      */
  15076.     protected function getImageRuntimeService()
  15077.     {
  15078.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15079.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/ImageRuntime.php';
  15080.         return $this->privates['App\\Twig\\Runtime\\ImageRuntime'] = new \App\Twig\Runtime\ImageRuntime();
  15081.     }
  15082.     /**
  15083.      * Gets the private 'App\Twig\Runtime\LockContentRuntime' shared autowired service.
  15084.      *
  15085.      * @return \App\Twig\Runtime\LockContentRuntime
  15086.      */
  15087.     protected function getLockContentRuntimeService()
  15088.     {
  15089.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15090.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/LockContentRuntime.php';
  15091.         return $this->privates['App\\Twig\\Runtime\\LockContentRuntime'] = new \App\Twig\Runtime\LockContentRuntime();
  15092.     }
  15093.     /**
  15094.      * Gets the private 'App\Twig\Runtime\Manager\ScholarCounterRuntime' shared autowired service.
  15095.      *
  15096.      * @return \App\Twig\Runtime\Manager\ScholarCounterRuntime
  15097.      */
  15098.     protected function getScholarCounterRuntimeService()
  15099.     {
  15100.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15101.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarCounterRuntime.php';
  15102.         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()));
  15103.     }
  15104.     /**
  15105.      * Gets the private 'App\Twig\Runtime\Manager\ScholarLinkRuntime' shared autowired service.
  15106.      *
  15107.      * @return \App\Twig\Runtime\Manager\ScholarLinkRuntime
  15108.      */
  15109.     protected function getScholarLinkRuntimeService()
  15110.     {
  15111.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15112.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarLinkRuntime.php';
  15113.         return $this->privates['App\\Twig\\Runtime\\Manager\\ScholarLinkRuntime'] = new \App\Twig\Runtime\Manager\ScholarLinkRuntime(($this->privates['App\\Repository\\Scholar\\ModuleRepository'] ?? $this->getModuleRepositoryService()));
  15114.     }
  15115.     /**
  15116.      * Gets the private 'App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime' shared autowired service.
  15117.      *
  15118.      * @return \App\Twig\Runtime\Manager\ScholarPermissionCounterRuntime
  15119.      */
  15120.     protected function getScholarPermissionCounterRuntimeService()
  15121.     {
  15122.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15123.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php';
  15124.         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()));
  15125.     }
  15126.     /**
  15127.      * Gets the private 'App\Twig\Runtime\RatingRuntime' shared autowired service.
  15128.      *
  15129.      * @return \App\Twig\Runtime\RatingRuntime
  15130.      */
  15131.     protected function getRatingRuntimeService()
  15132.     {
  15133.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15134.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/RatingRuntime.php';
  15135.         return $this->privates['App\\Twig\\Runtime\\RatingRuntime'] = new \App\Twig\Runtime\RatingRuntime();
  15136.     }
  15137.     /**
  15138.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarChapterRuntime' shared autowired service.
  15139.      *
  15140.      * @return \App\Twig\Runtime\Scholar\ScholarChapterRuntime
  15141.      */
  15142.     protected function getScholarChapterRuntimeService()
  15143.     {
  15144.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15145.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarChapterRuntime.php';
  15146.         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()));
  15147.     }
  15148.     /**
  15149.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarExerciseRuntime' shared autowired service.
  15150.      *
  15151.      * @return \App\Twig\Runtime\Scholar\ScholarExerciseRuntime
  15152.      */
  15153.     protected function getScholarExerciseRuntimeService()
  15154.     {
  15155.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15156.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarExerciseRuntime.php';
  15157.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarExerciseRuntime'] = new \App\Twig\Runtime\Scholar\ScholarExerciseRuntime(($this->privates['App\\Service\\Scholar\\ExerciseService'] ?? $this->getExerciseServiceService()));
  15158.     }
  15159.     /**
  15160.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarLessonRuntime' shared autowired service.
  15161.      *
  15162.      * @return \App\Twig\Runtime\Scholar\ScholarLessonRuntime
  15163.      */
  15164.     protected function getScholarLessonRuntimeService()
  15165.     {
  15166.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15167.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarLessonRuntime.php';
  15168.         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()));
  15169.     }
  15170.     /**
  15171.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarModuleRuntime' shared autowired service.
  15172.      *
  15173.      * @return \App\Twig\Runtime\Scholar\ScholarModuleRuntime
  15174.      */
  15175.     protected function getScholarModuleRuntimeService()
  15176.     {
  15177.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15178.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarModuleRuntime.php';
  15179.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarModuleRuntime'] = new \App\Twig\Runtime\Scholar\ScholarModuleRuntime(($this->privates['App\\Service\\Scholar\\ModuleService'] ?? $this->getModuleServiceService()));
  15180.     }
  15181.     /**
  15182.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarNavigationRuntime' shared autowired service.
  15183.      *
  15184.      * @return \App\Twig\Runtime\Scholar\ScholarNavigationRuntime
  15185.      */
  15186.     protected function getScholarNavigationRuntimeService()
  15187.     {
  15188.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15189.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarNavigationRuntime.php';
  15190.         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()));
  15191.     }
  15192.     /**
  15193.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime' shared autowired service.
  15194.      *
  15195.      * @return \App\Twig\Runtime\Scholar\ScholarPracticalCaseRuntime
  15196.      */
  15197.     protected function getScholarPracticalCaseRuntimeService()
  15198.     {
  15199.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15200.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarPracticalCaseRuntime.php';
  15201.         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()), ($this->services['translator'] ?? $this->getTranslatorService()));
  15202.     }
  15203.     /**
  15204.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarStatusRuntime' shared autowired service.
  15205.      *
  15206.      * @return \App\Twig\Runtime\Scholar\ScholarStatusRuntime
  15207.      */
  15208.     protected function getScholarStatusRuntimeService()
  15209.     {
  15210.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15211.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarStatusRuntime.php';
  15212.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarStatusRuntime'] = new \App\Twig\Runtime\Scholar\ScholarStatusRuntime(($this->privates['App\\Service\\Scholar\\StatusService'] ?? $this->getStatusServiceService()));
  15213.     }
  15214.     /**
  15215.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime' shared autowired service.
  15216.      *
  15217.      * @return \App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime
  15218.      */
  15219.     protected function getScholarTrainingDescriptionRuntimeService()
  15220.     {
  15221.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15222.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarTrainingDescriptionRuntime.php';
  15223.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarTrainingDescriptionRuntime'] = new \App\Twig\Runtime\Scholar\ScholarTrainingDescriptionRuntime();
  15224.     }
  15225.     /**
  15226.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingRuntime' shared autowired service.
  15227.      *
  15228.      * @return \App\Twig\Runtime\Scholar\ScholarTrainingRuntime
  15229.      */
  15230.     protected function getScholarTrainingRuntimeService()
  15231.     {
  15232.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15233.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarTrainingRuntime.php';
  15234.         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()));
  15235.     }
  15236.     /**
  15237.      * Gets the private 'App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime' shared autowired service.
  15238.      *
  15239.      * @return \App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime
  15240.      */
  15241.     protected function getScholarTrainingTypeRuntimeService()
  15242.     {
  15243.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15244.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarTrainingTypeRuntime.php';
  15245.         return $this->privates['App\\Twig\\Runtime\\Scholar\\ScholarTrainingTypeRuntime'] = new \App\Twig\Runtime\Scholar\ScholarTrainingTypeRuntime();
  15246.     }
  15247.     /**
  15248.      * Gets the private 'App\Twig\Runtime\SearchRuntime' shared autowired service.
  15249.      *
  15250.      * @return \App\Twig\Runtime\SearchRuntime
  15251.      */
  15252.     protected function getSearchRuntimeService()
  15253.     {
  15254.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15255.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/SearchRuntime.php';
  15256.         return $this->privates['App\\Twig\\Runtime\\SearchRuntime'] = new \App\Twig\Runtime\SearchRuntime(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  15257.     }
  15258.     /**
  15259.      * Gets the private 'App\Twig\Runtime\SecondsToFomattedStringRuntime' shared autowired service.
  15260.      *
  15261.      * @return \App\Twig\Runtime\SecondsToFomattedStringRuntime
  15262.      */
  15263.     protected function getSecondsToFomattedStringRuntimeService()
  15264.     {
  15265.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15266.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/SecondsToFomattedStringRuntime.php';
  15267.         return $this->privates['App\\Twig\\Runtime\\SecondsToFomattedStringRuntime'] = new \App\Twig\Runtime\SecondsToFomattedStringRuntime();
  15268.     }
  15269.     /**
  15270.      * Gets the private 'App\Twig\Runtime\SnackRuntime' shared autowired service.
  15271.      *
  15272.      * @return \App\Twig\Runtime\SnackRuntime
  15273.      */
  15274.     protected function getSnackRuntimeService()
  15275.     {
  15276.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15277.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/SnackRuntime.php';
  15278.         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()));
  15279.     }
  15280.     /**
  15281.      * Gets the private 'App\Twig\Runtime\TimerRuntime' shared autowired service.
  15282.      *
  15283.      * @return \App\Twig\Runtime\TimerRuntime
  15284.      */
  15285.     protected function getTimerRuntimeService()
  15286.     {
  15287.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15288.         include_once \dirname(__DIR__4).'/src/Twig/Runtime/TimerRuntime.php';
  15289.         return $this->privates['App\\Twig\\Runtime\\TimerRuntime'] = new \App\Twig\Runtime\TimerRuntime();
  15290.     }
  15291.     /**
  15292.      * Gets the private 'App\Validator\Constraints\HtmlTagConstraintValidator' shared autowired service.
  15293.      *
  15294.      * @return \App\Validator\Constraints\HtmlTagConstraintValidator
  15295.      */
  15296.     protected function getHtmlTagConstraintValidatorService()
  15297.     {
  15298.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15299.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15300.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/HtmlTagConstraintValidator.php';
  15301.         return $this->privates['App\\Validator\\Constraints\\HtmlTagConstraintValidator'] = new \App\Validator\Constraints\HtmlTagConstraintValidator();
  15302.     }
  15303.     /**
  15304.      * Gets the private 'App\Validator\Constraints\InjuryConstraintValidator' shared autowired service.
  15305.      *
  15306.      * @return \App\Validator\Constraints\InjuryConstraintValidator
  15307.      */
  15308.     protected function getInjuryConstraintValidatorService()
  15309.     {
  15310.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15311.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15312.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/InjuryConstraintValidator.php';
  15313.         return $this->privates['App\\Validator\\Constraints\\InjuryConstraintValidator'] = new \App\Validator\Constraints\InjuryConstraintValidator();
  15314.     }
  15315.     /**
  15316.      * Gets the private 'App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator' shared autowired service.
  15317.      *
  15318.      * @return \App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator
  15319.      */
  15320.     protected function getMultipleChoiceQuestionConstraintValidatorService()
  15321.     {
  15322.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15323.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15324.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/MultipleChoiceQuestionConstraintValidator.php';
  15325.         return $this->privates['App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator'] = new \App\Validator\Constraints\MultipleChoiceQuestionConstraintValidator();
  15326.     }
  15327.     /**
  15328.      * Gets the private 'App\Validator\Constraints\PracticalCaseConstraintValidator' shared autowired service.
  15329.      *
  15330.      * @return \App\Validator\Constraints\PracticalCaseConstraintValidator
  15331.      */
  15332.     protected function getPracticalCaseConstraintValidatorService()
  15333.     {
  15334.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15335.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15336.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/PracticalCaseConstraintValidator.php';
  15337.         return $this->privates['App\\Validator\\Constraints\\PracticalCaseConstraintValidator'] = new \App\Validator\Constraints\PracticalCaseConstraintValidator();
  15338.     }
  15339.     /**
  15340.      * Gets the private 'App\Validator\Constraints\PracticalCaseResponseConstraintValidator' shared autowired service.
  15341.      *
  15342.      * @return \App\Validator\Constraints\PracticalCaseResponseConstraintValidator
  15343.      */
  15344.     protected function getPracticalCaseResponseConstraintValidatorService()
  15345.     {
  15346.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15347.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15348.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/PracticalCaseResponseConstraintValidator.php';
  15349.         return $this->privates['App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator'] = new \App\Validator\Constraints\PracticalCaseResponseConstraintValidator(($this->privates['App\\Service\\Scholar\\PracticalCaseService'] ?? $this->getPracticalCaseServiceService()));
  15350.     }
  15351.     /**
  15352.      * Gets the private 'App\Validator\Constraints\ProductConstraintValidator' shared autowired service.
  15353.      *
  15354.      * @return \App\Validator\Constraints\ProductConstraintValidator
  15355.      */
  15356.     protected function getProductConstraintValidatorService()
  15357.     {
  15358.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15359.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15360.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/ProductConstraintValidator.php';
  15361.         return $this->privates['App\\Validator\\Constraints\\ProductConstraintValidator'] = new \App\Validator\Constraints\ProductConstraintValidator();
  15362.     }
  15363.     /**
  15364.      * Gets the private 'App\Validator\Constraints\UniqueTrainingModuleConstraintValidator' shared autowired service.
  15365.      *
  15366.      * @return \App\Validator\Constraints\UniqueTrainingModuleConstraintValidator
  15367.      */
  15368.     protected function getUniqueTrainingModuleConstraintValidatorService()
  15369.     {
  15370.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  15371.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  15372.         include_once \dirname(__DIR__4).'/src/Validator/Constraints/UniqueTrainingModuleConstraintValidator.php';
  15373.         return $this->privates['App\\Validator\\Constraints\\UniqueTrainingModuleConstraintValidator'] = new \App\Validator\Constraints\UniqueTrainingModuleConstraintValidator();
  15374.     }
  15375.     /**
  15376.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  15377.      *
  15378.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  15379.      */
  15380.     protected function getManagerRegistryAwareConnectionProviderService()
  15381.     {
  15382.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  15383.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  15384.         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'));
  15385.     }
  15386.     /**
  15387.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  15388.      *
  15389.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  15390.      */
  15391.     protected function getRunSqlCommandService()
  15392.     {
  15393.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15394.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  15395.         $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()));
  15396.         $instance->setName('dbal:run-sql');
  15397.         return $instance;
  15398.     }
  15399.     /**
  15400.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType' shared autowired service.
  15401.      *
  15402.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\AsyncEntityType
  15403.      */
  15404.     protected function getAsyncEntityTypeService()
  15405.     {
  15406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15408.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/AsyncEntityType.php';
  15409.         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()));
  15410.     }
  15411.     /**
  15412.      * Gets the private 'DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType' shared autowired service.
  15413.      *
  15414.      * @return \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType
  15415.      */
  15416.     protected function getSelectOrCreateTypeService()
  15417.     {
  15418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15420.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Form/Type/SelectOrCreateType.php';
  15421.         return $this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'] = new \DrosalysWeb\Bundle\FormBundle\Form\Type\SelectOrCreateType(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'));
  15422.     }
  15423.     /**
  15424.      * Gets the private 'DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand' shared autowired service.
  15425.      *
  15426.      * @return \DrosalysWeb\Bundle\WebSocketBundle\Command\ServerRunCommand
  15427.      */
  15428.     protected function getServerRunCommandService()
  15429.     {
  15430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15431.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Command/ServerRunCommand.php';
  15432.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Server/IoServer.php';
  15433.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Server/IoServer.php';
  15434.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  15435.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  15436.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  15437.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/CloseResponseTrait.php';
  15438.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServer.php';
  15439.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Http/HttpServerInterface.php';
  15440.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/Session/SessionProvider.php';
  15441.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/Router.php';
  15442.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src/Http/ControllerResolver.php';
  15443.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/Evenement/EventEmitterInterface.php';
  15444.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php';
  15445.         include_once \dirname(__DIR__4).'/vendor/evenement/evenement/src/Evenement/EventEmitter.php';
  15446.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/ServerInterface.php';
  15447.         include_once \dirname(__DIR__4).'/vendor/react/socket/src/SocketServer.php';
  15448.         $a = ($this->privates['drosalys.web_socket.loop'] ?? $this->getDrosalys_WebSocket_LoopService());
  15449.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  15450.         $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']);
  15451.         $c->setLogger($b);
  15452.         $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);
  15453.         $instance->setName('drosalys:ws:server-run');
  15454.         return $instance;
  15455.     }
  15456.     /**
  15457.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber' shared service.
  15458.      *
  15459.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\BlameSubscriber
  15460.      */
  15461.     protected function getBlameSubscriberService()
  15462.     {
  15463.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15464.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/BlameSubscriber.php';
  15465.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Blame/BlamerInterface.php';
  15466.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/LazyChainBlamer.php';
  15467.         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']));
  15468.     }
  15469.     /**
  15470.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber' shared service.
  15471.      *
  15472.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber
  15473.      */
  15474.     protected function getHierarchySlugSubscriberService()
  15475.     {
  15476.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15477.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/HierarchySlugSubscriber.php';
  15478.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/HierarchySluggerInterface.php';
  15479.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/HierarchySlugger.php';
  15480.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\HierarchySlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\HierarchySlugSubscriber(new \DrosalysWeb\ObjectExtensions\Slug\HierarchySlugger('/'));
  15481.     }
  15482.     /**
  15483.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber.App\Entity\Account\User' shared service.
  15484.      *
  15485.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\BlameSubscriber
  15486.      */
  15487.     protected function getUser5Service()
  15488.     {
  15489.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15490.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/BlameSubscriber.php';
  15491.         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']);
  15492.     }
  15493.     /**
  15494.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber' shared service.
  15495.      *
  15496.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber
  15497.      */
  15498.     protected function getHierarchySubscriberService()
  15499.     {
  15500.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15501.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/HierarchySubscriber.php';
  15502.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\HierarchySubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\HierarchySubscriber();
  15503.     }
  15504.     /**
  15505.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber' shared service.
  15506.      *
  15507.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber
  15508.      */
  15509.     protected function getSlugSubscriberService()
  15510.     {
  15511.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15512.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/SlugSubscriber.php';
  15513.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\SlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\SlugSubscriber();
  15514.     }
  15515.     /**
  15516.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber' shared service.
  15517.      *
  15518.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber
  15519.      */
  15520.     protected function getTimestampSubscriberService()
  15521.     {
  15522.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15523.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TimestampSubscriber.php';
  15524.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TimestampSubscriber();
  15525.     }
  15526.     /**
  15527.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber' shared service.
  15528.      *
  15529.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber
  15530.      */
  15531.     protected function getTranslationSubscriberService()
  15532.     {
  15533.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15534.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/Mapping/TranslationSubscriber.php';
  15535.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TranslationSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\Mapping\TranslationSubscriber();
  15536.     }
  15537.     /**
  15538.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber' shared service.
  15539.      *
  15540.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber
  15541.      */
  15542.     protected function getSlugSubscriber2Service()
  15543.     {
  15544.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15545.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/SlugSubscriber.php';
  15546.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/SluggerInterface.php';
  15547.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Slug/Slugger.php';
  15548.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\SlugSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\SlugSubscriber(new \DrosalysWeb\ObjectExtensions\Slug\Slugger('-'), false);
  15549.     }
  15550.     /**
  15551.      * Gets the private 'DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber' shared service.
  15552.      *
  15553.      * @return \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber
  15554.      */
  15555.     protected function getTimestampSubscriber2Service()
  15556.     {
  15557.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15558.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Doctrine/ORM/Subscriber/TimestampSubscriber.php';
  15559.         return $this->privates['DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'] = new \DrosalysWeb\ObjectExtensions\Bridge\Doctrine\ORM\Subscriber\TimestampSubscriber();
  15560.     }
  15561.     /**
  15562.      * Gets the private 'Drosalys\Bundle\ApiBundle\Action\ActionRetriever' shared autowired service.
  15563.      *
  15564.      * @return \Drosalys\Bundle\ApiBundle\Action\ActionRetriever
  15565.      */
  15566.     protected function getActionRetrieverService()
  15567.     {
  15568.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] = new \Drosalys\Bundle\ApiBundle\Action\ActionRetriever(new RewindableGenerator(function () {
  15569.             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()));
  15570.             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()));
  15571.         }, 2));
  15572.     }
  15573.     /**
  15574.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber' shared autowired service.
  15575.      *
  15576.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber
  15577.      */
  15578.     protected function getActionRequestBodyDescriberService()
  15579.     {
  15580.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15581.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15582.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15583.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionRequestBodyDescriber.php';
  15584.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15585.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionRequestBodyDescriber();
  15586.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15587.         $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())));
  15588.         return $instance;
  15589.     }
  15590.     /**
  15591.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber' shared autowired service.
  15592.      *
  15593.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber
  15594.      */
  15595.     protected function getActionResponseDescriberService()
  15596.     {
  15597.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15598.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15599.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15600.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/ActionResponseDescriber.php';
  15601.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15602.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\ActionResponseDescriber();
  15603.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15604.         $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())));
  15605.         return $instance;
  15606.     }
  15607.     /**
  15608.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber' shared autowired service.
  15609.      *
  15610.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber
  15611.      */
  15612.     protected function getOperationIdDescriberService()
  15613.     {
  15614.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15615.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15616.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15617.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/OperationIdDescriber.php';
  15618.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15619.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\OperationIdDescriber();
  15620.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15621.         $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())));
  15622.         return $instance;
  15623.     }
  15624.     /**
  15625.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber' shared autowired service.
  15626.      *
  15627.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\PaginationDescriber
  15628.      */
  15629.     protected function getPaginationDescriberService()
  15630.     {
  15631.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15632.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15633.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15634.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/PaginationDescriber.php';
  15635.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15636.         $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()));
  15637.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15638.         $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())));
  15639.         return $instance;
  15640.     }
  15641.     /**
  15642.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber' shared autowired service.
  15643.      *
  15644.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber
  15645.      */
  15646.     protected function getSecurityDescriberService()
  15647.     {
  15648.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15649.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15650.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15651.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/SecurityDescriber.php';
  15652.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15653.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\SecurityDescriber();
  15654.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15655.         $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())));
  15656.         return $instance;
  15657.     }
  15658.     /**
  15659.      * Gets the private 'Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber' shared autowired service.
  15660.      *
  15661.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber
  15662.      */
  15663.     protected function getTagDescriberService()
  15664.     {
  15665.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  15666.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  15667.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/AbstractDescriber.php';
  15668.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/RouteDescriber/TagDescriber.php';
  15669.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/Model/ModelRegistry.php';
  15670.         $this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\RouteDescriber\TagDescriber([]);
  15671.         $instance->setActionRetriever(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()));
  15672.         $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())));
  15673.         return $instance;
  15674.     }
  15675.     /**
  15676.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber' shared autowired service.
  15677.      *
  15678.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber
  15679.      */
  15680.     protected function getActionControllerSubscriberService()
  15681.     {
  15682.         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()));
  15683.     }
  15684.     /**
  15685.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber' shared autowired service.
  15686.      *
  15687.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber
  15688.      */
  15689.     protected function getActionResponseSubscriberService()
  15690.     {
  15691.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionResponseSubscriber.php';
  15692.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionResponseSubscriber(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new RewindableGenerator(function () {
  15693.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] ?? $this->getValidationErrorResponseHandlerService());
  15694.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\EmptyResponseHandler'] = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\EmptyResponseHandler()));
  15695.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\PaginationResponseHandler'] ?? $this->getPaginationResponseHandlerService());
  15696.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] ?? $this->getDefaultResponseHandlerService());
  15697.         }, 4), new RewindableGenerator(function () {
  15698.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Persister\\PersisterHandler\\DoctrinePersisterHandler'] ?? $this->getDoctrinePersisterHandlerService());
  15699.         }, 1));
  15700.     }
  15701.     /**
  15702.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber' shared autowired service.
  15703.      *
  15704.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber
  15705.      */
  15706.     protected function getDeserializeActionControllerSubscriberService()
  15707.     {
  15708.         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()));
  15709.     }
  15710.     /**
  15711.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilter' shared autowired service.
  15712.      *
  15713.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilter
  15714.      */
  15715.     protected function getApiFilterService()
  15716.     {
  15717.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15719.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilter.php';
  15720.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'] = new \Drosalys\Bundle\ApiBundle\Filter\ApiFilter();
  15721.     }
  15722.     /**
  15723.      * Gets the private 'Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager' shared autowired service.
  15724.      *
  15725.      * @return \Drosalys\Bundle\ApiBundle\Filter\ApiFilterManager
  15726.      */
  15727.     protected function getApiFilterManagerService()
  15728.     {
  15729.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Filter/ApiFilterManager.php';
  15730.         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()));
  15731.     }
  15732.     /**
  15733.      * Gets the private 'Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler' shared autowired service.
  15734.      *
  15735.      * @return \Drosalys\Bundle\ApiBundle\Persister\PersisterHandler\DoctrinePersisterHandler
  15736.      */
  15737.     protected function getDoctrinePersisterHandlerService()
  15738.     {
  15739.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/PersisterHandlerInterface.php';
  15740.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Persister/PersisterHandler/DoctrinePersisterHandler.php';
  15741.         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()));
  15742.     }
  15743.     /**
  15744.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler' shared autowired service.
  15745.      *
  15746.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler
  15747.      */
  15748.     protected function getDefaultResponseHandlerService()
  15749.     {
  15750.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  15751.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  15752.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/DefaultResponseHandler.php';
  15753.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\DefaultResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\DefaultResponseHandler();
  15754.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  15755.         return $instance;
  15756.     }
  15757.     /**
  15758.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler' shared autowired service.
  15759.      *
  15760.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\PaginationResponseHandler
  15761.      */
  15762.     protected function getPaginationResponseHandlerService()
  15763.     {
  15764.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  15765.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  15766.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/PaginationResponseHandler.php';
  15767.         $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()));
  15768.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  15769.         return $instance;
  15770.     }
  15771.     /**
  15772.      * Gets the private 'Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler' shared autowired service.
  15773.      *
  15774.      * @return \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler
  15775.      */
  15776.     protected function getValidationErrorResponseHandlerService()
  15777.     {
  15778.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ResponseHandlerInterface.php';
  15779.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/AbstractResponseHandler.php';
  15780.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Response/ResponseHandler/ValidationErrorResponseHandler.php';
  15781.         $this->privates['Drosalys\\Bundle\\ApiBundle\\Response\\ResponseHandler\\ValidationErrorResponseHandler'] = $instance = new \Drosalys\Bundle\ApiBundle\Response\ResponseHandler\ValidationErrorResponseHandler();
  15782.         $instance->setSerializer(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()));
  15783.         return $instance;
  15784.     }
  15785.     /**
  15786.      * Gets the private 'Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter' shared autowired service.
  15787.      *
  15788.      * @return \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter
  15789.      */
  15790.     protected function getSerializerAdapterService()
  15791.     {
  15792.         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()));
  15793.     }
  15794.     /**
  15795.      * Gets the private 'Nellapp\Bundle\SDKBundle\ActivityFeed\Form\Filter\ActivityFeedFilter' shared autowired service.
  15796.      *
  15797.      * @return \Nellapp\Bundle\SDKBundle\ActivityFeed\Form\Filter\ActivityFeedFilter
  15798.      */
  15799.     protected function getActivityFeedFilterService()
  15800.     {
  15801.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15803.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Form/Filter/ActivityFeedFilter.php';
  15804.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter\\ActivityFeedFilter'] = new \Nellapp\Bundle\SDKBundle\ActivityFeed\Form\Filter\ActivityFeedFilter();
  15805.     }
  15806.     /**
  15807.      * Gets the private 'Nellapp\Bundle\SDKBundle\Archivable\Doctrine\EventSubscriber\ArchivableRepositorySubscriber' shared autowired service.
  15808.      *
  15809.      * @return \Nellapp\Bundle\SDKBundle\Archivable\Doctrine\EventSubscriber\ArchivableRepositorySubscriber
  15810.      */
  15811.     protected function getArchivableRepositorySubscriberService()
  15812.     {
  15813.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15814.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Archivable/Doctrine/EventSubscriber/ArchivableRepositorySubscriber.php';
  15815.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber'] = new \Nellapp\Bundle\SDKBundle\Archivable\Doctrine\EventSubscriber\ArchivableRepositorySubscriber();
  15816.     }
  15817.     /**
  15818.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LoginSubscriber' shared autowired service.
  15819.      *
  15820.      * @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LoginSubscriber
  15821.      */
  15822.     protected function getLoginSubscriber2Service()
  15823.     {
  15824.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LoginSubscriber.php';
  15825.         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()));
  15826.     }
  15827.     /**
  15828.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber' shared autowired service.
  15829.      *
  15830.      * @return \Nellapp\Bundle\SDKBundle\Auth\EventSubscriber\LogoutSubscriber
  15831.      */
  15832.     protected function getLogoutSubscriberService()
  15833.     {
  15834.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/EventSubscriber/LogoutSubscriber.php';
  15835.         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()));
  15836.     }
  15837.     /**
  15838.      * Gets the private 'Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber' shared autowired service.
  15839.      *
  15840.      * @return \Nellapp\Bundle\SDKBundle\Auth\Security\OAuth\HandleExpireTokenSubscriber
  15841.      */
  15842.     protected function getHandleExpireTokenSubscriberService()
  15843.     {
  15844.         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()));
  15845.     }
  15846.     /**
  15847.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  15848.      *
  15849.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ChannelMenuDisplayedSubscriber
  15850.      */
  15851.     protected function getChannelMenuDisplayedSubscriberService()
  15852.     {
  15853.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  15854.         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()));
  15855.     }
  15856.     /**
  15857.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber' shared autowired service.
  15858.      *
  15859.      * @return \Nellapp\Bundle\SDKBundle\Channel\EventSubscriber\ForceUserFromSetupSubscriber
  15860.      */
  15861.     protected function getForceUserFromSetupSubscriberService()
  15862.     {
  15863.         $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()));
  15864.         $instance->setRepo(($this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] ?? $this->getUserFromChannelRepositoryService()));
  15865.         return $instance;
  15866.     }
  15867.     /**
  15868.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository' shared autowired service.
  15869.      *
  15870.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\ChannelUserRoleRepository
  15871.      */
  15872.     protected function getChannelUserRoleRepositoryService()
  15873.     {
  15874.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/ChannelUserRoleRepositoryInterface.php';
  15875.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Repository/ChannelUserRole/AbstractChannelUserRoleRepository.php';
  15876.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Repository/ChannelUserRoleRepository.php';
  15877.         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()));
  15878.     }
  15879.     /**
  15880.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository' shared autowired service.
  15881.      *
  15882.      * @return \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository
  15883.      */
  15884.     protected function getUserFromChannelRepositoryService()
  15885.     {
  15886.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Channel\\Repository\\UserFromChannelRepository'] = new \Nellapp\Bundle\SDKBundle\Channel\Repository\UserFromChannelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15887.     }
  15888.     /**
  15889.      * Gets the private 'Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime' shared autowired service.
  15890.      *
  15891.      * @return \Nellapp\Bundle\SDKBundle\Channel\Twig\Runtime\UserFromChannelRuntime
  15892.      */
  15893.     protected function getUserFromChannelRuntimeService()
  15894.     {
  15895.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15896.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Channel/Twig/Runtime/UserFromChannelRuntime.php';
  15897.         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()));
  15898.     }
  15899.     /**
  15900.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter' shared autowired service.
  15901.      *
  15902.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter
  15903.      */
  15904.     protected function getCollectionFilter2Service()
  15905.     {
  15906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15907.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15908.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Form/Filter/CollectionFilter.php';
  15909.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\DataSync\Form\Filter\CollectionFilter();
  15910.     }
  15911.     /**
  15912.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager' shared autowired service.
  15913.      *
  15914.      * @return \Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager
  15915.      */
  15916.     protected function getEntityClientManagerService()
  15917.     {
  15918.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/EntityClientManager.php';
  15919.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\HttpClient\EntityClientManager(new RewindableGenerator(function () {
  15920.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\NotificationClient'] ?? $this->getNotificationClientService());
  15921.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\SsoClient'] ?? $this->getSsoClientService());
  15922.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\UserClient'] ?? $this->getUserClientService());
  15923.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelClient'] ?? $this->getChannelClientService());
  15924.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelConfigurationClient'] ?? $this->getChannelConfigurationClientService());
  15925.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelContactClient'] ?? $this->getChannelContactClientService());
  15926.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserCursusPermissionClient'] ?? $this->getChannelUserCursusPermissionClientService());
  15927.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserRoleClient'] ?? $this->getChannelUserRoleClientService());
  15928.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserServicePermissionClient'] ?? $this->getChannelUserServicePermissionClientService());
  15929.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserSessionPermissionClient'] ?? $this->getChannelUserSessionPermissionClientService());
  15930.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelUserTrainingPermissionClient'] ?? $this->getChannelUserTrainingPermissionClientService());
  15931.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelWhiteLabelClient'] ?? $this->getChannelWhiteLabelClientService());
  15932.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyClient'] ?? $this->getCompanyClientService());
  15933.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\CompanyContactClient'] ?? $this->getCompanyContactClientService());
  15934.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] ?? $this->getContactClientService());
  15935.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\FrenchProfessionalIdClient'] ?? $this->getFrenchProfessionalIdClientService());
  15936.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\GroupClient'] ?? $this->getGroupClientService());
  15937.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\OrganizationClient'] ?? $this->getOrganizationClientService());
  15938.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\PlaceClient'] ?? $this->getPlaceClientService());
  15939.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\RoomClient'] ?? $this->getRoomClientService());
  15940.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ServiceClient'] ?? $this->getServiceClientService());
  15941.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\SessionClient'] ?? $this->getSessionClientService());
  15942.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\TrainingClient'] ?? $this->getTrainingClientService());
  15943.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\UserFromChannelClient'] ?? $this->getUserFromChannelClientService());
  15944.             yield 24 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\AbstractCursusEntityClient'] ?? $this->getAbstractCursusEntityClientService());
  15945.             yield 25 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\ChannelUserData\\ChannelUserDataEntityClient'] ?? $this->getChannelUserDataEntityClientService());
  15946.         }, 26));
  15947.     }
  15948.     /**
  15949.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Hydrator\Manipulator' shared autowired service.
  15950.      *
  15951.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Hydrator\Manipulator
  15952.      */
  15953.     protected function getManipulatorService()
  15954.     {
  15955.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/ManipulatorInterface.php';
  15956.         include_once \dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Manipulator/Manipulator.php';
  15957.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/Manipulator.php';
  15958.         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()));
  15959.     }
  15960.     /**
  15961.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager' shared autowired service.
  15962.      *
  15963.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager
  15964.      */
  15965.     protected function getRefresherManagerService()
  15966.     {
  15967.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherManager.php';
  15968.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\Refresher\RefresherManager(new RewindableGenerator(function () {
  15969.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\NotificationRefresher'] ?? $this->getNotificationRefresherService());
  15970.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Account\\UserRefresher'] ?? $this->getUserRefresher2Service());
  15971.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\AbstractCursusRefresher'] ?? $this->getAbstractCursusRefresherService());
  15972.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelConfigurationRefresher'] ?? $this->getChannelConfigurationRefresherService());
  15973.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelContactRefresher'] ?? $this->getChannelContactRefresherService());
  15974.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService());
  15975.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserCursusPermissionRefresher'] ?? $this->getChannelUserCursusPermissionRefresherService());
  15976.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserDataRefresher'] ?? $this->getChannelUserDataRefresherService());
  15977.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserRoleRefresher'] ?? $this->getChannelUserRoleRefresherService());
  15978.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserServicePermissionRefresher'] ?? $this->getChannelUserServicePermissionRefresherService());
  15979.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserSessionPermissionRefresher'] ?? $this->getChannelUserSessionPermissionRefresherService());
  15980.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelUserTrainingPermissionRefresher'] ?? $this->getChannelUserTrainingPermissionRefresherService());
  15981.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelWhiteLabelRefresher'] ?? $this->getChannelWhiteLabelRefresherService());
  15982.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyContactRefresher'] ?? $this->getCompanyContactRefresherService());
  15983.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\CompanyRefresher'] ?? $this->getCompanyRefresherService());
  15984.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ContactRefresher'] ?? $this->getContactRefresherService());
  15985.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\FrenchProfessionalIdRefresher'] ?? $this->getFrenchProfessionalIdRefresherService());
  15986.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\GroupRefresher'] ?? $this->getGroupRefresherService());
  15987.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\OrganizationRefresher'] ?? $this->getOrganizationRefresherService());
  15988.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\PlaceRefresher'] ?? $this->getPlaceRefresherService());
  15989.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\RoomRefresher'] ?? $this->getRoomRefresherService());
  15990.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ServiceRefresher'] ?? $this->getServiceRefresherService());
  15991.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\SessionRefresher'] ?? $this->getSessionRefresherService());
  15992.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\TrainingRefresher'] ?? $this->getTrainingRefresherService());
  15993.             yield 24 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\UserFromChannelRefresher'] ?? $this->getUserFromChannelRefresherService());
  15994.         }, 25));
  15995.     }
  15996.     /**
  15997.      * Gets the private 'Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager' shared autowired service.
  15998.      *
  15999.      * @return \Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager
  16000.      */
  16001.     protected function getRetrieverManagerService()
  16002.     {
  16003.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverManager.php';
  16004.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] = new \Nellapp\Bundle\SDKBundle\DataSync\Retriever\RetrieverManager(new RewindableGenerator(function () {
  16005.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\NotificationRetriever'] ?? $this->getNotificationRetrieverService());
  16006.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService());
  16007.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\AbstractCursusRetriever'] ?? $this->getAbstractCursusRetrieverService());
  16008.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelConfigurationRetriever'] ?? $this->getChannelConfigurationRetrieverService());
  16009.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelContactRetriever'] ?? $this->getChannelContactRetrieverService());
  16010.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService());
  16011.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserCursusPermissionRetriever'] ?? $this->getChannelUserCursusPermissionRetrieverService());
  16012.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserDataRetriever'] ?? $this->getChannelUserDataRetrieverService());
  16013.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserRoleRetriever'] ?? $this->getChannelUserRoleRetrieverService());
  16014.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserServicePermissionRetriever'] ?? $this->getChannelUserServicePermissionRetrieverService());
  16015.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserSessionPermissionRetriever'] ?? $this->getChannelUserSessionPermissionRetrieverService());
  16016.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelUserTrainingPermissionRetriever'] ?? $this->getChannelUserTrainingPermissionRetrieverService());
  16017.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelWhiteLabelRetriever'] ?? $this->getChannelWhiteLabelRetrieverService());
  16018.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyContactRetriever'] ?? $this->getCompanyContactRetrieverService());
  16019.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\CompanyRetriever'] ?? $this->getCompanyRetrieverService());
  16020.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'] ?? $this->getContactRetrieverService());
  16021.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\FrenchProfessionalIdRetriever'] ?? $this->getFrenchProfessionalIdRetrieverService());
  16022.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService());
  16023.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\OrganizationRetriever'] ?? $this->getOrganizationRetrieverService());
  16024.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService());
  16025.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\RoomRetriever'] ?? $this->getRoomRetrieverService());
  16026.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ServiceRetriever'] ?? $this->getServiceRetrieverService());
  16027.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\SessionRetriever'] ?? $this->getSessionRetrieverService());
  16028.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\TrainingRetriever'] ?? $this->getTrainingRetrieverService());
  16029.             yield 24 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\UserFromChannelRetriever'] ?? $this->getUserFromChannelRetrieverService());
  16030.         }, 25));
  16031.     }
  16032.     /**
  16033.      * Gets the private 'Nellapp\Bundle\SDKBundle\Domain\Contact\Service\ContactService' shared autowired service.
  16034.      *
  16035.      * @return \Nellapp\Bundle\SDKBundle\Domain\Contact\Service\ContactService
  16036.      */
  16037.     protected function getContactServiceService()
  16038.     {
  16039.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Domain/Contact/Service/ContactService.php';
  16040.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Domain\\Contact\\Service\\ContactService'] = new \Nellapp\Bundle\SDKBundle\Domain\Contact\Service\ContactService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService()));
  16041.     }
  16042.     /**
  16043.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber' shared autowired service.
  16044.      *
  16045.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber
  16046.      */
  16047.     protected function getControllerEntityResolverSubscriberService()
  16048.     {
  16049.         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()));
  16050.     }
  16051.     /**
  16052.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber' shared autowired service.
  16053.      *
  16054.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber
  16055.      */
  16056.     protected function getDeviceIdSubscriberService()
  16057.     {
  16058.         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'))));
  16059.     }
  16060.     /**
  16061.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber' shared autowired service.
  16062.      *
  16063.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber
  16064.      */
  16065.     protected function getRequestChannelDomainSubscriberService()
  16066.     {
  16067.         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()));
  16068.     }
  16069.     /**
  16070.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker' shared autowired service.
  16071.      *
  16072.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\AutoExportTerminateTracker
  16073.      */
  16074.     protected function getAutoExportTerminateTrackerService()
  16075.     {
  16076.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/AutoExportTerminateTracker.php';
  16077.         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()));
  16078.     }
  16079.     /**
  16080.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber' shared autowired service.
  16081.      *
  16082.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Doctrine\EventSubscriber\TerminateExportableSubscriber
  16083.      */
  16084.     protected function getTerminateExportableSubscriberService()
  16085.     {
  16086.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  16087.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Doctrine/EventSubscriber/TerminateExportableSubscriber.php';
  16088.         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()));
  16089.     }
  16090.     /**
  16091.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber' shared autowired service.
  16092.      *
  16093.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\EventSubscriber\TerminateExportSubscriber
  16094.      */
  16095.     protected function getTerminateExportSubscriberService()
  16096.     {
  16097.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/EventSubscriber/TerminateExportSubscriber.php';
  16098.         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()));
  16099.     }
  16100.     /**
  16101.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager' shared autowired service.
  16102.      *
  16103.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager
  16104.      */
  16105.     protected function getExportTerminateResolverManagerService()
  16106.     {
  16107.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoExport/Resolvers/ExportTerminateResolverManager.php';
  16108.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Resolvers\\ExportTerminateResolverManager'] = new \Nellapp\Bundle\SDKBundle\Export\AutoExport\Resolvers\ExportTerminateResolverManager(new RewindableGenerator(function () {
  16109.             return new \EmptyIterator();
  16110.         }, 0));
  16111.     }
  16112.     /**
  16113.      * Gets the private 'Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber' shared autowired service.
  16114.      *
  16115.      * @return \Nellapp\Bundle\SDKBundle\Export\AutoRefresh\EventSubscriber\TerminateRefreshSubscriber
  16116.      */
  16117.     protected function getTerminateRefreshSubscriberService()
  16118.     {
  16119.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/EventSubscriber/TerminateRefreshSubscriber.php';
  16120.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/AutoRefreshTerminateTracker.php';
  16121.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Export/AutoRefresh/Resolvers/AutoRefreshTerminateResolverManager.php';
  16122.         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 () {
  16123.             return new \EmptyIterator();
  16124.         }, 0)));
  16125.     }
  16126.     /**
  16127.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType' shared autowired service.
  16128.      *
  16129.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType
  16130.      */
  16131.     protected function getGroupeFilterTypeService()
  16132.     {
  16133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16134.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16135.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/GroupeFilterType.php';
  16136.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\GroupeFilterType();
  16137.     }
  16138.     /**
  16139.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType' shared autowired service.
  16140.      *
  16141.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType
  16142.      */
  16143.     protected function getServiceFilterTypeService()
  16144.     {
  16145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16147.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Filter/Selektor/ServiceFilterType.php';
  16148.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\ServiceFilterType();
  16149.     }
  16150.     /**
  16151.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType' shared autowired service.
  16152.      *
  16153.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType
  16154.      */
  16155.     protected function getSessionFilterTypeService()
  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/Filter/Selektor/SessionFilterType.php';
  16160.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\SessionFilterType();
  16161.     }
  16162.     /**
  16163.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType' shared autowired service.
  16164.      *
  16165.      * @return \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType
  16166.      */
  16167.     protected function getTrainingFilterTypeService()
  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/Filter/Selektor/TrainingFilterType.php';
  16172.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\Selektor\TrainingFilterType();
  16173.     }
  16174.     /**
  16175.      * Gets the private 'Nellapp\Bundle\SDKBundle\Filter\UserFilterType' shared autowired service.
  16176.      *
  16177.      * @return \Nellapp\Bundle\SDKBundle\Filter\UserFilterType
  16178.      */
  16179.     protected function getUserFilterTypeService()
  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/Filter/UserFilterType.php';
  16184.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'] = new \Nellapp\Bundle\SDKBundle\Filter\UserFilterType();
  16185.     }
  16186.     /**
  16187.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType' shared autowired service.
  16188.      *
  16189.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType
  16190.      */
  16191.     protected function getNellappBooleanTypeService()
  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/Form/Common/NellappBooleanType.php';
  16196.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappBooleanType();
  16197.     }
  16198.     /**
  16199.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType' shared autowired service.
  16200.      *
  16201.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType
  16202.      */
  16203.     protected function getNellappChoiceTypeService()
  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/Form/Common/NellappChoiceType.php';
  16208.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappChoiceType();
  16209.     }
  16210.     /**
  16211.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Common\NellappDurationType' shared autowired service.
  16212.      *
  16213.      * @return \Nellapp\Bundle\SDKBundle\Form\Common\NellappDurationType
  16214.      */
  16215.     protected function getNellappDurationTypeService()
  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/Form/Common/NellappDurationType.php';
  16220.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappDurationType'] = new \Nellapp\Bundle\SDKBundle\Form\Common\NellappDurationType();
  16221.     }
  16222.     /**
  16223.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter' shared autowired service.
  16224.      *
  16225.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter
  16226.      */
  16227.     protected function getCustomViewColumnsFilterService()
  16228.     {
  16229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16231.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewColumnsFilter.php';
  16232.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewColumnsFilter();
  16233.     }
  16234.     /**
  16235.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType' shared autowired service.
  16236.      *
  16237.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType
  16238.      */
  16239.     protected function getCustomViewManagerTypeService()
  16240.     {
  16241.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16242.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16243.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/CustomViewManagerType.php';
  16244.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\CustomViewManagerType();
  16245.     }
  16246.     /**
  16247.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType' shared autowired service.
  16248.      *
  16249.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType
  16250.      */
  16251.     protected function getEditCustomViewTypeService()
  16252.     {
  16253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16255.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/EditCustomViewType.php';
  16256.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\EditCustomViewType();
  16257.     }
  16258.     /**
  16259.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType' shared autowired service.
  16260.      *
  16261.      * @return \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType
  16262.      */
  16263.     protected function getNewCustomViewTypeService()
  16264.     {
  16265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16266.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16267.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/CustomizableView/NewCustomViewType.php';
  16268.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'] = new \Nellapp\Bundle\SDKBundle\Form\CustomizableView\NewCustomViewType();
  16269.     }
  16270.     /**
  16271.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType' shared autowired service.
  16272.      *
  16273.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\ChannelUserData\ChannelUserRoleFilterType
  16274.      */
  16275.     protected function getChannelUserRoleFilterTypeService()
  16276.     {
  16277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16279.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/ChannelUserData/ChannelUserRoleFilterType.php';
  16280.         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()));
  16281.     }
  16282.     /**
  16283.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter' shared autowired service.
  16284.      *
  16285.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter
  16286.      */
  16287.     protected function getCollectionFilter3Service()
  16288.     {
  16289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16291.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Chat/CollectionFilter.php';
  16292.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Chat\CollectionFilter();
  16293.     }
  16294.     /**
  16295.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType' shared autowired service.
  16296.      *
  16297.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType
  16298.      */
  16299.     protected function getTextListFilterTypeService()
  16300.     {
  16301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16303.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Common/TextListFilterType.php';
  16304.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Common\TextListFilterType();
  16305.     }
  16306.     /**
  16307.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType' shared autowired service.
  16308.      *
  16309.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType
  16310.      */
  16311.     protected function getDateRangeFilterTypeService()
  16312.     {
  16313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16315.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/DateRangeFilterType.php';
  16316.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\DateRangeFilterType();
  16317.     }
  16318.     /**
  16319.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter' shared autowired service.
  16320.      *
  16321.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter
  16322.      */
  16323.     protected function getCollectionFilter4Service()
  16324.     {
  16325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16327.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/EventUserProgression/CollectionFilter.php';
  16328.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\EventUserProgression\CollectionFilter();
  16329.     }
  16330.     /**
  16331.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType' shared autowired service.
  16332.      *
  16333.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType
  16334.      */
  16335.     protected function getChannelUserRoleSelektorFilterTypeService()
  16336.     {
  16337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16339.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/ChannelUserRoleSelektorFilterType.php';
  16340.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\ChannelUserRoleSelektorFilterType();
  16341.     }
  16342.     /**
  16343.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType' shared autowired service.
  16344.      *
  16345.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType
  16346.      */
  16347.     protected function getUserSelektorFilterTypeService()
  16348.     {
  16349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16351.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/SelektorFilter/UserSelektorFilterType.php';
  16352.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\SelektorFilter\UserSelektorFilterType();
  16353.     }
  16354.     /**
  16355.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType' shared autowired service.
  16356.      *
  16357.      * @return \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType
  16358.      */
  16359.     protected function getSessionStatusFilterTypeService()
  16360.     {
  16361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16363.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Filter/Session/SessionStatusFilterType.php';
  16364.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType'] = new \Nellapp\Bundle\SDKBundle\Form\Filter\Session\SessionStatusFilterType();
  16365.     }
  16366.     /**
  16367.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabContainerType' shared autowired service.
  16368.      *
  16369.      * @return \Nellapp\Bundle\SDKBundle\Form\TabContainerType
  16370.      */
  16371.     protected function getTabContainerTypeService()
  16372.     {
  16373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16375.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabContainerType.php';
  16376.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'] = new \Nellapp\Bundle\SDKBundle\Form\TabContainerType();
  16377.     }
  16378.     /**
  16379.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\TabType' shared autowired service.
  16380.      *
  16381.      * @return \Nellapp\Bundle\SDKBundle\Form\TabType
  16382.      */
  16383.     protected function getTabTypeService()
  16384.     {
  16385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16387.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/TabType.php';
  16388.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\TabType'] = new \Nellapp\Bundle\SDKBundle\Form\TabType();
  16389.     }
  16390.     /**
  16391.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType' shared autowired service.
  16392.      *
  16393.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType
  16394.      */
  16395.     protected function getAsyncEntityType2Service()
  16396.     {
  16397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16399.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/AsyncEntityType.php';
  16400.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\AsyncEntityType();
  16401.     }
  16402.     /**
  16403.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType' shared autowired service.
  16404.      *
  16405.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType
  16406.      */
  16407.     protected function getChannelUserRoleSelektorTypeService()
  16408.     {
  16409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16411.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ChannelUserRoleSelektorType.php';
  16412.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ChannelUserRoleSelektorType();
  16413.     }
  16414.     /**
  16415.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType' shared autowired service.
  16416.      *
  16417.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType
  16418.      */
  16419.     protected function getGroupSelektorTypeService()
  16420.     {
  16421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16423.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/GroupSelektorType.php';
  16424.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\GroupSelektorType();
  16425.     }
  16426.     /**
  16427.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType' shared autowired service.
  16428.      *
  16429.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType
  16430.      */
  16431.     protected function getPlaceSelektorTypeService()
  16432.     {
  16433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16434.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16435.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/PlaceSelektorType.php';
  16436.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\PlaceSelektorType();
  16437.     }
  16438.     /**
  16439.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType' shared autowired service.
  16440.      *
  16441.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType
  16442.      */
  16443.     protected function getServiceSelektorTypeService()
  16444.     {
  16445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16446.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16447.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/ServiceSelektorType.php';
  16448.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\ServiceSelektorType();
  16449.     }
  16450.     /**
  16451.      * Gets the private 'Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType' shared autowired service.
  16452.      *
  16453.      * @return \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType
  16454.      */
  16455.     protected function getUserSelektorTypeService()
  16456.     {
  16457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16459.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Type/UserSelektorType.php';
  16460.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'] = new \Nellapp\Bundle\SDKBundle\Form\Type\UserSelektorType();
  16461.     }
  16462.     /**
  16463.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService' shared autowired service.
  16464.      *
  16465.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService
  16466.      */
  16467.     protected function getChannelGetterServiceService()
  16468.     {
  16469.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterInterface.php';
  16470.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/ChannelGetterService.php';
  16471.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\ChannelGetterService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\ChannelGetterService(($this->privates['App\\Repository\\Channel\\ChannelRepository'] ?? $this->getChannelRepositoryService()));
  16472.     }
  16473.     /**
  16474.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber' shared autowired service.
  16475.      *
  16476.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\Doctrine\EventSubscriber\ValidGlobalChannelAndUserSubscriber
  16477.      */
  16478.     protected function getValidGlobalChannelAndUserSubscriberService()
  16479.     {
  16480.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  16481.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/Doctrine/EventSubscriber/ValidGlobalChannelAndUserSubscriber.php';
  16482.         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()));
  16483.     }
  16484.     /**
  16485.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService' shared autowired service.
  16486.      *
  16487.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService
  16488.      */
  16489.     protected function getGlobalEntitiesServiceService()
  16490.     {
  16491.         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()));
  16492.     }
  16493.     /**
  16494.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys' shared autowired service.
  16495.      *
  16496.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys
  16497.      */
  16498.     protected function getGlobalEntityKeysService()
  16499.     {
  16500.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys($this->parameters['nellapp_sdk.global_getter.global_entities']);
  16501.     }
  16502.     /**
  16503.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService' shared autowired service.
  16504.      *
  16505.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\ChannelUserDataMenuDisplayedService
  16506.      */
  16507.     protected function getChannelUserDataMenuDisplayedServiceService()
  16508.     {
  16509.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedService.php';
  16510.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelMenuDisplayedInterface.php';
  16511.         include_once \dirname(__DIR__4).'/src/SdkBundle/Permission/ChannelMenuDisplayed.php';
  16512.         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()));
  16513.     }
  16514.     /**
  16515.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber' shared autowired service.
  16516.      *
  16517.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\EventSubscriber\TerminateMenuDisplayedSubscriber
  16518.      */
  16519.     protected function getTerminateMenuDisplayedSubscriberService()
  16520.     {
  16521.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/EventSubscriber/TerminateMenuDisplayedSubscriber.php';
  16522.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  16523.         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()));
  16524.     }
  16525.     /**
  16526.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware' shared autowired service.
  16527.      *
  16528.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelMenuDisplayed\Messenger\MenuDisplayedMiddleware
  16529.      */
  16530.     protected function getMenuDisplayedMiddlewareService()
  16531.     {
  16532.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  16533.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/Messenger/MenuDisplayedMiddleware.php';
  16534.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  16535.         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()));
  16536.     }
  16537.     /**
  16538.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager' shared autowired service.
  16539.      *
  16540.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceManager
  16541.      */
  16542.     protected function getChannelResourceManagerService()
  16543.     {
  16544.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceManager.php';
  16545.         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);
  16546.     }
  16547.     /**
  16548.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService' shared autowired service.
  16549.      *
  16550.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelResourceService
  16551.      */
  16552.     protected function getChannelResourceServiceService()
  16553.     {
  16554.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelResourceService.php';
  16555.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Client/ApiInternalClient.php';
  16556.         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')));
  16557.     }
  16558.     /**
  16559.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager' shared autowired service.
  16560.      *
  16561.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager
  16562.      */
  16563.     protected function getChannelUserPermissionGroupManagerService()
  16564.     {
  16565.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionGroup/ChannelUserPermissionGroupManager.php';
  16566.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserPermissionGroupManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionGroup\ChannelUserPermissionGroupManager(new RewindableGenerator(function () {
  16567.             yield => ($this->privates['App\\SdkBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserModulePermissionGroup'] ?? ($this->privates['App\\SdkBundle\\Permission\\ChannelUserPermissionGroup\\ChannelUserModulePermissionGroup'] = new \App\SdkBundle\Permission\ChannelUserPermissionGroup\ChannelUserModulePermissionGroup()));
  16568.         }, 1));
  16569.     }
  16570.     /**
  16571.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager' shared autowired service.
  16572.      *
  16573.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager
  16574.      */
  16575.     protected function getChannelUserPermissionManagerService()
  16576.     {
  16577.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionManager.php';
  16578.         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);
  16579.     }
  16580.     /**
  16581.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService' shared autowired service.
  16582.      *
  16583.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService
  16584.      */
  16585.     protected function getChannelUserPermissionServiceService()
  16586.     {
  16587.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionService.php';
  16588.         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()));
  16589.     }
  16590.     /**
  16591.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand' shared autowired service.
  16592.      *
  16593.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CheckChannelMenuDisplayedCommand
  16594.      */
  16595.     protected function getCheckChannelMenuDisplayedCommandService()
  16596.     {
  16597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16598.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CheckChannelMenuDisplayedCommand.php';
  16599.         $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()));
  16600.         $instance->setName('nellapp:check:menu-displayed');
  16601.         $instance->setDescription('Check the channel menu displayed for the given ChannelUserData');
  16602.         return $instance;
  16603.     }
  16604.     /**
  16605.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand' shared autowired service.
  16606.      *
  16607.      * @return \Nellapp\Bundle\SDKBundle\Permission\Command\CleanExpiredChannelResourcePermissionCommand
  16608.      */
  16609.     protected function getCleanExpiredChannelResourcePermissionCommandService()
  16610.     {
  16611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16612.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Command/CleanExpiredChannelResourcePermissionCommand.php';
  16613.         $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()));
  16614.         $instance->setName('nellapp:check:expired-permission');
  16615.         $instance->setDescription('Remove from database expired channel resource permissions.');
  16616.         return $instance;
  16617.     }
  16618.     /**
  16619.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber' shared autowired service.
  16620.      *
  16621.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\ChannelMenuDisplayedSubscriber
  16622.      */
  16623.     protected function getChannelMenuDisplayedSubscriber2Service()
  16624.     {
  16625.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  16626.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/ChannelMenuDisplayedSubscriber.php';
  16627.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelMenuDisplayed/ChannelUserDataMenuDisplayedTerminateTracker.php';
  16628.         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())));
  16629.     }
  16630.     /**
  16631.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber' shared autowired service.
  16632.      *
  16633.      * @return \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber
  16634.      */
  16635.     protected function getPermissionConstraintSubscriberService()
  16636.     {
  16637.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  16638.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Doctrine/EventSubscriber/Mapping/PermissionConstraintSubscriber.php';
  16639.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'] = new \Nellapp\Bundle\SDKBundle\Permission\Doctrine\EventSubscriber\Mapping\PermissionConstraintSubscriber();
  16640.     }
  16641.     /**
  16642.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager' shared autowired service.
  16643.      *
  16644.      * @return \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager
  16645.      */
  16646.     protected function getChannelUserPermissionEnumManagerService()
  16647.     {
  16648.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Enum/ChannelUserPermissionEnumManager.php';
  16649.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager(new RewindableGenerator(function () {
  16650.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserAsyncPermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserAsyncPermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserAsyncPermissionEnum()));
  16651.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserModulePermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserModulePermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserModulePermissionEnum()));
  16652.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserChannelUserDataPermissionEnum()));
  16653.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserCursusPermissionEnum()));
  16654.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionAsyncEnum()));
  16655.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum()));
  16656.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum()));
  16657.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum()));
  16658.         }, 8));
  16659.     }
  16660.     /**
  16661.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType' shared autowired service.
  16662.      *
  16663.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType
  16664.      */
  16665.     protected function getChannelUserPermissionEnumTypeService()
  16666.     {
  16667.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16668.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16669.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionEnumType.php';
  16670.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionEnumType();
  16671.     }
  16672.     /**
  16673.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType' shared autowired service.
  16674.      *
  16675.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType
  16676.      */
  16677.     protected function getChannelUserPermissionResourceTypeService()
  16678.     {
  16679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16681.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/ChannelUserPermissionResourceType.php';
  16682.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\ChannelUserPermissionResourceType();
  16683.     }
  16684.     /**
  16685.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter' shared autowired service.
  16686.      *
  16687.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter
  16688.      */
  16689.     protected function getChannelUserDataFilterService()
  16690.     {
  16691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16693.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserDataFilter.php';
  16694.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserDataFilter(($this->services['router'] ?? $this->getRouterService()));
  16695.     }
  16696.     /**
  16697.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter' shared autowired service.
  16698.      *
  16699.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter
  16700.      */
  16701.     protected function getChannelUserPermissionResourceFilterService()
  16702.     {
  16703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16704.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16705.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/ChannelUserPermissionResourceFilter.php';
  16706.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'] = new \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\ChannelUserPermissionResourceFilter();
  16707.     }
  16708.     /**
  16709.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType' shared autowired service.
  16710.      *
  16711.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\Filter\MultipleResourcePermissionsType
  16712.      */
  16713.     protected function getMultipleResourcePermissionsTypeService()
  16714.     {
  16715.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16716.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16717.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/Filter/MultipleResourcePermissionsType.php';
  16718.         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()));
  16719.     }
  16720.     /**
  16721.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType' shared autowired service.
  16722.      *
  16723.      * @return \Nellapp\Bundle\SDKBundle\Permission\Form\SelectUserForChannelResourcePermissionType
  16724.      */
  16725.     protected function getSelectUserForChannelResourcePermissionTypeService()
  16726.     {
  16727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  16728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  16729.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Form/SelectUserForChannelResourcePermissionType.php';
  16730.         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()));
  16731.     }
  16732.     /**
  16733.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper' shared autowired service.
  16734.      *
  16735.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Authorization\AuthorizationHelper
  16736.      */
  16737.     protected function getAuthorizationHelperService()
  16738.     {
  16739.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Authorization/AuthorizationHelper.php';
  16740.         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()));
  16741.     }
  16742.     /**
  16743.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager' shared autowired service.
  16744.      *
  16745.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager
  16746.      */
  16747.     protected function getChannelUserPermissionHierarchyManagerService()
  16748.     {
  16749.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Hierarchy/ChannelUserPermissionHierarchyManager.php';
  16750.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager(new RewindableGenerator(function () {
  16751.             yield => ($this->privates['App\\Security\\Hierarchy\\ChannelModulePermissionHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelModulePermissionHierarchy'] = new \App\Security\Hierarchy\ChannelModulePermissionHierarchy()));
  16752.             yield => ($this->privates['App\\Security\\Hierarchy\\ChannelUserAsyncPermissionHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelUserAsyncPermissionHierarchy'] = new \App\Security\Hierarchy\ChannelUserAsyncPermissionHierarchy()));
  16753.             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()));
  16754.             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()));
  16755.             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()));
  16756.             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()));
  16757.             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()));
  16758.         }, 7));
  16759.     }
  16760.     /**
  16761.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime' shared autowired service.
  16762.      *
  16763.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime
  16764.      */
  16765.     protected function getChannelUserDataPermissionRuntimeService()
  16766.     {
  16767.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  16768.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php';
  16769.         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()));
  16770.     }
  16771.     /**
  16772.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime' shared autowired service.
  16773.      *
  16774.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\TranslateRuntime
  16775.      */
  16776.     protected function getTranslateRuntimeService()
  16777.     {
  16778.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  16779.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php';
  16780.         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()));
  16781.     }
  16782.     /**
  16783.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime' shared autowired service.
  16784.      *
  16785.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\UserOwnerRuntime
  16786.      */
  16787.     protected function getUserOwnerRuntimeService()
  16788.     {
  16789.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  16790.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/UserOwnerRuntime.php';
  16791.         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()));
  16792.     }
  16793.     /**
  16794.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter' shared autowired service.
  16795.      *
  16796.      * @return \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter
  16797.      */
  16798.     protected function getUserOwnerGetterService()
  16799.     {
  16800.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/UserOwnerGetter.php';
  16801.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] = new \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter(new RewindableGenerator(function () {
  16802.             yield => ($this->privates['App\\SdkBundle\\UserOwnerGetter\\TrainingOwnerResolver'] ?? $this->getTrainingOwnerResolverService());
  16803.         }, 1));
  16804.     }
  16805.     /**
  16806.      * Gets the private 'Nellapp\Bundle\SDKBundle\Planning\Service\AgendaService' shared autowired service.
  16807.      *
  16808.      * @return \Nellapp\Bundle\SDKBundle\Planning\Service\AgendaService
  16809.      */
  16810.     protected function getAgendaServiceService()
  16811.     {
  16812.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Planning/Service/AgendaService.php';
  16813.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Client/Contracts/CrossAppClientInterface.php';
  16814.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16815.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Client/Contracts/CrossAppClientTrait.php';
  16816.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Client/NpmClient.php';
  16817.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Planning\\Service\\AgendaService'] = new \Nellapp\Bundle\SDKBundle\Planning\Service\AgendaService(new \Nellapp\Bundle\SDKBundle\ApiClientInterApp\Client\NpmClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['nellapp_sdk.routing.internal_url_generator'] ?? $this->getNellappSdk_Routing_InternalUrlGeneratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Proxy\\ProxyClient'] ?? $this->getProxyClientService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  16818.     }
  16819.     /**
  16820.      * Gets the private 'Nellapp\Bundle\SDKBundle\ReverseSync\Doctrine\EventSubscriber\ReverseSyncSubscriber' shared autowired service.
  16821.      *
  16822.      * @return \Nellapp\Bundle\SDKBundle\ReverseSync\Doctrine\EventSubscriber\ReverseSyncSubscriber
  16823.      */
  16824.     protected function getReverseSyncSubscriberService()
  16825.     {
  16826.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  16827.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Doctrine/EventSubscriber/ReverseSyncSubscriber.php';
  16828.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  16829.         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())));
  16830.     }
  16831.     /**
  16832.      * Gets the private 'Nellapp\Bundle\SDKBundle\ReverseSync\EventSubscriber\ReverseSyncSubscriber' shared autowired service.
  16833.      *
  16834.      * @return \Nellapp\Bundle\SDKBundle\ReverseSync\EventSubscriber\ReverseSyncSubscriber
  16835.      */
  16836.     protected function getReverseSyncSubscriber2Service()
  16837.     {
  16838.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/EventSubscriber/ReverseSyncSubscriber.php';
  16839.         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()));
  16840.     }
  16841.     /**
  16842.      * Gets the private 'Nellapp\Bundle\SDKBundle\ReverseSync\Messenger\SenderService' shared autowired service.
  16843.      *
  16844.      * @return \Nellapp\Bundle\SDKBundle\ReverseSync\Messenger\SenderService
  16845.      */
  16846.     protected function getSenderServiceService()
  16847.     {
  16848.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Messenger/SenderService.php';
  16849.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ReverseSync/Tracker/Tracker.php';
  16850.         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');
  16851.     }
  16852.     /**
  16853.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\DomainsRoutingRuntime' shared autowired service.
  16854.      *
  16855.      * @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\DomainsRoutingRuntime
  16856.      */
  16857.     protected function getDomainsRoutingRuntimeService()
  16858.     {
  16859.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  16860.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/DomainsRoutingRuntime.php';
  16861.         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'))));
  16862.     }
  16863.     /**
  16864.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime' shared autowired service.
  16865.      *
  16866.      * @return \Nellapp\Bundle\SDKBundle\Routing\Twig\Runtime\UrlGeneratorRuntime
  16867.      */
  16868.     protected function getUrlGeneratorRuntimeService()
  16869.     {
  16870.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  16871.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Runtime/UrlGeneratorRuntime.php';
  16872.         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()));
  16873.     }
  16874.     /**
  16875.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils' shared autowired service.
  16876.      *
  16877.      * @return \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils
  16878.      */
  16879.     protected function getChannelMainDomainUtilsService()
  16880.     {
  16881.         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()));
  16882.     }
  16883.     /**
  16884.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\NotificationClient' shared autowired service.
  16885.      *
  16886.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\NotificationClient
  16887.      */
  16888.     protected function getNotificationClientService()
  16889.     {
  16890.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16891.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16892.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16893.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16894.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/NotificationClient.php';
  16895.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\NotificationClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\NotificationClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16896.     }
  16897.     /**
  16898.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\SsoClient' shared autowired service.
  16899.      *
  16900.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\SsoClient
  16901.      */
  16902.     protected function getSsoClientService()
  16903.     {
  16904.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16905.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16906.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16907.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16908.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/SsoClient.php';
  16909.         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()));
  16910.     }
  16911.     /**
  16912.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient' shared autowired service.
  16913.      *
  16914.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Account\UserClient
  16915.      */
  16916.     protected function getUserClientService()
  16917.     {
  16918.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16919.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16920.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16921.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16922.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Account/UserClient.php';
  16923.         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()));
  16924.     }
  16925.     /**
  16926.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusEntityClient' shared autowired service.
  16927.      *
  16928.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\AbstractCursusEntityClient
  16929.      */
  16930.     protected function getAbstractCursusEntityClientService()
  16931.     {
  16932.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16933.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16934.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16935.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16936.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/AbstractCursusEntityClient.php';
  16937.         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()));
  16938.     }
  16939.     /**
  16940.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataEntityClient' shared autowired service.
  16941.      *
  16942.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\ChannelUserData\ChannelUserDataEntityClient
  16943.      */
  16944.     protected function getChannelUserDataEntityClientService()
  16945.     {
  16946.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16947.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16948.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16949.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16950.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/ChannelUserData/ChannelUserDataEntityClient.php';
  16951.         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()));
  16952.     }
  16953.     /**
  16954.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient' shared autowired service.
  16955.      *
  16956.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelClient
  16957.      */
  16958.     protected function getChannelClientService()
  16959.     {
  16960.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16961.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16962.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16963.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16964.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelClient.php';
  16965.         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()));
  16966.     }
  16967.     /**
  16968.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient' shared autowired service.
  16969.      *
  16970.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelConfigurationClient
  16971.      */
  16972.     protected function getChannelConfigurationClientService()
  16973.     {
  16974.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16975.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16976.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16977.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16978.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelConfigurationClient.php';
  16979.         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()));
  16980.     }
  16981.     /**
  16982.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelContactClient' shared autowired service.
  16983.      *
  16984.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelContactClient
  16985.      */
  16986.     protected function getChannelContactClientService()
  16987.     {
  16988.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  16989.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  16990.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  16991.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  16992.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelContactClient.php';
  16993.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelContactClient'] = new \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelContactClient(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  16994.     }
  16995.     /**
  16996.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient' shared autowired service.
  16997.      *
  16998.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserCursusPermissionClient
  16999.      */
  17000.     protected function getChannelUserCursusPermissionClientService()
  17001.     {
  17002.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17003.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17004.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17005.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17006.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserCursusPermissionClient.php';
  17007.         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()));
  17008.     }
  17009.     /**
  17010.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient' shared autowired service.
  17011.      *
  17012.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserRoleClient
  17013.      */
  17014.     protected function getChannelUserRoleClientService()
  17015.     {
  17016.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17017.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17018.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17019.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17020.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserRoleClient.php';
  17021.         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()));
  17022.     }
  17023.     /**
  17024.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient' shared autowired service.
  17025.      *
  17026.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserServicePermissionClient
  17027.      */
  17028.     protected function getChannelUserServicePermissionClientService()
  17029.     {
  17030.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17031.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17032.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17033.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17034.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserServicePermissionClient.php';
  17035.         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()));
  17036.     }
  17037.     /**
  17038.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient' shared autowired service.
  17039.      *
  17040.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserSessionPermissionClient
  17041.      */
  17042.     protected function getChannelUserSessionPermissionClientService()
  17043.     {
  17044.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17045.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17046.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17047.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17048.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserSessionPermissionClient.php';
  17049.         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()));
  17050.     }
  17051.     /**
  17052.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient' shared autowired service.
  17053.      *
  17054.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelUserTrainingPermissionClient
  17055.      */
  17056.     protected function getChannelUserTrainingPermissionClientService()
  17057.     {
  17058.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17059.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17060.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17061.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17062.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelUserTrainingPermissionClient.php';
  17063.         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()));
  17064.     }
  17065.     /**
  17066.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient' shared autowired service.
  17067.      *
  17068.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ChannelWhiteLabelClient
  17069.      */
  17070.     protected function getChannelWhiteLabelClientService()
  17071.     {
  17072.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17073.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17074.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17075.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17076.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ChannelWhiteLabelClient.php';
  17077.         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()));
  17078.     }
  17079.     /**
  17080.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyClient' shared autowired service.
  17081.      *
  17082.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyClient
  17083.      */
  17084.     protected function getCompanyClientService()
  17085.     {
  17086.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17087.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17088.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17089.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17090.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/CompanyClient.php';
  17091.         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()));
  17092.     }
  17093.     /**
  17094.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyContactClient' shared autowired service.
  17095.      *
  17096.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\CompanyContactClient
  17097.      */
  17098.     protected function getCompanyContactClientService()
  17099.     {
  17100.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17101.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17102.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17103.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17104.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/CompanyContactClient.php';
  17105.         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()));
  17106.     }
  17107.     /**
  17108.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ContactClient' shared autowired service.
  17109.      *
  17110.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ContactClient
  17111.      */
  17112.     protected function getContactClientService()
  17113.     {
  17114.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17115.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17116.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17117.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17118.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ContactClient.php';
  17119.         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()));
  17120.     }
  17121.     /**
  17122.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\FrenchProfessionalIdClient' shared autowired service.
  17123.      *
  17124.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\FrenchProfessionalIdClient
  17125.      */
  17126.     protected function getFrenchProfessionalIdClientService()
  17127.     {
  17128.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17129.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17130.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17131.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17132.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/FrenchProfessionalIdClient.php';
  17133.         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()));
  17134.     }
  17135.     /**
  17136.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient' shared autowired service.
  17137.      *
  17138.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\GroupClient
  17139.      */
  17140.     protected function getGroupClientService()
  17141.     {
  17142.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17143.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17144.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17145.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17146.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/GroupClient.php';
  17147.         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()));
  17148.     }
  17149.     /**
  17150.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\OrganizationClient' shared autowired service.
  17151.      *
  17152.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\OrganizationClient
  17153.      */
  17154.     protected function getOrganizationClientService()
  17155.     {
  17156.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17157.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17158.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17159.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17160.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/OrganizationClient.php';
  17161.         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()));
  17162.     }
  17163.     /**
  17164.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient' shared autowired service.
  17165.      *
  17166.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\PlaceClient
  17167.      */
  17168.     protected function getPlaceClientService()
  17169.     {
  17170.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17171.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17172.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17173.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17174.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/PlaceClient.php';
  17175.         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()));
  17176.     }
  17177.     /**
  17178.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient' shared autowired service.
  17179.      *
  17180.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\RoomClient
  17181.      */
  17182.     protected function getRoomClientService()
  17183.     {
  17184.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17185.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17186.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17187.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17188.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/RoomClient.php';
  17189.         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()));
  17190.     }
  17191.     /**
  17192.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient' shared autowired service.
  17193.      *
  17194.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\ServiceClient
  17195.      */
  17196.     protected function getServiceClientService()
  17197.     {
  17198.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17199.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17200.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17201.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17202.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/ServiceClient.php';
  17203.         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()));
  17204.     }
  17205.     /**
  17206.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient' shared autowired service.
  17207.      *
  17208.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\SessionClient
  17209.      */
  17210.     protected function getSessionClientService()
  17211.     {
  17212.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17213.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17214.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17215.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17216.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/SessionClient.php';
  17217.         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()));
  17218.     }
  17219.     /**
  17220.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient' shared autowired service.
  17221.      *
  17222.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\TrainingClient
  17223.      */
  17224.     protected function getTrainingClientService()
  17225.     {
  17226.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17227.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17228.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17229.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17230.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/TrainingClient.php';
  17231.         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()));
  17232.     }
  17233.     /**
  17234.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient' shared autowired service.
  17235.      *
  17236.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\Channel\UserFromChannelClient
  17237.      */
  17238.     protected function getUserFromChannelClientService()
  17239.     {
  17240.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/DataSyncEntityClientInterface.php';
  17241.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/SerializerAwareTrait.php';
  17242.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AbstractEntityClient.php';
  17243.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/AbstractSyncEntityClient.php';
  17244.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/Channel/UserFromChannelClient.php';
  17245.         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()));
  17246.     }
  17247.     /**
  17248.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncCoreClient' shared autowired service.
  17249.      *
  17250.      * @return \Nellapp\Bundle\SDKBundle\Sync\ApiClient\SyncCoreClient
  17251.      */
  17252.     protected function getSyncCoreClientService()
  17253.     {
  17254.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/HttpClient/AppHttpClientInterface.php';
  17255.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/ApiClient/SyncCoreClient.php';
  17256.         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'));
  17257.     }
  17258.     /**
  17259.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand' shared autowired service.
  17260.      *
  17261.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\FailedMessageCommand
  17262.      */
  17263.     protected function getFailedMessageCommandService()
  17264.     {
  17265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17266.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/FailedMessageCommand.php';
  17267.         $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()));
  17268.         $instance->setName('nellapp:failed-message');
  17269.         return $instance;
  17270.     }
  17271.     /**
  17272.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand' shared autowired service.
  17273.      *
  17274.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\FullRefreshClassCommand
  17275.      */
  17276.     protected function getFullRefreshClassCommandService()
  17277.     {
  17278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17279.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/FullRefreshClassCommand.php';
  17280.         $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()));
  17281.         $instance->setName('nellapp:force-full-refresh');
  17282.         $instance->setDescription('Force full refresh of a class');
  17283.         return $instance;
  17284.     }
  17285.     /**
  17286.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand' shared autowired service.
  17287.      *
  17288.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshClassCommand
  17289.      */
  17290.     protected function getRefreshClassCommandService()
  17291.     {
  17292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17293.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshClassCommand.php';
  17294.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorManager.php';
  17295.         $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 () {
  17296.             yield => ($this->privates['App\\SdkBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydratorService());
  17297.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\TrainingHydrator'] ?? $this->getTrainingHydrator2Service());
  17298.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\NotificationHydrator'] ?? $this->getNotificationHydratorService());
  17299.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\UserHydrator'] ?? $this->getUserHydratorService());
  17300.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\AbstractCursusHydrator'] ?? $this->getAbstractCursusHydratorService());
  17301.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelConfigurationHydrator'] ?? $this->getChannelConfigurationHydratorService());
  17302.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelContactHydrator'] ?? $this->getChannelContactHydratorService());
  17303.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelHydrator'] ?? $this->getChannelHydratorService());
  17304.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserCursusPermissionHydrator'] ?? $this->getChannelUserCursusPermissionHydratorService());
  17305.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserDataHydrator'] ?? $this->getChannelUserDataHydratorService());
  17306.             yield 10 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserRoleHydrator'] ?? $this->getChannelUserRoleHydratorService());
  17307.             yield 11 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserServicePermissionHydrator'] ?? $this->getChannelUserServicePermissionHydratorService());
  17308.             yield 12 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserSessionPermissionHydrator'] ?? $this->getChannelUserSessionPermissionHydratorService());
  17309.             yield 13 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelUserTrainingPermissionHydrator'] ?? $this->getChannelUserTrainingPermissionHydratorService());
  17310.             yield 14 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelWhiteLabelHydrator'] ?? $this->getChannelWhiteLabelHydratorService());
  17311.             yield 15 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyContactHydrator'] ?? $this->getCompanyContactHydratorService());
  17312.             yield 16 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\CompanyHydrator'] ?? $this->getCompanyHydratorService());
  17313.             yield 17 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\FrenchProfessionalIdHydrator'] ?? $this->getFrenchProfessionalIdHydratorService());
  17314.             yield 18 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\GroupHydrator'] ?? $this->getGroupHydratorService());
  17315.             yield 19 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\OrganizationHydrator'] ?? $this->getOrganizationHydratorService());
  17316.             yield 20 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\PlaceHydrator'] ?? $this->getPlaceHydratorService());
  17317.             yield 21 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\RoomHydrator'] ?? $this->getRoomHydratorService());
  17318.             yield 22 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ServiceHydrator'] ?? $this->getServiceHydratorService());
  17319.             yield 23 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\SessionHydrator'] ?? $this->getSessionHydratorService());
  17320.             yield 24 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\UserFromChannelHydrator'] ?? $this->getUserFromChannelHydratorService());
  17321.             yield 25 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService());
  17322.             yield 26 => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\ContactHydrator'] ?? $this->getContactHydratorService());
  17323.         }, 27)), ($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()));
  17324.         $instance->setName('nellapp:force-refresh');
  17325.         $instance->setDescription('Force refresh of a class');
  17326.         return $instance;
  17327.     }
  17328.     /**
  17329.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand' shared autowired service.
  17330.      *
  17331.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\RefreshOneCommand
  17332.      */
  17333.     protected function getRefreshOneCommandService()
  17334.     {
  17335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17336.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/RefreshOneCommand.php';
  17337.         $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()));
  17338.         $instance->setName('nellapp:force-refresh-one');
  17339.         $instance->setDescription('Force refresh of an entity');
  17340.         return $instance;
  17341.     }
  17342.     /**
  17343.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand' shared autowired service.
  17344.      *
  17345.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\ForceSync\UserFromChannelCommand
  17346.      */
  17347.     protected function getUserFromChannelCommandService()
  17348.     {
  17349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17350.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/ForceSync/UserFromChannelCommand.php';
  17351.         $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()));
  17352.         $instance->setName('nellapp:force-sync:ufc');
  17353.         $instance->setDescription('Force sync all UserFromChannel');
  17354.         return $instance;
  17355.     }
  17356.     /**
  17357.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand' shared autowired service.
  17358.      *
  17359.      * @return \Nellapp\Bundle\SDKBundle\Sync\Command\SyncOneCommand
  17360.      */
  17361.     protected function getSyncOneCommandService()
  17362.     {
  17363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17364.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Command/SyncOneCommand.php';
  17365.         $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()));
  17366.         $instance->setName('nellapp:sync:one');
  17367.         $instance->setDescription('Manual sync by id');
  17368.         return $instance;
  17369.     }
  17370.     /**
  17371.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher' shared autowired service.
  17372.      *
  17373.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher
  17374.      */
  17375.     protected function getUserRefresherService()
  17376.     {
  17377.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  17378.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  17379.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Account/UserRefresher.php';
  17380.         $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']);
  17381.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17382.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  17383.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  17384.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Account\UserRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] ?? $this->getEntityClientManagerService()));
  17385.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17386.         return $instance;
  17387.     }
  17388.     /**
  17389.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher' shared autowired service.
  17390.      *
  17391.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher
  17392.      */
  17393.     protected function getChannelRefresher2Service()
  17394.     {
  17395.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefresherInterface.php';
  17396.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/AbstractRefresher.php';
  17397.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/Channel/ChannelRefresher.php';
  17398.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Refresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresherService()));
  17399.         $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17400.         $instance $instance->setRetrieverManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Retriever\\RetrieverManager'] ?? $this->getRetrieverManagerService()));
  17401.         $instance $instance->setRefresherManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Refresher\\RefresherManager'] ?? $this->getRefresherManagerService()));
  17402.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\FullRefresher\Channel\ChannelRefresher'] = $instance $instance->setClientManager(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\HttpClient\\EntityClientManager'] ?? $this->getEntityClientManagerService()));
  17403.         $instance->setManagerRegistry(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17404.         return $instance;
  17405.     }
  17406.     /**
  17407.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager' shared autowired service.
  17408.      *
  17409.      * @return \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager
  17410.      */
  17411.     protected function getFullRefreshManagerService()
  17412.     {
  17413.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/FullRefresher/FullRefreshManager.php';
  17414.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\FullRefreshManager'] = new \Nellapp\Bundle\SDKBundle\Sync\FullRefresher\FullRefreshManager(new RewindableGenerator(function () {
  17415.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Account\\UserRefresher'] ?? $this->getUserRefresherService());
  17416.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\FullRefresher\\Channel\\ChannelRefresher'] ?? $this->getChannelRefresher2Service());
  17417.         }, 2));
  17418.     }
  17419.     /**
  17420.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\NotificationHydrator' shared autowired service.
  17421.      *
  17422.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\NotificationHydrator
  17423.      */
  17424.     protected function getNotificationHydratorService()
  17425.     {
  17426.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17427.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17428.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Account/NotificationHydrator.php';
  17429.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\NotificationHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  17430.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\NotificationHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17431.         return $instance;
  17432.     }
  17433.     /**
  17434.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator' shared autowired service.
  17435.      *
  17436.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator
  17437.      */
  17438.     protected function getUserHydratorService()
  17439.     {
  17440.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17441.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17442.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Account/UserHydrator.php';
  17443.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Domain\\Contact\\Service\\ContactService'] ?? $this->getContactServiceService()));
  17444.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Account\UserHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17445.         return $instance;
  17446.     }
  17447.     /**
  17448.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator' shared autowired service.
  17449.      *
  17450.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator
  17451.      */
  17452.     protected function getAbstractCursusHydratorService()
  17453.     {
  17454.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17455.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17456.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/AbstractCursusHydrator.php';
  17457.         $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()));
  17458.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\AbstractCursusHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17459.         return $instance;
  17460.     }
  17461.     /**
  17462.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator' shared autowired service.
  17463.      *
  17464.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator
  17465.      */
  17466.     protected function getChannelConfigurationHydratorService()
  17467.     {
  17468.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17469.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17470.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelConfigurationHydrator.php';
  17471.         $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()));
  17472.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelConfigurationHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17473.         return $instance;
  17474.     }
  17475.     /**
  17476.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelContactHydrator' shared autowired service.
  17477.      *
  17478.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelContactHydrator
  17479.      */
  17480.     protected function getChannelContactHydratorService()
  17481.     {
  17482.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17483.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17484.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelContactHydrator.php';
  17485.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelContactHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ContactRetriever'] ?? $this->getContactRetrieverService()));
  17486.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelContactHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17487.         return $instance;
  17488.     }
  17489.     /**
  17490.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator' shared autowired service.
  17491.      *
  17492.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator
  17493.      */
  17494.     protected function getChannelHydratorService()
  17495.     {
  17496.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17497.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17498.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelHydrator.php';
  17499.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Account\\UserRetriever'] ?? $this->getUserRetrieverService()));
  17500.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17501.         return $instance;
  17502.     }
  17503.     /**
  17504.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator' shared autowired service.
  17505.      *
  17506.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator
  17507.      */
  17508.     protected function getChannelUserCursusPermissionHydratorService()
  17509.     {
  17510.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17511.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17512.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserCursusPermissionHydrator.php';
  17513.         $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()));
  17514.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserCursusPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17515.         return $instance;
  17516.     }
  17517.     /**
  17518.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator' shared autowired service.
  17519.      *
  17520.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator
  17521.      */
  17522.     protected function getChannelUserDataHydratorService()
  17523.     {
  17524.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17525.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17526.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserDataHydrator.php';
  17527.         $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()));
  17528.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserDataHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17529.         return $instance;
  17530.     }
  17531.     /**
  17532.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator' shared autowired service.
  17533.      *
  17534.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator
  17535.      */
  17536.     protected function getChannelUserRoleHydratorService()
  17537.     {
  17538.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17539.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17540.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserRoleHydrator.php';
  17541.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  17542.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserRoleHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17543.         return $instance;
  17544.     }
  17545.     /**
  17546.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator' shared autowired service.
  17547.      *
  17548.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator
  17549.      */
  17550.     protected function getChannelUserServicePermissionHydratorService()
  17551.     {
  17552.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17553.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17554.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserServicePermissionHydrator.php';
  17555.         $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()));
  17556.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserServicePermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17557.         return $instance;
  17558.     }
  17559.     /**
  17560.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator' shared autowired service.
  17561.      *
  17562.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator
  17563.      */
  17564.     protected function getChannelUserSessionPermissionHydratorService()
  17565.     {
  17566.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17567.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17568.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserSessionPermissionHydrator.php';
  17569.         $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()));
  17570.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserSessionPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17571.         return $instance;
  17572.     }
  17573.     /**
  17574.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator' shared autowired service.
  17575.      *
  17576.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator
  17577.      */
  17578.     protected function getChannelUserTrainingPermissionHydratorService()
  17579.     {
  17580.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17581.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17582.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelUserTrainingPermissionHydrator.php';
  17583.         $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()));
  17584.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelUserTrainingPermissionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17585.         return $instance;
  17586.     }
  17587.     /**
  17588.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator' shared autowired service.
  17589.      *
  17590.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator
  17591.      */
  17592.     protected function getChannelWhiteLabelHydratorService()
  17593.     {
  17594.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17595.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17596.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ChannelWhiteLabelHydrator.php';
  17597.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  17598.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ChannelWhiteLabelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17599.         return $instance;
  17600.     }
  17601.     /**
  17602.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator' shared autowired service.
  17603.      *
  17604.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator
  17605.      */
  17606.     protected function getCompanyContactHydratorService()
  17607.     {
  17608.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17609.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17610.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/CompanyContactHydrator.php';
  17611.         $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\\ChannelContactRetriever'] ?? $this->getChannelContactRetrieverService()));
  17612.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyContactHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17613.         return $instance;
  17614.     }
  17615.     /**
  17616.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator' shared autowired service.
  17617.      *
  17618.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator
  17619.      */
  17620.     protected function getCompanyHydratorService()
  17621.     {
  17622.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17623.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17624.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/CompanyHydrator.php';
  17625.         $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()));
  17626.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\CompanyHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17627.         return $instance;
  17628.     }
  17629.     /**
  17630.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator' shared autowired service.
  17631.      *
  17632.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator
  17633.      */
  17634.     protected function getFrenchProfessionalIdHydratorService()
  17635.     {
  17636.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17637.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17638.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/FrenchProfessionalIdHydrator.php';
  17639.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator();
  17640.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\FrenchProfessionalIdHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17641.         return $instance;
  17642.     }
  17643.     /**
  17644.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator' shared autowired service.
  17645.      *
  17646.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator
  17647.      */
  17648.     protected function getGroupHydratorService()
  17649.     {
  17650.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17651.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17652.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/GroupHydrator.php';
  17653.         $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()));
  17654.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\GroupHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17655.         return $instance;
  17656.     }
  17657.     /**
  17658.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator' shared autowired service.
  17659.      *
  17660.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator
  17661.      */
  17662.     protected function getOrganizationHydratorService()
  17663.     {
  17664.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17665.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17666.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/OrganizationHydrator.php';
  17667.         $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()));
  17668.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\OrganizationHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17669.         return $instance;
  17670.     }
  17671.     /**
  17672.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator' shared autowired service.
  17673.      *
  17674.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator
  17675.      */
  17676.     protected function getPlaceHydratorService()
  17677.     {
  17678.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17679.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17680.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/PlaceHydrator.php';
  17681.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  17682.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\PlaceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17683.         return $instance;
  17684.     }
  17685.     /**
  17686.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator' shared autowired service.
  17687.      *
  17688.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator
  17689.      */
  17690.     protected function getRoomHydratorService()
  17691.     {
  17692.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17693.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17694.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/RoomHydrator.php';
  17695.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\PlaceRetriever'] ?? $this->getPlaceRetrieverService()));
  17696.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\RoomHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17697.         return $instance;
  17698.     }
  17699.     /**
  17700.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator' shared autowired service.
  17701.      *
  17702.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator
  17703.      */
  17704.     protected function getServiceHydratorService()
  17705.     {
  17706.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17707.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17708.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/ServiceHydrator.php';
  17709.         $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()));
  17710.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\ServiceHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17711.         return $instance;
  17712.     }
  17713.     /**
  17714.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator' shared autowired service.
  17715.      *
  17716.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator
  17717.      */
  17718.     protected function getSessionHydratorService()
  17719.     {
  17720.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17721.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17722.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/SessionHydrator.php';
  17723.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\GroupRetriever'] ?? $this->getGroupRetrieverService()));
  17724.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\SessionHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17725.         return $instance;
  17726.     }
  17727.     /**
  17728.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator' shared autowired service.
  17729.      *
  17730.      * @return \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator
  17731.      */
  17732.     protected function getTrainingHydrator2Service()
  17733.     {
  17734.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17735.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17736.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/TrainingHydrator.php';
  17737.         include_once \dirname(__DIR__4).'/src/SdkBundle/Sync/Hydrator/Channel/TrainingHydrator.php';
  17738.         $instance = new \App\SdkBundle\Sync\Hydrator\Channel\TrainingHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Retriever\\Channel\\ChannelRetriever'] ?? $this->getChannelRetrieverService()));
  17739.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\TrainingHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17740.         return $instance;
  17741.     }
  17742.     /**
  17743.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator' shared autowired service.
  17744.      *
  17745.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator
  17746.      */
  17747.     protected function getUserFromChannelHydratorService()
  17748.     {
  17749.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17750.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17751.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Channel/UserFromChannelHydrator.php';
  17752.         $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()));
  17753.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Channel\UserFromChannelHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17754.         return $instance;
  17755.     }
  17756.     /**
  17757.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator' shared autowired service.
  17758.      *
  17759.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator
  17760.      */
  17761.     protected function getAddressHydratorService()
  17762.     {
  17763.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17764.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17765.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Common/AddressHydrator.php';
  17766.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator();
  17767.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\AddressHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17768.         return $instance;
  17769.     }
  17770.     /**
  17771.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\ContactHydrator' shared autowired service.
  17772.      *
  17773.      * @return \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\ContactHydrator
  17774.      */
  17775.     protected function getContactHydratorService()
  17776.     {
  17777.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/HydratorInterface.php';
  17778.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Hydrator/AbstractHydrator.php';
  17779.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Hydrator/Common/ContactHydrator.php';
  17780.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\ContactHydrator(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\AddressHydrator'] ?? $this->getAddressHydratorService()));
  17781.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Hydrator\Common\ContactHydrator'] = $instance $instance->setManipulator(($this->privates['Nellapp\\Bundle\\SDKBundle\\DataSync\\Hydrator\\Manipulator'] ?? $this->getManipulatorService()));
  17782.         return $instance;
  17783.     }
  17784.     /**
  17785.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient' shared autowired service.
  17786.      *
  17787.      * @return \Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient
  17788.      */
  17789.     protected function getProxyClientService()
  17790.     {
  17791.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/ProxyClientInterface.php';
  17792.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiClientInterApp/Proxy/AbstractProxyClient.php';
  17793.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Proxy/ProxyClient.php';
  17794.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Proxy\\ProxyClient'] = new \Nellapp\Bundle\SDKBundle\Sync\Proxy\ProxyClient(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\SyncCoreClient'] ?? $this->getSyncCoreClientService()));
  17795.     }
  17796.     /**
  17797.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\NotificationRefresher' shared autowired service.
  17798.      *
  17799.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\NotificationRefresher
  17800.      */
  17801.     protected function getNotificationRefresherService()
  17802.     {
  17803.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17804.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17805.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Account/NotificationRefresher.php';
  17806.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\NotificationRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\NotificationHydrator'] ?? $this->getNotificationHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\NotificationClient'] ?? $this->getNotificationClientService()));
  17807.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\NotificationRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17808.         return $instance;
  17809.     }
  17810.     /**
  17811.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher' shared autowired service.
  17812.      *
  17813.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher
  17814.      */
  17815.     protected function getUserRefresher2Service()
  17816.     {
  17817.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17818.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17819.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Account/UserRefresher.php';
  17820.         $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()));
  17821.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Account\UserRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17822.         return $instance;
  17823.     }
  17824.     /**
  17825.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher' shared autowired service.
  17826.      *
  17827.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher
  17828.      */
  17829.     protected function getAbstractCursusRefresherService()
  17830.     {
  17831.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17832.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17833.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/AbstractCursusRefresher.php';
  17834.         $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()));
  17835.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\AbstractCursusRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17836.         return $instance;
  17837.     }
  17838.     /**
  17839.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher' shared autowired service.
  17840.      *
  17841.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher
  17842.      */
  17843.     protected function getChannelConfigurationRefresherService()
  17844.     {
  17845.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17846.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17847.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelConfigurationRefresher.php';
  17848.         $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()));
  17849.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelConfigurationRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17850.         return $instance;
  17851.     }
  17852.     /**
  17853.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelContactRefresher' shared autowired service.
  17854.      *
  17855.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelContactRefresher
  17856.      */
  17857.     protected function getChannelContactRefresherService()
  17858.     {
  17859.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17860.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17861.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelContactRefresher.php';
  17862.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelContactRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelContactHydrator'] ?? $this->getChannelContactHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelContactClient'] ?? $this->getChannelContactClientService()));
  17863.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelContactRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17864.         return $instance;
  17865.     }
  17866.     /**
  17867.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher' shared autowired service.
  17868.      *
  17869.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher
  17870.      */
  17871.     protected function getChannelRefresherService()
  17872.     {
  17873.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17874.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17875.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelRefresher.php';
  17876.         $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()));
  17877.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17878.         return $instance;
  17879.     }
  17880.     /**
  17881.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher' shared autowired service.
  17882.      *
  17883.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher
  17884.      */
  17885.     protected function getChannelUserCursusPermissionRefresherService()
  17886.     {
  17887.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17888.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17889.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserCursusPermissionRefresher.php';
  17890.         $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()));
  17891.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserCursusPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17892.         return $instance;
  17893.     }
  17894.     /**
  17895.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher' shared autowired service.
  17896.      *
  17897.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher
  17898.      */
  17899.     protected function getChannelUserDataRefresherService()
  17900.     {
  17901.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17902.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17903.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserDataRefresher.php';
  17904.         $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()));
  17905.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserDataRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17906.         return $instance;
  17907.     }
  17908.     /**
  17909.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher' shared autowired service.
  17910.      *
  17911.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher
  17912.      */
  17913.     protected function getChannelUserRoleRefresherService()
  17914.     {
  17915.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17916.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17917.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserRoleRefresher.php';
  17918.         $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()));
  17919.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserRoleRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17920.         return $instance;
  17921.     }
  17922.     /**
  17923.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher' shared autowired service.
  17924.      *
  17925.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher
  17926.      */
  17927.     protected function getChannelUserServicePermissionRefresherService()
  17928.     {
  17929.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17930.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17931.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserServicePermissionRefresher.php';
  17932.         $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()));
  17933.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserServicePermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17934.         return $instance;
  17935.     }
  17936.     /**
  17937.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher' shared autowired service.
  17938.      *
  17939.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher
  17940.      */
  17941.     protected function getChannelUserSessionPermissionRefresherService()
  17942.     {
  17943.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17944.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17945.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserSessionPermissionRefresher.php';
  17946.         $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()));
  17947.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserSessionPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17948.         return $instance;
  17949.     }
  17950.     /**
  17951.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher' shared autowired service.
  17952.      *
  17953.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher
  17954.      */
  17955.     protected function getChannelUserTrainingPermissionRefresherService()
  17956.     {
  17957.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17958.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17959.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelUserTrainingPermissionRefresher.php';
  17960.         $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()));
  17961.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelUserTrainingPermissionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17962.         return $instance;
  17963.     }
  17964.     /**
  17965.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher' shared autowired service.
  17966.      *
  17967.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher
  17968.      */
  17969.     protected function getChannelWhiteLabelRefresherService()
  17970.     {
  17971.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17972.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17973.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ChannelWhiteLabelRefresher.php';
  17974.         $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()));
  17975.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ChannelWhiteLabelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17976.         return $instance;
  17977.     }
  17978.     /**
  17979.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher' shared autowired service.
  17980.      *
  17981.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher
  17982.      */
  17983.     protected function getCompanyContactRefresherService()
  17984.     {
  17985.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  17986.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  17987.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/CompanyContactRefresher.php';
  17988.         $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()));
  17989.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyContactRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  17990.         return $instance;
  17991.     }
  17992.     /**
  17993.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher' shared autowired service.
  17994.      *
  17995.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher
  17996.      */
  17997.     protected function getCompanyRefresherService()
  17998.     {
  17999.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  18000.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  18001.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/CompanyRefresher.php';
  18002.         $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()));
  18003.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\CompanyRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18004.         return $instance;
  18005.     }
  18006.     /**
  18007.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher' shared autowired service.
  18008.      *
  18009.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher
  18010.      */
  18011.     protected function getContactRefresherService()
  18012.     {
  18013.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  18014.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  18015.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ContactRefresher.php';
  18016.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Common\\ContactHydrator'] ?? $this->getContactHydratorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ContactClient'] ?? $this->getContactClientService()));
  18017.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ContactRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18018.         return $instance;
  18019.     }
  18020.     /**
  18021.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher' shared autowired service.
  18022.      *
  18023.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher
  18024.      */
  18025.     protected function getFrenchProfessionalIdRefresherService()
  18026.     {
  18027.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  18028.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  18029.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/FrenchProfessionalIdRefresher.php';
  18030.         $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()));
  18031.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\FrenchProfessionalIdRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18032.         return $instance;
  18033.     }
  18034.     /**
  18035.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher' shared autowired service.
  18036.      *
  18037.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher
  18038.      */
  18039.     protected function getGroupRefresherService()
  18040.     {
  18041.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  18042.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  18043.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/GroupRefresher.php';
  18044.         $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()));
  18045.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\GroupRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18046.         return $instance;
  18047.     }
  18048.     /**
  18049.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher' shared autowired service.
  18050.      *
  18051.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher
  18052.      */
  18053.     protected function getOrganizationRefresherService()
  18054.     {
  18055.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  18056.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  18057.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/OrganizationRefresher.php';
  18058.         $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()));
  18059.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\OrganizationRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18060.         return $instance;
  18061.     }
  18062.     /**
  18063.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher' shared autowired service.
  18064.      *
  18065.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher
  18066.      */
  18067.     protected function getPlaceRefresherService()
  18068.     {
  18069.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  18070.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  18071.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/PlaceRefresher.php';
  18072.         $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()));
  18073.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\PlaceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18074.         return $instance;
  18075.     }
  18076.     /**
  18077.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher' shared autowired service.
  18078.      *
  18079.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher
  18080.      */
  18081.     protected function getRoomRefresherService()
  18082.     {
  18083.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  18084.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  18085.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/RoomRefresher.php';
  18086.         $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()));
  18087.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\RoomRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18088.         return $instance;
  18089.     }
  18090.     /**
  18091.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher' shared autowired service.
  18092.      *
  18093.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher
  18094.      */
  18095.     protected function getServiceRefresherService()
  18096.     {
  18097.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  18098.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  18099.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/ServiceRefresher.php';
  18100.         $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()));
  18101.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\ServiceRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18102.         return $instance;
  18103.     }
  18104.     /**
  18105.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher' shared autowired service.
  18106.      *
  18107.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher
  18108.      */
  18109.     protected function getSessionRefresherService()
  18110.     {
  18111.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  18112.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  18113.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/SessionRefresher.php';
  18114.         $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()));
  18115.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\SessionRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18116.         return $instance;
  18117.     }
  18118.     /**
  18119.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher' shared autowired service.
  18120.      *
  18121.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher
  18122.      */
  18123.     protected function getTrainingRefresherService()
  18124.     {
  18125.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  18126.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  18127.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/TrainingRefresher.php';
  18128.         $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()));
  18129.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\TrainingRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18130.         return $instance;
  18131.     }
  18132.     /**
  18133.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher' shared autowired service.
  18134.      *
  18135.      * @return \Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher
  18136.      */
  18137.     protected function getUserFromChannelRefresherService()
  18138.     {
  18139.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/RefresherInterface.php';
  18140.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Refresher/AbstractRefresher.php';
  18141.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Refresher/Channel/UserFromChannelRefresher.php';
  18142.         $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()));
  18143.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Refresher\Channel\UserFromChannelRefresher'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18144.         return $instance;
  18145.     }
  18146.     /**
  18147.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\NotificationRetriever' shared autowired service.
  18148.      *
  18149.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\NotificationRetriever
  18150.      */
  18151.     protected function getNotificationRetrieverService()
  18152.     {
  18153.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18154.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18155.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Account/NotificationRetriever.php';
  18156.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\NotificationRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Account\\NotificationClient'] ?? $this->getNotificationClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Account\\NotificationHydrator'] ?? $this->getNotificationHydratorService()));
  18157.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\NotificationRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18158.         return $instance;
  18159.     }
  18160.     /**
  18161.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever' shared autowired service.
  18162.      *
  18163.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever
  18164.      */
  18165.     protected function getUserRetrieverService()
  18166.     {
  18167.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18168.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18169.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Account/UserRetriever.php';
  18170.         $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()));
  18171.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Account\UserRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18172.         return $instance;
  18173.     }
  18174.     /**
  18175.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever' shared autowired service.
  18176.      *
  18177.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever
  18178.      */
  18179.     protected function getAbstractCursusRetrieverService()
  18180.     {
  18181.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18182.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18183.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/AbstractCursusRetriever.php';
  18184.         $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()));
  18185.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\AbstractCursusRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18186.         return $instance;
  18187.     }
  18188.     /**
  18189.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever' shared autowired service.
  18190.      *
  18191.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever
  18192.      */
  18193.     protected function getChannelConfigurationRetrieverService()
  18194.     {
  18195.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18196.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18197.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelConfigurationRetriever.php';
  18198.         $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()));
  18199.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelConfigurationRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18200.         return $instance;
  18201.     }
  18202.     /**
  18203.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelContactRetriever' shared autowired service.
  18204.      *
  18205.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelContactRetriever
  18206.      */
  18207.     protected function getChannelContactRetrieverService()
  18208.     {
  18209.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18210.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18211.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelContactRetriever.php';
  18212.         $instance = new \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelContactRetriever(($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\ApiClient\\Channel\\ChannelContactClient'] ?? $this->getChannelContactClientService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Sync\\Hydrator\\Channel\\ChannelContactHydrator'] ?? $this->getChannelContactHydratorService()));
  18213.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelContactRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18214.         return $instance;
  18215.     }
  18216.     /**
  18217.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever' shared autowired service.
  18218.      *
  18219.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever
  18220.      */
  18221.     protected function getChannelRetrieverService()
  18222.     {
  18223.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18224.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18225.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelRetriever.php';
  18226.         $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()));
  18227.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18228.         return $instance;
  18229.     }
  18230.     /**
  18231.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever' shared autowired service.
  18232.      *
  18233.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever
  18234.      */
  18235.     protected function getChannelUserCursusPermissionRetrieverService()
  18236.     {
  18237.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18238.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18239.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserCursusPermissionRetriever.php';
  18240.         $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()));
  18241.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserCursusPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18242.         return $instance;
  18243.     }
  18244.     /**
  18245.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever' shared autowired service.
  18246.      *
  18247.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever
  18248.      */
  18249.     protected function getChannelUserDataRetrieverService()
  18250.     {
  18251.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18252.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18253.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserDataRetriever.php';
  18254.         $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()));
  18255.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserDataRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18256.         return $instance;
  18257.     }
  18258.     /**
  18259.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever' shared autowired service.
  18260.      *
  18261.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever
  18262.      */
  18263.     protected function getChannelUserRoleRetrieverService()
  18264.     {
  18265.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18266.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18267.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserRoleRetriever.php';
  18268.         $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()));
  18269.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserRoleRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18270.         return $instance;
  18271.     }
  18272.     /**
  18273.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever' shared autowired service.
  18274.      *
  18275.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever
  18276.      */
  18277.     protected function getChannelUserServicePermissionRetrieverService()
  18278.     {
  18279.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18280.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18281.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserServicePermissionRetriever.php';
  18282.         $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()));
  18283.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserServicePermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18284.         return $instance;
  18285.     }
  18286.     /**
  18287.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever' shared autowired service.
  18288.      *
  18289.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever
  18290.      */
  18291.     protected function getChannelUserSessionPermissionRetrieverService()
  18292.     {
  18293.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18294.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18295.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserSessionPermissionRetriever.php';
  18296.         $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()));
  18297.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserSessionPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18298.         return $instance;
  18299.     }
  18300.     /**
  18301.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever' shared autowired service.
  18302.      *
  18303.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever
  18304.      */
  18305.     protected function getChannelUserTrainingPermissionRetrieverService()
  18306.     {
  18307.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18308.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18309.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelUserTrainingPermissionRetriever.php';
  18310.         $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()));
  18311.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelUserTrainingPermissionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18312.         return $instance;
  18313.     }
  18314.     /**
  18315.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever' shared autowired service.
  18316.      *
  18317.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever
  18318.      */
  18319.     protected function getChannelWhiteLabelRetrieverService()
  18320.     {
  18321.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18322.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18323.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ChannelWhiteLabelRetriever.php';
  18324.         $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()));
  18325.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ChannelWhiteLabelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18326.         return $instance;
  18327.     }
  18328.     /**
  18329.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever' shared autowired service.
  18330.      *
  18331.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever
  18332.      */
  18333.     protected function getCompanyContactRetrieverService()
  18334.     {
  18335.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18336.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18337.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/CompanyContactRetriever.php';
  18338.         $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()));
  18339.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyContactRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18340.         return $instance;
  18341.     }
  18342.     /**
  18343.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever' shared autowired service.
  18344.      *
  18345.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever
  18346.      */
  18347.     protected function getCompanyRetrieverService()
  18348.     {
  18349.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18350.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18351.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/CompanyRetriever.php';
  18352.         $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()));
  18353.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\CompanyRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18354.         return $instance;
  18355.     }
  18356.     /**
  18357.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever' shared autowired service.
  18358.      *
  18359.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever
  18360.      */
  18361.     protected function getContactRetrieverService()
  18362.     {
  18363.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18364.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18365.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ContactRetriever.php';
  18366.         $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\\Common\\ContactHydrator'] ?? $this->getContactHydratorService()));
  18367.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ContactRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18368.         return $instance;
  18369.     }
  18370.     /**
  18371.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever' shared autowired service.
  18372.      *
  18373.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever
  18374.      */
  18375.     protected function getFrenchProfessionalIdRetrieverService()
  18376.     {
  18377.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18378.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18379.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/FrenchProfessionalIdRetriever.php';
  18380.         $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()));
  18381.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\FrenchProfessionalIdRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18382.         return $instance;
  18383.     }
  18384.     /**
  18385.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever' shared autowired service.
  18386.      *
  18387.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever
  18388.      */
  18389.     protected function getGroupRetrieverService()
  18390.     {
  18391.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18392.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18393.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/GroupRetriever.php';
  18394.         $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()));
  18395.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\GroupRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18396.         return $instance;
  18397.     }
  18398.     /**
  18399.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever' shared autowired service.
  18400.      *
  18401.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever
  18402.      */
  18403.     protected function getOrganizationRetrieverService()
  18404.     {
  18405.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18406.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18407.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/OrganizationRetriever.php';
  18408.         $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()));
  18409.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\OrganizationRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18410.         return $instance;
  18411.     }
  18412.     /**
  18413.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever' shared autowired service.
  18414.      *
  18415.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever
  18416.      */
  18417.     protected function getPlaceRetrieverService()
  18418.     {
  18419.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18420.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18421.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/PlaceRetriever.php';
  18422.         $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()));
  18423.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\PlaceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18424.         return $instance;
  18425.     }
  18426.     /**
  18427.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever' shared autowired service.
  18428.      *
  18429.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever
  18430.      */
  18431.     protected function getRoomRetrieverService()
  18432.     {
  18433.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18434.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18435.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/RoomRetriever.php';
  18436.         $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()));
  18437.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\RoomRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18438.         return $instance;
  18439.     }
  18440.     /**
  18441.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever' shared autowired service.
  18442.      *
  18443.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever
  18444.      */
  18445.     protected function getServiceRetrieverService()
  18446.     {
  18447.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18448.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18449.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/ServiceRetriever.php';
  18450.         $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()));
  18451.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\ServiceRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18452.         return $instance;
  18453.     }
  18454.     /**
  18455.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever' shared autowired service.
  18456.      *
  18457.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever
  18458.      */
  18459.     protected function getSessionRetrieverService()
  18460.     {
  18461.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18462.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18463.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/SessionRetriever.php';
  18464.         $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()));
  18465.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\SessionRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18466.         return $instance;
  18467.     }
  18468.     /**
  18469.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever' shared autowired service.
  18470.      *
  18471.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever
  18472.      */
  18473.     protected function getTrainingRetrieverService()
  18474.     {
  18475.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18476.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18477.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/TrainingRetriever.php';
  18478.         $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()));
  18479.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\TrainingRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18480.         return $instance;
  18481.     }
  18482.     /**
  18483.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever' shared autowired service.
  18484.      *
  18485.      * @return \Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever
  18486.      */
  18487.     protected function getUserFromChannelRetrieverService()
  18488.     {
  18489.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/RetrieverInterface.php';
  18490.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/DataSync/Retriever/AbstractRetriever.php';
  18491.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Retriever/Channel/UserFromChannelRetriever.php';
  18492.         $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()));
  18493.         $this->privates['Nellapp\Bundle\SDKBundle\Sync\Retriever\Channel\UserFromChannelRetriever'] = $instance $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18494.         return $instance;
  18495.     }
  18496.     /**
  18497.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader' shared autowired service.
  18498.      *
  18499.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Loader\RouteCollectionLoader
  18500.      */
  18501.     protected function getRouteCollectionLoaderService()
  18502.     {
  18503.         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);
  18504.     }
  18505.     /**
  18506.      * Gets the private 'Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler' shared autowired service.
  18507.      *
  18508.      * @return \Nellapp\Bundle\SDKBundle\Sync\Routing\Serializer\Handler\RouteHandler
  18509.      */
  18510.     protected function getRouteHandlerService()
  18511.     {
  18512.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  18513.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Routing/Serializer/Handler/RouteHandler.php';
  18514.         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())));
  18515.     }
  18516.     /**
  18517.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent' autowired service.
  18518.      *
  18519.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent
  18520.      */
  18521.     protected function getChannelUserRoleBadgeComponentService()
  18522.     {
  18523.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Badge/ChannelUserData/ChannelUserRoleBadgeComponent.php';
  18524.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent'] = function () {
  18525.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\ChannelUserData\ChannelUserRoleBadgeComponent();
  18526.         };
  18527.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent']();
  18528.     }
  18529.     /**
  18530.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent' autowired service.
  18531.      *
  18532.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent
  18533.      */
  18534.     protected function getSdkBadgeComponentService()
  18535.     {
  18536.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Badge/SdkBadgeComponent.php';
  18537.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent'] = function () {
  18538.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Badge\SdkBadgeComponent();
  18539.         };
  18540.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent']();
  18541.     }
  18542.     /**
  18543.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\ContactIdentityCard' autowired service.
  18544.      *
  18545.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\ContactIdentityCard
  18546.      */
  18547.     protected function getContactIdentityCardService()
  18548.     {
  18549.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Card/Identity/AbstracIdentityCard.php';
  18550.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Card/Identity/ContactIdentityCard.php';
  18551.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\ContactIdentityCard'] = function () {
  18552.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\ContactIdentityCard();
  18553.         };
  18554.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\ContactIdentityCard']();
  18555.     }
  18556.     /**
  18557.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\UserIdentityCard' autowired service.
  18558.      *
  18559.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\UserIdentityCard
  18560.      */
  18561.     protected function getUserIdentityCardService()
  18562.     {
  18563.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Card/Identity/AbstracIdentityCard.php';
  18564.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Card/Identity/UserIdentityCard.php';
  18565.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\UserIdentityCard'] = function () {
  18566.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Card\Identity\UserIdentityCard();
  18567.         };
  18568.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\UserIdentityCard']();
  18569.     }
  18570.     /**
  18571.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard' autowired service.
  18572.      *
  18573.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard
  18574.      */
  18575.     protected function getChannelUserProfileCardService()
  18576.     {
  18577.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/ChannelUserData/ChannelUserProfileCard.php';
  18578.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard'] = function () {
  18579.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\ChannelUserProfileCard();
  18580.         };
  18581.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard']();
  18582.     }
  18583.     /**
  18584.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\CursusLockout' autowired service.
  18585.      *
  18586.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\CursusLockout
  18587.      */
  18588.     protected function getCursusLockoutService()
  18589.     {
  18590.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/ChannelUserData/CursusLockout.php';
  18591.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\CursusLockout'] = function () {
  18592.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\ChannelUserData\CursusLockout();
  18593.         };
  18594.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\CursusLockout']();
  18595.     }
  18596.     /**
  18597.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Icon\BaseIcon' autowired service.
  18598.      *
  18599.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\BaseIcon
  18600.      */
  18601.     protected function getBaseIconService()
  18602.     {
  18603.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Icon/BaseIcon.php';
  18604.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\BaseIcon'] = function () {
  18605.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\BaseIcon();
  18606.         };
  18607.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\BaseIcon']();
  18608.     }
  18609.     /**
  18610.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Icon\CompanyIcon' autowired service.
  18611.      *
  18612.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\CompanyIcon
  18613.      */
  18614.     protected function getCompanyIconService()
  18615.     {
  18616.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Icon/CompanyIcon.php';
  18617.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\CompanyIcon'] = function () {
  18618.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\CompanyIcon();
  18619.         };
  18620.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\CompanyIcon']();
  18621.     }
  18622.     /**
  18623.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Icon\ContactIcon' autowired service.
  18624.      *
  18625.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\ContactIcon
  18626.      */
  18627.     protected function getContactIconService()
  18628.     {
  18629.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Icon/ContactIcon.php';
  18630.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\ContactIcon'] = function () {
  18631.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Icon\ContactIcon();
  18632.         };
  18633.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\ContactIcon']();
  18634.     }
  18635.     /**
  18636.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\ActionDropdownComponent' autowired service.
  18637.      *
  18638.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\ActionDropdownComponent
  18639.      */
  18640.     protected function getActionDropdownComponentService()
  18641.     {
  18642.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/ActionDropdownComponent.php';
  18643.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ActionDropdownComponent'] = function () {
  18644.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\ActionDropdownComponent();
  18645.         };
  18646.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ActionDropdownComponent']();
  18647.     }
  18648.     /**
  18649.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\BaseAction' autowired service.
  18650.      *
  18651.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\BaseAction
  18652.      */
  18653.     protected function getBaseActionService()
  18654.     {
  18655.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/Action/BaseAction.php';
  18656.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\BaseAction'] = function () {
  18657.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\BaseAction();
  18658.         };
  18659.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\BaseAction']();
  18660.     }
  18661.     /**
  18662.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\DeleteAction' autowired service.
  18663.      *
  18664.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\DeleteAction
  18665.      */
  18666.     protected function getDeleteAction9Service()
  18667.     {
  18668.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/Action/DeleteAction.php';
  18669.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\DeleteAction'] = function () {
  18670.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\DeleteAction();
  18671.         };
  18672.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\DeleteAction']();
  18673.     }
  18674.     /**
  18675.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\EditAction' autowired service.
  18676.      *
  18677.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\EditAction
  18678.      */
  18679.     protected function getEditAction2Service()
  18680.     {
  18681.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/Action/EditAction.php';
  18682.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\EditAction'] = function () {
  18683.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\EditAction();
  18684.         };
  18685.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\EditAction']();
  18686.     }
  18687.     /**
  18688.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\ShowAction' autowired service.
  18689.      *
  18690.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\ShowAction
  18691.      */
  18692.     protected function getShowAction7Service()
  18693.     {
  18694.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/Action/ShowAction.php';
  18695.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\ShowAction'] = function () {
  18696.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\Action\ShowAction();
  18697.         };
  18698.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\ShowAction']();
  18699.     }
  18700.     /**
  18701.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Module\ClipableInformationComponent' autowired service.
  18702.      *
  18703.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Module\ClipableInformationComponent
  18704.      */
  18705.     protected function getClipableInformationComponentService()
  18706.     {
  18707.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Module/ClipableInformationComponent.php';
  18708.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ClipableInformationComponent'] = function () {
  18709.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Module\ClipableInformationComponent();
  18710.         };
  18711.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ClipableInformationComponent']();
  18712.     }
  18713.     /**
  18714.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationItemComponent' autowired service.
  18715.      *
  18716.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationItemComponent
  18717.      */
  18718.     protected function getNotificationItemComponentService()
  18719.     {
  18720.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Notification/NotificationItemComponent.php';
  18721.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Resolver/Label/NotificationLabelResolverInterface.php';
  18722.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Resolver/Label/NotificationLabelResolver.php';
  18723.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Resolver/Details/NotificationDetailsResolverInterface.php';
  18724.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Notification/Resolver/Details/NotificationDetailsResolver.php';
  18725.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationItemComponent'] = function () {
  18726.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationItemComponent(($this->privates['Nellapp\\Bundle\\SDKBundle\\Notification\\Resolver\\Label\\NotificationLabelResolver'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Notification\\Resolver\\Label\\NotificationLabelResolver'] = new \Nellapp\Bundle\SDKBundle\Notification\Resolver\Label\NotificationLabelResolver())), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Notification\\Resolver\\Details\\NotificationDetailsResolver'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Notification\\Resolver\\Details\\NotificationDetailsResolver'] = new \Nellapp\Bundle\SDKBundle\Notification\Resolver\Details\NotificationDetailsResolver())));
  18727.         };
  18728.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationItemComponent']();
  18729.     }
  18730.     /**
  18731.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationListComponent' autowired service.
  18732.      *
  18733.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationListComponent
  18734.      */
  18735.     protected function getNotificationListComponentService()
  18736.     {
  18737.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Notification/NotificationListComponent.php';
  18738.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationListComponent'] = function () {
  18739.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationListComponent();
  18740.         };
  18741.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationListComponent']();
  18742.     }
  18743.     /**
  18744.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationMenuComponent' autowired service.
  18745.      *
  18746.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationMenuComponent
  18747.      */
  18748.     protected function getNotificationMenuComponentService()
  18749.     {
  18750.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Interface/BootstrapAwareInterface.php';
  18751.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Trait/BootstrapAwareTrait.php';
  18752.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Notification/NotificationMenuComponent.php';
  18753.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent'] = function () {
  18754.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Notification\NotificationMenuComponent(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  18755.         };
  18756.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent']();
  18757.     }
  18758.     /**
  18759.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent' autowired service.
  18760.      *
  18761.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent
  18762.      */
  18763.     protected function getChannelUserPermissionFormComponentService()
  18764.     {
  18765.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionFormComponent.php';
  18766.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent'] = function () {
  18767.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionFormComponent();
  18768.         };
  18769.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent']();
  18770.     }
  18771.     /**
  18772.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent' autowired service.
  18773.      *
  18774.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent
  18775.      */
  18776.     protected function getChannelUserPermissionGroupFormComponentService()
  18777.     {
  18778.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Permission/ChannelUserPermissionGroupFormComponent.php';
  18779.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent'] = function () {
  18780.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Permission\ChannelUserPermissionGroupFormComponent(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] ?? $this->getChannelUserPermissionHierarchyManagerService()));
  18781.         };
  18782.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent']();
  18783.     }
  18784.     /**
  18785.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaAction' autowired service.
  18786.      *
  18787.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaAction
  18788.      */
  18789.     protected function getAgendaActionService()
  18790.     {
  18791.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Planning/AgendaAction.php';
  18792.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction'] = function () {
  18793.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaAction(($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  18794.         };
  18795.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction']();
  18796.     }
  18797.     /**
  18798.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaEventSignBadge' autowired service.
  18799.      *
  18800.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaEventSignBadge
  18801.      */
  18802.     protected function getAgendaEventSignBadgeService()
  18803.     {
  18804.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Planning/AgendaEventSignBadge.php';
  18805.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaEventSignBadge'] = function () {
  18806.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaEventSignBadge();
  18807.         };
  18808.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaEventSignBadge']();
  18809.     }
  18810.     /**
  18811.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSlider' autowired service.
  18812.      *
  18813.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSlider
  18814.      */
  18815.     protected function getAgendaSliderService()
  18816.     {
  18817.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Planning/AgendaSlider.php';
  18818.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSlider'] = function () {
  18819.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSlider();
  18820.         };
  18821.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSlider']();
  18822.     }
  18823.     /**
  18824.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSliderItem' autowired service.
  18825.      *
  18826.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSliderItem
  18827.      */
  18828.     protected function getAgendaSliderItemService()
  18829.     {
  18830.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Planning/AgendaSliderItem.php';
  18831.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSliderItem'] = function () {
  18832.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaSliderItem();
  18833.         };
  18834.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSliderItem']();
  18835.     }
  18836.     /**
  18837.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaWidget' autowired service.
  18838.      *
  18839.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaWidget
  18840.      */
  18841.     protected function getAgendaWidgetService()
  18842.     {
  18843.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Planning/AgendaWidget.php';
  18844.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget'] = function () {
  18845.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Planning\AgendaWidget(($this->privates['Nellapp\\Bundle\\SDKBundle\\Planning\\Service\\AgendaService'] ?? $this->getAgendaServiceService()));
  18846.         };
  18847.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget']();
  18848.     }
  18849.     /**
  18850.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Widget\BaseWidget' autowired service.
  18851.      *
  18852.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\BaseWidget
  18853.      */
  18854.     protected function getBaseWidgetService()
  18855.     {
  18856.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Widget/BaseWidget.php';
  18857.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\BaseWidget'] = function () {
  18858.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\BaseWidget();
  18859.         };
  18860.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\BaseWidget']();
  18861.     }
  18862.     /**
  18863.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Widget\ChannelContact\ChannelContactHeaderWidget' autowired service.
  18864.      *
  18865.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\ChannelContact\ChannelContactHeaderWidget
  18866.      */
  18867.     protected function getChannelContactHeaderWidgetService()
  18868.     {
  18869.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Widget/AbstractHeaderWidget.php';
  18870.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Widget/ChannelContact/ChannelContactHeaderWidget.php';
  18871.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\ChannelContact\\ChannelContactHeaderWidget'] = function () {
  18872.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\ChannelContact\ChannelContactHeaderWidget();
  18873.         };
  18874.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\ChannelContact\\ChannelContactHeaderWidget']();
  18875.     }
  18876.     /**
  18877.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Component\Widget\Company\CompanyHeaderWidget' autowired service.
  18878.      *
  18879.      * @return \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\Company\CompanyHeaderWidget
  18880.      */
  18881.     protected function getCompanyHeaderWidgetService()
  18882.     {
  18883.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Widget/AbstractHeaderWidget.php';
  18884.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Component/Widget/Company/CompanyHeaderWidget.php';
  18885.         $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\Company\\CompanyHeaderWidget'] = function () {
  18886.             return new \Nellapp\Bundle\SDKBundle\Twig\Component\Widget\Company\CompanyHeaderWidget();
  18887.         };
  18888.         return $this->factories['service_container']['Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\Company\\CompanyHeaderWidget']();
  18889.     }
  18890.     /**
  18891.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime' shared autowired service.
  18892.      *
  18893.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\AppRuntime
  18894.      */
  18895.     protected function getAppRuntimeService()
  18896.     {
  18897.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18898.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/AppRuntime.php';
  18899.         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'))));
  18900.     }
  18901.     /**
  18902.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime' shared autowired service.
  18903.      *
  18904.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime
  18905.      */
  18906.     protected function getBooleanRuntimeService()
  18907.     {
  18908.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18909.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/BooleanRuntime.php';
  18910.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\BooleanRuntime();
  18911.     }
  18912.     /**
  18913.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelContactRuntime' shared autowired service.
  18914.      *
  18915.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelContactRuntime
  18916.      */
  18917.     protected function getChannelContactRuntimeService()
  18918.     {
  18919.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18920.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelContactRuntime.php';
  18921.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Domain/Contact/Service/ChannelContactService.php';
  18922.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelContactRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelContactRuntime(new \Nellapp\Bundle\SDKBundle\Domain\Contact\Service\ChannelContactService());
  18923.     }
  18924.     /**
  18925.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime' shared autowired service.
  18926.      *
  18927.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelGetterRuntime
  18928.      */
  18929.     protected function getChannelGetterRuntimeService()
  18930.     {
  18931.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18932.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelGetterRuntime.php';
  18933.         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()));
  18934.     }
  18935.     /**
  18936.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime' shared autowired service.
  18937.      *
  18938.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelRuntime
  18939.      */
  18940.     protected function getChannelRuntime2Service()
  18941.     {
  18942.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18943.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelRuntime.php';
  18944.         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()));
  18945.     }
  18946.     /**
  18947.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime' shared autowired service.
  18948.      *
  18949.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChannelUserDataRuntime
  18950.      */
  18951.     protected function getChannelUserDataRuntimeService()
  18952.     {
  18953.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18954.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChannelUserDataRuntime.php';
  18955.         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()));
  18956.     }
  18957.     /**
  18958.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime' shared autowired service.
  18959.      *
  18960.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ChatNotificationRuntime
  18961.      */
  18962.     protected function getChatNotificationRuntimeService()
  18963.     {
  18964.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18965.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ChatNotificationRuntime.php';
  18966.         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()));
  18967.     }
  18968.     /**
  18969.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ContactRuntime' shared autowired service.
  18970.      *
  18971.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ContactRuntime
  18972.      */
  18973.     protected function getContactRuntimeService()
  18974.     {
  18975.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18976.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ContactRuntime.php';
  18977.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ContactRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ContactRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Domain\\Contact\\Service\\ContactService'] ?? $this->getContactServiceService()));
  18978.     }
  18979.     /**
  18980.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime' shared autowired service.
  18981.      *
  18982.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime
  18983.      */
  18984.     protected function getCustomizableViewRuntimeService()
  18985.     {
  18986.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18987.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/CustomizableViewRuntime.php';
  18988.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\CustomizableViewRuntime();
  18989.     }
  18990.     /**
  18991.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\DateDiffRuntime' shared autowired service.
  18992.      *
  18993.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\DateDiffRuntime
  18994.      */
  18995.     protected function getDateDiffRuntimeService()
  18996.     {
  18997.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  18998.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/DateDiffRuntime.php';
  18999.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\DateDiffRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\DateDiffRuntime(($this->services['translator'] ?? $this->getTranslatorService()));
  19000.     }
  19001.     /**
  19002.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\EnumForFormRuntime' shared autowired service.
  19003.      *
  19004.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnumForFormRuntime
  19005.      */
  19006.     protected function getEnumForFormRuntimeService()
  19007.     {
  19008.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19009.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/EnumForFormRuntime.php';
  19010.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnumForFormRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnumForFormRuntime();
  19011.     }
  19012.     /**
  19013.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime' shared autowired service.
  19014.      *
  19015.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime
  19016.      */
  19017.     protected function getEnvRuntimeService()
  19018.     {
  19019.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19020.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/EnvRuntime.php';
  19021.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\EnvRuntime('dev');
  19022.     }
  19023.     /**
  19024.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime' shared autowired service.
  19025.      *
  19026.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime
  19027.      */
  19028.     protected function getFileRuntime2Service()
  19029.     {
  19030.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19031.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FileRuntime.php';
  19032.         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()));
  19033.     }
  19034.     /**
  19035.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime' shared autowired service.
  19036.      *
  19037.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FormRuntime
  19038.      */
  19039.     protected function getFormRuntimeService()
  19040.     {
  19041.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19042.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FormRuntime.php';
  19043.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Form/Service/FormService.php';
  19044.         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());
  19045.     }
  19046.     /**
  19047.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime' shared autowired service.
  19048.      *
  19049.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\HeaderRuntime
  19050.      */
  19051.     protected function getHeaderRuntimeService()
  19052.     {
  19053.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19054.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/HeaderRuntime.php';
  19055.         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())));
  19056.     }
  19057.     /**
  19058.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\IaRuntime' shared autowired service.
  19059.      *
  19060.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\IaRuntime
  19061.      */
  19062.     protected function getIaRuntimeService()
  19063.     {
  19064.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19065.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/IaRuntime.php';
  19066.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\IaRuntime(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $this->getEnv('bool:IA_HIGHLIGHT_ENABLE'));
  19067.     }
  19068.     /**
  19069.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime' shared autowired service.
  19070.      *
  19071.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime
  19072.      */
  19073.     protected function getImageRunTime2Service()
  19074.     {
  19075.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19076.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ImageRunTime.php';
  19077.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  19078.     }
  19079.     /**
  19080.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime' shared autowired service.
  19081.      *
  19082.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFileRuntime
  19083.      */
  19084.     protected function getNellappFileRuntimeService()
  19085.     {
  19086.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19087.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFileRuntime.php';
  19088.         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()));
  19089.     }
  19090.     /**
  19091.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime' shared autowired service.
  19092.      *
  19093.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime
  19094.      */
  19095.     protected function getNellappFormatRuntimeService()
  19096.     {
  19097.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19098.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/NellappFormatRuntime.php';
  19099.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Utils/NellappFormatService.php';
  19100.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\NellappFormatRuntime(new \Nellapp\Bundle\SDKBundle\Utils\NellappFormatService());
  19101.     }
  19102.     /**
  19103.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime' shared autowired service.
  19104.      *
  19105.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime
  19106.      */
  19107.     protected function getPaginationRuntimeService()
  19108.     {
  19109.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19110.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/PaginationRuntime.php';
  19111.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Pagination/Paginator.php';
  19112.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\PaginationRuntime(new \Nellapp\Bundle\SDKBundle\Pagination\Paginator());
  19113.     }
  19114.     /**
  19115.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\PlanningRuntime' shared autowired service.
  19116.      *
  19117.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\PlanningRuntime
  19118.      */
  19119.     protected function getPlanningRuntimeService()
  19120.     {
  19121.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19122.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/PlanningRuntime.php';
  19123.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PlanningRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\PlanningRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Planning\\Service\\AgendaService'] ?? $this->getAgendaServiceService()));
  19124.     }
  19125.     /**
  19126.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime' shared autowired service.
  19127.      *
  19128.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SerializerRuntime
  19129.      */
  19130.     protected function getSerializerRuntimeService()
  19131.     {
  19132.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19133.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SerializerRuntime.php';
  19134.         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()));
  19135.     }
  19136.     /**
  19137.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime' shared autowired service.
  19138.      *
  19139.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime
  19140.      */
  19141.     protected function getSideNavItemRuntimeService()
  19142.     {
  19143.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19144.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavItemRuntime.php';
  19145.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavItemRuntime();
  19146.     }
  19147.     /**
  19148.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime' shared autowired service.
  19149.      *
  19150.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\SideNavRuntime
  19151.      */
  19152.     protected function getSideNavRuntimeService()
  19153.     {
  19154.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19155.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/SideNavRuntime.php';
  19156.         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))));
  19157.     }
  19158.     /**
  19159.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime' shared autowired service.
  19160.      *
  19161.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\UserRunTime
  19162.      */
  19163.     protected function getUserRunTimeService()
  19164.     {
  19165.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19166.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/UserRunTime.php';
  19167.         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()));
  19168.     }
  19169.     /**
  19170.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime' shared autowired service.
  19171.      *
  19172.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\VersionRuntime
  19173.      */
  19174.     protected function getVersionRuntimeService()
  19175.     {
  19176.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19177.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/VersionRuntime.php';
  19178.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Version/Version.php';
  19179.         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)));
  19180.     }
  19181.     /**
  19182.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime' shared autowired service.
  19183.      *
  19184.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\WebSocketRuntime
  19185.      */
  19186.     protected function getWebSocketRuntimeService()
  19187.     {
  19188.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  19189.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/WebSocketRuntime.php';
  19190.         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'))));
  19191.     }
  19192.     /**
  19193.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber' shared autowired service.
  19194.      *
  19195.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Doctrine\NellappFileSubscriber
  19196.      */
  19197.     protected function getNellappFileSubscriberService()
  19198.     {
  19199.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  19200.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Doctrine/NellappFileSubscriber.php';
  19201.         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()));
  19202.     }
  19203.     /**
  19204.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType' shared autowired service.
  19205.      *
  19206.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType
  19207.      */
  19208.     protected function getMimeTypeChoiceFilterTypeService()
  19209.     {
  19210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19212.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Form/MimeTypeChoiceFilterType.php';
  19213.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'] = new \Nellapp\Bundle\SDKBundle\Uploader\Form\MimeTypeChoiceFilterType();
  19214.     }
  19215.     /**
  19216.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService' shared autowired service.
  19217.      *
  19218.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService
  19219.      */
  19220.     protected function getNellappFileServiceService()
  19221.     {
  19222.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Service/NellappFileService.php';
  19223.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/NellappFileStorageConfig.php';
  19224.         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, [
  19225.             'oneup_flysystem.k2r2_remote_sftp_filesystem' => ['services''k2r2_remote_sftp_filesystem''getK2r2RemoteSftpFilesystemService'false],
  19226.             'oneup_flysystem.practicalCaseResponse_filesystem' => ['services''practicalCaseResponse_filesystem''getPracticalCaseResponseFilesystemService'false],
  19227.             'oneup_flysystem.practicalCase_filesystem' => ['services''practicalCase_filesystem''getPracticalCaseFilesystemService'false],
  19228.         ], [
  19229.             'oneup_flysystem.k2r2_remote_sftp_filesystem' => '?',
  19230.             'oneup_flysystem.practicalCaseResponse_filesystem' => '?',
  19231.             'oneup_flysystem.practicalCase_filesystem' => '?',
  19232.         ]), ($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()));
  19233.     }
  19234.     /**
  19235.      * Gets the private 'Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator' shared autowired service.
  19236.      *
  19237.      * @return \Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator
  19238.      */
  19239.     protected function getAssertSameChannelValidatorService()
  19240.     {
  19241.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19242.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19243.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Validator/AssertSameChannelValidator.php';
  19244.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator'] = new \Nellapp\Bundle\SDKBundle\Validator\AssertSameChannelValidator();
  19245.     }
  19246.     /**
  19247.      * Gets the private 'Redis' shared autowired service.
  19248.      *
  19249.      * @return \Redis
  19250.      */
  19251.     protected function getRedisService()
  19252.     {
  19253.         $this->privates['Redis'] = $instance = new \Redis();
  19254.         $instance->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  19255.         return $instance;
  19256.     }
  19257.     /**
  19258.      * Gets the private 'Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler' shared autowired service.
  19259.      *
  19260.      * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler
  19261.      */
  19262.     protected function getRedisSessionHandlerService()
  19263.     {
  19264.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  19265.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  19266.         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]);
  19267.     }
  19268.     /**
  19269.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  19270.      *
  19271.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  19272.      */
  19273.     protected function getResetAssetsEventListenerService()
  19274.     {
  19275.         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']);
  19276.     }
  19277.     /**
  19278.      * Gets the private 'annotations.cache_adapter' shared service.
  19279.      *
  19280.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  19281.      */
  19282.     protected function getAnnotations_CacheAdapterService()
  19283.     {
  19284.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  19285.     }
  19286.     /**
  19287.      * Gets the private 'annotations.cache_warmer' shared service.
  19288.      *
  19289.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  19290.      */
  19291.     protected function getAnnotations_CacheWarmerService()
  19292.     {
  19293.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  19295.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  19296.         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);
  19297.     }
  19298.     /**
  19299.      * Gets the private 'annotations.cached_reader' shared service.
  19300.      *
  19301.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  19302.      */
  19303.     protected function getAnnotations_CachedReaderService()
  19304.     {
  19305.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  19306.     }
  19307.     /**
  19308.      * Gets the private 'annotations.reader' shared service.
  19309.      *
  19310.      * @return \Doctrine\Common\Annotations\AnnotationReader
  19311.      */
  19312.     protected function getAnnotations_ReaderService()
  19313.     {
  19314.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  19315.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  19316.         $a->registerUniqueLoader('class_exists');
  19317.         $instance->addGlobalIgnoredName('required'$a);
  19318.         return $instance;
  19319.     }
  19320.     /**
  19321.      * Gets the private 'app.file_upload_listener' shared autowired service.
  19322.      *
  19323.      * @return \App\Uploader\Event\PostUploadListener
  19324.      */
  19325.     protected function getApp_FileUploadListenerService()
  19326.     {
  19327.         include_once \dirname(__DIR__4).'/src/Uploader/Event/PostUploadListener.php';
  19328.         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()));
  19329.     }
  19330.     /**
  19331.      * Gets the private 'assets._package_backoffice' shared service.
  19332.      *
  19333.      * @return \Symfony\Component\Asset\PathPackage
  19334.      */
  19335.     protected function getAssets_PackageBackofficeService()
  19336.     {
  19337.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  19338.         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()));
  19339.     }
  19340.     /**
  19341.      * Gets the private 'assets._package_common' shared service.
  19342.      *
  19343.      * @return \Symfony\Component\Asset\PathPackage
  19344.      */
  19345.     protected function getAssets_PackageCommonService()
  19346.     {
  19347.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  19348.         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()));
  19349.     }
  19350.     /**
  19351.      * Gets the private 'assets._package_content' shared service.
  19352.      *
  19353.      * @return \Symfony\Component\Asset\PathPackage
  19354.      */
  19355.     protected function getAssets_PackageContentService()
  19356.     {
  19357.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  19358.         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()));
  19359.     }
  19360.     /**
  19361.      * Gets the private 'assets._package_pdf' shared service.
  19362.      *
  19363.      * @return \Symfony\Component\Asset\PathPackage
  19364.      */
  19365.     protected function getAssets_PackagePdfService()
  19366.     {
  19367.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  19368.         return $this->privates['assets._package_pdf'] = new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/pdf/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), false), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  19369.     }
  19370.     /**
  19371.      * Gets the private 'assets._package_vendor' shared service.
  19372.      *
  19373.      * @return \Symfony\Component\Asset\PathPackage
  19374.      */
  19375.     protected function getAssets_PackageVendorService()
  19376.     {
  19377.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  19378.         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()));
  19379.     }
  19380.     /**
  19381.      * Gets the private 'assets.context' shared service.
  19382.      *
  19383.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  19384.      */
  19385.     protected function getAssets_ContextService()
  19386.     {
  19387.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  19388.         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());
  19389.     }
  19390.     /**
  19391.      * Gets the private 'assets.packages' shared service.
  19392.      *
  19393.      * @return \Symfony\Component\Asset\Packages
  19394.      */
  19395.     protected function getAssets_PackagesService()
  19396.     {
  19397.         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 () {
  19398.             yield 'common' => ($this->privates['assets._package_common'] ?? $this->getAssets_PackageCommonService());
  19399.             yield 'content' => ($this->privates['assets._package_content'] ?? $this->getAssets_PackageContentService());
  19400.             yield 'vendor' => ($this->privates['assets._package_vendor'] ?? $this->getAssets_PackageVendorService());
  19401.             yield 'backoffice' => ($this->privates['assets._package_backoffice'] ?? $this->getAssets_PackageBackofficeService());
  19402.             yield 'pdf' => ($this->privates['assets._package_pdf'] ?? $this->getAssets_PackagePdfService());
  19403.             yield 'core' => ($this->privates['nellapp_sdk.assets._package_core'] ?? $this->getNellappSdk_Assets_PackageCoreService());
  19404.             yield 'channel_image' => ($this->privates['nellapp_sdk.assets._package_channel_image'] ?? $this->getNellappSdk_Assets_PackageChannelImageService());
  19405.             yield 'user_avatar' => ($this->privates['nellapp_sdk.assets._package_user_avatar'] ?? $this->getNellappSdk_Assets_PackageUserAvatarService());
  19406.             yield 'organization_file' => ($this->privates['nellapp_sdk.assets._package_organization_file'] ?? $this->getNellappSdk_Assets_PackageOrganizationFileService());
  19407.         }, 9));
  19408.     }
  19409.     /**
  19410.      * Gets the private 'cache.annotations' shared service.
  19411.      *
  19412.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19413.      */
  19414.     protected function getCache_AnnotationsService()
  19415.     {
  19416.         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())));
  19417.     }
  19418.     /**
  19419.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  19420.      *
  19421.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19422.      */
  19423.     protected function getCache_Doctrine_Orm_Default_QueryService()
  19424.     {
  19425.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  19426.     }
  19427.     /**
  19428.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  19429.      *
  19430.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19431.      */
  19432.     protected function getCache_Doctrine_Orm_Default_ResultService()
  19433.     {
  19434.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  19435.     }
  19436.     /**
  19437.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  19438.      *
  19439.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19440.      */
  19441.     protected function getCache_Messenger_RestartWorkersSignalService()
  19442.     {
  19443.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.BuSWRLw'] ?? $this->get_CacheConnection_BuSWRLwService()), 'M65k5BR7LV'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  19444.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  19445.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  19446.     }
  19447.     /**
  19448.      * Gets the private 'cache.property_info' shared service.
  19449.      *
  19450.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19451.      */
  19452.     protected function getCache_PropertyInfoService()
  19453.     {
  19454.         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())));
  19455.     }
  19456.     /**
  19457.      * Gets the private 'cache.security_expression_language' shared service.
  19458.      *
  19459.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19460.      */
  19461.     protected function getCache_SecurityExpressionLanguageService()
  19462.     {
  19463.         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())));
  19464.     }
  19465.     /**
  19466.      * Gets the private 'cache.serializer' shared service.
  19467.      *
  19468.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19469.      */
  19470.     protected function getCache_SerializerService()
  19471.     {
  19472.         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())));
  19473.     }
  19474.     /**
  19475.      * Gets the private 'cache.validator' shared service.
  19476.      *
  19477.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19478.      */
  19479.     protected function getCache_ValidatorService()
  19480.     {
  19481.         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())));
  19482.     }
  19483.     /**
  19484.      * Gets the private 'cache.webpack_encore' shared service.
  19485.      *
  19486.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19487.      */
  19488.     protected function getCache_WebpackEncoreService()
  19489.     {
  19490.         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())));
  19491.     }
  19492.     /**
  19493.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  19494.      *
  19495.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  19496.      */
  19497.     protected function getCachePoolClearer_CacheWarmerService()
  19498.     {
  19499.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19500.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  19501.         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']);
  19502.     }
  19503.     /**
  19504.      * Gets the private 'config_builder.warmer' shared service.
  19505.      *
  19506.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  19507.      */
  19508.     protected function getConfigBuilder_WarmerService()
  19509.     {
  19510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  19512.         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()));
  19513.     }
  19514.     /**
  19515.      * Gets the private 'config_cache_factory' shared service.
  19516.      *
  19517.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  19518.      */
  19519.     protected function getConfigCacheFactoryService()
  19520.     {
  19521.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  19522.             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)));
  19523.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  19524.         }, 2));
  19525.     }
  19526.     /**
  19527.      * Gets the private 'console.command.about' shared service.
  19528.      *
  19529.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  19530.      */
  19531.     protected function getConsole_Command_AboutService()
  19532.     {
  19533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  19535.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  19536.         $instance->setName('about');
  19537.         $instance->setDescription('Display information about the current project');
  19538.         return $instance;
  19539.     }
  19540.     /**
  19541.      * Gets the private 'console.command.assets_install' shared service.
  19542.      *
  19543.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  19544.      */
  19545.     protected function getConsole_Command_AssetsInstallService()
  19546.     {
  19547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  19549.         $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));
  19550.         $instance->setName('assets:install');
  19551.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  19552.         return $instance;
  19553.     }
  19554.     /**
  19555.      * Gets the private 'console.command.cache_clear' shared service.
  19556.      *
  19557.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  19558.      */
  19559.     protected function getConsole_Command_CacheClearService()
  19560.     {
  19561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19562.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  19563.         $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())));
  19564.         $instance->setName('cache:clear');
  19565.         $instance->setDescription('Clear the cache');
  19566.         return $instance;
  19567.     }
  19568.     /**
  19569.      * Gets the private 'console.command.cache_pool_clear' shared service.
  19570.      *
  19571.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  19572.      */
  19573.     protected function getConsole_Command_CachePoolClearService()
  19574.     {
  19575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19576.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  19577.         $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']);
  19578.         $instance->setName('cache:pool:clear');
  19579.         $instance->setDescription('Clear cache pools');
  19580.         return $instance;
  19581.     }
  19582.     /**
  19583.      * Gets the private 'console.command.cache_pool_delete' shared service.
  19584.      *
  19585.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  19586.      */
  19587.     protected function getConsole_Command_CachePoolDeleteService()
  19588.     {
  19589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  19591.         $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']);
  19592.         $instance->setName('cache:pool:delete');
  19593.         $instance->setDescription('Delete an item from a cache pool');
  19594.         return $instance;
  19595.     }
  19596.     /**
  19597.      * Gets the private 'console.command.cache_pool_list' shared service.
  19598.      *
  19599.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  19600.      */
  19601.     protected function getConsole_Command_CachePoolListService()
  19602.     {
  19603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  19605.         $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']);
  19606.         $instance->setName('cache:pool:list');
  19607.         $instance->setDescription('List available cache pools');
  19608.         return $instance;
  19609.     }
  19610.     /**
  19611.      * Gets the private 'console.command.cache_pool_prune' shared service.
  19612.      *
  19613.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  19614.      */
  19615.     protected function getConsole_Command_CachePoolPruneService()
  19616.     {
  19617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  19619.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  19620.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  19621.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  19622.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  19623.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  19624.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  19625.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  19626.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  19627.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  19628.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  19629.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  19630.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  19631.             yield 'cache.webpack_encore' => ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService());
  19632.         }, 12));
  19633.         $instance->setName('cache:pool:prune');
  19634.         $instance->setDescription('Prune cache pools');
  19635.         return $instance;
  19636.     }
  19637.     /**
  19638.      * Gets the private 'console.command.cache_warmup' shared service.
  19639.      *
  19640.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  19641.      */
  19642.     protected function getConsole_Command_CacheWarmupService()
  19643.     {
  19644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  19646.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  19647.         $instance->setName('cache:warmup');
  19648.         $instance->setDescription('Warm up an empty cache');
  19649.         return $instance;
  19650.     }
  19651.     /**
  19652.      * Gets the private 'console.command.config_debug' shared service.
  19653.      *
  19654.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  19655.      */
  19656.     protected function getConsole_Command_ConfigDebugService()
  19657.     {
  19658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19659.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  19660.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  19661.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  19662.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  19663.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  19664.         $instance->setName('debug:config');
  19665.         $instance->setDescription('Dump the current configuration for an extension');
  19666.         return $instance;
  19667.     }
  19668.     /**
  19669.      * Gets the private 'console.command.config_dump_reference' shared service.
  19670.      *
  19671.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  19672.      */
  19673.     protected function getConsole_Command_ConfigDumpReferenceService()
  19674.     {
  19675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  19677.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  19678.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  19679.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  19680.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  19681.         $instance->setName('config:dump-reference');
  19682.         $instance->setDescription('Dump the default configuration for an extension');
  19683.         return $instance;
  19684.     }
  19685.     /**
  19686.      * Gets the private 'console.command.container_debug' shared service.
  19687.      *
  19688.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  19689.      */
  19690.     protected function getConsole_Command_ContainerDebugService()
  19691.     {
  19692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19693.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  19694.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  19695.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  19696.         $instance->setName('debug:container');
  19697.         $instance->setDescription('Display current services for an application');
  19698.         return $instance;
  19699.     }
  19700.     /**
  19701.      * Gets the private 'console.command.container_lint' shared service.
  19702.      *
  19703.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  19704.      */
  19705.     protected function getConsole_Command_ContainerLintService()
  19706.     {
  19707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  19709.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  19710.         $instance->setName('lint:container');
  19711.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  19712.         return $instance;
  19713.     }
  19714.     /**
  19715.      * Gets the private 'console.command.debug_autowiring' shared service.
  19716.      *
  19717.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  19718.      */
  19719.     protected function getConsole_Command_DebugAutowiringService()
  19720.     {
  19721.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  19723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  19724.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  19725.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  19726.         $instance->setName('debug:autowiring');
  19727.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  19728.         return $instance;
  19729.     }
  19730.     /**
  19731.      * Gets the private 'console.command.dotenv_debug' shared service.
  19732.      *
  19733.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  19734.      */
  19735.     protected function getConsole_Command_DotenvDebugService()
  19736.     {
  19737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19738.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  19739.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  19740.         $instance->setName('debug:dotenv');
  19741.         $instance->setDescription('Lists all dotenv files with variables and values');
  19742.         return $instance;
  19743.     }
  19744.     /**
  19745.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  19746.      *
  19747.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  19748.      */
  19749.     protected function getConsole_Command_EventDispatcherDebugService()
  19750.     {
  19751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  19753.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.DUy_AUO'] ?? $this->get_ServiceLocator_DUyAUOService()));
  19754.         $instance->setName('debug:event-dispatcher');
  19755.         $instance->setDescription('Display configured listeners for an application');
  19756.         return $instance;
  19757.     }
  19758.     /**
  19759.      * Gets the private 'console.command.form_debug' shared service.
  19760.      *
  19761.      * @return \Symfony\Component\Form\Command\DebugCommand
  19762.      */
  19763.     protected function getConsole_Command_FormDebugService()
  19764.     {
  19765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  19767.         $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\\Bunny'=> 'App\\Filter\\Async\\Channel\\User'=> 'App\\Filter\\Channel'=> 'App\\Filter\\Common'=> 'App\\Filter\\Front'=> 'App\\Filter\\Sync'=> 'App\\Form\\Account'=> 'App\\Form\\Channel'10 => 'App\\Form\\Channel\\Filter'11 => 'App\\Form\\Common'12 => 'App\\Form\\Exercise'13 => 'App\\Form\\Exercise\\Question'14 => 'App\\Form\\Exercise\\User'15 => 'App\\Form\\Forum'16 => 'App\\Form\\Manager\\Filter\\Api'17 => 'App\\Form\\Manager\\Filter\\Channel'18 => 'App\\Form\\Manager\\Filter\\Channel\\Exercise'19 => 'App\\Form\\Manager\\Filter\\Channel\\SharedContent'20 => 'App\\Form\\Manager\\Filter'21 => 'App\\Form\\Payment'22 => 'App\\Form\\Scholar'23 => 'App\\Form\\Share'24 => 'App\\Form\\TemplatePage'25 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'26 => 'Liip\\ImagineBundle\\Form\\Type'27 => 'Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter'28 => 'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter'29 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor'30 => 'Nellapp\\Bundle\\SDKBundle\\Filter'31 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common'32 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView'33 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData'34 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat'35 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common'36 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter'37 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression'38 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter'39 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session'40 => 'Nellapp\\Bundle\\SDKBundle\\Form'41 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type'42 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form'43 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter'44 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form'45 => 'Drosalys\\Bundle\\ApiBundle\\Filter'46 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type'47 => 'Karser\\Recaptcha3Bundle\\Form'48 => ''], [=> 'App\\Filter\\Account\\AssignableFilterType'=> 'App\\Filter\\Async\\Channel\\Bunny\\VideoFilterType'=> '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'10 => 'App\\Form\\Account\\AdviceType'11 => 'App\\Form\\Channel\\ContactType'12 => 'App\\Form\\Channel\\Filter\\ChannelTrainingFilter'13 => 'App\\Form\\Channel\\ImageSelectorType'14 => 'App\\Form\\Common\\CountPaginationType'15 => 'App\\Form\\Common\\CustomFileType'16 => 'App\\Form\\Common\\NellappSliderType'17 => 'App\\Form\\Common\\RatingType'18 => 'App\\Form\\Common\\ReAssignableFormType'19 => 'App\\Form\\Exercise\\ExerciseType'20 => 'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType'21 => 'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType'22 => 'App\\Form\\Exercise\\Question\\QuestionType'23 => 'App\\Form\\Exercise\\User\\ChoiceAnswerType'24 => 'App\\Form\\Exercise\\User\\ExerciseResultType'25 => 'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType'26 => 'App\\Form\\Exercise\\User\\QuestionResultType'27 => 'App\\Form\\Forum\\MessageAnswerType'28 => 'App\\Form\\Forum\\MessageType'29 => 'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType'30 => 'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType'31 => 'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter'32 => 'App\\Form\\Manager\\Filter\\Channel\\LessonMessageFilterType'33 => 'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType'34 => 'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter'35 => 'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter'36 => 'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\ShareProgressFilterType'37 => 'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedChannelFilterType'38 => 'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedContentFilterType'39 => 'App\\Form\\Manager\\Filter\\UserFilter'40 => 'App\\Form\\Payment\\FundingType'41 => 'App\\Form\\Scholar\\ChapterType'42 => 'App\\Form\\Scholar\\LessonPrerequisiteType'43 => 'App\\Form\\Scholar\\LessonReviewType'44 => 'App\\Form\\Scholar\\LessonType'45 => 'App\\Form\\Scholar\\ModuleLessonType'46 => 'App\\Form\\Scholar\\ModuleType'47 => 'App\\Form\\Scholar\\MultipleAskForReferentCorrectionType'48 => 'App\\Form\\Scholar\\MultipleChatBotType'49 => 'App\\Form\\Scholar\\MultipleReferralTrainerType'50 => 'App\\Form\\Scholar\\PracticalCaseCorrectionType'51 => 'App\\Form\\Scholar\\PracticalCaseResourceType'52 => 'App\\Form\\Scholar\\PracticalCaseResponseType'53 => 'App\\Form\\Scholar\\PracticalCaseType'54 => 'App\\Form\\Scholar\\ReferralTrainerType'55 => 'App\\Form\\Scholar\\ScholarInterfaceSelektor'56 => 'App\\Form\\Scholar\\TrainingDescriptionType'57 => 'App\\Form\\Scholar\\TrainingModuleType'58 => 'App\\Form\\Scholar\\TrainingProductType'59 => 'App\\Form\\Scholar\\TrainingType'60 => 'App\\Form\\Share\\ShareContentType'61 => 'App\\Form\\TemplatePage\\CreatePageType'62 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'63 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'64 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'65 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'66 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'67 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'68 => 'Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter\\ActivityFeedFilter'69 => 'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter'70 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType'71 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType'72 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType'73 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType'74 => 'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType'75 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType'76 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType'77 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappDurationType'78 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter'79 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType'80 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType'81 => 'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType'82 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType'83 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter'84 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType'85 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType'86 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter'87 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType'88 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType'89 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType'90 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType'91 => 'Nellapp\\Bundle\\SDKBundle\\Form\\TabType'92 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType'93 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType'94 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType'95 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType'96 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType'97 => 'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType'98 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType'99 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType'100 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter'101 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter'102 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType'103 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType'104 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType'105 => 'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter'106 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType'107 => 'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType'108 => 'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type'109 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType'110 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType'111 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType'112 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType'113 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType'114 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType'115 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType'116 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType'117 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType'118 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType'119 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType'120 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType'121 => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType'122 => '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()));
  19768.         $instance->setName('debug:form');
  19769.         $instance->setDescription('Display form type information');
  19770.         return $instance;
  19771.     }
  19772.     /**
  19773.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  19774.      *
  19775.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  19776.      */
  19777.     protected function getConsole_Command_MessengerConsumeMessagesService()
  19778.     {
  19779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19780.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  19781.         $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'=> 'sync_ack'=> 'reverse_sync_transport'=> 'share_content_transport'=> 'failed'], NULL, [=> 'messenger.bus.default']);
  19782.         $instance->setName('messenger:consume');
  19783.         $instance->setDescription('Consume messages');
  19784.         return $instance;
  19785.     }
  19786.     /**
  19787.      * Gets the private 'console.command.messenger_debug' shared service.
  19788.      *
  19789.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  19790.      */
  19791.     protected function getConsole_Command_MessengerDebugService()
  19792.     {
  19793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19794.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  19795.         $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\\Sync\\Messenger\\Message\\EntitySyncMessage' => [=> [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Handler\\EntitySyncHandler'=> []]]]]);
  19796.         $instance->setName('debug:messenger');
  19797.         $instance->setDescription('List messages you can dispatch using the message buses');
  19798.         return $instance;
  19799.     }
  19800.     /**
  19801.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  19802.      *
  19803.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  19804.      */
  19805.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  19806.     {
  19807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19808.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  19809.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  19810.         $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()));
  19811.         $instance->setName('messenger:failed:remove');
  19812.         $instance->setDescription('Remove given messages from the failure transport');
  19813.         return $instance;
  19814.     }
  19815.     /**
  19816.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  19817.      *
  19818.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  19819.      */
  19820.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  19821.     {
  19822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19823.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  19824.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  19825.         $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()));
  19826.         $instance->setName('messenger:failed:retry');
  19827.         $instance->setDescription('Retry one or more messages from the failure transport');
  19828.         return $instance;
  19829.     }
  19830.     /**
  19831.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  19832.      *
  19833.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  19834.      */
  19835.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  19836.     {
  19837.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19838.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  19839.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  19840.         $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()));
  19841.         $instance->setName('messenger:failed:show');
  19842.         $instance->setDescription('Show one or more messages from the failure transport');
  19843.         return $instance;
  19844.     }
  19845.     /**
  19846.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  19847.      *
  19848.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  19849.      */
  19850.     protected function getConsole_Command_MessengerSetupTransportsService()
  19851.     {
  19852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19853.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  19854.         $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'=> 'sync_ack'=> 'reverse_sync_transport'=> 'share_content_transport'=> 'failed']);
  19855.         $instance->setName('messenger:setup-transports');
  19856.         $instance->setDescription('Prepare the required infrastructure for the transport');
  19857.         return $instance;
  19858.     }
  19859.     /**
  19860.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  19861.      *
  19862.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  19863.      */
  19864.     protected function getConsole_Command_MessengerStopWorkersService()
  19865.     {
  19866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19867.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  19868.         $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()));
  19869.         $instance->setName('messenger:stop-workers');
  19870.         $instance->setDescription('Stop workers after their current message');
  19871.         return $instance;
  19872.     }
  19873.     /**
  19874.      * Gets the private 'console.command.router_debug' shared service.
  19875.      *
  19876.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  19877.      */
  19878.     protected function getConsole_Command_RouterDebugService()
  19879.     {
  19880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  19882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  19883.         $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()));
  19884.         $instance->setName('debug:router');
  19885.         $instance->setDescription('Display current routes for an application');
  19886.         return $instance;
  19887.     }
  19888.     /**
  19889.      * Gets the private 'console.command.router_match' shared service.
  19890.      *
  19891.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  19892.      */
  19893.     protected function getConsole_Command_RouterMatchService()
  19894.     {
  19895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  19897.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  19898.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  19899.         }, 1));
  19900.         $instance->setName('router:match');
  19901.         $instance->setDescription('Help debug routes by simulating a path info match');
  19902.         return $instance;
  19903.     }
  19904.     /**
  19905.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  19906.      *
  19907.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  19908.      */
  19909.     protected function getConsole_Command_SecretsDecryptToLocalService()
  19910.     {
  19911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  19913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  19914.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  19915.         $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')))));
  19916.         $instance->setName('secrets:decrypt-to-local');
  19917.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  19918.         return $instance;
  19919.     }
  19920.     /**
  19921.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  19922.      *
  19923.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  19924.      */
  19925.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  19926.     {
  19927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19928.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  19929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  19930.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  19931.         $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')))));
  19932.         $instance->setName('secrets:encrypt-from-local');
  19933.         $instance->setDescription('Encrypt all local secrets to the vault');
  19934.         return $instance;
  19935.     }
  19936.     /**
  19937.      * Gets the private 'console.command.secrets_generate_key' shared service.
  19938.      *
  19939.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  19940.      */
  19941.     protected function getConsole_Command_SecretsGenerateKeyService()
  19942.     {
  19943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  19945.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  19946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  19947.         $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')))));
  19948.         $instance->setName('secrets:generate-keys');
  19949.         $instance->setDescription('Generate new encryption keys');
  19950.         return $instance;
  19951.     }
  19952.     /**
  19953.      * Gets the private 'console.command.secrets_list' shared service.
  19954.      *
  19955.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  19956.      */
  19957.     protected function getConsole_Command_SecretsListService()
  19958.     {
  19959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19960.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  19961.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  19962.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  19963.         $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')))));
  19964.         $instance->setName('secrets:list');
  19965.         $instance->setDescription('List all secrets');
  19966.         return $instance;
  19967.     }
  19968.     /**
  19969.      * Gets the private 'console.command.secrets_remove' shared service.
  19970.      *
  19971.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  19972.      */
  19973.     protected function getConsole_Command_SecretsRemoveService()
  19974.     {
  19975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  19977.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  19978.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  19979.         $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')))));
  19980.         $instance->setName('secrets:remove');
  19981.         $instance->setDescription('Remove a secret from the vault');
  19982.         return $instance;
  19983.     }
  19984.     /**
  19985.      * Gets the private 'console.command.secrets_set' shared service.
  19986.      *
  19987.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  19988.      */
  19989.     protected function getConsole_Command_SecretsSetService()
  19990.     {
  19991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19992.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  19993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  19994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  19995.         $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')))));
  19996.         $instance->setName('secrets:set');
  19997.         $instance->setDescription('Set a secret in the vault');
  19998.         return $instance;
  19999.     }
  20000.     /**
  20001.      * Gets the private 'console.command.translation_debug' shared service.
  20002.      *
  20003.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  20004.      */
  20005.     protected function getConsole_Command_TranslationDebugService()
  20006.     {
  20007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20008.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  20009.         $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/EnumKeyTransRuntime.php'), 27 => (\dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php'), 28 => (\dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarPracticalCaseRuntime.php'), 29 => (\dirname(__DIR__4).'/src/Twig/Runtime/SnackRuntime.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 39 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 40 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php'), 41 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php'), 42 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/DateDiffRuntime.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).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 46 => (\dirname(__DIR__4).'/src/Serializer/ScholarNormalizer.php'), 47 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Service/ActivityFeedService.php'), 48 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 49 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 50 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 51 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 52 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 53 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php')], []);
  20010.         $instance->setName('debug:translation');
  20011.         $instance->setDescription('Display translation messages information');
  20012.         return $instance;
  20013.     }
  20014.     /**
  20015.      * Gets the private 'console.command.translation_extract' shared service.
  20016.      *
  20017.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  20018.      */
  20019.     protected function getConsole_Command_TranslationExtractService()
  20020.     {
  20021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20022.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  20023.         $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/EnumKeyTransRuntime.php'), 27 => (\dirname(__DIR__4).'/src/Twig/Runtime/Manager/ScholarPermissionCounterRuntime.php'), 28 => (\dirname(__DIR__4).'/src/Twig/Runtime/Scholar/ScholarPracticalCaseRuntime.php'), 29 => (\dirname(__DIR__4).'/src/Twig/Runtime/SnackRuntime.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 39 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 40 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php'), 41 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/TranslateRuntime.php'), 42 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/DateDiffRuntime.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).'/vendor/willdurand/js-translation-bundle/Controller/Controller.php'), 46 => (\dirname(__DIR__4).'/src/Serializer/ScholarNormalizer.php'), 47 => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Service/ActivityFeedService.php'), 48 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 49 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 50 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 51 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 52 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 53 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php')], []);
  20024.         $instance->setName('translation:extract');
  20025.         $instance->setAliases([=> 'translation:update']);
  20026.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  20027.         return $instance;
  20028.     }
  20029.     /**
  20030.      * Gets the private 'console.command.translation_pull' shared service.
  20031.      *
  20032.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  20033.      */
  20034.     protected function getConsole_Command_TranslationPullService()
  20035.     {
  20036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20037.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  20038.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  20039.         $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', [], []);
  20040.         $instance->setName('translation:pull');
  20041.         $instance->setDescription('Pull translations from a given provider.');
  20042.         return $instance;
  20043.     }
  20044.     /**
  20045.      * Gets the private 'console.command.translation_push' shared service.
  20046.      *
  20047.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  20048.      */
  20049.     protected function getConsole_Command_TranslationPushService()
  20050.     {
  20051.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20052.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  20053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  20054.         $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()), [], []);
  20055.         $instance->setName('translation:push');
  20056.         $instance->setDescription('Push translations to a given provider.');
  20057.         return $instance;
  20058.     }
  20059.     /**
  20060.      * Gets the private 'console.command.validator_debug' shared service.
  20061.      *
  20062.      * @return \Symfony\Component\Validator\Command\DebugCommand
  20063.      */
  20064.     protected function getConsole_Command_ValidatorDebugService()
  20065.     {
  20066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20067.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  20068.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  20069.         $instance->setName('debug:validator');
  20070.         $instance->setDescription('Display validation constraints for classes');
  20071.         return $instance;
  20072.     }
  20073.     /**
  20074.      * Gets the private 'console.command.xliff_lint' shared service.
  20075.      *
  20076.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  20077.      */
  20078.     protected function getConsole_Command_XliffLintService()
  20079.     {
  20080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20081.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  20082.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  20083.         $instance->setName('lint:xliff');
  20084.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  20085.         return $instance;
  20086.     }
  20087.     /**
  20088.      * Gets the private 'console.command.yaml_lint' shared service.
  20089.      *
  20090.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  20091.      */
  20092.     protected function getConsole_Command_YamlLintService()
  20093.     {
  20094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20095.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  20096.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  20097.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  20098.         $instance->setName('lint:yaml');
  20099.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  20100.         return $instance;
  20101.     }
  20102.     /**
  20103.      * Gets the private 'console.error_listener' shared service.
  20104.      *
  20105.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  20106.      */
  20107.     protected function getConsole_ErrorListenerService()
  20108.     {
  20109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  20110.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  20111.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20112.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20113.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  20114.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  20115.     }
  20116.     /**
  20117.      * Gets the private 'container.env_var_processor' shared service.
  20118.      *
  20119.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  20120.      */
  20121.     protected function getContainer_EnvVarProcessorService()
  20122.     {
  20123.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  20124.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  20125.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  20126.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  20127.         }, 1));
  20128.     }
  20129.     /**
  20130.      * Gets the private 'container.getenv' shared service.
  20131.      *
  20132.      * @return \Closure
  20133.      */
  20134.     protected function getContainer_GetenvService()
  20135.     {
  20136.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  20137.     }
  20138.     /**
  20139.      * Gets the private 'data_collector.form' shared service.
  20140.      *
  20141.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  20142.      */
  20143.     protected function getDataCollector_FormService()
  20144.     {
  20145.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  20146.     }
  20147.     /**
  20148.      * Gets the private 'data_collector.request' shared service.
  20149.      *
  20150.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  20151.      */
  20152.     protected function getDataCollector_RequestService()
  20153.     {
  20154.         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())));
  20155.     }
  20156.     /**
  20157.      * Gets the private 'data_collector.request.session_collector' shared service.
  20158.      *
  20159.      * @return \Closure
  20160.      */
  20161.     protected function getDataCollector_Request_SessionCollectorService()
  20162.     {
  20163.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  20164.     }
  20165.     /**
  20166.      * Gets the private 'debug.Ajgarlag\Bundle\PsrHttpMessageBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver' shared service.
  20167.      *
  20168.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20169.      */
  20170.     protected function getPsr7ServerRequestResolverService()
  20171.     {
  20172.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20173.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20174.         include_once \dirname(__DIR__4).'/vendor/ajgarlag/psr-http-message-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  20175.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  20176.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  20177.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  20178.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  20179.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  20180.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  20181.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  20182.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  20183.         include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  20184.         $a = new \Nyholm\Psr7\Factory\Psr17Factory();
  20185.         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))));
  20186.     }
  20187.     /**
  20188.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ActionResolver' shared service.
  20189.      *
  20190.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20191.      */
  20192.     protected function getActionResolverService()
  20193.     {
  20194.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20195.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20196.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ActionResolver.php';
  20197.         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))));
  20198.     }
  20199.     /**
  20200.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\ConstraintViolationListResolver' shared service.
  20201.      *
  20202.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20203.      */
  20204.     protected function getConstraintViolationListResolverService()
  20205.     {
  20206.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20207.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20208.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/ConstraintViolationListResolver.php';
  20209.         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))));
  20210.     }
  20211.     /**
  20212.      * Gets the private 'debug.Drosalys\Bundle\ApiBundle\ArgumentResolver\DeserializeResolver' shared service.
  20213.      *
  20214.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20215.      */
  20216.     protected function getDeserializeResolverService()
  20217.     {
  20218.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20219.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20220.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ArgumentResolver/DeserializeResolver.php';
  20221.         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))));
  20222.     }
  20223.     /**
  20224.      * Gets the private 'debug.argument_resolver' shared service.
  20225.      *
  20226.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  20227.      */
  20228.     protected function getDebug_ArgumentResolverService()
  20229.     {
  20230.         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 () {
  20231.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  20232.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  20233.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  20234.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  20235.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] ?? $this->getActionResolverService());
  20236.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] ?? $this->getConstraintViolationListResolverService());
  20237.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] ?? $this->getDeserializeResolverService());
  20238.             yield => ($this->privates['debug.Ajgarlag\\Bundle\\PsrHttpMessageBundle\\Request\\ArgumentValueResolver\\Psr7ServerRequestResolver'] ?? $this->getPsr7ServerRequestResolverService());
  20239.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  20240.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  20241.             yield 10 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  20242.             yield 11 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  20243.         }, 12)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  20244.     }
  20245.     /**
  20246.      * Gets the private 'debug.argument_resolver.default' shared service.
  20247.      *
  20248.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20249.      */
  20250.     protected function getDebug_ArgumentResolver_DefaultService()
  20251.     {
  20252.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20253.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20254.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  20255.         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))));
  20256.     }
  20257.     /**
  20258.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  20259.      *
  20260.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20261.      */
  20262.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  20263.     {
  20264.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20265.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20266.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  20267.         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.XTkxg6D'] ?? $this->get_ServiceLocator_XTkxg6DService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  20268.     }
  20269.     /**
  20270.      * Gets the private 'debug.argument_resolver.request' shared service.
  20271.      *
  20272.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20273.      */
  20274.     protected function getDebug_ArgumentResolver_RequestService()
  20275.     {
  20276.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20277.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20278.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  20279.         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))));
  20280.     }
  20281.     /**
  20282.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  20283.      *
  20284.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20285.      */
  20286.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  20287.     {
  20288.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20289.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20290.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  20291.         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))));
  20292.     }
  20293.     /**
  20294.      * Gets the private 'debug.argument_resolver.service' shared service.
  20295.      *
  20296.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20297.      */
  20298.     protected function getDebug_ArgumentResolver_ServiceService()
  20299.     {
  20300.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20301.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20302.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  20303.         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.XTkxg6D'] ?? $this->get_ServiceLocator_XTkxg6DService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  20304.     }
  20305.     /**
  20306.      * Gets the private 'debug.argument_resolver.session' shared service.
  20307.      *
  20308.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20309.      */
  20310.     protected function getDebug_ArgumentResolver_SessionService()
  20311.     {
  20312.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20313.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20314.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  20315.         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))));
  20316.     }
  20317.     /**
  20318.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  20319.      *
  20320.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20321.      */
  20322.     protected function getDebug_ArgumentResolver_VariadicService()
  20323.     {
  20324.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20325.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20326.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  20327.         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))));
  20328.     }
  20329.     /**
  20330.      * Gets the private 'debug.debug_handlers_listener' shared service.
  20331.      *
  20332.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  20333.      */
  20334.     protected function getDebug_DebugHandlersListenerService()
  20335.     {
  20336.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  20337.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20338.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20339.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20340.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  20341.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  20342.     }
  20343.     /**
  20344.      * Gets the private 'debug.dump_listener' shared service.
  20345.      *
  20346.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  20347.      */
  20348.     protected function getDebug_DumpListenerService()
  20349.     {
  20350.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  20351.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  20352.         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()));
  20353.     }
  20354.     /**
  20355.      * Gets the private 'debug.file_link_formatter' shared service.
  20356.      *
  20357.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  20358.      */
  20359.     protected function getDebug_FileLinkFormatterService()
  20360.     {
  20361.         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 () {
  20362.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  20363.         });
  20364.     }
  20365.     /**
  20366.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  20367.      *
  20368.      * @return \string
  20369.      */
  20370.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  20371.     {
  20372.         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');
  20373.     }
  20374.     /**
  20375.      * Gets the private 'debug.log_processor' shared service.
  20376.      *
  20377.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  20378.      */
  20379.     protected function getDebug_LogProcessorService()
  20380.     {
  20381.         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())));
  20382.     }
  20383.     /**
  20384.      * Gets the private 'debug.security.access.decision_manager' shared service.
  20385.      *
  20386.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  20387.      */
  20388.     protected function getDebug_Security_Access_DecisionManagerService()
  20389.     {
  20390.         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 () {
  20391.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  20392.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  20393.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  20394.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Channel\\CanShareContentVoter'] ?? $this->getCanShareContentVoterService());
  20395.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\PartnerApi\\ChannelVoter'] ?? $this->getChannelVoterService());
  20396.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\PartnerApi\\ScholarVoter'] ?? $this->getScholarVoterService());
  20397.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\LessonVoter'] ?? $this->getLessonVoterService());
  20398.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\ModuleVoter'] ?? $this->getModuleVoterService());
  20399.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Front\\TrainingVoter'] ?? $this->getTrainingVoterService());
  20400.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\Manager\\LockContentVoter'] ?? $this->getLockContentVoterService());
  20401.             yield 10 => ($this->privates['debug.security.voter.App\\Security\\Voter\\Scholar\\PracticalCaseUserVoter'] ?? $this->getPracticalCaseUserVoterService());
  20402.             yield 11 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] ?? $this->getChannelUserDataVoterService());
  20403.             yield 12 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] ?? $this->getChannelUserMenuVoterService());
  20404.             yield 13 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] ?? $this->getChannelUserPermissionResourceVoterService());
  20405.             yield 14 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] ?? $this->getChannelUserPermissionVoterService());
  20406.             yield 15 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] ?? $this->getSharableChannelPermissionVoterService());
  20407.             yield 16 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] ?? $this->getSharableChannelResourcePermissionVoterService());
  20408.             yield 17 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'] ?? $this->getSharableUsersResourcePermissionVoterService());
  20409.             yield 18 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] ?? $this->getSuperAdminVoterService());
  20410.             yield 19 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] ?? $this->getUserOwnerVoterService());
  20411.             yield 20 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] ?? $this->getUsersResourceVoterService());
  20412.         }, 21), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  20413.     }
  20414.     /**
  20415.      * Gets the private 'debug.security.firewall' shared service.
  20416.      *
  20417.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  20418.      */
  20419.     protected function getDebug_Security_FirewallService()
  20420.     {
  20421.         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()));
  20422.     }
  20423.     /**
  20424.      * Gets the private 'debug.security.firewall.authenticator.internal_api' shared service.
  20425.      *
  20426.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  20427.      */
  20428.     protected function getDebug_Security_Firewall_Authenticator_InternalApiService()
  20429.     {
  20430.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  20431.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  20432.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  20433.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  20434.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  20435.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  20436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  20437.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Security/InternalAuthenticator.php';
  20438.         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, [])));
  20439.     }
  20440.     /**
  20441.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  20442.      *
  20443.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  20444.      */
  20445.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  20446.     {
  20447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  20448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  20449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  20450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  20451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  20452.         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, [])));
  20453.     }
  20454.     /**
  20455.      * Gets the private 'debug.security.firewall.authenticator.partner_api' shared service.
  20456.      *
  20457.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  20458.      */
  20459.     protected function getDebug_Security_Firewall_Authenticator_PartnerApiService()
  20460.     {
  20461.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  20462.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  20463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  20464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  20465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  20466.         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, [])));
  20467.     }
  20468.     /**
  20469.      * Gets the private 'debug.security.firewall.authenticator.reverse_sync' shared service.
  20470.      *
  20471.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  20472.      */
  20473.     protected function getDebug_Security_Firewall_Authenticator_ReverseSyncService()
  20474.     {
  20475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  20476.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  20477.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  20478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  20479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  20480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  20481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  20482.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  20483.         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, [])));
  20484.     }
  20485.     /**
  20486.      * Gets the private 'debug.security.user_value_resolver' shared service.
  20487.      *
  20488.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  20489.      */
  20490.     protected function getDebug_Security_UserValueResolverService()
  20491.     {
  20492.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  20493.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  20494.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  20495.         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))));
  20496.     }
  20497.     /**
  20498.      * Gets the private 'debug.security.voter.App\Security\Voter\Channel\CanShareContentVoter' shared service.
  20499.      *
  20500.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20501.      */
  20502.     protected function getCanShareContentVoterService()
  20503.     {
  20504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20507.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20508.         include_once \dirname(__DIR__4).'/src/Security/Voter/Channel/CanShareContentVoter.php';
  20509.         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()));
  20510.     }
  20511.     /**
  20512.      * Gets the private 'debug.security.voter.App\Security\Voter\PartnerApi\ChannelVoter' shared service.
  20513.      *
  20514.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20515.      */
  20516.     protected function getChannelVoterService()
  20517.     {
  20518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20520.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20522.         include_once \dirname(__DIR__4).'/src/Security/Voter/PartnerApi/ChannelVoter.php';
  20523.         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()));
  20524.     }
  20525.     /**
  20526.      * Gets the private 'debug.security.voter.App\Security\Voter\PartnerApi\ScholarVoter' shared service.
  20527.      *
  20528.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20529.      */
  20530.     protected function getScholarVoterService()
  20531.     {
  20532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20536.         include_once \dirname(__DIR__4).'/src/Security/Voter/PartnerApi/ScholarVoter.php';
  20537.         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()));
  20538.     }
  20539.     /**
  20540.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\LessonVoter' shared service.
  20541.      *
  20542.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20543.      */
  20544.     protected function getLessonVoterService()
  20545.     {
  20546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20550.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Front/LessonVoter.php';
  20551.         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()));
  20552.     }
  20553.     /**
  20554.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\ModuleVoter' shared service.
  20555.      *
  20556.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20557.      */
  20558.     protected function getModuleVoterService()
  20559.     {
  20560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20563.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Front/ModuleVoter.php';
  20564.         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()));
  20565.     }
  20566.     /**
  20567.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Front\TrainingVoter' shared service.
  20568.      *
  20569.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20570.      */
  20571.     protected function getTrainingVoterService()
  20572.     {
  20573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20576.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Front/TrainingVoter.php';
  20577.         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()));
  20578.     }
  20579.     /**
  20580.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\Manager\LockContentVoter' shared service.
  20581.      *
  20582.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20583.      */
  20584.     protected function getLockContentVoterService()
  20585.     {
  20586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20590.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/Manager/LockContentVoter.php';
  20591.         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()));
  20592.     }
  20593.     /**
  20594.      * Gets the private 'debug.security.voter.App\Security\Voter\Scholar\PracticalCaseUserVoter' shared service.
  20595.      *
  20596.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20597.      */
  20598.     protected function getPracticalCaseUserVoterService()
  20599.     {
  20600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20603.         include_once \dirname(__DIR__4).'/src/Security/Voter/Scholar/PracticalCaseUserVoter.php';
  20604.         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()));
  20605.     }
  20606.     /**
  20607.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter' shared service.
  20608.      *
  20609.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20610.      */
  20611.     protected function getChannelUserDataVoterService()
  20612.     {
  20613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20617.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserDataVoter.php';
  20618.         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()));
  20619.     }
  20620.     /**
  20621.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter' shared service.
  20622.      *
  20623.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20624.      */
  20625.     protected function getChannelUserMenuVoterService()
  20626.     {
  20627.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20628.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20631.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserMenuVoter.php';
  20632.         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()));
  20633.     }
  20634.     /**
  20635.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter' shared service.
  20636.      *
  20637.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20638.      */
  20639.     protected function getChannelUserPermissionResourceVoterService()
  20640.     {
  20641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20645.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionResourceVoter.php';
  20646.         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()));
  20647.     }
  20648.     /**
  20649.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter' shared service.
  20650.      *
  20651.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20652.      */
  20653.     protected function getChannelUserPermissionVoterService()
  20654.     {
  20655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20659.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/ChannelUserPermissionVoter.php';
  20660.         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()));
  20661.     }
  20662.     /**
  20663.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter' shared service.
  20664.      *
  20665.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20666.      */
  20667.     protected function getSharableChannelPermissionVoterService()
  20668.     {
  20669.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20670.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20671.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20672.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20673.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelPermissionVoter.php';
  20674.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelPermissionService.php';
  20675.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManagerInterface.php';
  20676.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResourceToChannel/SharableChannelResourceToChannelPermissionManager.php';
  20677.         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 () {
  20678.             yield => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonChannelSharablePermissionResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonChannelSharablePermissionResolver'] = new \App\SdkBundle\Permission\SharablePermission\LessonChannelSharablePermissionResolver()));
  20679.             yield => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\TrainingChannelSharablePermissionResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\TrainingChannelSharablePermissionResolver'] = new \App\SdkBundle\Permission\SharablePermission\TrainingChannelSharablePermissionResolver()));
  20680.         }, 2)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelResourceService'] ?? $this->getChannelResourceServiceService()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  20681.     }
  20682.     /**
  20683.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter' shared service.
  20684.      *
  20685.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20686.      */
  20687.     protected function getSharableChannelResourcePermissionVoterService()
  20688.     {
  20689.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20690.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20691.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20693.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableChannelResourcePermissionVoter.php';
  20694.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableChannelResourcePermissionService.php';
  20695.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManagerInterface.php';
  20696.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/ChannelResources/SharableChannelResourcePermissionManager.php';
  20697.         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 () {
  20698.             yield => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\LessonResolver'] = new \App\SdkBundle\Permission\SharablePermission\LessonResolver()));
  20699.             yield => ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\ModuleResolver'] ?? ($this->privates['App\\SdkBundle\\Permission\\SharablePermission\\ModuleResolver'] = new \App\SdkBundle\Permission\SharablePermission\ModuleResolver()));
  20700.         }, 2)), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Authorization\\AuthorizationHelper'] ?? $this->getAuthorizationHelperService()))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  20701.     }
  20702.     /**
  20703.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableUsersResourcePermissionVoter' shared service.
  20704.      *
  20705.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20706.      */
  20707.     protected function getSharableUsersResourcePermissionVoterService()
  20708.     {
  20709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20711.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20712.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20713.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SharableUsersResourcePermissionVoter.php';
  20714.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/SharableUsersResourcePermissionService.php';
  20715.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManagerInterface.php';
  20716.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/SharablePermission/Managers/UsersResourceToChannelResource/SharableUsersResourceToChannelResourcePermissionManager.php';
  20717.         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 () {
  20718.             return new \EmptyIterator();
  20719.         }, 0)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  20720.     }
  20721.     /**
  20722.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter' shared service.
  20723.      *
  20724.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20725.      */
  20726.     protected function getSuperAdminVoterService()
  20727.     {
  20728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20731.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/SuperAdminVoter.php';
  20732.         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()));
  20733.     }
  20734.     /**
  20735.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter' shared service.
  20736.      *
  20737.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20738.      */
  20739.     protected function getUserOwnerVoterService()
  20740.     {
  20741.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20743.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20744.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20745.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UserOwnerVoter.php';
  20746.         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()));
  20747.     }
  20748.     /**
  20749.      * Gets the private 'debug.security.voter.Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter' shared service.
  20750.      *
  20751.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20752.      */
  20753.     protected function getUsersResourceVoterService()
  20754.     {
  20755.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  20759.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Voter/UsersResourceVoter.php';
  20760.         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()));
  20761.     }
  20762.     /**
  20763.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  20764.      *
  20765.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20766.      */
  20767.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  20768.     {
  20769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  20773.         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()));
  20774.     }
  20775.     /**
  20776.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  20777.      *
  20778.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20779.      */
  20780.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  20781.     {
  20782.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20783.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20784.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20785.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  20786.         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()));
  20787.     }
  20788.     /**
  20789.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  20790.      *
  20791.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  20792.      */
  20793.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  20794.     {
  20795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20796.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  20798.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  20799.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  20800.         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()));
  20801.     }
  20802.     /**
  20803.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  20804.      *
  20805.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  20806.      */
  20807.     protected function getDebug_Security_Voter_VoteListenerService()
  20808.     {
  20809.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  20810.         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()));
  20811.     }
  20812.     /**
  20813.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  20814.      *
  20815.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  20816.      */
  20817.     protected function getDoctrine_CacheClearMetadataCommandService()
  20818.     {
  20819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20820.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20821.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  20822.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20823.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  20824.         $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()));
  20825.         $instance->setName('doctrine:cache:clear-metadata');
  20826.         return $instance;
  20827.     }
  20828.     /**
  20829.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  20830.      *
  20831.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  20832.      */
  20833.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  20834.     {
  20835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20836.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20837.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  20838.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20839.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  20840.         $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()));
  20841.         $instance->setName('doctrine:cache:clear-query');
  20842.         return $instance;
  20843.     }
  20844.     /**
  20845.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  20846.      *
  20847.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  20848.      */
  20849.     protected function getDoctrine_CacheClearResultCommandService()
  20850.     {
  20851.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20852.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20853.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  20854.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20855.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  20856.         $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()));
  20857.         $instance->setName('doctrine:cache:clear-result');
  20858.         return $instance;
  20859.     }
  20860.     /**
  20861.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  20862.      *
  20863.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  20864.      */
  20865.     protected function getDoctrine_CacheCollectionRegionCommandService()
  20866.     {
  20867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20868.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20869.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  20870.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20871.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  20872.         $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()));
  20873.         $instance->setName('doctrine:cache:clear-collection-region');
  20874.         return $instance;
  20875.     }
  20876.     /**
  20877.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  20878.      *
  20879.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  20880.      */
  20881.     protected function getDoctrine_ClearEntityRegionCommandService()
  20882.     {
  20883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20884.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20885.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  20886.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20887.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  20888.         $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()));
  20889.         $instance->setName('doctrine:cache:clear-entity-region');
  20890.         return $instance;
  20891.     }
  20892.     /**
  20893.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  20894.      *
  20895.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  20896.      */
  20897.     protected function getDoctrine_ClearQueryRegionCommandService()
  20898.     {
  20899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20900.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20901.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  20902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20903.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  20904.         $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()));
  20905.         $instance->setName('doctrine:cache:clear-query-region');
  20906.         return $instance;
  20907.     }
  20908.     /**
  20909.      * Gets the private 'doctrine.database_create_command' shared service.
  20910.      *
  20911.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  20912.      */
  20913.     protected function getDoctrine_DatabaseCreateCommandService()
  20914.     {
  20915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20916.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  20917.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  20918.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20919.         $instance->setName('doctrine:database:create');
  20920.         return $instance;
  20921.     }
  20922.     /**
  20923.      * Gets the private 'doctrine.database_drop_command' shared service.
  20924.      *
  20925.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  20926.      */
  20927.     protected function getDoctrine_DatabaseDropCommandService()
  20928.     {
  20929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20930.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  20931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  20932.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20933.         $instance->setName('doctrine:database:drop');
  20934.         return $instance;
  20935.     }
  20936.     /**
  20937.      * Gets the private 'doctrine.database_import_command' shared service.
  20938.      *
  20939.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  20940.      */
  20941.     protected function getDoctrine_DatabaseImportCommandService()
  20942.     {
  20943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20944.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  20945.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  20946.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  20947.         $instance->setName('doctrine:database:import');
  20948.         return $instance;
  20949.     }
  20950.     /**
  20951.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  20952.      *
  20953.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  20954.      */
  20955.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  20956.     {
  20957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20958.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20959.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  20960.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20961.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  20962.         $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()));
  20963.         $instance->setName('doctrine:ensure-production-settings');
  20964.         return $instance;
  20965.     }
  20966.     /**
  20967.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  20968.      *
  20969.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  20970.      */
  20971.     protected function getDoctrine_MappingConvertCommandService()
  20972.     {
  20973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20974.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  20975.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  20976.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  20977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  20978.         $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()));
  20979.         $instance->setName('doctrine:mapping:convert');
  20980.         return $instance;
  20981.     }
  20982.     /**
  20983.      * Gets the private 'doctrine.mapping_import_command' shared service.
  20984.      *
  20985.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  20986.      */
  20987.     protected function getDoctrine_MappingImportCommandService()
  20988.     {
  20989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20990.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  20991.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  20992.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  20993.         $instance->setName('doctrine:mapping:import');
  20994.         return $instance;
  20995.     }
  20996.     /**
  20997.      * Gets the private 'doctrine.mapping_info_command' shared service.
  20998.      *
  20999.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  21000.      */
  21001.     protected function getDoctrine_MappingInfoCommandService()
  21002.     {
  21003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21005.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  21006.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21007.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  21008.         $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()));
  21009.         $instance->setName('doctrine:mapping:info');
  21010.         return $instance;
  21011.     }
  21012.     /**
  21013.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  21014.      *
  21015.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  21016.      */
  21017.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  21018.     {
  21019.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  21020.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  21021.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21022.     }
  21023.     /**
  21024.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  21025.      *
  21026.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  21027.      */
  21028.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  21029.     {
  21030.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  21031.         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()));
  21032.     }
  21033.     /**
  21034.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  21035.      *
  21036.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  21037.      */
  21038.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  21039.     {
  21040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  21041.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  21042.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''preRemove');
  21043.         $instance->addEntityListener('App\\Entity\\Account\\User''App\\Doctrine\\EventEntitySubscriber\\Account\\UserSubscriber''postRemove');
  21044.         $instance->addEntityListener('App\\Entity\\ChannelUserData\\ChannelUserData''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''postRemove');
  21045.         $instance->addEntityListener('App\\Entity\\Common\\Assignable''App\\Doctrine\\EventEntitySubscriber\\Common\\AssignableSubscriber''preFlush');
  21046.         $instance->addEntityListener('App\\Entity\\Common\\File''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''preUpdate');
  21047.         $instance->addEntityListener('App\\Entity\\Common\\File''App\\Doctrine\\EventEntitySubscriber\\FileSubscriber''postUpdate');
  21048.         $instance->addEntityListener('App\\Entity\\Forum\\ChapterMessage''App\\Doctrine\\EventEntitySubscriber\\Forum\\MessageSubscriber''postPersist');
  21049.         $instance->addEntityListener('App\\Entity\\Exercise\\Question\\MultipleChoiceAnswer''App\\Doctrine\\EventEntitySubscriber\\Scholar\\AnswerSubscriber''postUpdate');
  21050.         $instance->addEntityListener('App\\Entity\\Scholar\\Chapter\\Chapter''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber''postUpdate');
  21051.         $instance->addEntityListener('App\\Entity\\Scholar\\Chapter\\Chapter''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ChapterSubscriber''postPersist');
  21052.         $instance->addEntityListener('App\\Entity\\Exercise\\Exercise''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber''postUpdate');
  21053.         $instance->addEntityListener('App\\Entity\\Exercise\\Exercise''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ExerciseSubscriber''postPersist');
  21054.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonPrerequisite''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''postUpdate');
  21055.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonPrerequisite''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''postPersist');
  21056.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonPrerequisite''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonPrerequisiteSubscriber''postRemove');
  21057.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonReview''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''postPersist');
  21058.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\LessonReview''App\\Doctrine\\EventEntitySubscriber\\Scholar\\LessonReviewSubscriber''postUpdate');
  21059.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModuleLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''postPersist');
  21060.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModuleLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''postUpdate');
  21061.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModuleLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleLessonSubscriber''postRemove');
  21062.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''postPersist');
  21063.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''preUpdate');
  21064.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\ModulePermission''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ModuleStatusSubscriber''postUpdate');
  21065.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\OriginLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginLessonSubscriber''postUpdate');
  21066.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\OriginModule''App\\Doctrine\\EventEntitySubscriber\\Scholar\\OriginModuleSubscriber''postUpdate');
  21067.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResource''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResourceSubscriber''postUpdate');
  21068.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''prePersist');
  21069.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''preFlush');
  21070.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCaseResponse''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseResponseSubscriber''preRemove');
  21071.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCase''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''preRemove');
  21072.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCase''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''postUpdate');
  21073.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCase''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''postPersist');
  21074.         $instance->addEntityListener('App\\Entity\\Scholar\\PracticalCase\\PracticalCase''App\\Doctrine\\EventEntitySubscriber\\Scholar\\PracticalCaseSubscriber''postRemove');
  21075.         $instance->addEntityListener('App\\Entity\\Exercise\\Question\\Question''App\\Doctrine\\EventEntitySubscriber\\Scholar\\QuestionSubscriber''postUpdate');
  21076.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\SharedLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''postUpdate');
  21077.         $instance->addEntityListener('App\\Entity\\Scholar\\Lesson\\SharedLesson''App\\Doctrine\\EventEntitySubscriber\\Scholar\\ShareLessonSubscriber''preUpdate');
  21078.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\SharedModule''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''postUpdate');
  21079.         $instance->addEntityListener('App\\Entity\\Scholar\\Module\\SharedModule''App\\Doctrine\\EventEntitySubscriber\\Scholar\\SharedModuleSubscriber''preUpdate');
  21080.         return $instance;
  21081.     }
  21082.     /**
  21083.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  21084.      *
  21085.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  21086.      */
  21087.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  21088.     {
  21089.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  21090.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  21091.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  21092.     }
  21093.     /**
  21094.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  21095.      *
  21096.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  21097.      */
  21098.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  21099.     {
  21100.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  21101.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  21102.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  21103.             return new \EmptyIterator();
  21104.         }, 0));
  21105.     }
  21106.     /**
  21107.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  21108.      *
  21109.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  21110.      */
  21111.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  21112.     {
  21113.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  21114.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  21115.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  21116.     }
  21117.     /**
  21118.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  21119.      *
  21120.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  21121.      */
  21122.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  21123.     {
  21124.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  21125.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  21126.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  21127.             yield => ($this->privates['messenger.transport.sync_full_user_transport'] ?? $this->getMessenger_Transport_SyncFullUserTransportService());
  21128.             yield => ($this->privates['messenger.transport.sync_transport'] ?? $this->getMessenger_Transport_SyncTransportService());
  21129.             yield => ($this->privates['messenger.transport.sync_ack'] ?? $this->getMessenger_Transport_SyncAckService());
  21130.             yield => ($this->privates['messenger.transport.reverse_sync_transport'] ?? $this->getMessenger_Transport_ReverseSyncTransportService());
  21131.             yield => ($this->privates['messenger.transport.share_content_transport'] ?? $this->getMessenger_Transport_ShareContentTransportService());
  21132.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  21133.         }, 6));
  21134.     }
  21135.     /**
  21136.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  21137.      *
  21138.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  21139.      */
  21140.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  21141.     {
  21142.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  21143.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21144.     }
  21145.     /**
  21146.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  21147.      *
  21148.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  21149.      */
  21150.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  21151.     {
  21152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  21153.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  21154.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21155.     }
  21156.     /**
  21157.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  21158.      *
  21159.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  21160.      */
  21161.     protected function getDoctrine_Orm_Validator_UniqueService()
  21162.     {
  21163.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  21164.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  21165.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  21166.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21167.     }
  21168.     /**
  21169.      * Gets the private 'doctrine.query_dql_command' shared service.
  21170.      *
  21171.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  21172.      */
  21173.     protected function getDoctrine_QueryDqlCommandService()
  21174.     {
  21175.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21176.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21177.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  21178.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21179.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  21180.         $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()));
  21181.         $instance->setName('doctrine:query:dql');
  21182.         return $instance;
  21183.     }
  21184.     /**
  21185.      * Gets the private 'doctrine.query_sql_command' shared service.
  21186.      *
  21187.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  21188.      */
  21189.     protected function getDoctrine_QuerySqlCommandService()
  21190.     {
  21191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21192.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  21193.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  21194.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  21195.         $instance->setName('doctrine:query:sql');
  21196.         return $instance;
  21197.     }
  21198.     /**
  21199.      * Gets the private 'doctrine.schema_create_command' shared service.
  21200.      *
  21201.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  21202.      */
  21203.     protected function getDoctrine_SchemaCreateCommandService()
  21204.     {
  21205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21206.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21207.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  21208.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  21209.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21210.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  21211.         $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()));
  21212.         $instance->setName('doctrine:schema:create');
  21213.         return $instance;
  21214.     }
  21215.     /**
  21216.      * Gets the private 'doctrine.schema_drop_command' shared service.
  21217.      *
  21218.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  21219.      */
  21220.     protected function getDoctrine_SchemaDropCommandService()
  21221.     {
  21222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21223.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21224.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  21225.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  21226.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21227.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  21228.         $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()));
  21229.         $instance->setName('doctrine:schema:drop');
  21230.         return $instance;
  21231.     }
  21232.     /**
  21233.      * Gets the private 'doctrine.schema_update_command' shared service.
  21234.      *
  21235.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  21236.      */
  21237.     protected function getDoctrine_SchemaUpdateCommandService()
  21238.     {
  21239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21240.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21241.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  21242.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  21243.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21244.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  21245.         $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()));
  21246.         $instance->setName('doctrine:schema:update');
  21247.         return $instance;
  21248.     }
  21249.     /**
  21250.      * Gets the private 'doctrine.schema_validate_command' shared service.
  21251.      *
  21252.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  21253.      */
  21254.     protected function getDoctrine_SchemaValidateCommandService()
  21255.     {
  21256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21257.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  21258.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  21259.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  21260.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  21261.         $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()));
  21262.         $instance->setName('doctrine:schema:validate');
  21263.         return $instance;
  21264.     }
  21265.     /**
  21266.      * Gets the private 'doctrine.ulid_generator' shared service.
  21267.      *
  21268.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  21269.      */
  21270.     protected function getDoctrine_UlidGeneratorService()
  21271.     {
  21272.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  21273.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  21274.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UlidFactory.php';
  21275.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(new \Symfony\Component\Uid\Factory\UlidFactory());
  21276.     }
  21277.     /**
  21278.      * Gets the private 'doctrine.uuid_generator' shared service.
  21279.      *
  21280.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  21281.      */
  21282.     protected function getDoctrine_UuidGeneratorService()
  21283.     {
  21284.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  21285.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  21286.         include_once \dirname(__DIR__4).'/vendor/symfony/uid/Factory/UuidFactory.php';
  21287.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(new \Symfony\Component\Uid\Factory\UuidFactory(665'Symfony\\Component\\Uid\\UuidV4'NULLNULL));
  21288.     }
  21289.     /**
  21290.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  21291.      *
  21292.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  21293.      */
  21294.     protected function getDoctrineMigrations_DiffCommandService()
  21295.     {
  21296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21297.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  21298.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  21299.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  21300.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  21301.         $instance->setName('doctrine:migrations:diff');
  21302.         return $instance;
  21303.     }
  21304.     /**
  21305.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  21306.      *
  21307.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  21308.      */
  21309.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  21310.     {
  21311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21312.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  21313.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  21314.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  21315.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  21316.         $instance->setName('doctrine:migrations:dump-schema');
  21317.         return $instance;
  21318.     }
  21319.     /**
  21320.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  21321.      *
  21322.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  21323.      */
  21324.     protected function getDoctrineMigrations_ExecuteCommandService()
  21325.     {
  21326.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21327.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  21328.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  21329.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  21330.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  21331.         $instance->setName('doctrine:migrations:execute');
  21332.         return $instance;
  21333.     }
  21334.     /**
  21335.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  21336.      *
  21337.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  21338.      */
  21339.     protected function getDoctrineMigrations_GenerateCommandService()
  21340.     {
  21341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21342.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  21343.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  21344.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  21345.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  21346.         $instance->setName('doctrine:migrations:generate');
  21347.         return $instance;
  21348.     }
  21349.     /**
  21350.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  21351.      *
  21352.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  21353.      */
  21354.     protected function getDoctrineMigrations_LatestCommandService()
  21355.     {
  21356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21357.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  21358.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  21359.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  21360.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  21361.         $instance->setName('doctrine:migrations:latest');
  21362.         return $instance;
  21363.     }
  21364.     /**
  21365.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  21366.      *
  21367.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  21368.      */
  21369.     protected function getDoctrineMigrations_MigrateCommandService()
  21370.     {
  21371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21372.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  21373.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  21374.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  21375.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  21376.         $instance->setName('doctrine:migrations:migrate');
  21377.         return $instance;
  21378.     }
  21379.     /**
  21380.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  21381.      *
  21382.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  21383.      */
  21384.     protected function getDoctrineMigrations_RollupCommandService()
  21385.     {
  21386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21387.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  21388.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  21389.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  21390.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  21391.         $instance->setName('doctrine:migrations:rollup');
  21392.         return $instance;
  21393.     }
  21394.     /**
  21395.      * Gets the private 'doctrine_migrations.status_command' shared service.
  21396.      *
  21397.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  21398.      */
  21399.     protected function getDoctrineMigrations_StatusCommandService()
  21400.     {
  21401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21402.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  21403.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  21404.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  21405.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  21406.         $instance->setName('doctrine:migrations:status');
  21407.         return $instance;
  21408.     }
  21409.     /**
  21410.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  21411.      *
  21412.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  21413.      */
  21414.     protected function getDoctrineMigrations_UpToDateCommandService()
  21415.     {
  21416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21417.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  21418.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  21419.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  21420.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  21421.         $instance->setName('doctrine:migrations:up-to-date');
  21422.         return $instance;
  21423.     }
  21424.     /**
  21425.      * Gets the private 'doctrine_migrations.version_command' shared service.
  21426.      *
  21427.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  21428.      */
  21429.     protected function getDoctrineMigrations_VersionCommandService()
  21430.     {
  21431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21432.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  21433.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  21434.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  21435.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  21436.         $instance->setName('doctrine:migrations:version');
  21437.         return $instance;
  21438.     }
  21439.     /**
  21440.      * Gets the private 'drosalys.web_socket.loop' shared service.
  21441.      *
  21442.      * @return \React\EventLoop\LoopInterface
  21443.      */
  21444.     protected function getDrosalys_WebSocket_LoopService()
  21445.     {
  21446.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/LoopInterface.php';
  21447.         include_once \dirname(__DIR__4).'/vendor/react/event-loop/src/Factory.php';
  21448.         return $this->privates['drosalys.web_socket.loop'] = \React\EventLoop\Factory::create();
  21449.     }
  21450.     /**
  21451.      * Gets the private 'drosalys.web_socket.routing.sf_router' shared service.
  21452.      *
  21453.      * @return \Symfony\Component\Routing\Router
  21454.      */
  21455.     protected function getDrosalys_WebSocket_Routing_SfRouterService()
  21456.     {
  21457.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  21458.         $b = ($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)))));
  21459.         $c = new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  21460.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\YamlFileLoader($b));
  21461.         $a->addLoader(new \DrosalysWeb\Bundle\WebSocketBundle\Routing\Loader\XmlFileLoader($b));
  21462.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  21463.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  21464.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  21465.         $a->addLoader($c);
  21466.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  21467.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  21468.         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');
  21469.     }
  21470.     /**
  21471.      * Gets the private 'error_handler.error_renderer.html' shared service.
  21472.      *
  21473.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  21474.      */
  21475.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  21476.     {
  21477.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  21478.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  21479.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  21480.         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()));
  21481.     }
  21482.     /**
  21483.      * Gets the private 'exception_listener' shared service.
  21484.      *
  21485.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  21486.      */
  21487.     protected function getExceptionListenerService()
  21488.     {
  21489.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  21490.     }
  21491.     /**
  21492.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  21493.      *
  21494.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  21495.      */
  21496.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  21497.     {
  21498.         if ($lazyLoad) {
  21499.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  21500.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  21501.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  21502.                     $proxy->setProxyInitializer(null);
  21503.                     return true;
  21504.                 });
  21505.             });
  21506.         }
  21507.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/ProcessorInterface.php';
  21508.         include_once \dirname(__DIR__4).'/src/Fixtures/Processor/ChannelImageProcessor.php';
  21509.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Fixture/Processor/EaseUuidProcessor.php';
  21510.         include_once \dirname(__DIR__4).'/src/Fixtures/Processor/EaseUuidProcessor.php';
  21511.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Naming/NamerInterface.php';
  21512.         include_once \dirname(__DIR__4).'/src/Uploader/Naming/UuidNamer.php';
  21513.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  21514.         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)]);
  21515.     }
  21516.     /**
  21517.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  21518.      *
  21519.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  21520.      */
  21521.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  21522.     {
  21523.         if ($lazyLoad) {
  21524.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  21525.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  21526.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  21527.                     $proxy->setProxyInitializer(null);
  21528.                     return true;
  21529.                 });
  21530.             });
  21531.         }
  21532.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  21533.     }
  21534.     /**
  21535.      * Gets the private 'form.choice_list_factory.cached' shared service.
  21536.      *
  21537.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  21538.      */
  21539.     protected function getForm_ChoiceListFactory_CachedService()
  21540.     {
  21541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  21542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  21543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  21544.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  21545.         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())));
  21546.     }
  21547.     /**
  21548.      * Gets the private 'form.registry' shared service.
  21549.      *
  21550.      * @return \Symfony\Component\Form\FormRegistry
  21551.      */
  21552.     protected function getForm_RegistryService()
  21553.     {
  21554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  21555.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  21556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  21557.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  21558.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  21559.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  21560.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  21561.         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, [
  21562.             'App\\Filter\\Account\\AssignableFilterType' => ['privates''App\\Filter\\Account\\AssignableFilterType''getAssignableFilterTypeService'false],
  21563.             'App\\Filter\\Async\\Channel\\Bunny\\VideoFilterType' => ['privates''App\\Filter\\Async\\Channel\\Bunny\\VideoFilterType''getVideoFilterTypeService'false],
  21564.             'App\\Filter\\Async\\Channel\\User\\UserFilter' => ['privates''App\\Filter\\Async\\Channel\\User\\UserFilter''getUserFilterService'false],
  21565.             'App\\Filter\\Channel\\AssignableFilterType' => ['privates''App\\Filter\\Channel\\AssignableFilterType''getAssignableFilterType2Service'false],
  21566.             'App\\Filter\\Channel\\ImageFilter' => ['privates''App\\Filter\\Channel\\ImageFilter''getImageFilterService'false],
  21567.             'App\\Filter\\Common\\AssignableFilterType' => ['privates''App\\Filter\\Common\\AssignableFilterType''getAssignableFilterType3Service'false],
  21568.             'App\\Filter\\Common\\FileFilterType' => ['privates''App\\Filter\\Common\\FileFilterType''getFileFilterTypeService'false],
  21569.             'App\\Filter\\Front\\GlobalSearch' => ['privates''App\\Filter\\Front\\GlobalSearch''getGlobalSearchService'false],
  21570.             'App\\Filter\\Front\\GlobalSearchExtendedType' => ['privates''App\\Filter\\Front\\GlobalSearchExtendedType''getGlobalSearchExtendedTypeService'false],
  21571.             'App\\Filter\\Sync\\TrainingFilter' => ['privates''App\\Filter\\Sync\\TrainingFilter''getTrainingFilterService'false],
  21572.             'App\\Form\\Account\\AdviceType' => ['privates''App\\Form\\Account\\AdviceType''getAdviceTypeService'false],
  21573.             'App\\Form\\Channel\\ContactType' => ['privates''App\\Form\\Channel\\ContactType''getContactTypeService'false],
  21574.             'App\\Form\\Channel\\Filter\\ChannelTrainingFilter' => ['privates''App\\Form\\Channel\\Filter\\ChannelTrainingFilter''getChannelTrainingFilterService'false],
  21575.             'App\\Form\\Channel\\ImageSelectorType' => ['privates''App\\Form\\Channel\\ImageSelectorType''getImageSelectorTypeService'false],
  21576.             'App\\Form\\Common\\CountPaginationType' => ['privates''App\\Form\\Common\\CountPaginationType''getCountPaginationTypeService'false],
  21577.             'App\\Form\\Common\\CustomFileType' => ['privates''App\\Form\\Common\\CustomFileType''getCustomFileTypeService'false],
  21578.             'App\\Form\\Common\\NellappSliderType' => ['privates''App\\Form\\Common\\NellappSliderType''getNellappSliderTypeService'false],
  21579.             'App\\Form\\Common\\RatingType' => ['privates''App\\Form\\Common\\RatingType''getRatingTypeService'false],
  21580.             'App\\Form\\Common\\ReAssignableFormType' => ['privates''App\\Form\\Common\\ReAssignableFormType''getReAssignableFormTypeService'false],
  21581.             'App\\Form\\Exercise\\ExerciseType' => ['privates''App\\Form\\Exercise\\ExerciseType''getExerciseTypeService'false],
  21582.             'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType' => ['privates''App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType''getMultipleChoiceAnswerTypeService'false],
  21583.             'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType' => ['privates''App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType''getMultipleChoiceQuestionTypeService'false],
  21584.             'App\\Form\\Exercise\\Question\\QuestionType' => ['privates''App\\Form\\Exercise\\Question\\QuestionType''getQuestionTypeService'false],
  21585.             'App\\Form\\Exercise\\User\\ChoiceAnswerType' => ['privates''App\\Form\\Exercise\\User\\ChoiceAnswerType''getChoiceAnswerTypeService'false],
  21586.             'App\\Form\\Exercise\\User\\ExerciseResultType' => ['privates''App\\Form\\Exercise\\User\\ExerciseResultType''getExerciseResultTypeService'false],
  21587.             'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType' => ['privates''App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType''getMultipleChoiceQuestionResultTypeService'false],
  21588.             'App\\Form\\Exercise\\User\\QuestionResultType' => ['privates''App\\Form\\Exercise\\User\\QuestionResultType''getQuestionResultTypeService'false],
  21589.             'App\\Form\\Forum\\MessageAnswerType' => ['privates''App\\Form\\Forum\\MessageAnswerType''getMessageAnswerTypeService'false],
  21590.             'App\\Form\\Forum\\MessageType' => ['privates''App\\Form\\Forum\\MessageType''getMessageTypeService'false],
  21591.             'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType' => ['privates''App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType''getLessonScholarFilterTypeService'false],
  21592.             'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType''getChannelFilterTypeService'false],
  21593.             'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter' => ['privates''App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter''getCollectionFilterService'false],
  21594.             'App\\Form\\Manager\\Filter\\Channel\\LessonMessageFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\LessonMessageFilterType''getLessonMessageFilterTypeService'false],
  21595.             'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType''getLessonReviewFilterTypeService'false],
  21596.             'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter' => ['privates''App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter''getLessonScholarFilterService'false],
  21597.             'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter' => ['privates''App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter''getScholarCollectionFilterService'false],
  21598.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\ShareProgressFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\SharedContent\\ShareProgressFilterType''getShareProgressFilterTypeService'false],
  21599.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedChannelFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedChannelFilterType''getSharedChannelFilterTypeService'false],
  21600.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedContentFilterType' => ['privates''App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedContentFilterType''getSharedContentFilterTypeService'false],
  21601.             'App\\Form\\Manager\\Filter\\UserFilter' => ['privates''App\\Form\\Manager\\Filter\\UserFilter''getUserFilter2Service'false],
  21602.             'App\\Form\\Payment\\FundingType' => ['privates''App\\Form\\Payment\\FundingType''getFundingTypeService'false],
  21603.             'App\\Form\\Scholar\\ChapterType' => ['privates''App\\Form\\Scholar\\ChapterType''getChapterTypeService'false],
  21604.             'App\\Form\\Scholar\\LessonPrerequisiteType' => ['privates''App\\Form\\Scholar\\LessonPrerequisiteType''getLessonPrerequisiteTypeService'false],
  21605.             'App\\Form\\Scholar\\LessonReviewType' => ['privates''App\\Form\\Scholar\\LessonReviewType''getLessonReviewTypeService'false],
  21606.             'App\\Form\\Scholar\\LessonType' => ['privates''App\\Form\\Scholar\\LessonType''getLessonTypeService'false],
  21607.             'App\\Form\\Scholar\\ModuleLessonType' => ['privates''App\\Form\\Scholar\\ModuleLessonType''getModuleLessonTypeService'false],
  21608.             'App\\Form\\Scholar\\ModuleType' => ['privates''App\\Form\\Scholar\\ModuleType''getModuleTypeService'false],
  21609.             'App\\Form\\Scholar\\MultipleAskForReferentCorrectionType' => ['privates''App\\Form\\Scholar\\MultipleAskForReferentCorrectionType''getMultipleAskForReferentCorrectionTypeService'false],
  21610.             'App\\Form\\Scholar\\MultipleChatBotType' => ['privates''App\\Form\\Scholar\\MultipleChatBotType''getMultipleChatBotTypeService'false],
  21611.             'App\\Form\\Scholar\\MultipleReferralTrainerType' => ['privates''App\\Form\\Scholar\\MultipleReferralTrainerType''getMultipleReferralTrainerTypeService'false],
  21612.             'App\\Form\\Scholar\\PracticalCaseCorrectionType' => ['privates''App\\Form\\Scholar\\PracticalCaseCorrectionType''getPracticalCaseCorrectionTypeService'false],
  21613.             'App\\Form\\Scholar\\PracticalCaseResourceType' => ['privates''App\\Form\\Scholar\\PracticalCaseResourceType''getPracticalCaseResourceTypeService'false],
  21614.             'App\\Form\\Scholar\\PracticalCaseResponseType' => ['privates''App\\Form\\Scholar\\PracticalCaseResponseType''getPracticalCaseResponseTypeService'false],
  21615.             'App\\Form\\Scholar\\PracticalCaseType' => ['privates''App\\Form\\Scholar\\PracticalCaseType''getPracticalCaseTypeService'false],
  21616.             'App\\Form\\Scholar\\ReferralTrainerType' => ['privates''App\\Form\\Scholar\\ReferralTrainerType''getReferralTrainerTypeService'false],
  21617.             'App\\Form\\Scholar\\ScholarInterfaceSelektor' => ['privates''App\\Form\\Scholar\\ScholarInterfaceSelektor''getScholarInterfaceSelektorService'false],
  21618.             'App\\Form\\Scholar\\TrainingDescriptionType' => ['privates''App\\Form\\Scholar\\TrainingDescriptionType''getTrainingDescriptionTypeService'false],
  21619.             'App\\Form\\Scholar\\TrainingModuleType' => ['privates''App\\Form\\Scholar\\TrainingModuleType''getTrainingModuleTypeService'false],
  21620.             'App\\Form\\Scholar\\TrainingProductType' => ['privates''App\\Form\\Scholar\\TrainingProductType''getTrainingProductTypeService'false],
  21621.             'App\\Form\\Scholar\\TrainingType' => ['privates''App\\Form\\Scholar\\TrainingType''getTrainingTypeService'false],
  21622.             'App\\Form\\Share\\ShareContentType' => ['privates''App\\Form\\Share\\ShareContentType''getShareContentTypeService'false],
  21623.             'App\\Form\\TemplatePage\\CreatePageType' => ['privates''App\\Form\\TemplatePage\\CreatePageType''getCreatePageTypeService'false],
  21624.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityTypeService'false],
  21625.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => ['privates''DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType''getSelectOrCreateTypeService'false],
  21626.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => ['privates''Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter''getApiFilterService'false],
  21627.             'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => ['privates''karser_recaptcha3.form.type''getKarserRecaptcha3_Form_TypeService'false],
  21628.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  21629.             'Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter\\ActivityFeedFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter\\ActivityFeedFilter''getActivityFeedFilterService'false],
  21630.             'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter''getCollectionFilter2Service'false],
  21631.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType''getGroupeFilterTypeService'false],
  21632.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType''getServiceFilterTypeService'false],
  21633.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType''getSessionFilterTypeService'false],
  21634.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType''getTrainingFilterTypeService'false],
  21635.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType''getUserFilterTypeService'false],
  21636.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType''getNellappBooleanTypeService'false],
  21637.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType''getNellappChoiceTypeService'false],
  21638.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappDurationType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappDurationType''getNellappDurationTypeService'false],
  21639.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter''getCustomViewColumnsFilterService'false],
  21640.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType''getCustomViewManagerTypeService'false],
  21641.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType''getEditCustomViewTypeService'false],
  21642.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType''getNewCustomViewTypeService'false],
  21643.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType''getChannelUserRoleFilterTypeService'false],
  21644.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter''getCollectionFilter3Service'false],
  21645.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType''getTextListFilterTypeService'false],
  21646.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType''getDateRangeFilterTypeService'false],
  21647.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter''getCollectionFilter4Service'false],
  21648.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType''getChannelUserRoleSelektorFilterTypeService'false],
  21649.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType''getUserSelektorFilterTypeService'false],
  21650.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType''getSessionStatusFilterTypeService'false],
  21651.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType''getTabContainerTypeService'false],
  21652.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\TabType''getTabTypeService'false],
  21653.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType''getAsyncEntityType2Service'false],
  21654.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType''getChannelUserRoleSelektorTypeService'false],
  21655.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType''getGroupSelektorTypeService'false],
  21656.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType''getPlaceSelektorTypeService'false],
  21657.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType''getServiceSelektorTypeService'false],
  21658.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType''getUserSelektorTypeService'false],
  21659.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType''getChannelUserPermissionEnumTypeService'false],
  21660.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType''getChannelUserPermissionResourceTypeService'false],
  21661.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter''getChannelUserDataFilterService'false],
  21662.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter''getChannelUserPermissionResourceFilterService'false],
  21663.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType''getMultipleResourcePermissionsTypeService'false],
  21664.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType''getSelectUserForChannelResourcePermissionTypeService'false],
  21665.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType''getMimeTypeChoiceFilterTypeService'false],
  21666.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => ['privates''spiriit_form_filter.type.filter_boolean''getSpiriitFormFilter_Type_FilterBooleanService'false],
  21667.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => ['privates''spiriit_form_filter.type.filter_checkbox''getSpiriitFormFilter_Type_FilterCheckboxService'false],
  21668.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => ['privates''spiriit_form_filter.type.filter_choice''getSpiriitFormFilter_Type_FilterChoiceService'false],
  21669.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => ['privates''spiriit_form_filter.type.filter_collection_adapter''getSpiriitFormFilter_Type_FilterCollectionAdapterService'false],
  21670.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => ['privates''spiriit_form_filter.type.filter_date''getSpiriitFormFilter_Type_FilterDateService'false],
  21671.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => ['privates''spiriit_form_filter.type.filter_date_range''getSpiriitFormFilter_Type_FilterDateRangeService'false],
  21672.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime''getSpiriitFormFilter_Type_FilterDatetimeService'false],
  21673.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => ['privates''spiriit_form_filter.type.filter_datetime_range''getSpiriitFormFilter_Type_FilterDatetimeRangeService'false],
  21674.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => ['privates''spiriit_form_filter.type.filter_entity''getSpiriitFormFilter_Type_FilterEntityService'false],
  21675.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => ['privates''spiriit_form_filter.type.filter_enum''getSpiriitFormFilter_Type_FilterEnumService'false],
  21676.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => ['privates''spiriit_form_filter.type.filter_number''getSpiriitFormFilter_Type_FilterNumberService'false],
  21677.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => ['privates''spiriit_form_filter.type.filter_number_range''getSpiriitFormFilter_Type_FilterNumberRangeService'false],
  21678.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => ['privates''spiriit_form_filter.type.filter_sharedable''getSpiriitFormFilter_Type_FilterSharedableService'false],
  21679.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => ['privates''spiriit_form_filter.type.filter_text''getSpiriitFormFilter_Type_FilterTextService'false],
  21680.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  21681.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  21682.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  21683.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  21684.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  21685.         ], [
  21686.             'App\\Filter\\Account\\AssignableFilterType' => '?',
  21687.             'App\\Filter\\Async\\Channel\\Bunny\\VideoFilterType' => '?',
  21688.             'App\\Filter\\Async\\Channel\\User\\UserFilter' => '?',
  21689.             'App\\Filter\\Channel\\AssignableFilterType' => '?',
  21690.             'App\\Filter\\Channel\\ImageFilter' => '?',
  21691.             'App\\Filter\\Common\\AssignableFilterType' => '?',
  21692.             'App\\Filter\\Common\\FileFilterType' => '?',
  21693.             'App\\Filter\\Front\\GlobalSearch' => '?',
  21694.             'App\\Filter\\Front\\GlobalSearchExtendedType' => '?',
  21695.             'App\\Filter\\Sync\\TrainingFilter' => '?',
  21696.             'App\\Form\\Account\\AdviceType' => '?',
  21697.             'App\\Form\\Channel\\ContactType' => '?',
  21698.             'App\\Form\\Channel\\Filter\\ChannelTrainingFilter' => '?',
  21699.             'App\\Form\\Channel\\ImageSelectorType' => '?',
  21700.             'App\\Form\\Common\\CountPaginationType' => '?',
  21701.             'App\\Form\\Common\\CustomFileType' => '?',
  21702.             'App\\Form\\Common\\NellappSliderType' => '?',
  21703.             'App\\Form\\Common\\RatingType' => '?',
  21704.             'App\\Form\\Common\\ReAssignableFormType' => '?',
  21705.             'App\\Form\\Exercise\\ExerciseType' => '?',
  21706.             'App\\Form\\Exercise\\Question\\MultipleChoiceAnswerType' => '?',
  21707.             'App\\Form\\Exercise\\Question\\MultipleChoiceQuestionType' => '?',
  21708.             'App\\Form\\Exercise\\Question\\QuestionType' => '?',
  21709.             'App\\Form\\Exercise\\User\\ChoiceAnswerType' => '?',
  21710.             'App\\Form\\Exercise\\User\\ExerciseResultType' => '?',
  21711.             'App\\Form\\Exercise\\User\\MultipleChoiceQuestionResultType' => '?',
  21712.             'App\\Form\\Exercise\\User\\QuestionResultType' => '?',
  21713.             'App\\Form\\Forum\\MessageAnswerType' => '?',
  21714.             'App\\Form\\Forum\\MessageType' => '?',
  21715.             'App\\Form\\Manager\\Filter\\Api\\LessonScholarFilterType' => '?',
  21716.             'App\\Form\\Manager\\Filter\\Channel\\ChannelFilterType' => '?',
  21717.             'App\\Form\\Manager\\Filter\\Channel\\Exercise\\CollectionFilter' => '?',
  21718.             'App\\Form\\Manager\\Filter\\Channel\\LessonMessageFilterType' => '?',
  21719.             'App\\Form\\Manager\\Filter\\Channel\\LessonReviewFilterType' => '?',
  21720.             'App\\Form\\Manager\\Filter\\Channel\\LessonScholarFilter' => '?',
  21721.             'App\\Form\\Manager\\Filter\\Channel\\ScholarCollectionFilter' => '?',
  21722.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\ShareProgressFilterType' => '?',
  21723.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedChannelFilterType' => '?',
  21724.             'App\\Form\\Manager\\Filter\\Channel\\SharedContent\\SharedContentFilterType' => '?',
  21725.             'App\\Form\\Manager\\Filter\\UserFilter' => '?',
  21726.             'App\\Form\\Payment\\FundingType' => '?',
  21727.             'App\\Form\\Scholar\\ChapterType' => '?',
  21728.             'App\\Form\\Scholar\\LessonPrerequisiteType' => '?',
  21729.             'App\\Form\\Scholar\\LessonReviewType' => '?',
  21730.             'App\\Form\\Scholar\\LessonType' => '?',
  21731.             'App\\Form\\Scholar\\ModuleLessonType' => '?',
  21732.             'App\\Form\\Scholar\\ModuleType' => '?',
  21733.             'App\\Form\\Scholar\\MultipleAskForReferentCorrectionType' => '?',
  21734.             'App\\Form\\Scholar\\MultipleChatBotType' => '?',
  21735.             'App\\Form\\Scholar\\MultipleReferralTrainerType' => '?',
  21736.             'App\\Form\\Scholar\\PracticalCaseCorrectionType' => '?',
  21737.             'App\\Form\\Scholar\\PracticalCaseResourceType' => '?',
  21738.             'App\\Form\\Scholar\\PracticalCaseResponseType' => '?',
  21739.             'App\\Form\\Scholar\\PracticalCaseType' => '?',
  21740.             'App\\Form\\Scholar\\ReferralTrainerType' => '?',
  21741.             'App\\Form\\Scholar\\ScholarInterfaceSelektor' => '?',
  21742.             'App\\Form\\Scholar\\TrainingDescriptionType' => '?',
  21743.             'App\\Form\\Scholar\\TrainingModuleType' => '?',
  21744.             'App\\Form\\Scholar\\TrainingProductType' => '?',
  21745.             'App\\Form\\Scholar\\TrainingType' => '?',
  21746.             'App\\Form\\Share\\ShareContentType' => '?',
  21747.             'App\\Form\\TemplatePage\\CreatePageType' => '?',
  21748.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\AsyncEntityType' => '?',
  21749.             'DrosalysWeb\\Bundle\\FormBundle\\Form\\Type\\SelectOrCreateType' => '?',
  21750.             'Drosalys\\Bundle\\ApiBundle\\Filter\\ApiFilter' => '?',
  21751.             'Karser\\Recaptcha3Bundle\\Form\\Recaptcha3Type' => '?',
  21752.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  21753.             'Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Form\\Filter\\ActivityFeedFilter' => '?',
  21754.             'Nellapp\\Bundle\\SDKBundle\\DataSync\\Form\\Filter\\CollectionFilter' => '?',
  21755.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\GroupeFilterType' => '?',
  21756.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\ServiceFilterType' => '?',
  21757.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\SessionFilterType' => '?',
  21758.             'Nellapp\\Bundle\\SDKBundle\\Filter\\Selektor\\TrainingFilterType' => '?',
  21759.             'Nellapp\\Bundle\\SDKBundle\\Filter\\UserFilterType' => '?',
  21760.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappBooleanType' => '?',
  21761.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappChoiceType' => '?',
  21762.             'Nellapp\\Bundle\\SDKBundle\\Form\\Common\\NellappDurationType' => '?',
  21763.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewColumnsFilter' => '?',
  21764.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\CustomViewManagerType' => '?',
  21765.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\EditCustomViewType' => '?',
  21766.             'Nellapp\\Bundle\\SDKBundle\\Form\\CustomizableView\\NewCustomViewType' => '?',
  21767.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\ChannelUserData\\ChannelUserRoleFilterType' => '?',
  21768.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Chat\\CollectionFilter' => '?',
  21769.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Common\\TextListFilterType' => '?',
  21770.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\DateRangeFilterType' => '?',
  21771.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\EventUserProgression\\CollectionFilter' => '?',
  21772.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\ChannelUserRoleSelektorFilterType' => '?',
  21773.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\SelektorFilter\\UserSelektorFilterType' => '?',
  21774.             'Nellapp\\Bundle\\SDKBundle\\Form\\Filter\\Session\\SessionStatusFilterType' => '?',
  21775.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabContainerType' => '?',
  21776.             'Nellapp\\Bundle\\SDKBundle\\Form\\TabType' => '?',
  21777.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\AsyncEntityType' => '?',
  21778.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ChannelUserRoleSelektorType' => '?',
  21779.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\GroupSelektorType' => '?',
  21780.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\PlaceSelektorType' => '?',
  21781.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\ServiceSelektorType' => '?',
  21782.             'Nellapp\\Bundle\\SDKBundle\\Form\\Type\\UserSelektorType' => '?',
  21783.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionEnumType' => '?',
  21784.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\ChannelUserPermissionResourceType' => '?',
  21785.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserDataFilter' => '?',
  21786.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\ChannelUserPermissionResourceFilter' => '?',
  21787.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\Filter\\MultipleResourcePermissionsType' => '?',
  21788.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Form\\SelectUserForChannelResourcePermissionType' => '?',
  21789.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Form\\MimeTypeChoiceFilterType' => '?',
  21790.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType' => '?',
  21791.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType' => '?',
  21792.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType' => '?',
  21793.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType' => '?',
  21794.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType' => '?',
  21795.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType' => '?',
  21796.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType' => '?',
  21797.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType' => '?',
  21798.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType' => '?',
  21799.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType' => '?',
  21800.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType' => '?',
  21801.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType' => '?',
  21802.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType' => '?',
  21803.             'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType' => '?',
  21804.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  21805.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  21806.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  21807.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  21808.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  21809.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\CollectionType' => new RewindableGenerator(function () {
  21810.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionExtension()));
  21811.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingCollectionExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingCollectionExtension()));
  21812.             yield => ($this->privates['App\\Form\\Extension\\CollectionExtension'] ?? ($this->privates['App\\Form\\Extension\\CollectionExtension'] = new \App\Form\Extension\CollectionExtension()));
  21813.         }, 3), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  21814.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\CollectionInnerExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\CollectionInnerExtension()));
  21815.             yield => ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] ?? ($this->privates['DrosalysWeb\\Bundle\\FormBundle\\Form\\Extension\\OrderingExtension'] = new \DrosalysWeb\Bundle\FormBundle\Form\Extension\OrderingExtension()));
  21816.             yield => ($this->privates['App\\Form\\Extension\\CollectionInnerExtension'] ?? ($this->privates['App\\Form\\Extension\\CollectionInnerExtension'] = new \App\Form\Extension\CollectionInnerExtension()));
  21817.             yield => ($this->privates['App\\Form\\Extension\\FormExtension'] ?? ($this->privates['App\\Form\\Extension\\FormExtension'] = new \App\Form\Extension\FormExtension()));
  21818.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  21819.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  21820.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  21821.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  21822.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  21823.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  21824.             yield 10 => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  21825.             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')));
  21826.             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()));
  21827.             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()));
  21828.         }, 14), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType' => new RewindableGenerator(function () {
  21829.             yield => ($this->privates['App\\Form\\Extension\\Channel\\TextareaExtension'] ?? ($this->privates['App\\Form\\Extension\\Channel\\TextareaExtension'] = new \App\Form\Extension\Channel\TextareaExtension()));
  21830.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  21831.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  21832.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  21833.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  21834.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => new RewindableGenerator(function () {
  21835.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  21836.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => new RewindableGenerator(function () {
  21837.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  21838.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TimeType' => new RewindableGenerator(function () {
  21839.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\DateTimeSingleTextExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\DateTimeSingleTextExtension()));
  21840.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TelType' => new RewindableGenerator(function () {
  21841.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Form\\Extension\\TelTypeExtension'] = new \Nellapp\Bundle\SDKBundle\Form\Extension\TelTypeExtension()));
  21842.         }, 1)], new RewindableGenerator(function () {
  21843.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  21844.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  21845.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  21846.     }
  21847.     /**
  21848.      * Gets the private 'form.server_params' shared service.
  21849.      *
  21850.      * @return \Symfony\Component\Form\Util\ServerParams
  21851.      */
  21852.     protected function getForm_ServerParamsService()
  21853.     {
  21854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  21855.         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())));
  21856.     }
  21857.     /**
  21858.      * Gets the private 'form.type.choice' shared service.
  21859.      *
  21860.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  21861.      */
  21862.     protected function getForm_Type_ChoiceService()
  21863.     {
  21864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  21867.         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()));
  21868.     }
  21869.     /**
  21870.      * Gets the private 'form.type.color' shared service.
  21871.      *
  21872.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  21873.      */
  21874.     protected function getForm_Type_ColorService()
  21875.     {
  21876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  21879.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  21880.     }
  21881.     /**
  21882.      * Gets the private 'form.type.entity' shared service.
  21883.      *
  21884.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  21885.      */
  21886.     protected function getForm_Type_EntityService()
  21887.     {
  21888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21890.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  21891.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  21892.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21893.     }
  21894.     /**
  21895.      * Gets the private 'form.type.form' shared service.
  21896.      *
  21897.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  21898.      */
  21899.     protected function getForm_Type_FormService()
  21900.     {
  21901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  21904.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  21905.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  21906.     }
  21907.     /**
  21908.      * Gets the private 'form.type_extension.csrf' shared service.
  21909.      *
  21910.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  21911.      */
  21912.     protected function getForm_TypeExtension_CsrfService()
  21913.     {
  21914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  21915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  21916.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  21917.         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()));
  21918.     }
  21919.     /**
  21920.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  21921.      *
  21922.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  21923.      */
  21924.     protected function getForm_TypeExtension_Form_DataCollectorService()
  21925.     {
  21926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  21927.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  21928.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  21929.         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()));
  21930.     }
  21931.     /**
  21932.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  21933.      *
  21934.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  21935.      */
  21936.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  21937.     {
  21938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  21939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  21940.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  21941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  21942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  21943.         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())));
  21944.     }
  21945.     /**
  21946.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  21947.      *
  21948.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  21949.      */
  21950.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  21951.     {
  21952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  21953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  21954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  21955.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  21956.     }
  21957.     /**
  21958.      * Gets the private 'form.type_extension.form.validator' shared service.
  21959.      *
  21960.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  21961.      */
  21962.     protected function getForm_TypeExtension_Form_ValidatorService()
  21963.     {
  21964.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  21965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  21966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  21967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  21968.         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()));
  21969.     }
  21970.     /**
  21971.      * Gets the private 'form.type_extension.upload.validator' shared service.
  21972.      *
  21973.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  21974.      */
  21975.     protected function getForm_TypeExtension_Upload_ValidatorService()
  21976.     {
  21977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  21978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  21979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  21980.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  21981.     }
  21982.     /**
  21983.      * Gets the private 'form.type_guesser.doctrine' shared service.
  21984.      *
  21985.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  21986.      */
  21987.     protected function getForm_TypeGuesser_DoctrineService()
  21988.     {
  21989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  21990.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  21991.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  21992.     }
  21993.     /**
  21994.      * Gets the private 'form.type_guesser.validator' shared service.
  21995.      *
  21996.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  21997.      */
  21998.     protected function getForm_TypeGuesser_ValidatorService()
  21999.     {
  22000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  22001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  22002.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  22003.     }
  22004.     /**
  22005.      * Gets the private 'fragment.renderer.inline' shared service.
  22006.      *
  22007.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  22008.      */
  22009.     protected function getFragment_Renderer_InlineService()
  22010.     {
  22011.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  22012.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  22013.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  22014.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  22015.         $instance->setFragmentPath('/_fragment');
  22016.         return $instance;
  22017.     }
  22018.     /**
  22019.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  22020.      *
  22021.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  22022.      */
  22023.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  22024.     {
  22025.         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())));
  22026.     }
  22027.     /**
  22028.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  22029.      *
  22030.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  22031.      */
  22032.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  22033.     {
  22034.         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()));
  22035.     }
  22036.     /**
  22037.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  22038.      *
  22039.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  22040.      */
  22041.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  22042.     {
  22043.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  22044.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  22045.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  22046.     }
  22047.     /**
  22048.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  22049.      *
  22050.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  22051.      */
  22052.     protected function getJmsSerializer_Cache_CacheClearerService()
  22053.     {
  22054.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  22055.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  22056.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  22057.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  22058.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  22059.         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')))));
  22060.     }
  22061.     /**
  22062.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  22063.      *
  22064.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  22065.      */
  22066.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  22067.     {
  22068.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  22069.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  22070.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  22071.     }
  22072.     /**
  22073.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  22074.      *
  22075.      * @return \JMS\Serializer\Handler\DateHandler
  22076.      */
  22077.     protected function getJmsSerializer_DatetimeHandlerService()
  22078.     {
  22079.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  22080.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  22081.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Paris'true);
  22082.     }
  22083.     /**
  22084.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  22085.      *
  22086.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  22087.      */
  22088.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  22089.     {
  22090.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  22091.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  22092.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  22093.     }
  22094.     /**
  22095.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  22096.      *
  22097.      * @return \JMS\Serializer\Handler\FormErrorHandler
  22098.      */
  22099.     protected function getJmsSerializer_FormErrorHandlerService()
  22100.     {
  22101.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  22102.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  22103.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  22104.     }
  22105.     /**
  22106.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  22107.      *
  22108.      * @return \JMS\Serializer\Handler\IteratorHandler
  22109.      */
  22110.     protected function getJmsSerializer_IteratorHandlerService()
  22111.     {
  22112.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  22113.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  22114.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  22115.     }
  22116.     /**
  22117.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  22118.      *
  22119.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  22120.      */
  22121.     protected function getJmsSerializer_StopwatchSubscriberService()
  22122.     {
  22123.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  22124.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  22125.         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))));
  22126.     }
  22127.     /**
  22128.      * Gets the private 'karser_recaptcha3.form.type' shared service.
  22129.      *
  22130.      * @return \Karser\Recaptcha3Bundle\Form\Recaptcha3Type
  22131.      */
  22132.     protected function getKarserRecaptcha3_Form_TypeService()
  22133.     {
  22134.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22135.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22136.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Form/Recaptcha3Type.php';
  22137.         return $this->privates['karser_recaptcha3.form.type'] = new \Karser\Recaptcha3Bundle\Form\Recaptcha3Type($this->getEnv('RECAPTCHA3_KEY'), 'www.google.com'true);
  22138.     }
  22139.     /**
  22140.      * Gets the private 'karser_recaptcha3.validator' shared service.
  22141.      *
  22142.      * @return \Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3Validator
  22143.      */
  22144.     protected function getKarserRecaptcha3_ValidatorService()
  22145.     {
  22146.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22147.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22148.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Validator/Constraints/Recaptcha3Validator.php';
  22149.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php';
  22150.         include_once \dirname(__DIR__4).'/vendor/google/recaptcha/src/ReCaptcha/RequestMethod.php';
  22151.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/RequestMethod/SymfonyHttpClient.php';
  22152.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Services/IpResolverInterface.php';
  22153.         include_once \dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Services/IpResolver.php';
  22154.         $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()));
  22155.         $a->setScoreThreshold(0.5);
  22156.         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()))));
  22157.     }
  22158.     /**
  22159.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  22160.      *
  22161.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  22162.      */
  22163.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  22164.     {
  22165.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  22166.         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()));
  22167.     }
  22168.     /**
  22169.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  22170.      *
  22171.      * @return \Knp\Menu\Provider\LazyProvider
  22172.      */
  22173.     protected function getKnpMenu_MenuProvider_LazyService()
  22174.     {
  22175.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  22176.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['admin_drawer' => [=> function () {
  22177.             return ($this->privates['App\\Menu\\Admin\\DrawerBuilder'] ?? $this->getDrawerBuilderService());
  22178.         }, => 'getMenu'], 'front_drawer' => [=> function () {
  22179.             return ($this->privates['App\\Menu\\Front\\DrawerBuilder'] ?? $this->getDrawerBuilder2Service());
  22180.         }, => 'getMenu'], 'channel_side_nav' => function () {
  22181.             return ($this->privates['nellapp_sdk.channel_side_nav'] ?? $this->getNellappSdk_ChannelSideNavService());
  22182.         }]);
  22183.     }
  22184.     /**
  22185.      * Gets the private 'knp_menu.renderer.list' shared service.
  22186.      *
  22187.      * @return \Knp\Menu\Renderer\ListRenderer
  22188.      */
  22189.     protected function getKnpMenu_Renderer_ListService()
  22190.     {
  22191.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  22192.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  22193.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  22194.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  22195.     }
  22196.     /**
  22197.      * Gets the private 'knp_menu.renderer.twig' shared service.
  22198.      *
  22199.      * @return \Knp\Menu\Renderer\TwigRenderer
  22200.      */
  22201.     protected function getKnpMenu_Renderer_TwigService()
  22202.     {
  22203.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  22204.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  22205.         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()), []);
  22206.     }
  22207.     /**
  22208.      * Gets the private 'knp_menu.voter.router' shared service.
  22209.      *
  22210.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  22211.      */
  22212.     protected function getKnpMenu_Voter_RouterService()
  22213.     {
  22214.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  22215.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  22216.         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())));
  22217.     }
  22218.     /**
  22219.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  22220.      *
  22221.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  22222.      */
  22223.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  22224.     {
  22225.         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]);
  22226.     }
  22227.     /**
  22228.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  22229.      *
  22230.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  22231.      */
  22232.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  22233.     {
  22234.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  22235.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  22236.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  22237.     }
  22238.     /**
  22239.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  22240.      *
  22241.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  22242.      */
  22243.     protected function getLiipImagine_Command_CacheRemoveService()
  22244.     {
  22245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22246.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  22247.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  22248.         $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()));
  22249.         $instance->setName('liip:imagine:cache:remove');
  22250.         return $instance;
  22251.     }
  22252.     /**
  22253.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  22254.      *
  22255.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  22256.      */
  22257.     protected function getLiipImagine_Command_CacheResolveService()
  22258.     {
  22259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22260.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  22261.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  22262.         $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()));
  22263.         $instance->setName('liip:imagine:cache:resolve');
  22264.         return $instance;
  22265.     }
  22266.     /**
  22267.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  22268.      *
  22269.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  22270.      */
  22271.     protected function getLiipImagine_Filter_ConfigurationService()
  22272.     {
  22273.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  22274.     }
  22275.     /**
  22276.      * Gets the private 'liip_imagine.form.type.image' shared service.
  22277.      *
  22278.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  22279.      */
  22280.     protected function getLiipImagine_Form_Type_ImageService()
  22281.     {
  22282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22284.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  22285.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  22286.     }
  22287.     /**
  22288.      * Gets the private 'liip_imagine.gd' shared service.
  22289.      *
  22290.      * @return \Imagine\Gd\Imagine
  22291.      */
  22292.     protected function getLiipImagine_GdService()
  22293.     {
  22294.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  22295.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  22296.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  22297.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  22298.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  22299.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  22300.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  22301.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  22302.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  22303.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  22304.         return $instance;
  22305.     }
  22306.     /**
  22307.      * Gets the private 'liip_imagine.service.filter' shared service.
  22308.      *
  22309.      * @return \Liip\ImagineBundle\Service\FilterService
  22310.      */
  22311.     protected function getLiipImagine_Service_FilterService()
  22312.     {
  22313.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  22314.         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()));
  22315.     }
  22316.     /**
  22317.      * Gets the private 'locale_aware_listener' shared service.
  22318.      *
  22319.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  22320.      */
  22321.     protected function getLocaleAwareListenerService()
  22322.     {
  22323.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  22324.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  22325.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  22326.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  22327.     }
  22328.     /**
  22329.      * Gets the private 'locale_listener' shared service.
  22330.      *
  22331.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  22332.      */
  22333.     protected function getLocaleListenerService()
  22334.     {
  22335.         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, []);
  22336.     }
  22337.     /**
  22338.      * Gets the private 'maker.auto_command.make_auth' shared service.
  22339.      *
  22340.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22341.      */
  22342.     protected function getMaker_AutoCommand_MakeAuthService()
  22343.     {
  22344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  22349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  22350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  22351.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  22352.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  22353.         $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);
  22354.         $instance->setName('make:auth');
  22355.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  22356.         return $instance;
  22357.     }
  22358.     /**
  22359.      * Gets the private 'maker.auto_command.make_command' shared service.
  22360.      *
  22361.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22362.      */
  22363.     protected function getMaker_AutoCommand_MakeCommandService()
  22364.     {
  22365.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22369.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  22370.         $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()));
  22371.         $instance->setName('make:command');
  22372.         $instance->setDescription('Creates a new console command class');
  22373.         return $instance;
  22374.     }
  22375.     /**
  22376.      * Gets the private 'maker.auto_command.make_controller' shared service.
  22377.      *
  22378.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22379.      */
  22380.     protected function getMaker_AutoCommand_MakeControllerService()
  22381.     {
  22382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  22387.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  22388.         $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()));
  22389.         $instance->setName('make:controller');
  22390.         $instance->setDescription('Creates a new controller class');
  22391.         return $instance;
  22392.     }
  22393.     /**
  22394.      * Gets the private 'maker.auto_command.make_crud' shared service.
  22395.      *
  22396.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22397.      */
  22398.     protected function getMaker_AutoCommand_MakeCrudService()
  22399.     {
  22400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  22405.         $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()));
  22406.         $instance->setName('make:crud');
  22407.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  22408.         return $instance;
  22409.     }
  22410.     /**
  22411.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  22412.      *
  22413.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22414.      */
  22415.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  22416.     {
  22417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  22422.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  22423.         $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()));
  22424.         $instance->setName('make:docker:database');
  22425.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  22426.         return $instance;
  22427.     }
  22428.     /**
  22429.      * Gets the private 'maker.auto_command.make_entity' shared service.
  22430.      *
  22431.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22432.      */
  22433.     protected function getMaker_AutoCommand_MakeEntityService()
  22434.     {
  22435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  22440.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  22441.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  22442.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  22443.         $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);
  22444.         $instance->setName('make:entity');
  22445.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  22446.         return $instance;
  22447.     }
  22448.     /**
  22449.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  22450.      *
  22451.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22452.      */
  22453.     protected function getMaker_AutoCommand_MakeFixturesService()
  22454.     {
  22455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  22460.         $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()));
  22461.         $instance->setName('make:fixtures');
  22462.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  22463.         return $instance;
  22464.     }
  22465.     /**
  22466.      * Gets the private 'maker.auto_command.make_form' shared service.
  22467.      *
  22468.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22469.      */
  22470.     protected function getMaker_AutoCommand_MakeFormService()
  22471.     {
  22472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  22477.         $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()));
  22478.         $instance->setName('make:form');
  22479.         $instance->setDescription('Creates a new form class');
  22480.         return $instance;
  22481.     }
  22482.     /**
  22483.      * Gets the private 'maker.auto_command.make_message' shared service.
  22484.      *
  22485.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22486.      */
  22487.     protected function getMaker_AutoCommand_MakeMessageService()
  22488.     {
  22489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  22494.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  22495.         $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()));
  22496.         $instance->setName('make:message');
  22497.         $instance->setDescription('Creates a new message and handler');
  22498.         return $instance;
  22499.     }
  22500.     /**
  22501.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  22502.      *
  22503.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22504.      */
  22505.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  22506.     {
  22507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22511.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  22512.         $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()));
  22513.         $instance->setName('make:messenger-middleware');
  22514.         $instance->setDescription('Creates a new messenger middleware');
  22515.         return $instance;
  22516.     }
  22517.     /**
  22518.      * Gets the private 'maker.auto_command.make_migration' shared service.
  22519.      *
  22520.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22521.      */
  22522.     protected function getMaker_AutoCommand_MakeMigrationService()
  22523.     {
  22524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22525.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  22529.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  22530.         $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()));
  22531.         $instance->setName('make:migration');
  22532.         $instance->setDescription('Creates a new migration based on database changes');
  22533.         return $instance;
  22534.     }
  22535.     /**
  22536.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  22537.      *
  22538.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22539.      */
  22540.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  22541.     {
  22542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22543.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22544.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22545.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22546.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  22547.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  22548.         $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()));
  22549.         $instance->setName('make:registration-form');
  22550.         $instance->setDescription('Creates a new registration form system');
  22551.         return $instance;
  22552.     }
  22553.     /**
  22554.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  22555.      *
  22556.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22557.      */
  22558.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  22559.     {
  22560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22561.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22562.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22563.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  22565.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  22566.         $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()));
  22567.         $instance->setName('make:reset-password');
  22568.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  22569.         return $instance;
  22570.     }
  22571.     /**
  22572.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  22573.      *
  22574.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22575.      */
  22576.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  22577.     {
  22578.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22579.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22580.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22581.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  22583.         $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()));
  22584.         $instance->setName('make:serializer:encoder');
  22585.         $instance->setDescription('Creates a new serializer encoder class');
  22586.         return $instance;
  22587.     }
  22588.     /**
  22589.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  22590.      *
  22591.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22592.      */
  22593.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  22594.     {
  22595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22599.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  22600.         $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()));
  22601.         $instance->setName('make:serializer:normalizer');
  22602.         $instance->setDescription('Creates a new serializer normalizer class');
  22603.         return $instance;
  22604.     }
  22605.     /**
  22606.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  22607.      *
  22608.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22609.      */
  22610.     protected function getMaker_AutoCommand_MakeSubscriberService()
  22611.     {
  22612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22613.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22614.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22615.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  22617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  22618.         $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()));
  22619.         $instance->setName('make:subscriber');
  22620.         $instance->setDescription('Creates a new event subscriber class');
  22621.         return $instance;
  22622.     }
  22623.     /**
  22624.      * Gets the private 'maker.auto_command.make_test' shared service.
  22625.      *
  22626.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22627.      */
  22628.     protected function getMaker_AutoCommand_MakeTestService()
  22629.     {
  22630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22631.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22632.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22633.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22634.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  22635.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  22636.         $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()));
  22637.         $instance->setName('make:test');
  22638.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  22639.         $instance->setDescription('Creates a new test class');
  22640.         return $instance;
  22641.     }
  22642.     /**
  22643.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  22644.      *
  22645.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22646.      */
  22647.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  22648.     {
  22649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22650.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22651.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22652.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  22654.         $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()));
  22655.         $instance->setName('make:twig-extension');
  22656.         $instance->setDescription('Creates a new Twig extension class');
  22657.         return $instance;
  22658.     }
  22659.     /**
  22660.      * Gets the private 'maker.auto_command.make_user' shared service.
  22661.      *
  22662.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22663.      */
  22664.     protected function getMaker_AutoCommand_MakeUserService()
  22665.     {
  22666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22667.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22668.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22669.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22670.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  22671.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  22672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  22673.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  22674.         $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()));
  22675.         $instance->setName('make:user');
  22676.         $instance->setDescription('Creates a new security user class');
  22677.         return $instance;
  22678.     }
  22679.     /**
  22680.      * Gets the private 'maker.auto_command.make_validator' shared service.
  22681.      *
  22682.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22683.      */
  22684.     protected function getMaker_AutoCommand_MakeValidatorService()
  22685.     {
  22686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22687.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22688.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22689.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22690.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  22691.         $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()));
  22692.         $instance->setName('make:validator');
  22693.         $instance->setDescription('Creates a new validator and constraint class');
  22694.         return $instance;
  22695.     }
  22696.     /**
  22697.      * Gets the private 'maker.auto_command.make_voter' shared service.
  22698.      *
  22699.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  22700.      */
  22701.     protected function getMaker_AutoCommand_MakeVoterService()
  22702.     {
  22703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22704.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  22705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  22706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  22707.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  22708.         $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()));
  22709.         $instance->setName('make:voter');
  22710.         $instance->setDescription('Creates a new security voter class');
  22711.         return $instance;
  22712.     }
  22713.     /**
  22714.      * Gets the private 'maker.doctrine_helper' shared service.
  22715.      *
  22716.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  22717.      */
  22718.     protected function getMaker_DoctrineHelperService()
  22719.     {
  22720.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  22721.         $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')])));
  22722.         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]]]);
  22723.     }
  22724.     /**
  22725.      * Gets the private 'maker.entity_class_generator' shared service.
  22726.      *
  22727.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  22728.      */
  22729.     protected function getMaker_EntityClassGeneratorService()
  22730.     {
  22731.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  22732.         $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()));
  22733.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  22734.         return $instance;
  22735.     }
  22736.     /**
  22737.      * Gets the private 'maker.file_manager' shared service.
  22738.      *
  22739.      * @return \Symfony\Bundle\MakerBundle\FileManager
  22740.      */
  22741.     protected function getMaker_FileManagerService()
  22742.     {
  22743.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  22744.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  22745.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  22746.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  22747.         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'));
  22748.     }
  22749.     /**
  22750.      * Gets the private 'maker.generator' shared service.
  22751.      *
  22752.      * @return \Symfony\Bundle\MakerBundle\Generator
  22753.      */
  22754.     protected function getMaker_GeneratorService()
  22755.     {
  22756.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  22757.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  22758.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  22759.         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));
  22760.     }
  22761.     /**
  22762.      * Gets the private 'maker.php_compat_util' shared service.
  22763.      *
  22764.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  22765.      */
  22766.     protected function getMaker_PhpCompatUtilService()
  22767.     {
  22768.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  22769.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  22770.     }
  22771.     /**
  22772.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  22773.      *
  22774.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  22775.      */
  22776.     protected function getMaker_Renderer_FormTypeRendererService()
  22777.     {
  22778.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  22779.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  22780.     }
  22781.     /**
  22782.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  22783.      *
  22784.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  22785.      */
  22786.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  22787.     {
  22788.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  22789.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  22790.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  22791.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  22792.         $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 () {
  22793.             yield => ($this->privates['.messenger.handler_descriptor.vkFrxyl'] ?? $this->get_Messenger_HandlerDescriptor_VkFrxylService());
  22794.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\Auth\\Messenger\\Message\\RefreshUserMessage' => new RewindableGenerator(function () {
  22795.             yield => ($this->privates['.messenger.handler_descriptor.jADa3cd'] ?? $this->get_Messenger_HandlerDescriptor_JADa3cdService());
  22796.         }, 1), 'Nellapp\\Bundle\\SDKBundle\\Sync\\Messenger\\Message\\EntitySyncMessage' => new RewindableGenerator(function () {
  22797.             yield => ($this->privates['.messenger.handler_descriptor.rUCyI0M'] ?? $this->get_Messenger_HandlerDescriptor_RUCyI0MService());
  22798.         }, 1)]));
  22799.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  22800.         return $instance;
  22801.     }
  22802.     /**
  22803.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  22804.      *
  22805.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  22806.      */
  22807.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  22808.     {
  22809.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  22810.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  22811.         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');
  22812.     }
  22813.     /**
  22814.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  22815.      *
  22816.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  22817.      */
  22818.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  22819.     {
  22820.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  22821.         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, [
  22822.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  22823.             'reverse_sync_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  22824.             'share_content_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  22825.             'sync_ack' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  22826.             'sync_full_user_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  22827.             'sync_transport' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  22828.         ], [
  22829.             'failed' => '?',
  22830.             'reverse_sync_transport' => '?',
  22831.             'share_content_transport' => '?',
  22832.             'sync_ack' => '?',
  22833.             'sync_full_user_transport' => '?',
  22834.             'sync_transport' => '?',
  22835.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  22836.     }
  22837.     /**
  22838.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  22839.      *
  22840.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  22841.      */
  22842.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  22843.     {
  22844.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  22845.         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()));
  22846.     }
  22847.     /**
  22848.      * Gets the private 'messenger.middleware.send_message' shared service.
  22849.      *
  22850.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  22851.      */
  22852.     protected function getMessenger_Middleware_SendMessageService()
  22853.     {
  22854.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  22855.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  22856.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  22857.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  22858.         $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\\Sync\\Messenger\\Message\\EntitySyncAckMessage' => [=> 'sync_ack'], '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.ZY6ANyO'] ?? $this->get_ServiceLocator_ZY6ANyOService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  22859.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  22860.         return $instance;
  22861.     }
  22862.     /**
  22863.      * Gets the private 'messenger.receiver_locator' shared service.
  22864.      *
  22865.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  22866.      */
  22867.     protected function getMessenger_ReceiverLocatorService()
  22868.     {
  22869.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22870.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  22871.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  22872.             'messenger.transport.reverse_sync_transport' => ['privates''messenger.transport.reverse_sync_transport''getMessenger_Transport_ReverseSyncTransportService'false],
  22873.             'messenger.transport.share_content_transport' => ['privates''messenger.transport.share_content_transport''getMessenger_Transport_ShareContentTransportService'false],
  22874.             'messenger.transport.sync_ack' => ['privates''messenger.transport.sync_ack''getMessenger_Transport_SyncAckService'false],
  22875.             'messenger.transport.sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  22876.             'messenger.transport.sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  22877.             'reverse_sync_transport' => ['privates''messenger.transport.reverse_sync_transport''getMessenger_Transport_ReverseSyncTransportService'false],
  22878.             'share_content_transport' => ['privates''messenger.transport.share_content_transport''getMessenger_Transport_ShareContentTransportService'false],
  22879.             'sync_ack' => ['privates''messenger.transport.sync_ack''getMessenger_Transport_SyncAckService'false],
  22880.             'sync_full_user_transport' => ['privates''messenger.transport.sync_full_user_transport''getMessenger_Transport_SyncFullUserTransportService'false],
  22881.             'sync_transport' => ['privates''messenger.transport.sync_transport''getMessenger_Transport_SyncTransportService'false],
  22882.         ], [
  22883.             'failed' => '?',
  22884.             'messenger.transport.failed' => '?',
  22885.             'messenger.transport.reverse_sync_transport' => '?',
  22886.             'messenger.transport.share_content_transport' => '?',
  22887.             'messenger.transport.sync_ack' => '?',
  22888.             'messenger.transport.sync_full_user_transport' => '?',
  22889.             'messenger.transport.sync_transport' => '?',
  22890.             'reverse_sync_transport' => '?',
  22891.             'share_content_transport' => '?',
  22892.             'sync_ack' => '?',
  22893.             'sync_full_user_transport' => '?',
  22894.             'sync_transport' => '?',
  22895.         ]);
  22896.     }
  22897.     /**
  22898.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  22899.      *
  22900.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  22901.      */
  22902.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  22903.     {
  22904.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  22905.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  22906.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  22907.     }
  22908.     /**
  22909.      * Gets the private 'messenger.retry.multiplier_retry_strategy.reverse_sync_transport' shared service.
  22910.      *
  22911.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  22912.      */
  22913.     protected function getMessenger_Retry_MultiplierRetryStrategy_ReverseSyncTransportService()
  22914.     {
  22915.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  22916.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  22917.         return $this->privates['messenger.retry.multiplier_retry_strategy.reverse_sync_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  22918.     }
  22919.     /**
  22920.      * Gets the private 'messenger.retry.multiplier_retry_strategy.share_content_transport' shared service.
  22921.      *
  22922.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  22923.      */
  22924.     protected function getMessenger_Retry_MultiplierRetryStrategy_ShareContentTransportService()
  22925.     {
  22926.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  22927.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  22928.         return $this->privates['messenger.retry.multiplier_retry_strategy.share_content_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  22929.     }
  22930.     /**
  22931.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_ack' shared service.
  22932.      *
  22933.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  22934.      */
  22935.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncAckService()
  22936.     {
  22937.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  22938.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  22939.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_ack'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  22940.     }
  22941.     /**
  22942.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_full_user_transport' shared service.
  22943.      *
  22944.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  22945.      */
  22946.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService()
  22947.     {
  22948.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  22949.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  22950.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_full_user_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  22951.     }
  22952.     /**
  22953.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync_transport' shared service.
  22954.      *
  22955.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  22956.      */
  22957.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService()
  22958.     {
  22959.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  22960.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  22961.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync_transport'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  22962.     }
  22963.     /**
  22964.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  22965.      *
  22966.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  22967.      */
  22968.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  22969.     {
  22970.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  22971.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.ZY6ANyO'] ?? $this->get_ServiceLocator_ZY6ANyOService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22972.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  22973.             'reverse_sync_transport' => ['privates''messenger.retry.multiplier_retry_strategy.reverse_sync_transport''getMessenger_Retry_MultiplierRetryStrategy_ReverseSyncTransportService'false],
  22974.             'share_content_transport' => ['privates''messenger.retry.multiplier_retry_strategy.share_content_transport''getMessenger_Retry_MultiplierRetryStrategy_ShareContentTransportService'false],
  22975.             'sync_ack' => ['privates''messenger.retry.multiplier_retry_strategy.sync_ack''getMessenger_Retry_MultiplierRetryStrategy_SyncAckService'false],
  22976.             'sync_full_user_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_full_user_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncFullUserTransportService'false],
  22977.             'sync_transport' => ['privates''messenger.retry.multiplier_retry_strategy.sync_transport''getMessenger_Retry_MultiplierRetryStrategy_SyncTransportService'false],
  22978.         ], [
  22979.             'failed' => '?',
  22980.             'reverse_sync_transport' => '?',
  22981.             'share_content_transport' => '?',
  22982.             'sync_ack' => '?',
  22983.             'sync_full_user_transport' => '?',
  22984.             'sync_transport' => '?',
  22985.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  22986.     }
  22987.     /**
  22988.      * Gets the private 'messenger.routable_message_bus' shared service.
  22989.      *
  22990.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  22991.      */
  22992.     protected function getMessenger_RoutableMessageBusService()
  22993.     {
  22994.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  22995.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22996.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  22997.         ], [
  22998.             'messenger.bus.default' => '?',
  22999.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  23000.     }
  23001.     /**
  23002.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  23003.      *
  23004.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  23005.      */
  23006.     protected function getMessenger_Transport_Doctrine_FactoryService()
  23007.     {
  23008.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  23009.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  23010.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23011.     }
  23012.     /**
  23013.      * Gets the private 'messenger.transport.failed' shared service.
  23014.      *
  23015.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  23016.      */
  23017.     protected function getMessenger_Transport_FailedService()
  23018.     {
  23019.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  23020.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  23021.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  23022.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  23023.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  23024.         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())));
  23025.     }
  23026.     /**
  23027.      * Gets the private 'messenger.transport.reverse_sync_transport' shared service.
  23028.      *
  23029.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  23030.      */
  23031.     protected function getMessenger_Transport_ReverseSyncTransportService()
  23032.     {
  23033.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  23034.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  23035.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  23036.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  23037.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  23038.         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())));
  23039.     }
  23040.     /**
  23041.      * Gets the private 'messenger.transport.share_content_transport' shared service.
  23042.      *
  23043.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  23044.      */
  23045.     protected function getMessenger_Transport_ShareContentTransportService()
  23046.     {
  23047.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  23048.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  23049.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  23050.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  23051.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  23052.         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())));
  23053.     }
  23054.     /**
  23055.      * Gets the private 'messenger.transport.sync.factory' shared service.
  23056.      *
  23057.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  23058.      */
  23059.     protected function getMessenger_Transport_Sync_FactoryService()
  23060.     {
  23061.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  23062.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  23063.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  23064.     }
  23065.     /**
  23066.      * Gets the private 'messenger.transport.sync_ack' shared service.
  23067.      *
  23068.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  23069.      */
  23070.     protected function getMessenger_Transport_SyncAckService()
  23071.     {
  23072.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  23073.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  23074.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  23075.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  23076.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  23077.         return $this->privates['messenger.transport.sync_ack'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('SYNC_ACK_AMQP_DSN'), ['exchange' => ['name' => 'global.sync_ack''type' => 'direct'], 'transport_name' => 'sync_ack'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  23078.     }
  23079.     /**
  23080.      * Gets the private 'messenger.transport.sync_full_user_transport' shared service.
  23081.      *
  23082.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  23083.      */
  23084.     protected function getMessenger_Transport_SyncFullUserTransportService()
  23085.     {
  23086.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  23087.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  23088.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  23089.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  23090.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  23091.         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())));
  23092.     }
  23093.     /**
  23094.      * Gets the private 'messenger.transport.sync_transport' shared service.
  23095.      *
  23096.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  23097.      */
  23098.     protected function getMessenger_Transport_SyncTransportService()
  23099.     {
  23100.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  23101.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  23102.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  23103.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  23104.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  23105.         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())));
  23106.     }
  23107.     /**
  23108.      * Gets the private 'messenger.transport_factory' shared service.
  23109.      *
  23110.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  23111.      */
  23112.     protected function getMessenger_TransportFactoryService()
  23113.     {
  23114.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  23115.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  23116.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  23117.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  23118.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  23119.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  23120.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  23121.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  23122.         }, 5));
  23123.     }
  23124.     /**
  23125.      * Gets the private 'mime_types' shared service.
  23126.      *
  23127.      * @return \Symfony\Component\Mime\MimeTypes
  23128.      */
  23129.     protected function getMimeTypesService()
  23130.     {
  23131.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  23132.         $instance->setDefault($instance);
  23133.         return $instance;
  23134.     }
  23135.     /**
  23136.      * Gets the private 'monolog.command.server_log' shared service.
  23137.      *
  23138.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  23139.      */
  23140.     protected function getMonolog_Command_ServerLogService()
  23141.     {
  23142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23143.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  23144.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  23145.         $instance->setName('server:log');
  23146.         $instance->setDescription('Start a log server that displays logs in real time');
  23147.         return $instance;
  23148.     }
  23149.     /**
  23150.      * Gets the private 'monolog.handler.console' shared service.
  23151.      *
  23152.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  23153.      */
  23154.     protected function getMonolog_Handler_ConsoleService()
  23155.     {
  23156.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  23157.     }
  23158.     /**
  23159.      * Gets the private 'monolog.handler.main' shared service.
  23160.      *
  23161.      * @return \Monolog\Handler\StreamHandler
  23162.      */
  23163.     protected function getMonolog_Handler_MainService()
  23164.     {
  23165.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  23166.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  23167.         return $instance;
  23168.     }
  23169.     /**
  23170.      * Gets the private 'monolog.logger' shared service.
  23171.      *
  23172.      * @return \Symfony\Bridge\Monolog\Logger
  23173.      */
  23174.     protected function getMonolog_LoggerService()
  23175.     {
  23176.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  23177.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23178.         $instance->useMicrosecondTimestamps(true);
  23179.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23180.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23181.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  23182.         return $instance;
  23183.     }
  23184.     /**
  23185.      * Gets the private 'monolog.logger.cache' shared service.
  23186.      *
  23187.      * @return \Symfony\Bridge\Monolog\Logger
  23188.      */
  23189.     protected function getMonolog_Logger_CacheService()
  23190.     {
  23191.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  23192.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23193.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23194.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23195.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  23196.         return $instance;
  23197.     }
  23198.     /**
  23199.      * Gets the private 'monolog.logger.messenger' shared service.
  23200.      *
  23201.      * @return \Symfony\Bridge\Monolog\Logger
  23202.      */
  23203.     protected function getMonolog_Logger_MessengerService()
  23204.     {
  23205.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  23206.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23207.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23208.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23209.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  23210.         return $instance;
  23211.     }
  23212.     /**
  23213.      * Gets the private 'monolog.logger.nelmio_api_doc' shared service.
  23214.      *
  23215.      * @return \Symfony\Bridge\Monolog\Logger
  23216.      */
  23217.     protected function getMonolog_Logger_NelmioApiDocService()
  23218.     {
  23219.         $this->privates['monolog.logger.nelmio_api_doc'] = $instance = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  23220.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23221.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23222.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23223.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  23224.         return $instance;
  23225.     }
  23226.     /**
  23227.      * Gets the private 'monolog.logger.request' shared service.
  23228.      *
  23229.      * @return \Symfony\Bridge\Monolog\Logger
  23230.      */
  23231.     protected function getMonolog_Logger_RequestService()
  23232.     {
  23233.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  23234.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23235.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23236.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23237.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  23238.         return $instance;
  23239.     }
  23240.     /**
  23241.      * Gets the private 'monolog.logger.router' shared service.
  23242.      *
  23243.      * @return \Symfony\Bridge\Monolog\Logger
  23244.      */
  23245.     protected function getMonolog_Logger_RouterService()
  23246.     {
  23247.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  23248.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23249.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23250.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23251.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  23252.         return $instance;
  23253.     }
  23254.     /**
  23255.      * Gets the private 'monolog.logger.security' shared service.
  23256.      *
  23257.      * @return \Symfony\Bridge\Monolog\Logger
  23258.      */
  23259.     protected function getMonolog_Logger_SecurityService()
  23260.     {
  23261.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  23262.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  23263.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  23264.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  23265.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  23266.         return $instance;
  23267.     }
  23268.     /**
  23269.      * Gets the private 'nellapp_sdk.assets._package_channel_image' shared service.
  23270.      *
  23271.      * @return \Symfony\Component\Asset\UrlPackage
  23272.      */
  23273.     protected function getNellappSdk_Assets_PackageChannelImageService()
  23274.     {
  23275.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  23276.         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()));
  23277.     }
  23278.     /**
  23279.      * Gets the private 'nellapp_sdk.assets._package_core' shared service.
  23280.      *
  23281.      * @return \Symfony\Component\Asset\PathPackage
  23282.      */
  23283.     protected function getNellappSdk_Assets_PackageCoreService()
  23284.     {
  23285.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  23286.         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()));
  23287.     }
  23288.     /**
  23289.      * Gets the private 'nellapp_sdk.assets._package_organization_file' shared service.
  23290.      *
  23291.      * @return \Symfony\Component\Asset\UrlPackage
  23292.      */
  23293.     protected function getNellappSdk_Assets_PackageOrganizationFileService()
  23294.     {
  23295.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  23296.         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()));
  23297.     }
  23298.     /**
  23299.      * Gets the private 'nellapp_sdk.assets._package_user_avatar' shared service.
  23300.      *
  23301.      * @return \Symfony\Component\Asset\UrlPackage
  23302.      */
  23303.     protected function getNellappSdk_Assets_PackageUserAvatarService()
  23304.     {
  23305.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  23306.         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()));
  23307.     }
  23308.     /**
  23309.      * Gets the private 'nellapp_sdk.auth.user_resolve_target_entity' shared service.
  23310.      *
  23311.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23312.      */
  23313.     protected function getNellappSdk_Auth_UserResolveTargetEntityService()
  23314.     {
  23315.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23316.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23317.         $this->privates['nellapp_sdk.auth.user_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23318.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  23319.         return $instance;
  23320.     }
  23321.     /**
  23322.      * Gets the private 'nellapp_sdk.channel.abstract_cursus_resolve_target_entity' shared service.
  23323.      *
  23324.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23325.      */
  23326.     protected function getNellappSdk_Channel_AbstractCursusResolveTargetEntityService()
  23327.     {
  23328.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23329.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23330.         $this->privates['nellapp_sdk.channel.abstract_cursus_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23331.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Cursus\\AbstractCursusInterface''App\\Entity\\ChannelUserData\\AbstractCursus', []);
  23332.         return $instance;
  23333.     }
  23334.     /**
  23335.      * Gets the private 'nellapp_sdk.channel.account_notification_resolve_target_entity' shared service.
  23336.      *
  23337.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23338.      */
  23339.     protected function getNellappSdk_Channel_AccountNotificationResolveTargetEntityService()
  23340.     {
  23341.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23342.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23343.         $this->privates['nellapp_sdk.channel.account_notification_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23344.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Notification\\Entity\\NotificationInterface''App\\Entity\\Account\\Notification', []);
  23345.         return $instance;
  23346.     }
  23347.     /**
  23348.      * Gets the private 'nellapp_sdk.channel.channel_channel_resolve_target_entity' shared service.
  23349.      *
  23350.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23351.      */
  23352.     protected function getNellappSdk_Channel_ChannelChannelResolveTargetEntityService()
  23353.     {
  23354.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23355.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23356.         $this->privates['nellapp_sdk.channel.channel_channel_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23357.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  23358.         return $instance;
  23359.     }
  23360.     /**
  23361.      * Gets the private 'nellapp_sdk.channel.channel_configuration_resolve_target_entity' shared service.
  23362.      *
  23363.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23364.      */
  23365.     protected function getNellappSdk_Channel_ChannelConfigurationResolveTargetEntityService()
  23366.     {
  23367.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23368.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23369.         $this->privates['nellapp_sdk.channel.channel_configuration_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23370.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Configuration\\BaseChannelConfigurationInterface''App\\Entity\\Channel\\ChannelConfiguration', []);
  23371.         return $instance;
  23372.     }
  23373.     /**
  23374.      * Gets the private 'nellapp_sdk.channel.channel_training_resolve_target_entity' shared service.
  23375.      *
  23376.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23377.      */
  23378.     protected function getNellappSdk_Channel_ChannelTrainingResolveTargetEntityService()
  23379.     {
  23380.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23382.         $this->privates['nellapp_sdk.channel.channel_training_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23383.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\Training\\TrainingInterface''App\\Entity\\Scholar\\Training\\Training', []);
  23384.         return $instance;
  23385.     }
  23386.     /**
  23387.      * Gets the private 'nellapp_sdk.channel.channel_user_data_resolve_target_entity' shared service.
  23388.      *
  23389.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23390.      */
  23391.     protected function getNellappSdk_Channel_ChannelUserDataResolveTargetEntityService()
  23392.     {
  23393.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23394.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23395.         $this->privates['nellapp_sdk.channel.channel_user_data_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23396.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\SyncedChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  23397.         return $instance;
  23398.     }
  23399.     /**
  23400.      * Gets the private 'nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity' shared service.
  23401.      *
  23402.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23403.      */
  23404.     protected function getNellappSdk_Channel_ChannelUserFromChannelsResolveTargetEntityService()
  23405.     {
  23406.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23407.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23408.         $this->privates['nellapp_sdk.channel.channel_user_from_channels_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23409.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\UserFromChannel', []);
  23410.         return $instance;
  23411.     }
  23412.     /**
  23413.      * Gets the private 'nellapp_sdk.channel.channel_user_perm_training_resolve_target_entity' shared service.
  23414.      *
  23415.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23416.      */
  23417.     protected function getNellappSdk_Channel_ChannelUserPermTrainingResolveTargetEntityService()
  23418.     {
  23419.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23420.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23421.         $this->privates['nellapp_sdk.channel.channel_user_perm_training_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23422.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserTrainingPermission\\ChannelUserTrainingPermissionInterface''App\\Entity\\Scholar\\Training\\TrainingPermission', []);
  23423.         return $instance;
  23424.     }
  23425.     /**
  23426.      * Gets the private 'nellapp_sdk.channel.channel_user_role_resolve_target_entity' shared service.
  23427.      *
  23428.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23429.      */
  23430.     protected function getNellappSdk_Channel_ChannelUserRoleResolveTargetEntityService()
  23431.     {
  23432.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23433.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23434.         $this->privates['nellapp_sdk.channel.channel_user_role_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23435.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  23436.         return $instance;
  23437.     }
  23438.     /**
  23439.      * Gets the private 'nellapp_sdk.channel.channel_white_label_resolve_target_entity' shared service.
  23440.      *
  23441.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23442.      */
  23443.     protected function getNellappSdk_Channel_ChannelWhiteLabelResolveTargetEntityService()
  23444.     {
  23445.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23446.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23447.         $this->privates['nellapp_sdk.channel.channel_white_label_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23448.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  23449.         return $instance;
  23450.     }
  23451.     /**
  23452.      * Gets the private 'nellapp_sdk.channel_side_nav' shared autowired service.
  23453.      *
  23454.      * @return \Knp\Menu\MenuItem
  23455.      */
  23456.     protected function getNellappSdk_ChannelSideNavService()
  23457.     {
  23458.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  23459.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  23460.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Menu/MenuBuilder.php';
  23461.         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())));
  23462.     }
  23463.     /**
  23464.      * Gets the private 'nellapp_sdk.global_getter.channel_class_resolve_target_entity' shared service.
  23465.      *
  23466.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23467.      */
  23468.     protected function getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService()
  23469.     {
  23470.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23471.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23472.         $this->privates['nellapp_sdk.global_getter.channel_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23473.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelInterface''App\\Entity\\Channel\\Channel', []);
  23474.         return $instance;
  23475.     }
  23476.     /**
  23477.      * Gets the private 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' shared service.
  23478.      *
  23479.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23480.      */
  23481.     protected function getNellappSdk_GlobalGetter_ChannelUserDataClassResolveTargetEntityService()
  23482.     {
  23483.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23484.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23485.         $this->privates['nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23486.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserData\\ChannelUserDataInterface''App\\Entity\\ChannelUserData\\ChannelUserData', []);
  23487.         return $instance;
  23488.     }
  23489.     /**
  23490.      * Gets the private 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' shared service.
  23491.      *
  23492.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23493.      */
  23494.     protected function getNellappSdk_GlobalGetter_ChannelUserRoleClassResolveTargetEntityService()
  23495.     {
  23496.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23497.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23498.         $this->privates['nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23499.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRoleInterface''Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole', []);
  23500.         return $instance;
  23501.     }
  23502.     /**
  23503.      * Gets the private 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' shared service.
  23504.      *
  23505.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23506.      */
  23507.     protected function getNellappSdk_GlobalGetter_ChannelWhiteLabelClassResolveTargetEntityService()
  23508.     {
  23509.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23510.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23511.         $this->privates['nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23512.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelWhiteLabel\\ChannelWhiteLabelInterface''App\\Entity\\Channel\\ChannelWhiteLabel', []);
  23513.         return $instance;
  23514.     }
  23515.     /**
  23516.      * Gets the private 'nellapp_sdk.global_getter.user_class_resolve_target_entity' shared service.
  23517.      *
  23518.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23519.      */
  23520.     protected function getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService()
  23521.     {
  23522.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23523.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23524.         $this->privates['nellapp_sdk.global_getter.user_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23525.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Auth\\Entity\\UserInterface''App\\Entity\\Account\\User', []);
  23526.         return $instance;
  23527.     }
  23528.     /**
  23529.      * Gets the private 'nellapp_sdk.global_getter.user_notification_class_resolve_target_entity' shared service.
  23530.      *
  23531.      * @return \Doctrine\ORM\Tools\ResolveTargetEntityListener
  23532.      */
  23533.     protected function getNellappSdk_GlobalGetter_UserNotificationClassResolveTargetEntityService()
  23534.     {
  23535.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  23536.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/ResolveTargetEntityListener.php';
  23537.         $this->privates['nellapp_sdk.global_getter.user_notification_class_resolve_target_entity'] = $instance = new \Doctrine\ORM\Tools\ResolveTargetEntityListener();
  23538.         $instance->addResolveTargetEntity('Nellapp\\Bundle\\SDKBundle\\Notification\\Entity\\NotificationInterface''App\\Entity\\Account\\Notification', []);
  23539.         return $instance;
  23540.     }
  23541.     /**
  23542.      * Gets the private 'nellapp_sdk.routing.internal_url_generator' shared autowired service.
  23543.      *
  23544.      * @return \Nellapp\Bundle\SDKBundle\Routing\InternalUrlGenerator
  23545.      */
  23546.     protected function getNellappSdk_Routing_InternalUrlGeneratorService()
  23547.     {
  23548.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/InternalUrlGenerator.php';
  23549.         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()));
  23550.     }
  23551.     /**
  23552.      * Gets the private 'nellapp_sdk.routing.url_generator' shared autowired service.
  23553.      *
  23554.      * @return \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator
  23555.      */
  23556.     protected function getNellappSdk_Routing_UrlGeneratorService()
  23557.     {
  23558.         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()));
  23559.     }
  23560.     /**
  23561.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  23562.      *
  23563.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  23564.      */
  23565.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  23566.     {
  23567.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  23568.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  23569.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  23570.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  23571.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  23572.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  23573.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  23574.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  23575.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  23576.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  23577.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  23578.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  23579.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  23580.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  23581.         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));
  23582.     }
  23583.     /**
  23584.      * Gets the private 'nelmio_api_doc.describers.config.core_sync' shared service.
  23585.      *
  23586.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  23587.      */
  23588.     protected function getNelmioApiDoc_Describers_Config_CoreSyncService()
  23589.     {
  23590.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  23591.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  23592.         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);
  23593.     }
  23594.     /**
  23595.      * Gets the private 'nelmio_api_doc.describers.config.default' shared service.
  23596.      *
  23597.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  23598.      */
  23599.     protected function getNelmioApiDoc_Describers_Config_DefaultService()
  23600.     {
  23601.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  23602.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  23603.         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);
  23604.     }
  23605.     /**
  23606.      * Gets the private 'nelmio_api_doc.describers.config.partner_api' shared service.
  23607.      *
  23608.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  23609.      */
  23610.     protected function getNelmioApiDoc_Describers_Config_PartnerApiService()
  23611.     {
  23612.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  23613.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  23614.         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);
  23615.     }
  23616.     /**
  23617.      * Gets the private 'nelmio_api_doc.describers.openapi_php.core_sync' shared service.
  23618.      *
  23619.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  23620.      */
  23621.     protected function getNelmioApiDoc_Describers_OpenapiPhp_CoreSyncService()
  23622.     {
  23623.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  23624.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  23625.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  23626.         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()));
  23627.     }
  23628.     /**
  23629.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  23630.      *
  23631.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  23632.      */
  23633.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  23634.     {
  23635.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  23636.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  23637.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  23638.         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()));
  23639.     }
  23640.     /**
  23641.      * Gets the private 'nelmio_api_doc.describers.openapi_php.partner_api' shared service.
  23642.      *
  23643.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  23644.      */
  23645.     protected function getNelmioApiDoc_Describers_OpenapiPhp_PartnerApiService()
  23646.     {
  23647.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  23648.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  23649.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  23650.         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()));
  23651.     }
  23652.     /**
  23653.      * Gets the private 'nelmio_api_doc.describers.route.core_sync' shared service.
  23654.      *
  23655.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  23656.      */
  23657.     protected function getNelmioApiDoc_Describers_Route_CoreSyncService()
  23658.     {
  23659.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  23660.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  23661.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  23662.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  23663.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  23664.         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 () {
  23665.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  23666.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  23667.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  23668.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  23669.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  23670.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  23671.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  23672.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  23673.         }, 8));
  23674.     }
  23675.     /**
  23676.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  23677.      *
  23678.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  23679.      */
  23680.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  23681.     {
  23682.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  23683.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  23684.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  23685.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  23686.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  23687.         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 () {
  23688.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  23689.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  23690.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  23691.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  23692.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  23693.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  23694.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  23695.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  23696.         }, 8));
  23697.     }
  23698.     /**
  23699.      * Gets the private 'nelmio_api_doc.describers.route.partner_api' shared service.
  23700.      *
  23701.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  23702.      */
  23703.     protected function getNelmioApiDoc_Describers_Route_PartnerApiService()
  23704.     {
  23705.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  23706.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  23707.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  23708.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  23709.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  23710.         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 () {
  23711.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  23712.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  23713.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionRequestBodyDescriber'] ?? $this->getActionRequestBodyDescriberService());
  23714.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\OperationIdDescriber'] ?? $this->getOperationIdDescriberService());
  23715.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\PaginationDescriber'] ?? $this->getPaginationDescriberService());
  23716.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\SecurityDescriber'] ?? $this->getSecurityDescriberService());
  23717.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\TagDescriber'] ?? $this->getTagDescriberService());
  23718.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\ApiDoc\\RouteDescriber\\ActionResponseDescriber'] ?? $this->getActionResponseDescriberService());
  23719.         }, 8));
  23720.     }
  23721.     /**
  23722.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  23723.      *
  23724.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  23725.      */
  23726.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  23727.     {
  23728.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  23729.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  23730.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  23731.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  23732.         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']);
  23733.     }
  23734.     /**
  23735.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  23736.      *
  23737.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  23738.      */
  23739.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  23740.     {
  23741.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  23742.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  23743.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  23744.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  23745.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  23746.         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 () {
  23747.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  23748.             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()));
  23749.             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()));
  23750.             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()));
  23751.             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()));
  23752.             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()));
  23753.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  23754.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  23755.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  23756.     }
  23757.     /**
  23758.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  23759.      *
  23760.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  23761.      */
  23762.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  23763.     {
  23764.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  23765.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  23766.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  23767.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  23768.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  23769.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  23770.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  23771.             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()));
  23772.             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()));
  23773.             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()));
  23774.             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()));
  23775.             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()));
  23776.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  23777.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  23778.         }, 8));
  23779.     }
  23780.     /**
  23781.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  23782.      *
  23783.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  23784.      */
  23785.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  23786.     {
  23787.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  23788.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  23789.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  23790.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  23791.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  23792.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  23793.             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()));
  23794.             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()));
  23795.             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()));
  23796.             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()));
  23797.             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()));
  23798.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService());
  23799.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  23800.         }, 8));
  23801.     }
  23802.     /**
  23803.      * Gets the private 'nelmio_api_doc.object_model.property_describers.object' shared service.
  23804.      *
  23805.      * @return \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber
  23806.      */
  23807.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService()
  23808.     {
  23809.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  23810.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  23811.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  23812.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ObjectPropertyDescriber.php';
  23813.         include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/ApiDoc/PropertyDescriber/EntityIdPropertyDescriber.php';
  23814.         $this->privates['nelmio_api_doc.object_model.property_describers.object'] = $instance = new \Drosalys\Bundle\ApiBundle\ApiDoc\PropertyDescriber\EntityIdPropertyDescriber();
  23815.         $instance->setEm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  23816.         return $instance;
  23817.     }
  23818.     /**
  23819.      * Gets the private 'nelmio_api_doc.routes.core_sync' shared service.
  23820.      *
  23821.      * @return \Symfony\Component\Routing\RouteCollection
  23822.      */
  23823.     protected function getNelmioApiDoc_Routes_CoreSyncService()
  23824.     {
  23825.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  23826.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  23827.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  23828.         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());
  23829.     }
  23830.     /**
  23831.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  23832.      *
  23833.      * @return \Symfony\Component\Routing\RouteCollection
  23834.      */
  23835.     protected function getNelmioApiDoc_Routes_DefaultService()
  23836.     {
  23837.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  23838.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  23839.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  23840.         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());
  23841.     }
  23842.     /**
  23843.      * Gets the private 'nelmio_api_doc.routes.partner_api' shared service.
  23844.      *
  23845.      * @return \Symfony\Component\Routing\RouteCollection
  23846.      */
  23847.     protected function getNelmioApiDoc_Routes_PartnerApiService()
  23848.     {
  23849.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  23850.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  23851.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  23852.         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());
  23853.     }
  23854.     /**
  23855.      * Gets the private 'oneup_uploader.command.clear_chunks' shared service.
  23856.      *
  23857.      * @return \Oneup\UploaderBundle\Command\ClearChunkCommand
  23858.      */
  23859.     protected function getOneupUploader_Command_ClearChunksService()
  23860.     {
  23861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23862.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearChunkCommand.php';
  23863.         $this->privates['oneup_uploader.command.clear_chunks'] = $instance = new \Oneup\UploaderBundle\Command\ClearChunkCommand(($this->services['oneup_uploader.chunk_manager'] ?? $this->getOneupUploader_ChunkManagerService()));
  23864.         $instance->setName('oneup:uploader:clear-chunks');
  23865.         return $instance;
  23866.     }
  23867.     /**
  23868.      * Gets the private 'oneup_uploader.command.clear_orphans' shared service.
  23869.      *
  23870.      * @return \Oneup\UploaderBundle\Command\ClearOrphansCommand
  23871.      */
  23872.     protected function getOneupUploader_Command_ClearOrphansService()
  23873.     {
  23874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23875.         include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Command/ClearOrphansCommand.php';
  23876.         $this->privates['oneup_uploader.command.clear_orphans'] = $instance = new \Oneup\UploaderBundle\Command\ClearOrphansCommand(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()));
  23877.         $instance->setName('oneup:uploader:clear-orphans');
  23878.         return $instance;
  23879.     }
  23880.     /**
  23881.      * Gets the private 'parameter_bag' shared service.
  23882.      *
  23883.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  23884.      */
  23885.     protected function getParameterBagService()
  23886.     {
  23887.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  23888.     }
  23889.     /**
  23890.      * Gets the private 'profiler_listener' shared service.
  23891.      *
  23892.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  23893.      */
  23894.     protected function getProfilerListenerService()
  23895.     {
  23896.         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);
  23897.     }
  23898.     /**
  23899.      * Gets the private 'property_accessor' shared service.
  23900.      *
  23901.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  23902.      */
  23903.     protected function getPropertyAccessorService()
  23904.     {
  23905.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  23906.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  23907.     }
  23908.     /**
  23909.      * Gets the private 'property_info' shared service.
  23910.      *
  23911.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  23912.      */
  23913.     protected function getPropertyInfoService()
  23914.     {
  23915.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  23916.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  23917.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  23918.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  23919.         }, 3), new RewindableGenerator(function () {
  23920.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  23921.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  23922.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  23923.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  23924.         }, 4), new RewindableGenerator(function () {
  23925.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  23926.         }, 1), new RewindableGenerator(function () {
  23927.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  23928.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  23929.         }, 2), new RewindableGenerator(function () {
  23930.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  23931.         }, 1));
  23932.     }
  23933.     /**
  23934.      * Gets the private 'property_info.serializer_extractor' shared service.
  23935.      *
  23936.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  23937.      */
  23938.     protected function getPropertyInfo_SerializerExtractorService()
  23939.     {
  23940.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  23941.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  23942.     }
  23943.     /**
  23944.      * Gets the private 'router.cache_warmer' shared service.
  23945.      *
  23946.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  23947.      */
  23948.     protected function getRouter_CacheWarmerService()
  23949.     {
  23950.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  23951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  23952.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23953.             'router' => ['services''router''getRouterService'false],
  23954.         ], [
  23955.             'router' => '?',
  23956.         ]))->withContext('router.cache_warmer'$this));
  23957.     }
  23958.     /**
  23959.      * Gets the private 'router.expression_language_provider' shared service.
  23960.      *
  23961.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  23962.      */
  23963.     protected function getRouter_ExpressionLanguageProviderService()
  23964.     {
  23965.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23966.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  23967.         ], [
  23968.             'env' => 'Closure',
  23969.         ]));
  23970.     }
  23971.     /**
  23972.      * Gets the private 'router.request_context' shared service.
  23973.      *
  23974.      * @return \Symfony\Component\Routing\RequestContext
  23975.      */
  23976.     protected function getRouter_RequestContextService()
  23977.     {
  23978.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  23979.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  23980.         return $instance;
  23981.     }
  23982.     /**
  23983.      * Gets the private 'router_listener' shared service.
  23984.      *
  23985.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  23986.      */
  23987.     protected function getRouterListenerService()
  23988.     {
  23989.         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);
  23990.     }
  23991.     /**
  23992.      * Gets the private 'secrets.vault' shared service.
  23993.      *
  23994.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  23995.      */
  23996.     protected function getSecrets_VaultService()
  23997.     {
  23998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  23999.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  24000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  24001.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  24002.         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'));
  24003.     }
  24004.     /**
  24005.      * Gets the private 'security.access_listener' shared service.
  24006.      *
  24007.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  24008.      */
  24009.     protected function getSecurity_AccessListenerService()
  24010.     {
  24011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  24012.         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);
  24013.     }
  24014.     /**
  24015.      * Gets the private 'security.access_map' shared service.
  24016.      *
  24017.      * @return \Symfony\Component\Security\Http\AccessMap
  24018.      */
  24019.     protected function getSecurity_AccessMapService()
  24020.     {
  24021.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  24022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  24023.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  24024.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  24025.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  24026.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/internal_api'), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  24027.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC')), [=> 'IS_AUTHENTICATED_REMEMBERED'], NULL);
  24028.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/partner-api/doc'), [=> 'PUBLIC_ACCESS'], NULL);
  24029.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  24030.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_SUPER_ADMIN'], NULL);
  24031.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/manager'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  24032.         return $instance;
  24033.     }
  24034.     /**
  24035.      * Gets the private 'security.authenticator.guard.main.0' shared service.
  24036.      *
  24037.      * @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
  24038.      */
  24039.     protected function getSecurity_Authenticator_Guard_Main_0Service()
  24040.     {
  24041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  24042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  24043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  24044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
  24045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  24046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  24047.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/FinishRegistrationBehavior.php';
  24048.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/PreviousUrlHelper.php';
  24049.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Helper/SaveAuthFailureMessage.php';
  24050.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Security/Authenticator/SocialAuthenticator.php';
  24051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24052.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/CoreAuthenticator.php';
  24053.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/UserRetrieverInterface.php';
  24054.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Auth/Security/OAuth/UserRetriever/DoctrineUserRetriever.php';
  24055.         include_once \dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/Client/ClientRegistry.php';
  24056.         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()));
  24057.     }
  24058.     /**
  24059.      * Gets the private 'security.channel_listener' shared service.
  24060.      *
  24061.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  24062.      */
  24063.     protected function getSecurity_ChannelListenerService()
  24064.     {
  24065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  24066.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  24067.         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());
  24068.     }
  24069.     /**
  24070.      * Gets the private 'security.command.debug_firewall' shared service.
  24071.      *
  24072.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  24073.      */
  24074.     protected function getSecurity_Command_DebugFirewallService()
  24075.     {
  24076.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  24078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  24079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  24080.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Sync/Security/CoreAuthenticator.php';
  24081.         include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ApiInternal/Security/InternalAuthenticator.php';
  24082.         $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);
  24083.         $instance->setName('debug:firewall');
  24084.         $instance->setDescription('Display information about your security firewall(s)');
  24085.         return $instance;
  24086.     }
  24087.     /**
  24088.      * Gets the private 'security.command.user_password_encoder' shared service.
  24089.      *
  24090.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  24091.      *
  24092.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  24093.      */
  24094.     protected function getSecurity_Command_UserPasswordEncoderService()
  24095.     {
  24096.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  24097.         $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']);
  24098.         $instance->setName('security:encode-password');
  24099.         $instance->setDescription('Encode a password');
  24100.         return $instance;
  24101.     }
  24102.     /**
  24103.      * Gets the private 'security.command.user_password_hash' shared service.
  24104.      *
  24105.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  24106.      */
  24107.     protected function getSecurity_Command_UserPasswordHashService()
  24108.     {
  24109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  24110.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  24111.         $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']);
  24112.         $instance->setName('security:hash-password');
  24113.         $instance->setDescription('Hash a user password');
  24114.         return $instance;
  24115.     }
  24116.     /**
  24117.      * Gets the private 'security.context_listener.0' shared service.
  24118.      *
  24119.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  24120.      */
  24121.     protected function getSecurity_ContextListener_0Service()
  24122.     {
  24123.         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 () {
  24124.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  24125.             yield => ($this->privates['App\\Security\\PartnerApi\\PartnerApiUserProvider'] ?? $this->getPartnerApiUserProviderService());
  24126.         }, 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']);
  24127.     }
  24128.     /**
  24129.      * Gets the private 'security.csrf.token_storage' shared service.
  24130.      *
  24131.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  24132.      */
  24133.     protected function getSecurity_Csrf_TokenStorageService()
  24134.     {
  24135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  24136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  24137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  24138.         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())));
  24139.     }
  24140.     /**
  24141.      * Gets the private 'security.encoder_factory.generic' shared service.
  24142.      *
  24143.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  24144.      *
  24145.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  24146.      */
  24147.     protected function getSecurity_EncoderFactory_GenericService()
  24148.     {
  24149.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  24150.         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']]]);
  24151.     }
  24152.     /**
  24153.      * Gets the private 'security.event_dispatcher.internal_api' shared service.
  24154.      *
  24155.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  24156.      */
  24157.     protected function getSecurity_EventDispatcher_InternalApiService()
  24158.     {
  24159.         $this->privates['security.event_dispatcher.internal_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  24160.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24161.             return ($this->privates['security.listener.user_checker.internal_api'] ?? $this->getSecurity_Listener_UserChecker_InternalApiService());
  24162.         }, => 'preCheckCredentials'], 256);
  24163.         $instance->addListener('security.authentication.success', [=> function () {
  24164.             return ($this->privates['security.listener.user_checker.internal_api'] ?? $this->getSecurity_Listener_UserChecker_InternalApiService());
  24165.         }, => 'postCheckCredentials'], 256);
  24166.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24167.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  24168.         }, => 'checkPassport'], 1024);
  24169.         $instance->addListener('security.interactive_login', [=> function () {
  24170.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  24171.         }, => 'checkPendingExercise'], 0);
  24172.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24173.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  24174.         }, => 'checkPassport'], 0);
  24175.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  24176.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  24177.         }, => 'onLoginSuccess'], 0);
  24178.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  24179.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  24180.         }, => 'onLoginSuccess'], 0);
  24181.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  24182.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  24183.         }, => 'logout'], 0);
  24184.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24185.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  24186.         }, => 'checkPassport'], 512);
  24187.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  24188.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  24189.         }, => 'onLogout'], 0);
  24190.         return $instance;
  24191.     }
  24192.     /**
  24193.      * Gets the private 'security.event_dispatcher.main' shared service.
  24194.      *
  24195.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  24196.      */
  24197.     protected function getSecurity_EventDispatcher_MainService()
  24198.     {
  24199.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  24200.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24201.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  24202.         }, => 'checkPassport'], 2048);
  24203.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  24204.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  24205.         }, => 'onSuccessfulLogin'], 0);
  24206.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  24207.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  24208.         }, => 'onLogout'], 64);
  24209.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  24210.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  24211.         }, => 'onLogout'], 0);
  24212.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24213.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  24214.         }, => 'preCheckCredentials'], 256);
  24215.         $instance->addListener('security.authentication.success', [=> function () {
  24216.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  24217.         }, => 'postCheckCredentials'], 256);
  24218.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24219.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  24220.         }, => 'checkPassport'], 1024);
  24221.         $instance->addListener('security.interactive_login', [=> function () {
  24222.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  24223.         }, => 'checkPendingExercise'], 0);
  24224.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24225.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  24226.         }, => 'checkPassport'], 0);
  24227.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  24228.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  24229.         }, => 'onLoginSuccess'], 0);
  24230.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  24231.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  24232.         }, => 'onLoginSuccess'], 0);
  24233.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  24234.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  24235.         }, => 'logout'], 0);
  24236.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24237.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  24238.         }, => 'checkPassport'], 512);
  24239.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  24240.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  24241.         }, => 'onLogout'], 0);
  24242.         return $instance;
  24243.     }
  24244.     /**
  24245.      * Gets the private 'security.event_dispatcher.partner_api' shared service.
  24246.      *
  24247.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  24248.      */
  24249.     protected function getSecurity_EventDispatcher_PartnerApiService()
  24250.     {
  24251.         $this->privates['security.event_dispatcher.partner_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  24252.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24253.             return ($this->privates['security.listener.partner_api.user_provider'] ?? $this->getSecurity_Listener_PartnerApi_UserProviderService());
  24254.         }, => 'checkPassport'], 2048);
  24255.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24256.             return ($this->privates['security.listener.user_checker.partner_api'] ?? $this->getSecurity_Listener_UserChecker_PartnerApiService());
  24257.         }, => 'preCheckCredentials'], 256);
  24258.         $instance->addListener('security.authentication.success', [=> function () {
  24259.             return ($this->privates['security.listener.user_checker.partner_api'] ?? $this->getSecurity_Listener_UserChecker_PartnerApiService());
  24260.         }, => 'postCheckCredentials'], 256);
  24261.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24262.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  24263.         }, => 'checkPassport'], 1024);
  24264.         $instance->addListener('security.interactive_login', [=> function () {
  24265.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  24266.         }, => 'checkPendingExercise'], 0);
  24267.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24268.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  24269.         }, => 'checkPassport'], 0);
  24270.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  24271.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  24272.         }, => 'onLoginSuccess'], 0);
  24273.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  24274.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  24275.         }, => 'onLoginSuccess'], 0);
  24276.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  24277.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  24278.         }, => 'logout'], 0);
  24279.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24280.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  24281.         }, => 'checkPassport'], 512);
  24282.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  24283.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  24284.         }, => 'onLogout'], 0);
  24285.         return $instance;
  24286.     }
  24287.     /**
  24288.      * Gets the private 'security.event_dispatcher.reverse_sync' shared service.
  24289.      *
  24290.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  24291.      */
  24292.     protected function getSecurity_EventDispatcher_ReverseSyncService()
  24293.     {
  24294.         $this->privates['security.event_dispatcher.reverse_sync'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  24295.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24296.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  24297.         }, => 'preCheckCredentials'], 256);
  24298.         $instance->addListener('security.authentication.success', [=> function () {
  24299.             return ($this->privates['security.listener.user_checker.reverse_sync'] ?? $this->getSecurity_Listener_UserChecker_ReverseSyncService());
  24300.         }, => 'postCheckCredentials'], 256);
  24301.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24302.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  24303.         }, => 'checkPassport'], 1024);
  24304.         $instance->addListener('security.interactive_login', [=> function () {
  24305.             return ($this->privates['App\\EventSubscriber\\Exercise\\LoginSubscriber'] ?? $this->getLoginSubscriberService());
  24306.         }, => 'checkPendingExercise'], 0);
  24307.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24308.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  24309.         }, => 'checkPassport'], 0);
  24310.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  24311.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  24312.         }, => 'onLoginSuccess'], 0);
  24313.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  24314.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LoginSubscriber'] ?? $this->getLoginSubscriber2Service());
  24315.         }, => 'onLoginSuccess'], 0);
  24316.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  24317.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Auth\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  24318.         }, => 'logout'], 0);
  24319.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  24320.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  24321.         }, => 'checkPassport'], 512);
  24322.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  24323.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  24324.         }, => 'onLogout'], 0);
  24325.         return $instance;
  24326.     }
  24327.     /**
  24328.      * Gets the private 'security.firewall.map' shared service.
  24329.      *
  24330.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  24331.      */
  24332.     protected function getSecurity_Firewall_MapService()
  24333.     {
  24334.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.ldPg1Rp'] ?? $this->get_ServiceLocator_LdPg1RpService()), new RewindableGenerator(function () {
  24335.             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)/')));
  24336.             yield 'security.firewall.map.context.reverse_sync_doc' => ($this->privates['.security.request_matcher.CAGRSqK'] ?? ($this->privates['.security.request_matcher.CAGRSqK'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/doc')));
  24337.             yield 'security.firewall.map.context.reverse_sync' => ($this->privates['.security.request_matcher.iaTHsw7'] ?? ($this->privates['.security.request_matcher.iaTHsw7'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:CORE_REVERSE_SYNC').'/')));
  24338.             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/')));
  24339.             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')));
  24340.             yield 'security.firewall.map.context.main' => NULL;
  24341.         }, 6));
  24342.     }
  24343.     /**
  24344.      * Gets the private 'security.firewall.map.context.dev' shared service.
  24345.      *
  24346.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24347.      */
  24348.     protected function getSecurity_Firewall_Map_Context_DevService()
  24349.     {
  24350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24351.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24352.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24353.             return new \EmptyIterator();
  24354.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  24355.     }
  24356.     /**
  24357.      * Gets the private 'security.firewall.map.context.internal_api' shared service.
  24358.      *
  24359.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24360.      */
  24361.     protected function getSecurity_Firewall_Map_Context_InternalApiService()
  24362.     {
  24363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24364.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24365.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  24366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24367.         return $this->privates['security.firewall.map.context.internal_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24368.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  24369.             yield => ($this->privates['debug.security.firewall.authenticator.internal_api'] ?? $this->getDebug_Security_Firewall_Authenticator_InternalApiService());
  24370.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  24371.         }, 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));
  24372.     }
  24373.     /**
  24374.      * Gets the private 'security.firewall.map.context.main' shared service.
  24375.      *
  24376.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  24377.      */
  24378.     protected function getSecurity_Firewall_Map_Context_MainService()
  24379.     {
  24380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  24382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  24384.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  24385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24386.         $a = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  24387.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  24388.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  24389.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  24390.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  24391.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  24392.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  24393.         }, 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())));
  24394.     }
  24395.     /**
  24396.      * Gets the private 'security.firewall.map.context.partner_api' shared service.
  24397.      *
  24398.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24399.      */
  24400.     protected function getSecurity_Firewall_Map_Context_PartnerApiService()
  24401.     {
  24402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24403.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24404.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  24405.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24406.         return $this->privates['security.firewall.map.context.partner_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24407.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  24408.             yield => ($this->privates['debug.security.firewall.authenticator.partner_api'] ?? $this->getDebug_Security_Firewall_Authenticator_PartnerApiService());
  24409.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  24410.         }, 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));
  24411.     }
  24412.     /**
  24413.      * Gets the private 'security.firewall.map.context.reverse_sync' shared service.
  24414.      *
  24415.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24416.      */
  24417.     protected function getSecurity_Firewall_Map_Context_ReverseSyncService()
  24418.     {
  24419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24420.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  24421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  24422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24423.         return $this->privates['security.firewall.map.context.reverse_sync'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24424.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  24425.             yield => ($this->privates['debug.security.firewall.authenticator.reverse_sync'] ?? $this->getDebug_Security_Firewall_Authenticator_ReverseSyncService());
  24426.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  24427.         }, 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.iaTHsw7'truetrueNULLNULLNULLNULLNULL, [=> 'Nellapp\\Bundle\\SDKBundle\\Sync\\Security\\CoreAuthenticator'], NULL));
  24428.     }
  24429.     /**
  24430.      * Gets the private 'security.firewall.map.context.reverse_sync_doc' shared service.
  24431.      *
  24432.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  24433.      */
  24434.     protected function getSecurity_Firewall_Map_Context_ReverseSyncDocService()
  24435.     {
  24436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  24437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24438.         return $this->privates['security.firewall.map.context.reverse_sync_doc'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  24439.             return new \EmptyIterator();
  24440.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('reverse_sync_doc''security.user_checker''.security.request_matcher.CAGRSqK'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  24441.     }
  24442.     /**
  24443.      * Gets the private 'security.helper' shared service.
  24444.      *
  24445.      * @return \Symfony\Component\Security\Core\Security
  24446.      */
  24447.     protected function getSecurity_HelperService()
  24448.     {
  24449.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24450.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  24451.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  24452.         ], [
  24453.             'security.authorization_checker' => '?',
  24454.             'security.token_storage' => '?',
  24455.         ]));
  24456.     }
  24457.     /**
  24458.      * Gets the private 'security.http_utils' shared service.
  24459.      *
  24460.      * @return \Symfony\Component\Security\Http\HttpUtils
  24461.      */
  24462.     protected function getSecurity_HttpUtilsService()
  24463.     {
  24464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  24465.         $a = ($this->services['router'] ?? $this->getRouterService());
  24466.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  24467.     }
  24468.     /**
  24469.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  24470.      *
  24471.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  24472.      */
  24473.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  24474.     {
  24475.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  24476.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  24477.     }
  24478.     /**
  24479.      * Gets the private 'security.listener.csrf_protection' shared service.
  24480.      *
  24481.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  24482.      */
  24483.     protected function getSecurity_Listener_CsrfProtectionService()
  24484.     {
  24485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  24486.         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()));
  24487.     }
  24488.     /**
  24489.      * Gets the private 'security.listener.main.user_provider' shared service.
  24490.      *
  24491.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  24492.      */
  24493.     protected function getSecurity_Listener_Main_UserProviderService()
  24494.     {
  24495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  24496.         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()));
  24497.     }
  24498.     /**
  24499.      * Gets the private 'security.listener.partner_api.user_provider' shared service.
  24500.      *
  24501.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  24502.      */
  24503.     protected function getSecurity_Listener_PartnerApi_UserProviderService()
  24504.     {
  24505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  24506.         return $this->privates['security.listener.partner_api.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['App\\Security\\PartnerApi\\PartnerApiUserProvider'] ?? $this->getPartnerApiUserProviderService()));
  24507.     }
  24508.     /**
  24509.      * Gets the private 'security.listener.password_migrating' shared service.
  24510.      *
  24511.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  24512.      */
  24513.     protected function getSecurity_Listener_PasswordMigratingService()
  24514.     {
  24515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  24516.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  24517.     }
  24518.     /**
  24519.      * Gets the private 'security.listener.session.main' shared service.
  24520.      *
  24521.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  24522.      */
  24523.     protected function getSecurity_Listener_Session_MainService()
  24524.     {
  24525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  24526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  24527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  24528.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'));
  24529.     }
  24530.     /**
  24531.      * Gets the private 'security.listener.user_checker.internal_api' shared service.
  24532.      *
  24533.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  24534.      */
  24535.     protected function getSecurity_Listener_UserChecker_InternalApiService()
  24536.     {
  24537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  24538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  24540.         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())));
  24541.     }
  24542.     /**
  24543.      * Gets the private 'security.listener.user_checker.main' shared service.
  24544.      *
  24545.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  24546.      */
  24547.     protected function getSecurity_Listener_UserChecker_MainService()
  24548.     {
  24549.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  24550.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24551.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  24552.         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())));
  24553.     }
  24554.     /**
  24555.      * Gets the private 'security.listener.user_checker.partner_api' shared service.
  24556.      *
  24557.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  24558.      */
  24559.     protected function getSecurity_Listener_UserChecker_PartnerApiService()
  24560.     {
  24561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  24562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  24564.         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())));
  24565.     }
  24566.     /**
  24567.      * Gets the private 'security.listener.user_checker.reverse_sync' shared service.
  24568.      *
  24569.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  24570.      */
  24571.     protected function getSecurity_Listener_UserChecker_ReverseSyncService()
  24572.     {
  24573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  24574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  24575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  24576.         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())));
  24577.     }
  24578.     /**
  24579.      * Gets the private 'security.listener.user_provider' shared service.
  24580.      *
  24581.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  24582.      */
  24583.     protected function getSecurity_Listener_UserProviderService()
  24584.     {
  24585.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  24586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  24587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  24588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/ChainUserProvider.php';
  24589.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(new \Symfony\Component\Security\Core\User\ChainUserProvider(new RewindableGenerator(function () {
  24590.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  24591.             yield => ($this->privates['App\\Security\\PartnerApi\\PartnerApiUserProvider'] ?? $this->getPartnerApiUserProviderService());
  24592.         }, 2)));
  24593.     }
  24594.     /**
  24595.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  24596.      *
  24597.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  24598.      */
  24599.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  24600.     {
  24601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  24602.         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()));
  24603.     }
  24604.     /**
  24605.      * Gets the private 'security.logout.listener.default.main' shared service.
  24606.      *
  24607.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  24608.      */
  24609.     protected function getSecurity_Logout_Listener_Default_MainService()
  24610.     {
  24611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  24612.         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');
  24613.     }
  24614.     /**
  24615.      * Gets the private 'security.logout_url_generator' shared service.
  24616.      *
  24617.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  24618.      */
  24619.     protected function getSecurity_LogoutUrlGeneratorService()
  24620.     {
  24621.         $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()));
  24622.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  24623.         return $instance;
  24624.     }
  24625.     /**
  24626.      * Gets the private 'security.password_hasher_factory' shared service.
  24627.      *
  24628.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  24629.      */
  24630.     protected function getSecurity_PasswordHasherFactoryService()
  24631.     {
  24632.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  24633.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  24634.         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']]]);
  24635.     }
  24636.     /**
  24637.      * Gets the private 'security.role_hierarchy' shared service.
  24638.      *
  24639.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  24640.      */
  24641.     protected function getSecurity_RoleHierarchyService()
  24642.     {
  24643.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  24644.     }
  24645.     /**
  24646.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  24647.      *
  24648.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  24649.      */
  24650.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  24651.     {
  24652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  24653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  24654.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  24655.         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);
  24656.     }
  24657.     /**
  24658.      * Gets the private 'security.validator.user_password' shared service.
  24659.      *
  24660.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  24661.      */
  24662.     protected function getSecurity_Validator_UserPasswordService()
  24663.     {
  24664.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  24665.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  24666.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  24667.         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()));
  24668.     }
  24669.     /**
  24670.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  24671.      *
  24672.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  24673.      */
  24674.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  24675.     {
  24676.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  24677.     }
  24678.     /**
  24679.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  24680.      *
  24681.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  24682.      */
  24683.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  24684.     {
  24685.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  24686.         $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');
  24687.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  24688.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  24689.     }
  24690.     /**
  24691.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  24692.      *
  24693.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  24694.      */
  24695.     protected function getSensioFrameworkExtra_Security_ListenerService()
  24696.     {
  24697.         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()));
  24698.     }
  24699.     /**
  24700.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  24701.      *
  24702.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  24703.      */
  24704.     protected function getSensioFrameworkExtra_View_ListenerService()
  24705.     {
  24706.         $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))));
  24707.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24708.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  24709.         ], [
  24710.             'twig' => '?',
  24711.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  24712.         return $instance;
  24713.     }
  24714.     /**
  24715.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  24716.      *
  24717.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  24718.      */
  24719.     protected function getSerializer_Mapping_CacheWarmerService()
  24720.     {
  24721.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  24722.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  24723.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  24724.         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'));
  24725.     }
  24726.     /**
  24727.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  24728.      *
  24729.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  24730.      */
  24731.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  24732.     {
  24733.         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()))]));
  24734.     }
  24735.     /**
  24736.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  24737.      *
  24738.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  24739.      */
  24740.     protected function getSerializer_NameConverter_MetadataAwareService()
  24741.     {
  24742.         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()));
  24743.     }
  24744.     /**
  24745.      * Gets the private 'session.factory' shared service.
  24746.      *
  24747.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  24748.      */
  24749.     protected function getSession_FactoryService()
  24750.     {
  24751.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  24752.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  24753.         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']);
  24754.     }
  24755.     /**
  24756.      * Gets the private 'session.storage.factory.service' shared service.
  24757.      *
  24758.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  24759.      *
  24760.      * @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.
  24761.      */
  24762.     protected function getSession_Storage_Factory_ServiceService()
  24763.     {
  24764.         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.');
  24765.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  24766.     }
  24767.     /**
  24768.      * Gets the private 'session.storage.metadata_bag' shared service.
  24769.      *
  24770.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  24771.      *
  24772.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  24773.      */
  24774.     protected function getSession_Storage_MetadataBagService()
  24775.     {
  24776.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  24777.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  24778.     }
  24779.     /**
  24780.      * Gets the private 'session.storage.native' shared service.
  24781.      *
  24782.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  24783.      *
  24784.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  24785.      */
  24786.     protected function getSession_Storage_NativeService()
  24787.     {
  24788.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  24789.         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());
  24790.     }
  24791.     /**
  24792.      * Gets the private 'session_listener' shared service.
  24793.      *
  24794.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  24795.      */
  24796.     protected function getSessionListenerService()
  24797.     {
  24798.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  24799.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  24800.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  24801.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  24802.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  24803.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  24804.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  24805.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  24806.         ], [
  24807.             'initialized_session' => '?',
  24808.             'logger' => '?',
  24809.             'request_stack' => '?',
  24810.             'session' => '?',
  24811.             'session_collector' => '?',
  24812.             'session_factory' => '?',
  24813.             'session_storage' => '?',
  24814.         ]), true$this->parameters['session.storage.options']);
  24815.     }
  24816.     /**
  24817.      * Gets the private 'spiriit_form_filter.type.filter_boolean' shared service.
  24818.      *
  24819.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType
  24820.      */
  24821.     protected function getSpiriitFormFilter_Type_FilterBooleanService()
  24822.     {
  24823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24825.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/BooleanFilterType.php';
  24826.         return $this->privates['spiriit_form_filter.type.filter_boolean'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\BooleanFilterType();
  24827.     }
  24828.     /**
  24829.      * Gets the private 'spiriit_form_filter.type.filter_checkbox' shared service.
  24830.      *
  24831.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType
  24832.      */
  24833.     protected function getSpiriitFormFilter_Type_FilterCheckboxService()
  24834.     {
  24835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24837.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CheckboxFilterType.php';
  24838.         return $this->privates['spiriit_form_filter.type.filter_checkbox'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CheckboxFilterType();
  24839.     }
  24840.     /**
  24841.      * Gets the private 'spiriit_form_filter.type.filter_choice' shared service.
  24842.      *
  24843.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType
  24844.      */
  24845.     protected function getSpiriitFormFilter_Type_FilterChoiceService()
  24846.     {
  24847.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24849.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/ChoiceFilterType.php';
  24850.         return $this->privates['spiriit_form_filter.type.filter_choice'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\ChoiceFilterType();
  24851.     }
  24852.     /**
  24853.      * Gets the private 'spiriit_form_filter.type.filter_collection_adapter' shared service.
  24854.      *
  24855.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType
  24856.      */
  24857.     protected function getSpiriitFormFilter_Type_FilterCollectionAdapterService()
  24858.     {
  24859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24861.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/CollectionAdapterFilterType.php';
  24862.         return $this->privates['spiriit_form_filter.type.filter_collection_adapter'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\CollectionAdapterFilterType();
  24863.     }
  24864.     /**
  24865.      * Gets the private 'spiriit_form_filter.type.filter_date' shared service.
  24866.      *
  24867.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType
  24868.      */
  24869.     protected function getSpiriitFormFilter_Type_FilterDateService()
  24870.     {
  24871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24873.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateFilterType.php';
  24874.         return $this->privates['spiriit_form_filter.type.filter_date'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateFilterType();
  24875.     }
  24876.     /**
  24877.      * Gets the private 'spiriit_form_filter.type.filter_date_range' shared service.
  24878.      *
  24879.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType
  24880.      */
  24881.     protected function getSpiriitFormFilter_Type_FilterDateRangeService()
  24882.     {
  24883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24884.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24885.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateRangeFilterType.php';
  24886.         return $this->privates['spiriit_form_filter.type.filter_date_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateRangeFilterType();
  24887.     }
  24888.     /**
  24889.      * Gets the private 'spiriit_form_filter.type.filter_datetime' shared service.
  24890.      *
  24891.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType
  24892.      */
  24893.     protected function getSpiriitFormFilter_Type_FilterDatetimeService()
  24894.     {
  24895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24897.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeFilterType.php';
  24898.         return $this->privates['spiriit_form_filter.type.filter_datetime'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeFilterType();
  24899.     }
  24900.     /**
  24901.      * Gets the private 'spiriit_form_filter.type.filter_datetime_range' shared service.
  24902.      *
  24903.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType
  24904.      */
  24905.     protected function getSpiriitFormFilter_Type_FilterDatetimeRangeService()
  24906.     {
  24907.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24908.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24909.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/DateTimeRangeFilterType.php';
  24910.         return $this->privates['spiriit_form_filter.type.filter_datetime_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\DateTimeRangeFilterType();
  24911.     }
  24912.     /**
  24913.      * Gets the private 'spiriit_form_filter.type.filter_entity' shared service.
  24914.      *
  24915.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType
  24916.      */
  24917.     protected function getSpiriitFormFilter_Type_FilterEntityService()
  24918.     {
  24919.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24920.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24921.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EntityFilterType.php';
  24922.         return $this->privates['spiriit_form_filter.type.filter_entity'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EntityFilterType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24923.     }
  24924.     /**
  24925.      * Gets the private 'spiriit_form_filter.type.filter_enum' shared service.
  24926.      *
  24927.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType
  24928.      */
  24929.     protected function getSpiriitFormFilter_Type_FilterEnumService()
  24930.     {
  24931.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24932.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24933.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/EnumFilterType.php';
  24934.         return $this->privates['spiriit_form_filter.type.filter_enum'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\EnumFilterType();
  24935.     }
  24936.     /**
  24937.      * Gets the private 'spiriit_form_filter.type.filter_number' shared service.
  24938.      *
  24939.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType
  24940.      */
  24941.     protected function getSpiriitFormFilter_Type_FilterNumberService()
  24942.     {
  24943.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24944.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24945.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberFilterType.php';
  24946.         return $this->privates['spiriit_form_filter.type.filter_number'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberFilterType();
  24947.     }
  24948.     /**
  24949.      * Gets the private 'spiriit_form_filter.type.filter_number_range' shared service.
  24950.      *
  24951.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType
  24952.      */
  24953.     protected function getSpiriitFormFilter_Type_FilterNumberRangeService()
  24954.     {
  24955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24957.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/NumberRangeFilterType.php';
  24958.         return $this->privates['spiriit_form_filter.type.filter_number_range'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\NumberRangeFilterType();
  24959.     }
  24960.     /**
  24961.      * Gets the private 'spiriit_form_filter.type.filter_sharedable' shared service.
  24962.      *
  24963.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType
  24964.      */
  24965.     protected function getSpiriitFormFilter_Type_FilterSharedableService()
  24966.     {
  24967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24969.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/SharedableFilterType.php';
  24970.         return $this->privates['spiriit_form_filter.type.filter_sharedable'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\SharedableFilterType();
  24971.     }
  24972.     /**
  24973.      * Gets the private 'spiriit_form_filter.type.filter_text' shared service.
  24974.      *
  24975.      * @return \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType
  24976.      */
  24977.     protected function getSpiriitFormFilter_Type_FilterTextService()
  24978.     {
  24979.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  24980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  24981.         include_once \dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Filter/Form/Type/TextFilterType.php';
  24982.         return $this->privates['spiriit_form_filter.type.filter_text'] = new \Spiriit\Bundle\FormFilterBundle\Filter\Form\Type\TextFilterType(1);
  24983.     }
  24984.     /**
  24985.      * Gets the private 'stof_doctrine_extensions.listener.sluggable' shared service.
  24986.      *
  24987.      * @return \Gedmo\Sluggable\SluggableListener
  24988.      */
  24989.     protected function getStofDoctrineExtensions_Listener_SluggableService()
  24990.     {
  24991.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  24992.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  24993.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Sluggable/SluggableListener.php';
  24994.         $this->privates['stof_doctrine_extensions.listener.sluggable'] = $instance = new \Gedmo\Sluggable\SluggableListener();
  24995.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  24996.         return $instance;
  24997.     }
  24998.     /**
  24999.      * Gets the private 'translation.extractor' shared service.
  25000.      *
  25001.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  25002.      */
  25003.     protected function getTranslation_ExtractorService()
  25004.     {
  25005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  25006.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  25007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  25008.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  25009.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  25010.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  25011.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  25012.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  25013.         return $instance;
  25014.     }
  25015.     /**
  25016.      * Gets the private 'translation.loader.csv' shared service.
  25017.      *
  25018.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  25019.      */
  25020.     protected function getTranslation_Loader_CsvService()
  25021.     {
  25022.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25023.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25024.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  25026.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  25027.     }
  25028.     /**
  25029.      * Gets the private 'translation.loader.dat' shared service.
  25030.      *
  25031.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  25032.      */
  25033.     protected function getTranslation_Loader_DatService()
  25034.     {
  25035.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25036.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  25037.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  25038.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  25039.     }
  25040.     /**
  25041.      * Gets the private 'translation.loader.ini' shared service.
  25042.      *
  25043.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  25044.      */
  25045.     protected function getTranslation_Loader_IniService()
  25046.     {
  25047.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25048.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25049.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25050.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  25051.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  25052.     }
  25053.     /**
  25054.      * Gets the private 'translation.loader.json' shared service.
  25055.      *
  25056.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  25057.      */
  25058.     protected function getTranslation_Loader_JsonService()
  25059.     {
  25060.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25061.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25062.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25063.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  25064.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  25065.     }
  25066.     /**
  25067.      * Gets the private 'translation.loader.mo' shared service.
  25068.      *
  25069.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  25070.      */
  25071.     protected function getTranslation_Loader_MoService()
  25072.     {
  25073.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25074.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25075.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25076.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  25077.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  25078.     }
  25079.     /**
  25080.      * Gets the private 'translation.loader.php' shared service.
  25081.      *
  25082.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  25083.      */
  25084.     protected function getTranslation_Loader_PhpService()
  25085.     {
  25086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25087.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  25090.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  25091.     }
  25092.     /**
  25093.      * Gets the private 'translation.loader.po' shared service.
  25094.      *
  25095.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  25096.      */
  25097.     protected function getTranslation_Loader_PoService()
  25098.     {
  25099.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25100.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25101.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  25103.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  25104.     }
  25105.     /**
  25106.      * Gets the private 'translation.loader.qt' shared service.
  25107.      *
  25108.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  25109.      */
  25110.     protected function getTranslation_Loader_QtService()
  25111.     {
  25112.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  25114.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  25115.     }
  25116.     /**
  25117.      * Gets the private 'translation.loader.res' shared service.
  25118.      *
  25119.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  25120.      */
  25121.     protected function getTranslation_Loader_ResService()
  25122.     {
  25123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  25125.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  25126.     }
  25127.     /**
  25128.      * Gets the private 'translation.loader.xliff' shared service.
  25129.      *
  25130.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  25131.      */
  25132.     protected function getTranslation_Loader_XliffService()
  25133.     {
  25134.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25135.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  25136.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  25137.     }
  25138.     /**
  25139.      * Gets the private 'translation.loader.yml' shared service.
  25140.      *
  25141.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  25142.      */
  25143.     protected function getTranslation_Loader_YmlService()
  25144.     {
  25145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  25149.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  25150.     }
  25151.     /**
  25152.      * Gets the private 'translation.provider_collection' shared service.
  25153.      *
  25154.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  25155.      */
  25156.     protected function getTranslation_ProviderCollectionService()
  25157.     {
  25158.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  25159.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  25160.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  25161.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  25162.         }, 1), []))->fromConfig([]);
  25163.     }
  25164.     /**
  25165.      * Gets the private 'translation.reader' shared service.
  25166.      *
  25167.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  25168.      */
  25169.     protected function getTranslation_ReaderService()
  25170.     {
  25171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  25172.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  25173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  25174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  25175.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  25176.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  25177.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  25178.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  25179.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  25180.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  25181.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  25182.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  25183.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  25184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  25185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  25186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  25187.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  25188.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  25189.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  25190.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  25191.         $instance->addLoader('yaml'$a);
  25192.         $instance->addLoader('yml'$a);
  25193.         $instance->addLoader('xlf'$b);
  25194.         $instance->addLoader('xliff'$b);
  25195.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  25196.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  25197.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  25198.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  25199.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  25200.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  25201.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  25202.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  25203.         return $instance;
  25204.     }
  25205.     /**
  25206.      * Gets the private 'translation.warmer' shared service.
  25207.      *
  25208.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  25209.      */
  25210.     protected function getTranslation_WarmerService()
  25211.     {
  25212.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  25213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  25214.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25215.             'translator' => ['services''translator''getTranslatorService'false],
  25216.         ], [
  25217.             'translator' => '?',
  25218.         ]))->withContext('translation.warmer'$this));
  25219.     }
  25220.     /**
  25221.      * Gets the private 'translation.writer' shared service.
  25222.      *
  25223.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  25224.      */
  25225.     protected function getTranslation_WriterService()
  25226.     {
  25227.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  25228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  25229.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  25230.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  25231.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  25232.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  25233.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  25234.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  25235.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  25236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  25237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  25238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  25239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  25240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  25241.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  25242.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  25243.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  25244.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  25245.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  25246.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  25247.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  25248.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  25249.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  25250.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  25251.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  25252.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  25253.         return $instance;
  25254.     }
  25255.     /**
  25256.      * Gets the private 'translator.default' shared service.
  25257.      *
  25258.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  25259.      */
  25260.     protected function getTranslator_DefaultService()
  25261.     {
  25262.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25263.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  25264.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  25265.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  25266.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  25267.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  25268.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  25269.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  25270.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  25271.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  25272.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  25273.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  25274.         ], [
  25275.             'translation.loader.csv' => '?',
  25276.             'translation.loader.dat' => '?',
  25277.             'translation.loader.ini' => '?',
  25278.             'translation.loader.json' => '?',
  25279.             'translation.loader.mo' => '?',
  25280.             'translation.loader.php' => '?',
  25281.             'translation.loader.po' => '?',
  25282.             'translation.loader.qt' => '?',
  25283.             'translation.loader.res' => '?',
  25284.             'translation.loader.xliff' => '?',
  25285.             'translation.loader.yml' => '?',
  25286.         ]), 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/datetime.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'), 10 => (\dirname(__DIR__4).'/translations/NellappSDKBundle.fr.yaml'), 11 => (\dirname(__DIR__4).'/translations/OneupUploaderBundle.fr.yaml'), 12 => (\dirname(__DIR__4).'/translations/date.fr.yaml'), 13 => (\dirname(__DIR__4).'/translations/email.fr.yaml'), 14 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 15 => (\dirname(__DIR__4).'/translations/security.fr.yaml'), 16 => (\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'), 39 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/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'39 => 'vendor/willdurand/js-translation-bundle/translations']]], []);
  25287.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  25288.         $instance->setFallbackLocales([=> 'fr']);
  25289.         return $instance;
  25290.     }
  25291.     /**
  25292.      * Gets the private 'twig.command.debug' shared service.
  25293.      *
  25294.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  25295.      */
  25296.     protected function getTwig_Command_DebugService()
  25297.     {
  25298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25299.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  25300.         $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()));
  25301.         $instance->setName('debug:twig');
  25302.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  25303.         return $instance;
  25304.     }
  25305.     /**
  25306.      * Gets the private 'twig.command.lint' shared service.
  25307.      *
  25308.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  25309.      */
  25310.     protected function getTwig_Command_LintService()
  25311.     {
  25312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25313.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  25314.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  25315.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  25316.         $instance->setName('lint:twig');
  25317.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  25318.         return $instance;
  25319.     }
  25320.     /**
  25321.      * Gets the private 'twig.form.renderer' shared service.
  25322.      *
  25323.      * @return \Symfony\Component\Form\FormRenderer
  25324.      */
  25325.     protected function getTwig_Form_RendererService()
  25326.     {
  25327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  25328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  25329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  25330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  25331.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  25332.         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()));
  25333.     }
  25334.     /**
  25335.      * Gets the private 'twig.runtime.httpkernel' shared service.
  25336.      *
  25337.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  25338.      */
  25339.     protected function getTwig_Runtime_HttpkernelService()
  25340.     {
  25341.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  25342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  25343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  25344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  25345.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  25346.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  25347.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  25348.         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, [
  25349.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  25350.         ], [
  25351.             'inline' => '?',
  25352.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  25353.     }
  25354.     /**
  25355.      * Gets the private 'twig.runtime.security_csrf' shared service.
  25356.      *
  25357.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  25358.      */
  25359.     protected function getTwig_Runtime_SecurityCsrfService()
  25360.     {
  25361.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  25362.         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()));
  25363.     }
  25364.     /**
  25365.      * Gets the private 'twig.runtime.serializer' shared service.
  25366.      *
  25367.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  25368.      */
  25369.     protected function getTwig_Runtime_SerializerService()
  25370.     {
  25371.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  25372.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  25373.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  25374.     }
  25375.     /**
  25376.      * Gets the private 'twig.template_cache_warmer' shared service.
  25377.      *
  25378.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  25379.      */
  25380.     protected function getTwig_TemplateCacheWarmerService()
  25381.     {
  25382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  25383.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  25384.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  25385.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25386.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  25387.         ], [
  25388.             'twig' => '?',
  25389.         ]))->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')));
  25390.     }
  25391.     /**
  25392.      * Gets the private 'url_helper' shared service.
  25393.      *
  25394.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  25395.      */
  25396.     protected function getUrlHelperService()
  25397.     {
  25398.         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()));
  25399.     }
  25400.     /**
  25401.      * Gets the private 'ux.twig_component.component_factory' shared service.
  25402.      *
  25403.      * @return \Symfony\UX\TwigComponent\ComponentFactory
  25404.      */
  25405.     protected function getUx_TwigComponent_ComponentFactoryService()
  25406.     {
  25407.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
  25408.         return $this->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25409.             'CardImage' => [false'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardImage''getCardImageService'false],
  25410.             'CardModality' => [false'App\\Twig\\Component\\Scholar\\SubTrainingCard\\CardModality''getCardModalityService'false],
  25411.             'ChannelContact:Widget:Header' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\ChannelContact\\ChannelContactHeaderWidget''getChannelContactHeaderWidgetService'false],
  25412.             'ChannelUserData:Badge:ChannelUserRole' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\ChannelUserData\\ChannelUserRoleBadgeComponent''getChannelUserRoleBadgeComponentService'false],
  25413.             'ChannelUserData:CursusLockout' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\CursusLockout''getCursusLockoutService'false],
  25414.             'ChannelUserPermissionFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionFormComponent''getChannelUserPermissionFormComponentService'false],
  25415.             'ChannelUserPermissionGroupFormComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Permission\\ChannelUserPermissionGroupFormComponent''getChannelUserPermissionGroupFormComponentService'false],
  25416.             'ChannelUserProfileCard' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\ChannelUserProfileCard''getChannelUserProfileCardService'false],
  25417.             'Company:Widget:Header' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\Company\\CompanyHeaderWidget''getCompanyHeaderWidgetService'false],
  25418.             'Contact:Identity:Card' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\ContactIdentityCard''getContactIdentityCardService'false],
  25419.             'HorizontalTrainingCard' => [false'App\\Twig\\Component\\Scholar\\HorizontalTrainingCard''getHorizontalTrainingCardService'false],
  25420.             'Icon:Base' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\BaseIcon''getBaseIconService'false],
  25421.             'Icon:Company' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\CompanyIcon''getCompanyIconService'false],
  25422.             'Icon:Contact' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\ContactIcon''getContactIconService'false],
  25423.             'Module:Action:Base' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\BaseAction''getBaseActionService'false],
  25424.             'Module:Action:Delete' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\DeleteAction''getDeleteAction9Service'false],
  25425.             'Module:Action:Dropdown' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ActionDropdownComponent''getActionDropdownComponentService'false],
  25426.             'Module:Action:Edit' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\EditAction''getEditAction2Service'false],
  25427.             'Module:Action:Show' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\ShowAction''getShowAction7Service'false],
  25428.             'Module:ClipableInformation' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ClipableInformationComponent''getClipableInformationComponentService'false],
  25429.             'NellappVideoPlayer' => [false'App\\Twig\\Component\\NellappVideoPlayer''getNellappVideoPlayerService'false],
  25430.             'Notification:Item' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationItemComponent''getNotificationItemComponentService'false],
  25431.             'Notification:List' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationListComponent''getNotificationListComponentService'false],
  25432.             'Notification:Menu' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent''getNotificationMenuComponentService'false],
  25433.             'Planning:AgendaAction' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction''getAgendaActionService'false],
  25434.             'Planning:AgendaEventSignBadge' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaEventSignBadge''getAgendaEventSignBadgeService'false],
  25435.             'Planning:AgendaSlider' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSlider''getAgendaSliderService'false],
  25436.             'Planning:AgendaSliderItem' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSliderItem''getAgendaSliderItemService'false],
  25437.             'Planning:AgendaWidget' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget''getAgendaWidgetService'false],
  25438.             'ProgressionBarComponent' => [false'App\\Twig\\Component\\Channel\\SharedContent\\ProgressionBarComponent''getProgressionBarComponentService'false],
  25439.             'SdkBadgeComponent' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Badge\\SdkBadgeComponent''getSdkBadgeComponentService'false],
  25440.             'TrainingCard' => [false'App\\Twig\\Component\\Scholar\\TrainingCard''getTrainingCardService'false],
  25441.             'User:Identity:Card' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\UserIdentityCard''getUserIdentityCardService'false],
  25442.             'Widget:Base' => [false'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\BaseWidget''getBaseWidgetService'false],
  25443.         ], [
  25444.             'CardImage' => '?',
  25445.             'CardModality' => '?',
  25446.             'ChannelContact:Widget:Header' => '?',
  25447.             'ChannelUserData:Badge:ChannelUserRole' => '?',
  25448.             'ChannelUserData:CursusLockout' => '?',
  25449.             'ChannelUserPermissionFormComponent' => '?',
  25450.             'ChannelUserPermissionGroupFormComponent' => '?',
  25451.             'ChannelUserProfileCard' => '?',
  25452.             'Company:Widget:Header' => '?',
  25453.             'Contact:Identity:Card' => '?',
  25454.             'HorizontalTrainingCard' => '?',
  25455.             'Icon:Base' => '?',
  25456.             'Icon:Company' => '?',
  25457.             'Icon:Contact' => '?',
  25458.             'Module:Action:Base' => '?',
  25459.             'Module:Action:Delete' => '?',
  25460.             'Module:Action:Dropdown' => '?',
  25461.             'Module:Action:Edit' => '?',
  25462.             'Module:Action:Show' => '?',
  25463.             'Module:ClipableInformation' => '?',
  25464.             'NellappVideoPlayer' => '?',
  25465.             'Notification:Item' => '?',
  25466.             'Notification:List' => '?',
  25467.             'Notification:Menu' => '?',
  25468.             'Planning:AgendaAction' => '?',
  25469.             'Planning:AgendaEventSignBadge' => '?',
  25470.             'Planning:AgendaSlider' => '?',
  25471.             'Planning:AgendaSliderItem' => '?',
  25472.             'Planning:AgendaWidget' => '?',
  25473.             'ProgressionBarComponent' => '?',
  25474.             'SdkBadgeComponent' => '?',
  25475.             'TrainingCard' => '?',
  25476.             'User:Identity:Card' => '?',
  25477.             'Widget:Base' => '?',
  25478.         ]), ($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'], 'Contact:Identity:Card' => ['key' => 'Contact:Identity:Card''template' => '@NellappSDK/Components/card/identity/contact.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\ContactIdentityCard''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\ContactIdentityCard'], 'User:Identity:Card' => ['key' => 'User:Identity:Card''template' => '@NellappSDK/Components/card/identity/user.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\UserIdentityCard''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Card\\Identity\\UserIdentityCard'], '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'], 'ChannelUserData:CursusLockout' => ['key' => 'ChannelUserData:CursusLockout''template' => '@NellappSDK/Components/channelUserData/cursus_lockout.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\CursusLockout''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\ChannelUserData\\CursusLockout'], 'Icon:Base' => ['key' => 'Icon:Base''template' => '@NellappSDK/Components/icon/base_icon.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\BaseIcon''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\BaseIcon'], 'Icon:Company' => ['key' => 'Icon:Company''template' => '@NellappSDK/Components/icon/company_icon.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\CompanyIcon''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\CompanyIcon'], 'Icon:Contact' => ['key' => 'Icon:Contact''template' => '@NellappSDK/Components/icon/contact_icon.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\ContactIcon''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Icon\\ContactIcon'], 'Module:Action:Base' => ['key' => 'Module:Action:Base''template' => '@NellappSDK/Components/module/action/base_action.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\BaseAction''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\BaseAction'], 'Module:Action:Delete' => ['key' => 'Module:Action:Delete''template' => '@NellappSDK/Components/module/action/delete.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\DeleteAction''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\DeleteAction'], 'Module:Action:Edit' => ['key' => 'Module:Action:Edit''template' => '@NellappSDK/Components/module/action/edit.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\EditAction''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\EditAction'], 'Module:Action:Show' => ['key' => 'Module:Action:Show''template' => '@NellappSDK/Components/module/action/show.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\ShowAction''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\Action\\ShowAction'], 'Module:Action:Dropdown' => ['key' => 'Module:Action:Dropdown''template' => '@NellappSDK/Components/module/action_dropdown.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ActionDropdownComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ActionDropdownComponent'], 'Module:ClipableInformation' => ['key' => 'Module:ClipableInformation''template' => '@NellappSDK/Components/module/clipable_information.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ClipableInformationComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Module\\ClipableInformationComponent'], 'Notification:Item' => ['key' => 'Notification:Item''template' => '@NellappSDK/Components/notification/notification_item-component.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationItemComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationItemComponent'], 'Notification:List' => ['key' => 'Notification:List''template' => '@NellappSDK/Components/notification/notification_list-component.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationListComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationListComponent'], 'Notification:Menu' => ['key' => 'Notification:Menu''template' => '@NellappSDK/Components/notification/notification_menu-component.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Notification\\NotificationMenuComponent'], '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'], 'Planning:AgendaAction' => ['key' => 'Planning:AgendaAction''template' => '@NellappSDK/Components/planning/agenda-action.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaAction'], 'Planning:AgendaEventSignBadge' => ['key' => 'Planning:AgendaEventSignBadge''template' => '@NellappSDK/Components/planning/agenda-event-sign-badge.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaEventSignBadge''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaEventSignBadge'], 'Planning:AgendaSlider' => ['key' => 'Planning:AgendaSlider''template' => '@NellappSDK/Components/planning/agenda-slider.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSlider''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSlider'], 'Planning:AgendaSliderItem' => ['key' => 'Planning:AgendaSliderItem''template' => '@NellappSDK/Components/planning/agenda-slider-item.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSliderItem''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaSliderItem'], 'Planning:AgendaWidget' => ['key' => 'Planning:AgendaWidget''template' => '@NellappSDK/Components/planning/agenda.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Planning\\AgendaWidget'], 'Widget:Base' => ['key' => 'Widget:Base''template' => '@NellappSDK/Components/widget/base.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\BaseWidget''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\BaseWidget'], 'ChannelContact:Widget:Header' => ['key' => 'ChannelContact:Widget:Header''template' => '@NellappSDK/Components/widget/channelContact/header.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\ChannelContact\\ChannelContactHeaderWidget''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\ChannelContact\\ChannelContactHeaderWidget'], 'Company:Widget:Header' => ['key' => 'Company:Widget:Header''template' => '@NellappSDK/Components/widget/company/header.html.twig''expose_public_props' => true'attributes_var' => 'attributes''service_id' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\Company\\CompanyHeaderWidget''class' => 'Nellapp\\Bundle\\SDKBundle\\Twig\\Component\\Widget\\Company\\CompanyHeaderWidget']]);
  25479.     }
  25480.     /**
  25481.      * Gets the private 'ux.twig_component.component_renderer' shared service.
  25482.      *
  25483.      * @return \Symfony\UX\TwigComponent\ComponentRenderer
  25484.      */
  25485.     protected function getUx_TwigComponent_ComponentRendererService()
  25486.     {
  25487.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRendererInterface.php';
  25488.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentRenderer.php';
  25489.         include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/ComponentStack.php';
  25490.         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());
  25491.     }
  25492.     /**
  25493.      * Gets the private 'validator.builder' shared service.
  25494.      *
  25495.      * @return \Symfony\Component\Validator\ValidatorBuilder
  25496.      */
  25497.     protected function getValidator_BuilderService()
  25498.     {
  25499.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  25500.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  25501.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25502.             'App\\Validator\\Constraints\\HtmlTagConstraintValidator' => ['privates''App\\Validator\\Constraints\\HtmlTagConstraintValidator''getHtmlTagConstraintValidatorService'false],
  25503.             'App\\Validator\\Constraints\\InjuryConstraintValidator' => ['privates''App\\Validator\\Constraints\\InjuryConstraintValidator''getInjuryConstraintValidatorService'false],
  25504.             'App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator' => ['privates''App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator''getMultipleChoiceQuestionConstraintValidatorService'false],
  25505.             'App\\Validator\\Constraints\\PracticalCaseConstraintValidator' => ['privates''App\\Validator\\Constraints\\PracticalCaseConstraintValidator''getPracticalCaseConstraintValidatorService'false],
  25506.             'App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator' => ['privates''App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator''getPracticalCaseResponseConstraintValidatorService'false],
  25507.             'App\\Validator\\Constraints\\ProductConstraintValidator' => ['privates''App\\Validator\\Constraints\\ProductConstraintValidator''getProductConstraintValidatorService'false],
  25508.             'App\\Validator\\Constraints\\UniqueTrainingModuleConstraintValidator' => ['privates''App\\Validator\\Constraints\\UniqueTrainingModuleConstraintValidator''getUniqueTrainingModuleConstraintValidatorService'false],
  25509.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'false],
  25510.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => ['privates''Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator''getAssertSameChannelValidatorService'false],
  25511.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  25512.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  25513.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  25514.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  25515.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  25516.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  25517.             'karser_recaptcha3_validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'false],
  25518.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  25519.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  25520.         ], [
  25521.             'App\\Validator\\Constraints\\HtmlTagConstraintValidator' => '?',
  25522.             'App\\Validator\\Constraints\\InjuryConstraintValidator' => '?',
  25523.             'App\\Validator\\Constraints\\MultipleChoiceQuestionConstraintValidator' => '?',
  25524.             'App\\Validator\\Constraints\\PracticalCaseConstraintValidator' => '?',
  25525.             'App\\Validator\\Constraints\\PracticalCaseResponseConstraintValidator' => '?',
  25526.             'App\\Validator\\Constraints\\ProductConstraintValidator' => '?',
  25527.             'App\\Validator\\Constraints\\UniqueTrainingModuleConstraintValidator' => '?',
  25528.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
  25529.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => '?',
  25530.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  25531.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  25532.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  25533.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  25534.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  25535.             'doctrine.orm.validator.unique' => '?',
  25536.             'karser_recaptcha3_validator' => '?',
  25537.             'security.validator.user_password' => '?',
  25538.             'validator.expression' => '?',
  25539.         ])));
  25540.         if ($this->has('translator')) {
  25541.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  25542.         }
  25543.         $instance->setTranslationDomain('validators');
  25544.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  25545.         $instance->enableAnnotationMapping(true);
  25546.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  25547.         $instance->addMethodMapping('loadValidatorMetadata');
  25548.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  25549.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  25550.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  25551.         return $instance;
  25552.     }
  25553.     /**
  25554.      * Gets the private 'validator.email' shared service.
  25555.      *
  25556.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  25557.      */
  25558.     protected function getValidator_EmailService()
  25559.     {
  25560.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25561.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25562.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  25563.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('loose');
  25564.     }
  25565.     /**
  25566.      * Gets the private 'validator.expression' shared service.
  25567.      *
  25568.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  25569.      */
  25570.     protected function getValidator_ExpressionService()
  25571.     {
  25572.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25573.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25574.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  25575.         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())));
  25576.     }
  25577.     /**
  25578.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  25579.      *
  25580.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  25581.      */
  25582.     protected function getValidator_Mapping_CacheWarmerService()
  25583.     {
  25584.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  25585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  25586.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  25587.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  25588.     }
  25589.     /**
  25590.      * Gets the private 'validator.not_compromised_password' shared service.
  25591.      *
  25592.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  25593.      */
  25594.     protected function getValidator_NotCompromisedPasswordService()
  25595.     {
  25596.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  25597.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  25598.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  25599.         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);
  25600.     }
  25601.     /**
  25602.      * Gets the private 'var_dumper.command.server_dump' shared service.
  25603.      *
  25604.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  25605.      */
  25606.     protected function getVarDumper_Command_ServerDumpService()
  25607.     {
  25608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  25609.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  25610.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  25611.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  25612.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  25613.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  25614.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  25615.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  25616.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  25617.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  25618.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  25619.         $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()))]);
  25620.         $instance->setName('server:dump');
  25621.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  25622.         return $instance;
  25623.     }
  25624.     /**
  25625.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  25626.      *
  25627.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  25628.      */
  25629.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  25630.     {
  25631.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  25632.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  25633.         return $instance;
  25634.     }
  25635.     /**
  25636.      * Gets the private 'var_dumper.html_dumper' shared service.
  25637.      *
  25638.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  25639.      */
  25640.     protected function getVarDumper_HtmlDumperService()
  25641.     {
  25642.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  25643.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  25644.         return $instance;
  25645.     }
  25646.     /**
  25647.      * Gets the private 'var_dumper.server_connection' shared service.
  25648.      *
  25649.      * @return \Symfony\Component\VarDumper\Server\Connection
  25650.      */
  25651.     protected function getVarDumper_ServerConnectionService()
  25652.     {
  25653.         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()]);
  25654.     }
  25655.     /**
  25656.      * Gets the private 'web_profiler.csp.handler' shared service.
  25657.      *
  25658.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  25659.      */
  25660.     protected function getWebProfiler_Csp_HandlerService()
  25661.     {
  25662.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  25663.     }
  25664.     /**
  25665.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  25666.      *
  25667.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  25668.      */
  25669.     protected function getWebProfiler_DebugToolbarService()
  25670.     {
  25671.         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()));
  25672.     }
  25673.     /**
  25674.      * Gets the private 'webpack_encore.entrypoint_lookup.cache_warmer' shared service.
  25675.      *
  25676.      * @return \Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer
  25677.      */
  25678.     protected function getWebpackEncore_EntrypointLookup_CacheWarmerService()
  25679.     {
  25680.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  25681.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  25682.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/CacheWarmer/EntrypointCacheWarmer.php';
  25683.         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'));
  25684.     }
  25685.     /**
  25686.      * Gets the private 'webpack_encore.entrypoint_lookup[_default]' shared service.
  25687.      *
  25688.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  25689.      */
  25690.     protected function getWebpackEncore_EntrypointLookupDefaultService()
  25691.     {
  25692.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  25693.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  25694.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  25695.         return $this->privates['webpack_encore.entrypoint_lookup[_default]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/common/entrypoints.json'), NULL'_default'true);
  25696.     }
  25697.     /**
  25698.      * Gets the private 'webpack_encore.entrypoint_lookup[backoffice]' shared service.
  25699.      *
  25700.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  25701.      */
  25702.     protected function getWebpackEncore_EntrypointLookupbackofficeService()
  25703.     {
  25704.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  25705.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  25706.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  25707.         return $this->privates['webpack_encore.entrypoint_lookup[backoffice]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/backoffice/entrypoints.json'), NULL'backoffice'true);
  25708.     }
  25709.     /**
  25710.      * Gets the private 'webpack_encore.entrypoint_lookup[common]' shared service.
  25711.      *
  25712.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  25713.      */
  25714.     protected function getWebpackEncore_EntrypointLookupcommonService()
  25715.     {
  25716.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  25717.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  25718.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  25719.         return $this->privates['webpack_encore.entrypoint_lookup[common]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/common/entrypoints.json'), NULL'common'true);
  25720.     }
  25721.     /**
  25722.      * Gets the private 'webpack_encore.entrypoint_lookup[content]' shared service.
  25723.      *
  25724.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  25725.      */
  25726.     protected function getWebpackEncore_EntrypointLookupcontentService()
  25727.     {
  25728.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  25729.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  25730.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  25731.         return $this->privates['webpack_encore.entrypoint_lookup[content]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/content/entrypoints.json'), NULL'content'true);
  25732.     }
  25733.     /**
  25734.      * Gets the private 'webpack_encore.entrypoint_lookup[core]' shared service.
  25735.      *
  25736.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  25737.      */
  25738.     protected function getWebpackEncore_EntrypointLookupcoreService()
  25739.     {
  25740.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  25741.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  25742.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  25743.         return $this->privates['webpack_encore.entrypoint_lookup[core]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/bundles/nellappsdk/entrypoints.json'), NULL'core'true);
  25744.     }
  25745.     /**
  25746.      * Gets the private 'webpack_encore.entrypoint_lookup[vendor]' shared service.
  25747.      *
  25748.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup
  25749.      */
  25750.     protected function getWebpackEncore_EntrypointLookupvendorService()
  25751.     {
  25752.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupInterface.php';
  25753.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/IntegrityDataProviderInterface.php';
  25754.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookup.php';
  25755.         return $this->privates['webpack_encore.entrypoint_lookup[vendor]'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookup((\dirname(__DIR__4).'/public/build/vendor/entrypoints.json'), NULL'vendor'true);
  25756.     }
  25757.     /**
  25758.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  25759.      *
  25760.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  25761.      */
  25762.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  25763.     {
  25764.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  25765.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'false],
  25766.             'backoffice' => ['privates''webpack_encore.entrypoint_lookup[backoffice]''getWebpackEncore_EntrypointLookupbackofficeService'false],
  25767.             'common' => ['privates''webpack_encore.entrypoint_lookup[common]''getWebpackEncore_EntrypointLookupcommonService'false],
  25768.             'content' => ['privates''webpack_encore.entrypoint_lookup[content]''getWebpackEncore_EntrypointLookupcontentService'false],
  25769.             'core' => ['privates''webpack_encore.entrypoint_lookup[core]''getWebpackEncore_EntrypointLookupcoreService'false],
  25770.             'vendor' => ['privates''webpack_encore.entrypoint_lookup[vendor]''getWebpackEncore_EntrypointLookupvendorService'false],
  25771.         ], [
  25772.             '_default' => '?',
  25773.             'backoffice' => '?',
  25774.             'common' => '?',
  25775.             'content' => '?',
  25776.             'core' => '?',
  25777.             'vendor' => '?',
  25778.         ]), '_default');
  25779.     }
  25780.     /**
  25781.      * Gets the private 'webpack_encore.exception_listener' shared service.
  25782.      *
  25783.      * @return \Symfony\WebpackEncoreBundle\EventListener\ExceptionListener
  25784.      */
  25785.     protected function getWebpackEncore_ExceptionListenerService()
  25786.     {
  25787.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ExceptionListener.php';
  25788.         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']);
  25789.     }
  25790.     /**
  25791.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  25792.      *
  25793.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  25794.      */
  25795.     protected function getWebpackEncore_TagRendererService()
  25796.     {
  25797.         include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  25798.         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()));
  25799.     }
  25800.     /**
  25801.      * Gets the public 'cache_clearer' alias.
  25802.      *
  25803.      * @return object The ".container.private.cache_clearer" service.
  25804.      */
  25805.     protected function getCacheClearerService()
  25806.     {
  25807.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  25808.         return $this->get('.container.private.cache_clearer');
  25809.     }
  25810.     /**
  25811.      * Gets the public 'filesystem' alias.
  25812.      *
  25813.      * @return object The ".container.private.filesystem" service.
  25814.      */
  25815.     protected function getFilesystemService()
  25816.     {
  25817.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  25818.         return $this->get('.container.private.filesystem');
  25819.     }
  25820.     /**
  25821.      * Gets the public 'serializer' alias.
  25822.      *
  25823.      * @return object The ".container.private.serializer" service.
  25824.      */
  25825.     protected function getSerializerService()
  25826.     {
  25827.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  25828.         return $this->get('.container.private.serializer');
  25829.     }
  25830.     /**
  25831.      * Gets the public 'security.csrf.token_manager' alias.
  25832.      *
  25833.      * @return object The ".container.private.security.csrf.token_manager" service.
  25834.      */
  25835.     protected function getSecurity_Csrf_TokenManagerService()
  25836.     {
  25837.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  25838.         return $this->get('.container.private.security.csrf.token_manager');
  25839.     }
  25840.     /**
  25841.      * Gets the public 'form.factory' alias.
  25842.      *
  25843.      * @return object The ".container.private.form.factory" service.
  25844.      */
  25845.     protected function getForm_FactoryService()
  25846.     {
  25847.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  25848.         return $this->get('.container.private.form.factory');
  25849.     }
  25850.     /**
  25851.      * Gets the public 'form.type.file' alias.
  25852.      *
  25853.      * @return object The ".container.private.form.type.file" service.
  25854.      */
  25855.     protected function getForm_Type_FileService()
  25856.     {
  25857.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  25858.         return $this->get('.container.private.form.type.file');
  25859.     }
  25860.     /**
  25861.      * Gets the public 'profiler' alias.
  25862.      *
  25863.      * @return object The ".container.private.profiler" service.
  25864.      */
  25865.     protected function getProfilerService()
  25866.     {
  25867.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  25868.         return $this->get('.container.private.profiler');
  25869.     }
  25870.     /**
  25871.      * Gets the public 'twig' alias.
  25872.      *
  25873.      * @return object The ".container.private.twig" service.
  25874.      */
  25875.     protected function getTwigService()
  25876.     {
  25877.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  25878.         return $this->get('.container.private.twig');
  25879.     }
  25880.     /**
  25881.      * Gets the public 'security.authorization_checker' alias.
  25882.      *
  25883.      * @return object The ".container.private.security.authorization_checker" service.
  25884.      */
  25885.     protected function getSecurity_AuthorizationCheckerService()
  25886.     {
  25887.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  25888.         return $this->get('.container.private.security.authorization_checker');
  25889.     }
  25890.     /**
  25891.      * Gets the public 'security.token_storage' alias.
  25892.      *
  25893.      * @return object The ".container.private.security.token_storage" service.
  25894.      */
  25895.     protected function getSecurity_TokenStorageService()
  25896.     {
  25897.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  25898.         return $this->get('.container.private.security.token_storage');
  25899.     }
  25900.     /**
  25901.      * Gets the public 'security.password_encoder' alias.
  25902.      *
  25903.      * @return object The ".container.private.security.password_encoder" service.
  25904.      */
  25905.     protected function getSecurity_PasswordEncoderService()
  25906.     {
  25907.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  25908.         return $this->get('.container.private.security.password_encoder');
  25909.     }
  25910.     /**
  25911.      * Gets the public 'session' alias.
  25912.      *
  25913.      * @return object The ".container.private.session" service.
  25914.      */
  25915.     protected function getSessionService()
  25916.     {
  25917.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  25918.         return $this->get('.container.private.session');
  25919.     }
  25920.     /**
  25921.      * Gets the public 'validator' alias.
  25922.      *
  25923.      * @return object The ".container.private.validator" service.
  25924.      */
  25925.     protected function getValidatorService()
  25926.     {
  25927.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  25928.         return $this->get('.container.private.validator');
  25929.     }
  25930.     /**
  25931.      * @return array|bool|float|int|string|\UnitEnum|null
  25932.      */
  25933.     public function getParameter(string $name)
  25934.     {
  25935.         if (isset($this->buildParameters[$name])) {
  25936.             return $this->buildParameters[$name];
  25937.         }
  25938.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  25939.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  25940.         }
  25941.         if (isset($this->loadedDynamicParameters[$name])) {
  25942.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  25943.         }
  25944.         return $this->parameters[$name];
  25945.     }
  25946.     public function hasParameter(string $name): bool
  25947.     {
  25948.         if (isset($this->buildParameters[$name])) {
  25949.             return true;
  25950.         }
  25951.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  25952.     }
  25953.     public function setParameter(string $name$value): void
  25954.     {
  25955.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  25956.     }
  25957.     public function getParameterBag(): ParameterBagInterface
  25958.     {
  25959.         if (null === $this->parameterBag) {
  25960.             $parameters $this->parameters;
  25961.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  25962.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  25963.             }
  25964.             foreach ($this->buildParameters as $name => $value) {
  25965.                 $parameters[$name] = $value;
  25966.             }
  25967.             $this->parameterBag = new FrozenParameterBag($parameters);
  25968.         }
  25969.         return $this->parameterBag;
  25970.     }
  25971.     private $loadedDynamicParameters = [
  25972.         'kernel.runtime_environment' => false,
  25973.         'kernel.build_dir' => false,
  25974.         'kernel.cache_dir' => false,
  25975.         'nellapp_wordpress_url' => false,
  25976.         'nellapp_global_alert' => false,
  25977.         'core_sync_reverse' => false,
  25978.         'redis_host' => false,
  25979.         'redis_port' => false,
  25980.         'openrouter_url' => false,
  25981.         'openrouter_secret' => false,
  25982.         'k2r2_sftp_host' => false,
  25983.         'k2r2_sftp_user' => false,
  25984.         'k2r2_sftp_pass' => false,
  25985.         'k2r2_sftp_root' => false,
  25986.         'scorm_proxy_api_url' => false,
  25987.         'scorm_proxy_api_token' => false,
  25988.         'scorm_proxy_api_secret' => false,
  25989.         'scorm_root_dirs' => false,
  25990.         'bunny_library_id' => false,
  25991.         'bunny_api_key' => false,
  25992.         'bunny_cdnhostname' => false,
  25993.         'bunny_token_key' => false,
  25994.         'kernel.secret' => false,
  25995.         'kernel.trusted_proxies' => false,
  25996.         'debug.container.dump' => false,
  25997.         'serializer.mapping.cache.file' => false,
  25998.         'session.save_path' => false,
  25999.         'validator.mapping.cache.file' => false,
  26000.         'profiler.storage.dsn' => false,
  26001.         'doctrine.orm.proxy_dir' => false,
  26002.         'hautelook_alice.fixtures_path' => false,
  26003.         'oneup_uploader.chunks' => false,
  26004.         'oneup_uploader.orphanage' => false,
  26005.         'oneup_uploader.config' => false,
  26006.         'ia_highlight_enable' => false,
  26007.         'nellapp_sdk.api_internal.secret' => false,
  26008.         'nellapp_sdk.sync.base_uri' => false,
  26009.         'nellapp_sdk.sync.secret' => false,
  26010.         'nellapp_sdk.routing.default_domain' => false,
  26011.         'karser_recaptcha3.site_key' => false,
  26012.         'karser_recaptcha3.secret_key' => false,
  26013.         'drosalys.web_socket.server_uri' => false,
  26014.     ];
  26015.     private $dynamicParameters = [];
  26016.     private function getDynamicParameter(string $name)
  26017.     {
  26018.         switch ($name) {
  26019.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  26020.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  26021.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  26022.             case 'nellapp_wordpress_url'$value $this->getEnv('NELLAPP_WORDPRESS_URL'); break;
  26023.             case 'nellapp_global_alert'$value $this->getEnv('NELLAPP_GLOBAL_ALERT'); break;
  26024.             case 'core_sync_reverse'$value $this->getEnv('CORE_REVERSE_SYNC'); break;
  26025.             case 'redis_host'$value $this->getEnv('REDIS_HOST'); break;
  26026.             case 'redis_port'$value $this->getEnv('REDIS_PORT'); break;
  26027.             case 'openrouter_url'$value $this->getEnv('OPENROUTER_URL'); break;
  26028.             case 'openrouter_secret'$value $this->getEnv('OPENROUTER_SECRET'); break;
  26029.             case 'k2r2_sftp_host'$value $this->getEnv('K2R2_SFTP_HOST'); break;
  26030.             case 'k2r2_sftp_user'$value $this->getEnv('K2R2_SFTP_USER'); break;
  26031.             case 'k2r2_sftp_pass'$value $this->getEnv('K2R2_SFTP_PASS'); break;
  26032.             case 'k2r2_sftp_root'$value $this->getEnv('K2R2_SFTP_ROOT'); break;
  26033.             case 'scorm_proxy_api_url'$value $this->getEnv('SCORM_PROXY_API_URL'); break;
  26034.             case 'scorm_proxy_api_token'$value $this->getEnv('SCORM_PROXY_API_TOKEN'); break;
  26035.             case 'scorm_proxy_api_secret'$value $this->getEnv('SCORM_PROXY_API_SECRET'); break;
  26036.             case 'scorm_root_dirs'$value $this->getEnv('SCORM_ROOT_DIRS'); break;
  26037.             case 'bunny_library_id'$value $this->getEnv('BUNNY_LIBRARY_ID'); break;
  26038.             case 'bunny_api_key'$value $this->getEnv('BUNNY_API_KEY'); break;
  26039.             case 'bunny_cdnhostname'$value $this->getEnv('BUNNY_CDNHOSTNAME'); break;
  26040.             case 'bunny_token_key'$value $this->getEnv('BUNNY_TOKEN_KEY'); break;
  26041.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  26042.             case 'kernel.trusted_proxies'$value $this->getEnv('TRUSTED_PROXIES'); break;
  26043.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  26044.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  26045.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  26046.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  26047.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  26048.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  26049.             case 'hautelook_alice.fixtures_path'$value = [
  26050.                 => $this->getEnv('resolve:FIXTURES_DIRECTORY'),
  26051.             ]; break;
  26052.             case 'oneup_uploader.chunks'$value = [
  26053.                 'maxage' => 86400,
  26054.                 'storage' => [
  26055.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  26056.                     'type' => 'filesystem',
  26057.                     'filesystem' => NULL,
  26058.                     'stream_wrapper' => NULL,
  26059.                     'sync_buffer_size' => '100K',
  26060.                     'prefix' => 'chunks',
  26061.                 ],
  26062.                 'load_distribution' => true,
  26063.             ]; break;
  26064.             case 'oneup_uploader.orphanage'$value = [
  26065.                 'maxage' => 43200,
  26066.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  26067.             ]; break;
  26068.             case 'oneup_uploader.config'$value = [
  26069.                 'orphanage' => [
  26070.                     'maxage' => 43200,
  26071.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  26072.                 ],
  26073.                 'chunks' => [
  26074.                     'maxage' => 86400,
  26075.                     'storage' => [
  26076.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  26077.                         'type' => 'filesystem',
  26078.                         'filesystem' => NULL,
  26079.                         'stream_wrapper' => NULL,
  26080.                         'sync_buffer_size' => '100K',
  26081.                         'prefix' => 'chunks',
  26082.                     ],
  26083.                     'load_distribution' => true,
  26084.                 ],
  26085.                 'mappings' => [
  26086.                     'channel_images' => [
  26087.                         'frontend' => 'fineuploader',
  26088.                         'namer' => 'App\\Uploader\\Naming\\UuidNamer',
  26089.                         'max_size' => 50000000,
  26090.                         'allowed_mimetypes' => [
  26091.                             'image/jpeg' => [
  26092.                                 => 'jpg',
  26093.                                 => 'jpeg',
  26094.                             ],
  26095.                             'image/png' => [
  26096.                                 => 'png',
  26097.                             ],
  26098.                             'image/gif' => [
  26099.                                 => 'gif',
  26100.                             ],
  26101.                             'image/svg+xml' => [
  26102.                                 => 'svg',
  26103.                             ],
  26104.                         ],
  26105.                         'custom_frontend' => [
  26106.                             'name' => NULL,
  26107.                             'class' => NULL,
  26108.                         ],
  26109.                         'storage' => [
  26110.                             'service' => NULL,
  26111.                             'type' => 'filesystem',
  26112.                             'filesystem' => NULL,
  26113.                             'directory' => NULL,
  26114.                             'stream_wrapper' => NULL,
  26115.                             'sync_buffer_size' => '100K',
  26116.                         ],
  26117.                         'route_prefix' => '',
  26118.                         'endpoints' => [
  26119.                             'upload' => NULL,
  26120.                             'progress' => NULL,
  26121.                             'cancel' => NULL,
  26122.                         ],
  26123.                         'disallowed_mimetypes' => [
  26124.                         ],
  26125.                         'error_handler' => NULL,
  26126.                         'use_orphanage' => false,
  26127.                         'enable_progress' => false,
  26128.                         'enable_cancelation' => false,
  26129.                         'root_folder' => false,
  26130.                     ],
  26131.                     'user_avatar' => [
  26132.                         'frontend' => 'fineuploader',
  26133.                         'namer' => 'App\\Uploader\\Naming\\UserAvatarNamer',
  26134.                         'max_size' => 10485760,
  26135.                         'allowed_mimetypes' => [
  26136.                             'image/jpeg' => [
  26137.                                 => 'jpg',
  26138.                                 => 'jpeg',
  26139.                             ],
  26140.                             'image/png' => [
  26141.                                 => 'png',
  26142.                             ],
  26143.                             'image/gif' => [
  26144.                                 => 'gif',
  26145.                             ],
  26146.                             'image/svg+xml' => [
  26147.                                 => 'svg',
  26148.                             ],
  26149.                         ],
  26150.                         'custom_frontend' => [
  26151.                             'name' => NULL,
  26152.                             'class' => NULL,
  26153.                         ],
  26154.                         'storage' => [
  26155.                             'service' => NULL,
  26156.                             'type' => 'filesystem',
  26157.                             'filesystem' => NULL,
  26158.                             'directory' => NULL,
  26159.                             'stream_wrapper' => NULL,
  26160.                             'sync_buffer_size' => '100K',
  26161.                         ],
  26162.                         'route_prefix' => '',
  26163.                         'endpoints' => [
  26164.                             'upload' => NULL,
  26165.                             'progress' => NULL,
  26166.                             'cancel' => NULL,
  26167.                         ],
  26168.                         'disallowed_mimetypes' => [
  26169.                         ],
  26170.                         'error_handler' => NULL,
  26171.                         'use_orphanage' => false,
  26172.                         'enable_progress' => false,
  26173.                         'enable_cancelation' => false,
  26174.                         'root_folder' => false,
  26175.                     ],
  26176.                     'practical_case_response_file' => [
  26177.                         'use_orphanage' => true,
  26178.                         'frontend' => 'dropzone',
  26179.                         'max_size' => 64000000,
  26180.                         'allowed_mimetypes' => [
  26181.                             'image/jpeg' => [
  26182.                                 => 'jpg',
  26183.                                 => 'jpeg',
  26184.                             ],
  26185.                             'image/png' => [
  26186.                                 => 'png',
  26187.                             ],
  26188.                             'application/pdf' => [
  26189.                                 => 'pdf',
  26190.                             ],
  26191.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  26192.                                 => 'docx',
  26193.                             ],
  26194.                             'application/msword' => [
  26195.                                 => 'doc',
  26196.                             ],
  26197.                             'application/vnd.oasis.opendocument.text' => [
  26198.                                 => 'odt',
  26199.                             ],
  26200.                             'application/vnd.ms-excel' => [
  26201.                                 => 'xls',
  26202.                             ],
  26203.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  26204.                                 => 'xlsx',
  26205.                             ],
  26206.                             'application/vnd.ms-powerpoint' => [
  26207.                                 => 'ppt',
  26208.                             ],
  26209.                             'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  26210.                                 => 'pptx',
  26211.                             ],
  26212.                             'application/zip' => [
  26213.                                 => 'zip',
  26214.                             ],
  26215.                             'video/mp4' => [
  26216.                                 => 'mp4',
  26217.                             ],
  26218.                         ],
  26219.                         'storage' => [
  26220.                             'type' => 'flysystem',
  26221.                             'filesystem' => 'oneup_flysystem.practicalCaseResponse_filesystem',
  26222.                             'service' => NULL,
  26223.                             'directory' => NULL,
  26224.                             'stream_wrapper' => NULL,
  26225.                             'sync_buffer_size' => '100K',
  26226.                         ],
  26227.                         'custom_frontend' => [
  26228.                             'name' => NULL,
  26229.                             'class' => NULL,
  26230.                         ],
  26231.                         'route_prefix' => '',
  26232.                         'endpoints' => [
  26233.                             'upload' => NULL,
  26234.                             'progress' => NULL,
  26235.                             'cancel' => NULL,
  26236.                         ],
  26237.                         'disallowed_mimetypes' => [
  26238.                         ],
  26239.                         'error_handler' => NULL,
  26240.                         'enable_progress' => false,
  26241.                         'enable_cancelation' => false,
  26242.                         'namer' => 'oneup_uploader.namer.uniqid',
  26243.                         'root_folder' => false,
  26244.                     ],
  26245.                     'practical_case_resource_file' => [
  26246.                         'use_orphanage' => true,
  26247.                         'frontend' => 'dropzone',
  26248.                         'max_size' => 200000000,
  26249.                         'allowed_mimetypes' => [
  26250.                             'image/jpeg' => [
  26251.                                 => 'jpg',
  26252.                                 => 'jpeg',
  26253.                             ],
  26254.                             'image/png' => [
  26255.                                 => 'png',
  26256.                             ],
  26257.                             'application/pdf' => [
  26258.                                 => 'pdf',
  26259.                             ],
  26260.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  26261.                                 => 'docx',
  26262.                             ],
  26263.                             'application/msword' => [
  26264.                                 => 'doc',
  26265.                             ],
  26266.                             'application/vnd.oasis.opendocument.text' => [
  26267.                                 => 'odt',
  26268.                             ],
  26269.                             'application/vnd.ms-excel' => [
  26270.                                 => 'xls',
  26271.                             ],
  26272.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  26273.                                 => 'xlsx',
  26274.                             ],
  26275.                             'application/vnd.ms-powerpoint' => [
  26276.                                 => 'ppt',
  26277.                             ],
  26278.                             'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  26279.                                 => 'pptx',
  26280.                             ],
  26281.                             'application/zip' => [
  26282.                                 => 'zip',
  26283.                             ],
  26284.                             'video/mp4' => [
  26285.                                 => 'mp4',
  26286.                             ],
  26287.                         ],
  26288.                         'storage' => [
  26289.                             'type' => 'flysystem',
  26290.                             'filesystem' => 'oneup_flysystem.practicalCase_filesystem',
  26291.                             'service' => NULL,
  26292.                             'directory' => NULL,
  26293.                             'stream_wrapper' => NULL,
  26294.                             'sync_buffer_size' => '100K',
  26295.                         ],
  26296.                         'custom_frontend' => [
  26297.                             'name' => NULL,
  26298.                             'class' => NULL,
  26299.                         ],
  26300.                         'route_prefix' => '',
  26301.                         'endpoints' => [
  26302.                             'upload' => NULL,
  26303.                             'progress' => NULL,
  26304.                             'cancel' => NULL,
  26305.                         ],
  26306.                         'disallowed_mimetypes' => [
  26307.                         ],
  26308.                         'error_handler' => NULL,
  26309.                         'enable_progress' => false,
  26310.                         'enable_cancelation' => false,
  26311.                         'namer' => 'oneup_uploader.namer.uniqid',
  26312.                         'root_folder' => false,
  26313.                     ],
  26314.                     'k2r2_remote_video' => [
  26315.                         'frontend' => 'fineuploader',
  26316.                         'storage' => [
  26317.                             'type' => 'flysystem',
  26318.                             'filesystem' => 'oneup_flysystem.k2r2_remote_sftp_filesystem',
  26319.                             'service' => NULL,
  26320.                             'directory' => NULL,
  26321.                             'stream_wrapper' => NULL,
  26322.                             'sync_buffer_size' => '100K',
  26323.                         ],
  26324.                         'use_orphanage' => false,
  26325.                         'max_size' => 3500000000,
  26326.                         'allowed_mimetypes' => [
  26327.                             'video/mp4' => [
  26328.                                 => 'mp4',
  26329.                             ],
  26330.                         ],
  26331.                         'namer' => 'App\\Uploader\\Naming\\RemoteVideoNamer',
  26332.                         'custom_frontend' => [
  26333.                             'name' => NULL,
  26334.                             'class' => NULL,
  26335.                         ],
  26336.                         'route_prefix' => '',
  26337.                         'endpoints' => [
  26338.                             'upload' => NULL,
  26339.                             'progress' => NULL,
  26340.                             'cancel' => NULL,
  26341.                         ],
  26342.                         'disallowed_mimetypes' => [
  26343.                         ],
  26344.                         'error_handler' => NULL,
  26345.                         'enable_progress' => false,
  26346.                         'enable_cancelation' => false,
  26347.                         'root_folder' => false,
  26348.                     ],
  26349.                 ],
  26350.                 'twig' => true,
  26351.             ]; break;
  26352.             case 'ia_highlight_enable'$value $this->getEnv('bool:IA_HIGHLIGHT_ENABLE'); break;
  26353.             case 'nellapp_sdk.api_internal.secret'$value $this->getEnv('APP_SECRET'); break;
  26354.             case 'nellapp_sdk.sync.base_uri'$value $this->getEnv('resolve:SYNC_DOMAIN'); break;
  26355.             case 'nellapp_sdk.sync.secret'$value $this->getEnv('resolve:SYNC_SECRET'); break;
  26356.             case 'nellapp_sdk.routing.default_domain'$value $this->getEnv('DEFAULT_DOMAIN'); break;
  26357.             case 'karser_recaptcha3.site_key'$value $this->getEnv('RECAPTCHA3_KEY'); break;
  26358.             case 'karser_recaptcha3.secret_key'$value $this->getEnv('RECAPTCHA3_SECRET'); break;
  26359.             case 'drosalys.web_socket.server_uri'$value $this->getEnv('resolve:WS_ADDRESS').':'.$this->getEnv('string:resolve:WS_PORT'); break;
  26360.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  26361.         }
  26362.         $this->loadedDynamicParameters[$name] = true;
  26363.         return $this->dynamicParameters[$name] = $value;
  26364.     }
  26365.     protected function getDefaultParameters(): array
  26366.     {
  26367.         return [
  26368.             'kernel.project_dir' => \dirname(__DIR__4),
  26369.             'kernel.environment' => 'dev',
  26370.             'kernel.debug' => true,
  26371.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  26372.             'kernel.bundles' => [
  26373.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  26374.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  26375.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  26376.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  26377.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  26378.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  26379.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  26380.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  26381.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  26382.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  26383.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  26384.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  26385.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  26386.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  26387.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  26388.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  26389.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  26390.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  26391.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  26392.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  26393.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  26394.                 'DrosalysWebObjectExtensionsBundle' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DrosalysWebObjectExtensionsBundle',
  26395.                 'AjgarlagPsrHttpMessageBundle' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle\\AjgarlagPsrHttpMessageBundle',
  26396.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  26397.                 'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\NellappSDKBundle',
  26398.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  26399.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  26400.                 'DrosalysApiBundle' => 'Drosalys\\Bundle\\ApiBundle\\DrosalysApiBundle',
  26401.                 'DrosalysWebDoctrineExtensionsBundle' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony\\DrosalysWebDoctrineExtensionsBundle',
  26402.                 'DrosalysWebFormBundle' => 'DrosalysWeb\\Bundle\\FormBundle\\DrosalysWebFormBundle',
  26403.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  26404.                 'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
  26405.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  26406.                 'SpiriitFormFilterBundle' => 'Spiriit\\Bundle\\FormFilterBundle\\SpiriitFormFilterBundle',
  26407.                 'DrosalysWebWebSocketBundle' => 'DrosalysWeb\\Bundle\\WebSocketBundle\\DrosalysWebWebSocketBundle',
  26408.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  26409.             ],
  26410.             'kernel.bundles_metadata' => [
  26411.                 'FrameworkBundle' => [
  26412.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  26413.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  26414.                 ],
  26415.                 'TwigBundle' => [
  26416.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  26417.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  26418.                 ],
  26419.                 'SecurityBundle' => [
  26420.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  26421.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  26422.                 ],
  26423.                 'DoctrineBundle' => [
  26424.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  26425.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  26426.                 ],
  26427.                 'NelmioAliceBundle' => [
  26428.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  26429.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  26430.                 ],
  26431.                 'FidryAliceDataFixturesBundle' => [
  26432.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  26433.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  26434.                 ],
  26435.                 'HautelookAliceBundle' => [
  26436.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  26437.                     'namespace' => 'Hautelook\\AliceBundle',
  26438.                 ],
  26439.                 'WebProfilerBundle' => [
  26440.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  26441.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  26442.                 ],
  26443.                 'MonologBundle' => [
  26444.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  26445.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  26446.                 ],
  26447.                 'DebugBundle' => [
  26448.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  26449.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  26450.                 ],
  26451.                 'DoctrineMigrationsBundle' => [
  26452.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  26453.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  26454.                 ],
  26455.                 'MakerBundle' => [
  26456.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  26457.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  26458.                 ],
  26459.                 'KnpMenuBundle' => [
  26460.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  26461.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  26462.                 ],
  26463.                 'OneupUploaderBundle' => [
  26464.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  26465.                     'namespace' => 'Oneup\\UploaderBundle',
  26466.                 ],
  26467.                 'LiipImagineBundle' => [
  26468.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  26469.                     'namespace' => 'Liip\\ImagineBundle',
  26470.                 ],
  26471.                 'KnpPaginatorBundle' => [
  26472.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  26473.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  26474.                 ],
  26475.                 'WebpackEncoreBundle' => [
  26476.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  26477.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  26478.                 ],
  26479.                 'JMSSerializerBundle' => [
  26480.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  26481.                     'namespace' => 'JMS\\SerializerBundle',
  26482.                 ],
  26483.                 'NelmioApiDocBundle' => [
  26484.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  26485.                     'namespace' => 'Nelmio\\ApiDocBundle',
  26486.                 ],
  26487.                 'StofDoctrineExtensionsBundle' => [
  26488.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  26489.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  26490.                 ],
  26491.                 'TwigExtraBundle' => [
  26492.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  26493.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  26494.                 ],
  26495.                 'DrosalysWebObjectExtensionsBundle' => [
  26496.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony'),
  26497.                     'namespace' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony',
  26498.                 ],
  26499.                 'AjgarlagPsrHttpMessageBundle' => [
  26500.                     'path' => (\dirname(__DIR__4).'/vendor/ajgarlag/psr-http-message-bundle/src'),
  26501.                     'namespace' => 'Ajgarlag\\Bundle\\PsrHttpMessageBundle',
  26502.                 ],
  26503.                 'SensioFrameworkExtraBundle' => [
  26504.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  26505.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  26506.                 ],
  26507.                 'NellappSDKBundle' => [
  26508.                     'path' => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src'),
  26509.                     'namespace' => 'Nellapp\\Bundle\\SDKBundle',
  26510.                 ],
  26511.                 'KnpTimeBundle' => [
  26512.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle'),
  26513.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  26514.                 ],
  26515.                 'KnpUOAuth2ClientBundle' => [
  26516.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  26517.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  26518.                 ],
  26519.                 'DrosalysApiBundle' => [
  26520.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src'),
  26521.                     'namespace' => 'Drosalys\\Bundle\\ApiBundle',
  26522.                 ],
  26523.                 'DrosalysWebDoctrineExtensionsBundle' => [
  26524.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony'),
  26525.                     'namespace' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony',
  26526.                 ],
  26527.                 'DrosalysWebFormBundle' => [
  26528.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src'),
  26529.                     'namespace' => 'DrosalysWeb\\Bundle\\FormBundle',
  26530.                 ],
  26531.                 'OneupFlysystemBundle' => [
  26532.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  26533.                     'namespace' => 'Oneup\\FlysystemBundle',
  26534.                 ],
  26535.                 'KarserRecaptcha3Bundle' => [
  26536.                     'path' => (\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle'),
  26537.                     'namespace' => 'Karser\\Recaptcha3Bundle',
  26538.                 ],
  26539.                 'TwigComponentBundle' => [
  26540.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component'),
  26541.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  26542.                 ],
  26543.                 'SpiriitFormFilterBundle' => [
  26544.                     'path' => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle'),
  26545.                     'namespace' => 'Spiriit\\Bundle\\FormFilterBundle',
  26546.                 ],
  26547.                 'DrosalysWebWebSocketBundle' => [
  26548.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/web-socket-bundle/src'),
  26549.                     'namespace' => 'DrosalysWeb\\Bundle\\WebSocketBundle',
  26550.                 ],
  26551.                 'BazingaJsTranslationBundle' => [
  26552.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  26553.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  26554.                 ],
  26555.             ],
  26556.             'kernel.charset' => 'UTF-8',
  26557.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  26558.             'container.dumper.inline_class_loader' => true,
  26559.             'container.dumper.inline_factories' => true,
  26560.             'env(DATABASE_URL)' => '',
  26561.             'locale' => 'en',
  26562.             'file_practical_case_directory' => (\dirname(__DIR__4).'/public/uploads/practical_cases/'),
  26563.             'file_practical_case_maxsize' => 200000000,
  26564.             'partner_api_path' => 'partner-api',
  26565.             'file_practical_case_mime_types' => [
  26566.                 'image/jpeg' => [
  26567.                     => 'jpg',
  26568.                     => 'jpeg',
  26569.                 ],
  26570.                 'image/png' => [
  26571.                     => 'png',
  26572.                 ],
  26573.                 'application/pdf' => [
  26574.                     => 'pdf',
  26575.                 ],
  26576.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  26577.                     => 'docx',
  26578.                 ],
  26579.                 'application/msword' => [
  26580.                     => 'doc',
  26581.                 ],
  26582.                 'application/vnd.oasis.opendocument.text' => [
  26583.                     => 'odt',
  26584.                 ],
  26585.                 'application/vnd.ms-excel' => [
  26586.                     => 'xls',
  26587.                 ],
  26588.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  26589.                     => 'xlsx',
  26590.                 ],
  26591.                 'application/vnd.ms-powerpoint' => [
  26592.                     => 'ppt',
  26593.                 ],
  26594.                 'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  26595.                     => 'pptx',
  26596.                 ],
  26597.                 'application/zip' => [
  26598.                     => 'zip',
  26599.                 ],
  26600.                 'video/mp4' => [
  26601.                     => 'mp4',
  26602.                 ],
  26603.             ],
  26604.             'file_practical_case_response_directory' => (\dirname(__DIR__4).'/public/uploads/practical_cases_response/'),
  26605.             'file_practical_case_response_maxsize' => 64000000,
  26606.             'file_practical_case_response_mime_types' => [
  26607.                 'image/jpeg' => [
  26608.                     => 'jpg',
  26609.                     => 'jpeg',
  26610.                 ],
  26611.                 'image/png' => [
  26612.                     => 'png',
  26613.                 ],
  26614.                 'application/pdf' => [
  26615.                     => 'pdf',
  26616.                 ],
  26617.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  26618.                     => 'docx',
  26619.                 ],
  26620.                 'application/msword' => [
  26621.                     => 'doc',
  26622.                 ],
  26623.                 'application/vnd.oasis.opendocument.text' => [
  26624.                     => 'odt',
  26625.                 ],
  26626.                 'application/vnd.ms-excel' => [
  26627.                     => 'xls',
  26628.                 ],
  26629.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  26630.                     => 'xlsx',
  26631.                 ],
  26632.                 'application/vnd.ms-powerpoint' => [
  26633.                     => 'ppt',
  26634.                 ],
  26635.                 'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  26636.                     => 'pptx',
  26637.                 ],
  26638.                 'application/zip' => [
  26639.                     => 'zip',
  26640.                 ],
  26641.                 'video/mp4' => [
  26642.                     => 'mp4',
  26643.                 ],
  26644.             ],
  26645.             'event_dispatcher.event_aliases' => [
  26646.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  26647.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  26648.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  26649.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  26650.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  26651.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  26652.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  26653.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  26654.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  26655.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  26656.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  26657.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  26658.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  26659.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  26660.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  26661.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  26662.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  26663.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  26664.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  26665.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  26666.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  26667.             ],
  26668.             'fragment.renderer.hinclude.global_template' => NULL,
  26669.             'fragment.path' => '/_fragment',
  26670.             'kernel.http_method_override' => true,
  26671.             'kernel.trusted_hosts' => [
  26672.             ],
  26673.             'kernel.default_locale' => 'fr',
  26674.             'kernel.enabled_locales' => [
  26675.             ],
  26676.             'kernel.error_controller' => 'error_controller',
  26677.             'kernel.trusted_headers' => 30,
  26678.             'debug.file_link_format' => NULL,
  26679.             'asset.request_context.base_path' => NULL,
  26680.             'asset.request_context.secure' => NULL,
  26681.             'translator.logging' => false,
  26682.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  26683.             'debug.error_handler.throw_at' => -1,
  26684.             'router.request_context.host' => 'localhost',
  26685.             'router.request_context.scheme' => 'http',
  26686.             'router.request_context.base_url' => '',
  26687.             'router.resource' => 'kernel::loadRoutes',
  26688.             'request_listener.http_port' => 80,
  26689.             'request_listener.https_port' => 443,
  26690.             'session.metadata.storage_key' => '_sf2_meta',
  26691.             'session.storage.options' => [
  26692.                 'cache_limiter' => '0',
  26693.                 'cookie_lifetime' => 86400,
  26694.                 'cookie_secure' => 'auto',
  26695.                 'cookie_httponly' => false,
  26696.                 'cookie_samesite' => 'lax',
  26697.                 'gc_probability' => 1,
  26698.             ],
  26699.             'session.metadata.update_threshold' => 0,
  26700.             'form.type_extension.csrf.enabled' => true,
  26701.             'form.type_extension.csrf.field_name' => '_token',
  26702.             'validator.translation_domain' => 'validators',
  26703.             'profiler_listener.only_exceptions' => false,
  26704.             'profiler_listener.only_main_requests' => false,
  26705.             'twig.form.resources' => [
  26706.                 => 'form_div_layout.html.twig',
  26707.                 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
  26708.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  26709.                 => '@NellappSDK/Form/form_theme.html.twig',
  26710.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  26711.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  26712.                 => '@NellappSDK/Form/form_theme_channel_user_permission.html.twig',
  26713.                 => 'Form/layout.html.twig',
  26714.                 => 'Form/collection_layout.html.twig',
  26715.                 => 'Form/channel_layout.html.twig',
  26716.                 10 => 'Form/common_layout.html.twig',
  26717.                 11 => 'Form/exercise_layout.html.twig',
  26718.                 12 => 'Form/scholar_layout.html.twig',
  26719.                 13 => 'Form/form_theme_custom_upload_item.html.twig',
  26720.                 14 => 'Form/form_theme_custom_upload_file.html.twig',
  26721.                 15 => 'Form/form_rating_form_type.twig',
  26722.                 16 => 'Form/nellapp_slider_type.html.twig',
  26723.                 17 => '@DrosalysWebForm/Form/collection_layout.html.twig',
  26724.                 18 => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  26725.             ],
  26726.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  26727.             'security.role_hierarchy.roles' => [
  26728.                 'ROLE_APP_USER_READ' => [
  26729.                     => 'ROLE_USER',
  26730.                 ],
  26731.                 'ROLE_APP_USER_READ_LIST' => [
  26732.                     => 'ROLE_APP_USER_READ',
  26733.                 ],
  26734.                 'ROLE_APP_USER_CREATE' => [
  26735.                     => 'ROLE_APP_USER_READ',
  26736.                 ],
  26737.                 'ROLE_APP_USER_UPDATE' => [
  26738.                     => 'ROLE_APP_USER_CREATE',
  26739.                 ],
  26740.                 'ROLE_APP_USER_DELETE' => [
  26741.                     => 'ROLE_APP_USER_UPDATE',
  26742.                 ],
  26743.                 'ROLE_APP_USER_FULL' => [
  26744.                     => 'ROLE_APP_USER_READ_LIST',
  26745.                     => 'ROLE_APP_USER_DELETE',
  26746.                 ],
  26747.                 'ROLE_CHANNEL_READ' => [
  26748.                     => 'ROLE_USER',
  26749.                 ],
  26750.                 'ROLE_CHANNEL_READ_LIST' => [
  26751.                     => 'ROLE_CHANNEL_READ',
  26752.                 ],
  26753.                 'ROLE_CHANNEL_CREATE' => [
  26754.                     => 'ROLE_CHANNEL_READ',
  26755.                 ],
  26756.                 'ROLE_CHANNEL_UPDATE' => [
  26757.                     => 'ROLE_CHANNEL_CREATE',
  26758.                 ],
  26759.                 'ROLE_CHANNEL_DELETE' => [
  26760.                     => 'ROLE_CHANNEL_UPDATE',
  26761.                 ],
  26762.                 'ROLE_CHANNEL_FULL' => [
  26763.                     => 'ROLE_CHANNEL_READ_LIST',
  26764.                     => 'ROLE_CHANNEL_DELETE',
  26765.                 ],
  26766.                 'ROLE_ADMIN' => [
  26767.                     => 'ROLE_USER',
  26768.                     => 'ROLE_APP_USER_FULL',
  26769.                     => 'ROLE_CHANNEL_FULL',
  26770.                 ],
  26771.                 'ROLE_SUPER_ADMIN' => [
  26772.                     => 'ROLE_ADMIN',
  26773.                     => 'ROLE_ALLOWED_TO_SWITCH',
  26774.                 ],
  26775.             ],
  26776.             'security.access.denied_url' => NULL,
  26777.             'security.authentication.manager.erase_credentials' => true,
  26778.             'security.authentication.session_strategy.strategy' => 'migrate',
  26779.             'security.access.always_authenticate_before_granting' => false,
  26780.             'security.authentication.hide_user_not_found' => true,
  26781.             'security.firewalls' => [
  26782.                 => 'dev',
  26783.                 => 'reverse_sync_doc',
  26784.                 => 'reverse_sync',
  26785.                 => 'internal_api',
  26786.                 => 'partner_api',
  26787.                 => 'main',
  26788.             ],
  26789.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  26790.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  26791.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  26792.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  26793.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  26794.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  26795.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  26796.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  26797.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  26798.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  26799.             'doctrine.entity_managers' => [
  26800.                 'default' => 'doctrine.orm.default_entity_manager',
  26801.             ],
  26802.             'doctrine.default_entity_manager' => 'default',
  26803.             'doctrine.dbal.connection_factory.types' => [
  26804.                 'uuid' => [
  26805.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  26806.                 ],
  26807.                 'ulid' => [
  26808.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  26809.                 ],
  26810.             ],
  26811.             'doctrine.connections' => [
  26812.                 'default' => 'doctrine.dbal.default_connection',
  26813.             ],
  26814.             'doctrine.default_connection' => 'default',
  26815.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  26816.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  26817.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  26818.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  26819.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  26820.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  26821.             'doctrine.orm.cache.memcache_host' => 'localhost',
  26822.             'doctrine.orm.cache.memcache_port' => 11211,
  26823.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  26824.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  26825.             'doctrine.orm.cache.memcached_host' => 'localhost',
  26826.             'doctrine.orm.cache.memcached_port' => 11211,
  26827.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  26828.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  26829.             'doctrine.orm.cache.redis_host' => 'localhost',
  26830.             'doctrine.orm.cache.redis_port' => 6379,
  26831.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  26832.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  26833.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  26834.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  26835.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  26836.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  26837.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  26838.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  26839.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  26840.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  26841.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  26842.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  26843.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  26844.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  26845.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  26846.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  26847.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  26848.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  26849.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  26850.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  26851.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  26852.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  26853.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  26854.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  26855.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  26856.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  26857.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  26858.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  26859.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  26860.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  26861.             'doctrine.orm.auto_generate_proxy_classes' => true,
  26862.             'doctrine.orm.proxy_namespace' => 'Proxies',
  26863.             'nelmio_alice.locale' => 'fr_FR',
  26864.             'nelmio_alice.seed' => 1,
  26865.             'nelmio_alice.functions_blacklist' => [
  26866.                 => 'current',
  26867.             ],
  26868.             'nelmio_alice.loading_limit' => 5,
  26869.             'nelmio_alice.max_unique_values_retry' => 150,
  26870.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  26871.             'hautelook_alice.root_dirs' => [
  26872.                 => \dirname(__DIR__4),
  26873.             ],
  26874.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  26875.             'web_profiler.debug_toolbar.mode' => 2,
  26876.             'monolog.use_microseconds' => true,
  26877.             'monolog.swift_mailer.handlers' => [
  26878.             ],
  26879.             'monolog.handlers_to_channels' => [
  26880.                 'monolog.handler.console' => [
  26881.                     'type' => 'exclusive',
  26882.                     'elements' => [
  26883.                         => 'event',
  26884.                         => 'doctrine',
  26885.                         => 'console',
  26886.                     ],
  26887.                 ],
  26888.                 'monolog.handler.main' => [
  26889.                     'type' => 'exclusive',
  26890.                     'elements' => [
  26891.                         => 'event',
  26892.                     ],
  26893.                 ],
  26894.             ],
  26895.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  26896.             'doctrine_migrations.name' => 'Application Migrations',
  26897.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  26898.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  26899.             'doctrine_migrations.table_name' => 'migration_versions',
  26900.             'doctrine_migrations.column_name' => 'version',
  26901.             'doctrine_migrations.column_length' => 14,
  26902.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  26903.             'doctrine_migrations.all_or_nothing' => false,
  26904.             'doctrine_migrations.custom_template' => NULL,
  26905.             'doctrine_migrations.organize_migrations' => false,
  26906.             'knp_menu.renderer.list.options' => [
  26907.             ],
  26908.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  26909.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  26910.             'knp_menu.renderer.twig.options' => [
  26911.             ],
  26912.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  26913.             'knp_menu.default_renderer' => 'twig',
  26914.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  26915.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  26916.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  26917.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  26918.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  26919.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  26920.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  26921.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  26922.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  26923.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  26924.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  26925.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  26926.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  26927.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  26928.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  26929.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  26930.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  26931.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  26932.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  26933.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  26934.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  26935.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  26936.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  26937.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  26938.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  26939.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  26940.             'oneup_uploader.config.channel_images' => [
  26941.                 'frontend' => 'fineuploader',
  26942.                 'namer' => 'App\\Uploader\\Naming\\UuidNamer',
  26943.                 'max_size' => 50000000,
  26944.                 'allowed_mimetypes' => [
  26945.                     'image/jpeg' => [
  26946.                         => 'jpg',
  26947.                         => 'jpeg',
  26948.                     ],
  26949.                     'image/png' => [
  26950.                         => 'png',
  26951.                     ],
  26952.                     'image/gif' => [
  26953.                         => 'gif',
  26954.                     ],
  26955.                     'image/svg+xml' => [
  26956.                         => 'svg',
  26957.                     ],
  26958.                 ],
  26959.                 'custom_frontend' => [
  26960.                     'name' => NULL,
  26961.                     'class' => NULL,
  26962.                 ],
  26963.                 'storage' => [
  26964.                     'service' => NULL,
  26965.                     'type' => 'filesystem',
  26966.                     'filesystem' => NULL,
  26967.                     'directory' => NULL,
  26968.                     'stream_wrapper' => NULL,
  26969.                     'sync_buffer_size' => '100K',
  26970.                 ],
  26971.                 'route_prefix' => '',
  26972.                 'endpoints' => [
  26973.                     'upload' => NULL,
  26974.                     'progress' => NULL,
  26975.                     'cancel' => NULL,
  26976.                 ],
  26977.                 'disallowed_mimetypes' => [
  26978.                 ],
  26979.                 'error_handler' => NULL,
  26980.                 'use_orphanage' => false,
  26981.                 'enable_progress' => false,
  26982.                 'enable_cancelation' => false,
  26983.                 'root_folder' => false,
  26984.             ],
  26985.             'oneup_uploader.config.user_avatar' => [
  26986.                 'frontend' => 'fineuploader',
  26987.                 'namer' => 'App\\Uploader\\Naming\\UserAvatarNamer',
  26988.                 'max_size' => 10485760,
  26989.                 'allowed_mimetypes' => [
  26990.                     'image/jpeg' => [
  26991.                         => 'jpg',
  26992.                         => 'jpeg',
  26993.                     ],
  26994.                     'image/png' => [
  26995.                         => 'png',
  26996.                     ],
  26997.                     'image/gif' => [
  26998.                         => 'gif',
  26999.                     ],
  27000.                     'image/svg+xml' => [
  27001.                         => 'svg',
  27002.                     ],
  27003.                 ],
  27004.                 'custom_frontend' => [
  27005.                     'name' => NULL,
  27006.                     'class' => NULL,
  27007.                 ],
  27008.                 'storage' => [
  27009.                     'service' => NULL,
  27010.                     'type' => 'filesystem',
  27011.                     'filesystem' => NULL,
  27012.                     'directory' => NULL,
  27013.                     'stream_wrapper' => NULL,
  27014.                     'sync_buffer_size' => '100K',
  27015.                 ],
  27016.                 'route_prefix' => '',
  27017.                 'endpoints' => [
  27018.                     'upload' => NULL,
  27019.                     'progress' => NULL,
  27020.                     'cancel' => NULL,
  27021.                 ],
  27022.                 'disallowed_mimetypes' => [
  27023.                 ],
  27024.                 'error_handler' => NULL,
  27025.                 'use_orphanage' => false,
  27026.                 'enable_progress' => false,
  27027.                 'enable_cancelation' => false,
  27028.                 'root_folder' => false,
  27029.             ],
  27030.             'oneup_uploader.config.practical_case_response_file' => [
  27031.                 'use_orphanage' => true,
  27032.                 'frontend' => 'dropzone',
  27033.                 'max_size' => 64000000,
  27034.                 'allowed_mimetypes' => [
  27035.                     'image/jpeg' => [
  27036.                         => 'jpg',
  27037.                         => 'jpeg',
  27038.                     ],
  27039.                     'image/png' => [
  27040.                         => 'png',
  27041.                     ],
  27042.                     'application/pdf' => [
  27043.                         => 'pdf',
  27044.                     ],
  27045.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  27046.                         => 'docx',
  27047.                     ],
  27048.                     'application/msword' => [
  27049.                         => 'doc',
  27050.                     ],
  27051.                     'application/vnd.oasis.opendocument.text' => [
  27052.                         => 'odt',
  27053.                     ],
  27054.                     'application/vnd.ms-excel' => [
  27055.                         => 'xls',
  27056.                     ],
  27057.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  27058.                         => 'xlsx',
  27059.                     ],
  27060.                     'application/vnd.ms-powerpoint' => [
  27061.                         => 'ppt',
  27062.                     ],
  27063.                     'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  27064.                         => 'pptx',
  27065.                     ],
  27066.                     'application/zip' => [
  27067.                         => 'zip',
  27068.                     ],
  27069.                     'video/mp4' => [
  27070.                         => 'mp4',
  27071.                     ],
  27072.                 ],
  27073.                 'storage' => [
  27074.                     'type' => 'flysystem',
  27075.                     'filesystem' => 'oneup_flysystem.practicalCaseResponse_filesystem',
  27076.                     'service' => NULL,
  27077.                     'directory' => NULL,
  27078.                     'stream_wrapper' => NULL,
  27079.                     'sync_buffer_size' => '100K',
  27080.                 ],
  27081.                 'custom_frontend' => [
  27082.                     'name' => NULL,
  27083.                     'class' => NULL,
  27084.                 ],
  27085.                 'route_prefix' => '',
  27086.                 'endpoints' => [
  27087.                     'upload' => NULL,
  27088.                     'progress' => NULL,
  27089.                     'cancel' => NULL,
  27090.                 ],
  27091.                 'disallowed_mimetypes' => [
  27092.                 ],
  27093.                 'error_handler' => NULL,
  27094.                 'enable_progress' => false,
  27095.                 'enable_cancelation' => false,
  27096.                 'namer' => 'oneup_uploader.namer.uniqid',
  27097.                 'root_folder' => false,
  27098.             ],
  27099.             'oneup_uploader.config.practical_case_resource_file' => [
  27100.                 'use_orphanage' => true,
  27101.                 'frontend' => 'dropzone',
  27102.                 'max_size' => 200000000,
  27103.                 'allowed_mimetypes' => [
  27104.                     'image/jpeg' => [
  27105.                         => 'jpg',
  27106.                         => 'jpeg',
  27107.                     ],
  27108.                     'image/png' => [
  27109.                         => 'png',
  27110.                     ],
  27111.                     'application/pdf' => [
  27112.                         => 'pdf',
  27113.                     ],
  27114.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  27115.                         => 'docx',
  27116.                     ],
  27117.                     'application/msword' => [
  27118.                         => 'doc',
  27119.                     ],
  27120.                     'application/vnd.oasis.opendocument.text' => [
  27121.                         => 'odt',
  27122.                     ],
  27123.                     'application/vnd.ms-excel' => [
  27124.                         => 'xls',
  27125.                     ],
  27126.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  27127.                         => 'xlsx',
  27128.                     ],
  27129.                     'application/vnd.ms-powerpoint' => [
  27130.                         => 'ppt',
  27131.                     ],
  27132.                     'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [
  27133.                         => 'pptx',
  27134.                     ],
  27135.                     'application/zip' => [
  27136.                         => 'zip',
  27137.                     ],
  27138.                     'video/mp4' => [
  27139.                         => 'mp4',
  27140.                     ],
  27141.                 ],
  27142.                 'storage' => [
  27143.                     'type' => 'flysystem',
  27144.                     'filesystem' => 'oneup_flysystem.practicalCase_filesystem',
  27145.                     'service' => NULL,
  27146.                     'directory' => NULL,
  27147.                     'stream_wrapper' => NULL,
  27148.                     'sync_buffer_size' => '100K',
  27149.                 ],
  27150.                 'custom_frontend' => [
  27151.                     'name' => NULL,
  27152.                     'class' => NULL,
  27153.                 ],
  27154.                 'route_prefix' => '',
  27155.                 'endpoints' => [
  27156.                     'upload' => NULL,
  27157.                     'progress' => NULL,
  27158.                     'cancel' => NULL,
  27159.                 ],
  27160.                 'disallowed_mimetypes' => [
  27161.                 ],
  27162.                 'error_handler' => NULL,
  27163.                 'enable_progress' => false,
  27164.                 'enable_cancelation' => false,
  27165.                 'namer' => 'oneup_uploader.namer.uniqid',
  27166.                 'root_folder' => false,
  27167.             ],
  27168.             'oneup_uploader.config.k2r2_remote_video' => [
  27169.                 'frontend' => 'fineuploader',
  27170.                 'storage' => [
  27171.                     'type' => 'flysystem',
  27172.                     'filesystem' => 'oneup_flysystem.k2r2_remote_sftp_filesystem',
  27173.                     'service' => NULL,
  27174.                     'directory' => NULL,
  27175.                     'stream_wrapper' => NULL,
  27176.                     'sync_buffer_size' => '100K',
  27177.                 ],
  27178.                 'use_orphanage' => false,
  27179.                 'max_size' => 3500000000,
  27180.                 'allowed_mimetypes' => [
  27181.                     'video/mp4' => [
  27182.                         => 'mp4',
  27183.                     ],
  27184.                 ],
  27185.                 'namer' => 'App\\Uploader\\Naming\\RemoteVideoNamer',
  27186.                 'custom_frontend' => [
  27187.                     'name' => NULL,
  27188.                     'class' => NULL,
  27189.                 ],
  27190.                 'route_prefix' => '',
  27191.                 'endpoints' => [
  27192.                     'upload' => NULL,
  27193.                     'progress' => NULL,
  27194.                     'cancel' => NULL,
  27195.                 ],
  27196.                 'disallowed_mimetypes' => [
  27197.                 ],
  27198.                 'error_handler' => NULL,
  27199.                 'enable_progress' => false,
  27200.                 'enable_cancelation' => false,
  27201.                 'root_folder' => false,
  27202.             ],
  27203.             'oneup_uploader.controllers' => [
  27204.                 'channel_images' => [
  27205.                     => 'oneup_uploader.controller.channel_images',
  27206.                     => [
  27207.                         'enable_progress' => false,
  27208.                         'enable_cancelation' => false,
  27209.                         'route_prefix' => '',
  27210.                         'endpoints' => [
  27211.                             'upload' => NULL,
  27212.                             'progress' => NULL,
  27213.                             'cancel' => NULL,
  27214.                         ],
  27215.                     ],
  27216.                 ],
  27217.                 'user_avatar' => [
  27218.                     => 'oneup_uploader.controller.user_avatar',
  27219.                     => [
  27220.                         'enable_progress' => false,
  27221.                         'enable_cancelation' => false,
  27222.                         'route_prefix' => '',
  27223.                         'endpoints' => [
  27224.                             'upload' => NULL,
  27225.                             'progress' => NULL,
  27226.                             'cancel' => NULL,
  27227.                         ],
  27228.                     ],
  27229.                 ],
  27230.                 'practical_case_response_file' => [
  27231.                     => 'oneup_uploader.controller.practical_case_response_file',
  27232.                     => [
  27233.                         'enable_progress' => false,
  27234.                         'enable_cancelation' => false,
  27235.                         'route_prefix' => '',
  27236.                         'endpoints' => [
  27237.                             'upload' => NULL,
  27238.                             'progress' => NULL,
  27239.                             'cancel' => NULL,
  27240.                         ],
  27241.                     ],
  27242.                 ],
  27243.                 'practical_case_resource_file' => [
  27244.                     => 'oneup_uploader.controller.practical_case_resource_file',
  27245.                     => [
  27246.                         'enable_progress' => false,
  27247.                         'enable_cancelation' => false,
  27248.                         'route_prefix' => '',
  27249.                         'endpoints' => [
  27250.                             'upload' => NULL,
  27251.                             'progress' => NULL,
  27252.                             'cancel' => NULL,
  27253.                         ],
  27254.                     ],
  27255.                 ],
  27256.                 'k2r2_remote_video' => [
  27257.                     => 'oneup_uploader.controller.k2r2_remote_video',
  27258.                     => [
  27259.                         'enable_progress' => false,
  27260.                         'enable_cancelation' => false,
  27261.                         'route_prefix' => '',
  27262.                         'endpoints' => [
  27263.                             'upload' => NULL,
  27264.                             'progress' => NULL,
  27265.                             'cancel' => NULL,
  27266.                         ],
  27267.                     ],
  27268.                 ],
  27269.             ],
  27270.             'oneup_uploader.maxsize' => [
  27271.                 'channel_images' => 20971520,
  27272.                 'user_avatar' => 10485760,
  27273.                 'practical_case_response_file' => 20971520,
  27274.                 'practical_case_resource_file' => 20971520,
  27275.                 'k2r2_remote_video' => 20971520,
  27276.             ],
  27277.             'liip_imagine.resolvers' => [
  27278.                 'default' => [
  27279.                     'web_path' => [
  27280.                         'web_root' => (\dirname(__DIR__4).'/public'),
  27281.                         'cache_prefix' => 'media/cache',
  27282.                     ],
  27283.                 ],
  27284.             ],
  27285.             'liip_imagine.loaders' => [
  27286.                 'default' => [
  27287.                     'filesystem' => [
  27288.                         'locator' => 'filesystem',
  27289.                         'data_root' => [
  27290.                             => (\dirname(__DIR__4).'/public'),
  27291.                         ],
  27292.                         'allow_unresolvable_data_roots' => false,
  27293.                         'bundle_resources' => [
  27294.                             'enabled' => false,
  27295.                             'access_control_type' => 'blacklist',
  27296.                             'access_control_list' => [
  27297.                             ],
  27298.                         ],
  27299.                     ],
  27300.                 ],
  27301.             ],
  27302.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  27303.             'liip_imagine.jpegoptim.stripAll' => true,
  27304.             'liip_imagine.jpegoptim.max' => NULL,
  27305.             'liip_imagine.jpegoptim.progressive' => true,
  27306.             'liip_imagine.jpegoptim.tempDir' => NULL,
  27307.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  27308.             'liip_imagine.optipng.level' => 7,
  27309.             'liip_imagine.optipng.stripAll' => true,
  27310.             'liip_imagine.optipng.tempDir' => NULL,
  27311.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  27312.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  27313.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  27314.             'liip_imagine.cwebp.tempDir' => NULL,
  27315.             'liip_imagine.cwebp.q' => 75,
  27316.             'liip_imagine.cwebp.alphaQ' => 100,
  27317.             'liip_imagine.cwebp.m' => 4,
  27318.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  27319.             'liip_imagine.cwebp.alphaMethod' => 1,
  27320.             'liip_imagine.cwebp.exact' => false,
  27321.             'liip_imagine.cwebp.metadata' => [
  27322.                 => 'none',
  27323.             ],
  27324.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  27325.             'liip_imagine.cache.resolver.default' => 'default',
  27326.             'liip_imagine.default_image' => NULL,
  27327.             'liip_imagine.filter_sets' => [
  27328.                 'channel_thumbnail' => [
  27329.                     'quality' => 100,
  27330.                     'jpeg_quality' => 80,
  27331.                     'png_compression_level' => 8,
  27332.                     'png_compression_filter' => NULL,
  27333.                     'format' => NULL,
  27334.                     'animated' => false,
  27335.                     'cache' => NULL,
  27336.                     'data_loader' => NULL,
  27337.                     'default_image' => NULL,
  27338.                     'filters' => [
  27339.                         'auto_rotate' => [
  27340.                         ],
  27341.                         'strip' => [
  27342.                         ],
  27343.                         'thumbnail' => [
  27344.                             'size' => [
  27345.                                 => 600,
  27346.                                 => 300,
  27347.                             ],
  27348.                             'mode' => 'inset',
  27349.                             'allow_upscale' => true,
  27350.                         ],
  27351.                     ],
  27352.                     'post_processors' => [
  27353.                     ],
  27354.                 ],
  27355.                 'avatar_thumbnail' => [
  27356.                     'quality' => 100,
  27357.                     'jpeg_quality' => 80,
  27358.                     'png_compression_level' => 8,
  27359.                     'png_compression_filter' => NULL,
  27360.                     'format' => NULL,
  27361.                     'animated' => false,
  27362.                     'cache' => NULL,
  27363.                     'data_loader' => NULL,
  27364.                     'default_image' => NULL,
  27365.                     'filters' => [
  27366.                         'auto_rotate' => [
  27367.                         ],
  27368.                         'strip' => [
  27369.                         ],
  27370.                         'thumbnail' => [
  27371.                             'size' => [
  27372.                                 => 100,
  27373.                                 => 100,
  27374.                             ],
  27375.                             'mode' => 'outbound',
  27376.                             'allow_upscale' => true,
  27377.                         ],
  27378.                     ],
  27379.                     'post_processors' => [
  27380.                     ],
  27381.                 ],
  27382.                 'card_thumbnail' => [
  27383.                     'quality' => 100,
  27384.                     'jpeg_quality' => 80,
  27385.                     'png_compression_level' => 8,
  27386.                     'png_compression_filter' => NULL,
  27387.                     'format' => NULL,
  27388.                     'animated' => false,
  27389.                     'cache' => NULL,
  27390.                     'data_loader' => NULL,
  27391.                     'default_image' => NULL,
  27392.                     'filters' => [
  27393.                         'auto_rotate' => [
  27394.                         ],
  27395.                         'strip' => [
  27396.                         ],
  27397.                         'thumbnail' => [
  27398.                             'size' => [
  27399.                                 => 300,
  27400.                                 => 200,
  27401.                             ],
  27402.                             'mode' => 'outbound',
  27403.                             'allow_upscale' => true,
  27404.                         ],
  27405.                     ],
  27406.                     'post_processors' => [
  27407.                     ],
  27408.                 ],
  27409.                 'card_preview' => [
  27410.                     'quality' => 100,
  27411.                     'jpeg_quality' => 80,
  27412.                     'png_compression_level' => 8,
  27413.                     'png_compression_filter' => NULL,
  27414.                     'format' => NULL,
  27415.                     'animated' => false,
  27416.                     'cache' => NULL,
  27417.                     'data_loader' => NULL,
  27418.                     'default_image' => NULL,
  27419.                     'filters' => [
  27420.                         'auto_rotate' => [
  27421.                         ],
  27422.                         'strip' => [
  27423.                         ],
  27424.                         'thumbnail' => [
  27425.                             'size' => [
  27426.                                 => 600,
  27427.                                 => 300,
  27428.                             ],
  27429.                             'mode' => 'inset',
  27430.                             'allow_upscale' => true,
  27431.                         ],
  27432.                     ],
  27433.                     'post_processors' => [
  27434.                     ],
  27435.                 ],
  27436.                 'default_file_preview' => [
  27437.                     'quality' => 100,
  27438.                     'jpeg_quality' => 80,
  27439.                     'png_compression_level' => 8,
  27440.                     'png_compression_filter' => NULL,
  27441.                     'format' => NULL,
  27442.                     'animated' => false,
  27443.                     'cache' => NULL,
  27444.                     'data_loader' => NULL,
  27445.                     'default_image' => NULL,
  27446.                     'filters' => [
  27447.                         'auto_rotate' => [
  27448.                         ],
  27449.                         'strip' => [
  27450.                         ],
  27451.                         'thumbnail' => [
  27452.                             'size' => [
  27453.                                 => 300,
  27454.                                 => 200,
  27455.                             ],
  27456.                             'mode' => 'inset',
  27457.                             'allow_upscale' => true,
  27458.                         ],
  27459.                     ],
  27460.                     'post_processors' => [
  27461.                     ],
  27462.                 ],
  27463.             ],
  27464.             'liip_imagine.binary.loader.default' => 'default',
  27465.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  27466.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  27467.             'liip_imagine.webp.generate' => false,
  27468.             'liip_imagine.webp.options' => [
  27469.                 'quality' => 100,
  27470.                 'cache' => NULL,
  27471.                 'data_loader' => NULL,
  27472.                 'post_processors' => [
  27473.                 ],
  27474.             ],
  27475.             'knp_paginator.template.pagination' => '@NellappSDK/Partials/component/pagination/pagination.html.twig',
  27476.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  27477.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  27478.             'knp_paginator.page_range' => 5,
  27479.             'knp_paginator.page_limit' => NULL,
  27480.             'nelmio_api_doc.areas' => [
  27481.                 => 'default',
  27482.                 => 'core_sync',
  27483.                 => 'partner_api',
  27484.             ],
  27485.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  27486.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  27487.             'stof_doctrine_extensions.translation_fallback' => false,
  27488.             'stof_doctrine_extensions.persist_default_translation' => false,
  27489.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  27490.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  27491.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  27492.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  27493.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  27494.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  27495.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  27496.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  27497.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  27498.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  27499.             'drosalys_object_extensions.slug.delimiter' => '-',
  27500.             'drosalys_object_extensions.slug.on_pre_update' => false,
  27501.             'drosalys_object_extensions.slug.hierarchy_delimiter' => '/',
  27502.             'nellapp_sdk.activity_feed.enable' => true,
  27503.             'env(IA_HIGHLIGHT_ENABLE)' => 'false',
  27504.             'nellapp_sdk.global_getter.global_entities' => [
  27505.                 'channel_class' => 'App\\Entity\\Channel\\Channel',
  27506.                 'channel_white_label_class' => 'App\\Entity\\Channel\\ChannelWhiteLabel',
  27507.                 'user_class' => 'App\\Entity\\Account\\User',
  27508.                 'user_notification_class' => 'App\\Entity\\Account\\Notification',
  27509.                 'channel_user_data_class' => 'App\\Entity\\ChannelUserData\\ChannelUserData',
  27510.                 'channel_user_role_class' => 'Nellapp\\Bundle\\SDKBundle\\Channel\\Entity\\ChannelUserRole',
  27511.             ],
  27512.             'nellapp_sdk.default.doctrine_connection' => 'default',
  27513.             'nellapp_sdk.auth.enable' => true,
  27514.             'nellapp_sdk.auth.doctrine_connection' => 'default',
  27515.             'nellapp_sdk.sync.enable' => true,
  27516.             'nellapp_sdk.channel.enable' => true,
  27517.             'entities_handled' => [
  27518.                 => 'account_notification',
  27519.                 => 'channel_channel',
  27520.                 => 'channel_configuration',
  27521.                 => 'channel_white_label',
  27522.                 => 'channel_user_from_channels',
  27523.                 => 'channel_user_role',
  27524.                 => 'channel_user_data',
  27525.                 => 'abstract_cursus',
  27526.                 => 'channel_training',
  27527.                 => 'channel_user_perm_training',
  27528.             ],
  27529.             'nellapp_sdk.template_header.search_deactivated_domain' => [
  27530.             ],
  27531.             'nellapp_sdk.drive.public_dir' => (\dirname(__DIR__4).'/public/'),
  27532.             'nellapp_sdk.drive.encryption_key' => 'CHANGE_ME_QIEBtY4eFleRlJtAkQjk1PjuZESe4BPUNdp9kY9AFiCxmLI0Giwpvs',
  27533.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  27534.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  27535.             'drosalys_api.serializer.symfony' => true,
  27536.             'drosalys_form.collection.import_template' => true,
  27537.             'drosalys_form.collection.main_form_template' => 'form_div_layout.html.twig',
  27538.             'drosalys_form.select_or_create.import_template' => true,
  27539.             'drosalys_form.select_or_create.layout_template' => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  27540.             'karser_recaptcha3.score_threshold' => 0.5,
  27541.             'karser_recaptcha3.enabled' => true,
  27542.             'karser_recaptcha3.host' => 'www.google.com',
  27543.             'spiriit_form_filter.query_builder_updater.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  27544.             'spiriit_form_filter.form_data_extractor.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  27545.             'spiriit_form_filter.data_extraction_method.default.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  27546.             'spiriit_form_filter.data_extraction_method.text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  27547.             'spiriit_form_filter.data_extraction_method.key_values.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  27548.             'spiriit_form_filter.filter_prepare.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  27549.             'spiriit_form_filter.type.filter_text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  27550.             'spiriit_form_filter.type.filter_number.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  27551.             'spiriit_form_filter.type.filter_number_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  27552.             'spiriit_form_filter.type.filter_checkbox.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  27553.             'spiriit_form_filter.type.filter_boolean.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  27554.             'spiriit_form_filter.type.filter_choice.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  27555.             'spiriit_form_filter.type.filter_date.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  27556.             'spiriit_form_filter.type.filter_date_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  27557.             'spiriit_form_filter.type.filter_datetime.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  27558.             'spiriit_form_filter.type.filter_datetime_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  27559.             'spiriit_form_filter.type.filter_collection_adapter.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  27560.             'spiriit_form_filter.type.filter_sharedable.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  27561.             'spiriit_form_filter.type.filter_enum.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType',
  27562.             'spiriit_form_filter.type_extension.filter_extension.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  27563.             'spiriit_form_filter.get_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  27564.             'spiriit_form_filter.apply_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  27565.             'spiriit_form_filter.type.filter_entity.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  27566.             'spiriit_form_filter.where_method' => 'and',
  27567.             'spiriit_form_filter.text.condition_pattern' => 1,
  27568.             'drosalys.web_socket.server_context' => [
  27569.             ],
  27570.             'drosalys.web_socket.router_resource' => (\dirname(__DIR__4).'/config/ws_routes.yaml'),
  27571.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  27572.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  27573.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  27574.             'maker.compatible_check.doctrine.supports_attributes' => true,
  27575.             'data_collector.templates' => [
  27576.                 'data_collector.request' => [
  27577.                     => 'request',
  27578.                     => '@WebProfiler/Collector/request.html.twig',
  27579.                 ],
  27580.                 'data_collector.time' => [
  27581.                     => 'time',
  27582.                     => '@WebProfiler/Collector/time.html.twig',
  27583.                 ],
  27584.                 'data_collector.memory' => [
  27585.                     => 'memory',
  27586.                     => '@WebProfiler/Collector/memory.html.twig',
  27587.                 ],
  27588.                 'data_collector.validator' => [
  27589.                     => 'validator',
  27590.                     => '@WebProfiler/Collector/validator.html.twig',
  27591.                 ],
  27592.                 'data_collector.ajax' => [
  27593.                     => 'ajax',
  27594.                     => '@WebProfiler/Collector/ajax.html.twig',
  27595.                 ],
  27596.                 'data_collector.form' => [
  27597.                     => 'form',
  27598.                     => '@WebProfiler/Collector/form.html.twig',
  27599.                 ],
  27600.                 'data_collector.exception' => [
  27601.                     => 'exception',
  27602.                     => '@WebProfiler/Collector/exception.html.twig',
  27603.                 ],
  27604.                 'data_collector.logger' => [
  27605.                     => 'logger',
  27606.                     => '@WebProfiler/Collector/logger.html.twig',
  27607.                 ],
  27608.                 'data_collector.events' => [
  27609.                     => 'events',
  27610.                     => '@WebProfiler/Collector/events.html.twig',
  27611.                 ],
  27612.                 'data_collector.router' => [
  27613.                     => 'router',
  27614.                     => '@WebProfiler/Collector/router.html.twig',
  27615.                 ],
  27616.                 'data_collector.cache' => [
  27617.                     => 'cache',
  27618.                     => '@WebProfiler/Collector/cache.html.twig',
  27619.                 ],
  27620.                 'data_collector.translation' => [
  27621.                     => 'translation',
  27622.                     => '@WebProfiler/Collector/translation.html.twig',
  27623.                 ],
  27624.                 'data_collector.security' => [
  27625.                     => 'security',
  27626.                     => '@Security/Collector/security.html.twig',
  27627.                 ],
  27628.                 'data_collector.twig' => [
  27629.                     => 'twig',
  27630.                     => '@WebProfiler/Collector/twig.html.twig',
  27631.                 ],
  27632.                 'data_collector.http_client' => [
  27633.                     => 'http_client',
  27634.                     => '@WebProfiler/Collector/http_client.html.twig',
  27635.                 ],
  27636.                 'data_collector.doctrine' => [
  27637.                     => 'db',
  27638.                     => '@Doctrine/Collector/db.html.twig',
  27639.                 ],
  27640.                 'data_collector.dump' => [
  27641.                     => 'dump',
  27642.                     => '@Debug/Profiler/dump.html.twig',
  27643.                 ],
  27644.                 'data_collector.messenger' => [
  27645.                     => 'messenger',
  27646.                     => '@WebProfiler/Collector/messenger.html.twig',
  27647.                 ],
  27648.                 'data_collector.config' => [
  27649.                     => 'config',
  27650.                     => '@WebProfiler/Collector/config.html.twig',
  27651.                 ],
  27652.             ],
  27653.             'console.command.ids' => [
  27654.             ],
  27655.         ];
  27656.     }
  27657.     protected function throw($message)
  27658.     {
  27659.         throw new RuntimeException($message);
  27660.     }
  27661. }